HomeSort by relevance Sort by last modified time
    Searched full:depths (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/fio/examples/
aio-read.fio 1 ; Read 4 files with aio at different depths
  /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/chromium_org/third_party/brotli/src/brotli/enc/
entropy_encode.h 50 // Write a huffman tree from bit depths into the bitstream representation
58 // Get the actual bit values for a tree of bit depths.
  /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 327 uint32_t depths = it->second ^ (1 << depth); local
328 if (depths != 0) {
329 it->second = depths;
  /external/deqp/framework/common/
tcuTexCompareVerifier.cpp 171 const Vec2& depths,
179 const float d0 = depths[0];
180 const float d1 = depths[1];
236 const Vec4& depths,
243 const float d0 = depths[0];
244 const float d1 = depths[1];
245 const float d2 = depths[2];
246 const float d3 = depths[3];
266 const Vec4& depths,
277 const float d0 = depths[0]
    [all...]
  /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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
lbximage.h 77 int depths[LBX_MAX_DEPTHS]; member in struct:_LbxPixmapCompMethod
Xdbe.h 52 XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
lbximage.h 77 int depths[LBX_MAX_DEPTHS]; member in struct:_LbxPixmapCompMethod
Xdbe.h 52 XdbeVisualInfo *visinfo; /* list of visuals & depths for scrn */
  /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/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/libunwind/tests/
Gtest-trace.c 110 printf ("FAILURE: unw_step() loop and unw_backtrace() depths differ: %d vs. %d\n", depth, m);
116 printf ("FAILURE: unw_step() loop and backtrace() depths differ: %d vs. %d\n", depth, n);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
IntStream.as 84 * you have to release resources for depths 2..5.
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IIntStream.cs 108 * you have to release resources for depths 2..5.

Completed in 1293 milliseconds

1 2 3 4 5 6 7