HomeSort by relevance Sort by last modified time
    Searched full:sequential (Results 51 - 75 of 695) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc 15 // fillseq -- write N values in sequential key order in async mode
16 // fillseqsync -- write N/100 values in sequential key order in sync mode
17 // fillseqbatch -- batch write N values in sequential key order in async mode
20 // fillrandbatch -- batch write N values in sequential key order in async mode
23 // fillseq100K -- write N/1000 100K values in sequential order in async mode
26 // readrand100K -- read N/1000 100K values in sequential order in async mode
307 SEQUENTIAL,
365 Write(write_sync, SEQUENTIAL, FRESH, num_, FLAGS_value_size, 1);
368 Write(write_sync, SEQUENTIAL, FRESH, num_, FLAGS_value_size, 1000);
388 Write(write_sync, SEQUENTIAL, FRESH, num_ / 100, FLAGS_value_size, 1)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
k_tanf.c 48 * relative to Horner's method on sequential machines.
51 * non-sequential machines (the lowest degree terms tend to be ready
  /external/android-mock/src/
build-framework-gen.xml 56 <sequential>
65 </sequential>
  /external/chromium_org/build/android/ant/
apk-package.xml 66 <sequential>
82 </sequential>
  /external/guava/guava/src/com/google/common/util/concurrent/
ListeningExecutorService.java 63 * sequential order as produced by the iterator for the given task list, each of which has
78 * sequential order as produced by the iterator for the given task list. If the operation
  /external/jpeg/
rdjpgcom.c 283 case M_SOF1: process = "Extended sequential"; break;
286 case M_SOF5: process = "Differential sequential"; break;
289 case M_SOF9: process = "Extended sequential, arithmetic coding"; break;
292 case M_SOF13: process = "Differential sequential, arithmetic coding"; break;
340 case M_SOF1: /* Extended sequential, Huffman */
343 case M_SOF5: /* Differential sequential, Huffman */
346 case M_SOF9: /* Extended sequential, arithmetic */
349 case M_SOF13: /* Differential sequential, arithmetic */
  /external/qemu/distrib/jpeg-6b/
rdjpgcom.c 283 case M_SOF1: process = "Extended sequential"; break;
286 case M_SOF5: process = "Differential sequential"; break;
289 case M_SOF9: process = "Extended sequential, arithmetic coding"; break;
292 case M_SOF13: process = "Differential sequential, arithmetic coding"; break;
340 case M_SOF1: /* Extended sequential, Huffman */
343 case M_SOF5: /* Differential sequential, Huffman */
346 case M_SOF9: /* Extended sequential, arithmetic */
349 case M_SOF13: /* Differential sequential, arithmetic */
  /external/srtp/test/
roc_driver.c 97 printf("\n\ttesting sequential insertion...");
120 printf("\ttesting non-sequential insertion...");
rdbx_driver.c 226 * test sequential insertion
228 printf("\ttesting sequential insertion...");
264 * test non-sequential insertion
271 printf("\ttesting non-sequential insertion...");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mman.h 89 # define MADV_SEQUENTIAL 2 /* Expect sequential page references. */
101 # define POSIX_MADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h 89 # define MADV_SEQUENTIAL 2 /* Expect sequential page references. */
101 # define POSIX_MADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mman.h 89 # define MADV_SEQUENTIAL 2 /* Expect sequential page references. */
101 # define POSIX_MADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /sdk/emulator/opengl/tests/event_injector/
iolooper.h 64 * sequential I/O should be completed within given time interval. For instance,
65 * consider the scenario, when "server" does two sequential writes, and "client"
  /external/chromium_org/content/browser/download/
drag_download_util.h 41 // insert the sequential unifier to produce a new file, like foo-01.txt.
  /external/chromium_org/third_party/re2/re2/
set.h 27 // Indices are assigned in sequential order starting from 0.
  /external/kernel-headers/original/asm-generic/
mman-common.h 34 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
  /external/libogg/doc/libogg/
ogg_page_pageno.html 20 <p>Returns the sequential page number.
  /external/llvm/test/CodeGen/ARM/
swift-atomics.ll 16 ; However, if sequential consistency is needed *something* must ensure a release
  /external/regex-re2/re2/
set.h 27 // Indices are assigned in sequential order starting from 0.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
base.h 25 * @brief Sequential helper functions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/
base.h 25 * @brief Sequential helper functions.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/
base.h 25 * @brief Sequential helper functions.
  /external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/
BulletAppState.java 28 protected ThreadingType threadingType = ThreadingType.SEQUENTIAL;
184 } else if (threadingType == ThreadingType.SEQUENTIAL) {
267 SEQUENTIAL,
  /external/srtp/googlepatches/
google-11-srtp-replay-fix.patch 41 * test sequential insertion
43 printf("\ttesting sequential insertion...");
61 printf("\ttesting non-sequential insertion...");
  /external/chromium_org/third_party/icu/source/data/
build.xml 78 <sequential>
85 </sequential>
86 <sequential>
91 </sequential>
92 <sequential>
97 </sequential>
100 <sequential>
105 </sequential>
106 <sequential>
111 </sequential>
    [all...]

Completed in 2232 milliseconds

1 23 4 5 6 7 8 91011>>