/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
script.js | 41 depths = new Array(3); 42 depths[0] = maxDepth; 43 depths[1] = minDepth; 44 depths[2] = avgDepth; 46 return depths; 56 var depths = new Array(3); 58 depths = computeDepth(dom); 67 domDepths: depths });
|
background.html | 302 this.pageFinished = function(load_times, domNum, depths) { 397 current_.maxDepth = depths[0]; 398 current_.minDepth = depths[1]; 399 current_.avgDepth = depths[2];
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/ |
script.js | 45 depths = new Array(3); 46 depths[0] = maxDepth; 47 depths[1] = minDepth; 48 depths[2] = avgDepth; 50 return depths; 60 var depths = new Array(3); 62 depths = computeDepth(dom); 71 domDepths: depths });
|
background.js | 291 this.pageFinished = function(load_times, domNum, depths) { 386 current_.maxDepth = depths[0]; 387 current_.minDepth = depths[1]; 388 current_.avgDepth = depths[2];
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/ |
query-selector-all-class-deep.html | 21 description: "This benchmark tests querySelectorAll() for an element that appears in the depths in the document, and is a descendant of an element with a given class name",
|
query-selector-all-deep.html | 21 description: "This benchmark tests querySelectorAll() for an element that appears in the depths in the document",
|
query-selector-all-id-deep.html | 21 description: "This benchmark tests querySelectorAll() for an element that appears in the depths in the document, and is a descendant of an element with a given id",
|
query-selector-deep.html | 21 description: "This benchmark tests querySelector() for an element that appears in the depths in the document",
|
query-selector-id-deep.html | 21 description: "This benchmark tests querySelector() for an element that appears in the depths in the document, and is a descendant of an element with a given id",
|
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
TODO | 6 Test GLXPixmap support with various pixmap depths.
|
/external/mesa3d/src/glx/apple/ |
TODO | 6 Test GLXPixmap support with various pixmap depths.
|
/external/qemu/distrib/sdl-1.2.15/test/ |
README | 32 testwin Display a BMP image at various depths
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/ |
SettingsDialog.java | 510 // grab available depths 511 String[] depths = getDepths(resolution, modes); local 512 colorDepthCombo.setModel(new DefaultComboBoxModel(depths)); 595 ArrayList<String> depths = new ArrayList<String>(4); local 597 // Filter out all bit depths lower than 16 - Java incorrectly 599 // them as valid depths though the monitor does not support them 606 if (res.equals(resolution) && !depths.contains(depth)) { 607 depths.add(depth); 611 if (depths.size() == 1 && depths.contains("-1 bpp")) [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
GrammarReport.java | 131 List<Integer> depths = new ArrayList<Integer>(); local 177 depths.add( maxk ); 193 data.numberOfFixedKDecisions = depths.size(); 194 data.mink = Stats.min(depths); 195 data.maxk = Stats.max(depths); 196 data.avgk = Stats.avg(depths); 209 // data. = Stats.stddev(depths);
|
/art/runtime/verifier/ |
register_line.cc | 471 LOG(WARNING) << "mismatched stack depths (depth=" << MonitorStackDepth() 475 size_t depths = reg_to_lock_depths_.count(idx); local 477 if (depths != incoming_depths) { 478 if (depths == 0 || incoming_depths == 0) { 481 LOG(WARNING) << "mismatched stack depths for register v" << idx 482 << ": " << depths << " != " << incoming_depths;
|
register_line.h | 330 uint32_t depths = it->second ^ (1 << depth); local 331 if (depths != 0) { 332 it->second = depths;
|
/dalvik/dx/src/com/android/dx/merge/ |
SortableType.java | 68 * Assigns this type's depth if the depths of its supertype and implemented
|
/external/libpng/ |
png.5 | 9 supported, plus an optional alpha channel. Sample depths range from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
lbximage.h | 77 int depths[LBX_MAX_DEPTHS]; member in struct:_LbxPixmapCompMethod
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbximage.h | 77 int depths[LBX_MAX_DEPTHS]; member in struct:_LbxPixmapCompMethod
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbximage.h | 77 int depths[LBX_MAX_DEPTHS]; member in struct:_LbxPixmapCompMethod
|
/external/chromium_org/chrome/common/extensions/docs/examples/howto/sandbox/ |
handlebars-1.0.0.beta.6.js | 782 this.depths = {list: []}; 819 this.depths.list = this.depths.list.sort(function(a, b) { 834 for(var i=0, l=result.depths.list.length; i<l; i++) { 835 depth = result.depths.list[i]; 980 if(!this.depths[depth]) { 981 this.depths[depth] = true; 982 this.depths.list.push(depth); [all...] |
/external/chromium_org/tools/resources/ |
optimize-png-files.sh | 91 # Optimize grayscale images for all color bit depths. 102 # Optimize grayscale images with alpha for all color bit depths. 112 # Optimize rgb images with or without alpha for all color bit depths.
|
/external/llvm/include/llvm/CodeGen/ |
MachineTraceMetrics.h | 176 /// useful instruction depths. A dominating block can be above the current 185 // Instruction depths are only comparable if the traces share a head. 200 /// Instruction depths have been computed. This implies hasValidDepth().
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
IntStream.as | 84 * you have to release resources for depths 2..5.
|