/external/swiftshader/third_party/subzero/bloat/ |
D | webtreemap.js | 37 sibling.dom.style.zIndex = 0; 47 t.dom.style.zIndex = 1; 55 dom.style.zIndex = 1; 154 child.dom.style.zIndex = 0; 185 child.dom.style.zIndex = 1;
|
D | webtreemap.css | 5 background: white; /* Nodes must be opaque for zIndex layering. */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
D | SimplexTableau.java | 165 int zIndex = (getNumObjectiveFunctions() == 1) ? 0 : 1; in createTableau() local 166 matrix.setEntry(zIndex, zIndex, maximize ? 1 : -1); in createTableau() 169 copyArray(objectiveCoefficients.getData(), matrix.getDataRef()[zIndex]); in createTableau() 170 matrix.setEntry(zIndex, width - 1, in createTableau() 174 matrix.setEntry(zIndex, getSlackVariableOffset() - 1, in createTableau()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/jacobians/ |
D | FirstOrderIntegratorWithJacobians.java | 423 int zIndex = startIndex; in computeDerivatives() local 425 s += dFdYi[l] * z[zIndex]; in computeDerivatives() 426 zIndex += n; in computeDerivatives() 439 int zIndex = startIndex; in computeDerivatives() local 441 s += dFdYi[l] * z[zIndex]; in computeDerivatives() 442 zIndex += k; in computeDerivatives()
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | android_3p-bundle.js | 2646 …1))}).eq(0),/fixed/.test(this.css("position"))||!b.length?a(document):b},zIndex:function(c){if(c!=… method 2662 …zIndex:!1},_create:function(){this.options.helper=="original"&&!/^(?:r|a|f)/.test(this.element.css… property 2670 …zIndex:1e3},_create:function(){var b=this,c=this.options;this.element.addClass("ui-resizable"),a.e… property 2678 …zIndex:1e3},_create:function(){var a=this.options;this.containerCache={},this.element.addClass("ui… property 2686 …zIndex(this.element.zIndex()+1).css({top:0,left:0}).hide().data("menu"),a.fn.bgiframe&&this.menu.e… 2694 …zIndex:1e3},_create:function(){this.originalTitle=this.element.attr("title"),typeof this.originalT… property 2706 …idth:b.dpDiv.outerWidth(),height:b.dpDiv.outerHeight()})}};b.dpDiv.zIndex($(a).zIndex()+1),$.datep…
|
/external/tinyxml2/docs/ |
D | jquery.js | 32 …(0)}return(/fixed/).test(this.css("position"))||!e.length?a(document):e},zIndex:function(h){if(h!=… method 53 …zIndex:1000},_create:function(){var f=this,k=this.options;this.element.addClass("ui-resizable");c.… property 87 …zIndex:"",top:"",left:"",marginLeft:"",marginTop:"",display:""})}if((o.attr("id")||"").indexOf(l.a… property
|
/external/epid-sdk/doc/html/ |
D | jquery.js | 60 …(0)}return(/fixed/).test(this.css("position"))||!e.length?a(document):e},zIndex:function(h){if(h!=… method 81 …zIndex:1000},_create:function(){var f=this,k=this.options;this.element.addClass("ui-resizable");c.… property 115 …zIndex:"",top:"",left:"",marginLeft:"",marginTop:"",display:""})}if((o.attr("id")||"").indexOf(l.a… property
|
/external/doclava/res/assets/templates/assets/ |
D | jquery-resizable.min.js | 40 …zIndex:++j.zIndex})}if("se"==h){g.addClass("ui-icon ui-icon-gripsmall-diagonal-se")}this.handles[h… property
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …zIndex",bL="opacity",bK="default",bD="Color",bC="changeToolTipText",c="beforeContextmenuOpen",d="_… property
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | jquery-2.1.3.min.js | 3 …:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssPro… property
|
/external/autotest/client/site_tests/video_VimeoVideo/ |
D | jquery-2.1.3.min.js | 3 …:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssPro… property
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 100554 char *zIndex; /* Index name */ 100561 zIndex = (char *)sqlite3_column_text(pStmt, 0); 100562 if( zIndex==0 ) continue; 100564 pIdx = findIndexOrPrimaryKey(db, zIndex, zDb); 100608 char *zIndex; /* Index name */ 100612 zIndex = (char *)sqlite3_column_text(pStmt, 0); 100613 if( zIndex==0 ) continue; 100614 pIdx = findIndexOrPrimaryKey(db, zIndex, zDb);
|
/external/sqlite/dist/ |
D | sqlite3.c | 100570 char *zIndex; /* Index name */ 100577 zIndex = (char *)sqlite3_column_text(pStmt, 0); 100578 if( zIndex==0 ) continue; 100580 pIdx = findIndexOrPrimaryKey(db, zIndex, zDb); 100624 char *zIndex; /* Index name */ 100628 zIndex = (char *)sqlite3_column_text(pStmt, 0); 100629 if( zIndex==0 ) continue; 100630 pIdx = findIndexOrPrimaryKey(db, zIndex, zDb);
|