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

12 3 4 5 6 7 8 91011>>

  /cts/suite/audio_quality/test_description/test/
dut_speaker_play.xml 28 <sequential repeat="20" index="i">
32 </sequential>
  /external/eigen/Eigen/
SuperLUSupport 36 * - class SuperLU: a supernodal sequential LU factorization.
37 * - class SuperILU: a supernodal sequential incomplete LU factorization (to be used as a preconditioner for iterative methods).
UmfPackSupport 17 * - class UmfPackLU: a multifrontal sequential LU factorization.
  /external/kernel-headers/original/asm-mips/
smp.h 27 /* Map from cpu id to sequential logical cpu number. This will only
32 /* The reverse map from sequential logical cpu number to cpu id. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algobase.h 52 // Sequential fallback
59 // Sequential fallback
67 // Sequential fallback for input iterator case
130 // Sequential fallback
137 // Sequential fallback
159 // Sequential fallback
168 // Sequential fallback
178 // Sequential fallback for input iterator case
find_selectors.h 63 /** @brief Corresponding sequential algorithm on a sequence.
96 /** @brief Corresponding sequential algorithm on a sequence.
134 * @brief Corresponding sequential algorithm on a sequence.
176 /** @brief Corresponding sequential algorithm on a sequence.
numeric 53 // Sequential fallback.
66 // Sequential fallback for input iterator case.
166 // Sequential fallback.
309 // Sequential fallback.
316 // Sequential fallback.
324 // Sequential fallback for input iterator case.
378 // Sequential fallback.
385 // Sequential fallback.
394 // Sequential fallback for input iterator case.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algobase.h 51 // Sequential fallback
58 // Sequential fallback
65 // Sequential fallback for input iterator case
125 // Sequential fallback
132 // Sequential fallback
158 // Sequential fallback
167 // Sequential fallback
176 // Sequential fallback for input iterator case
find_selectors.h 63 /** @brief Corresponding sequential algorithm on a sequence.
96 /** @brief Corresponding sequential algorithm on a sequence.
134 * @brief Corresponding sequential algorithm on a sequence.
178 /** @brief Corresponding sequential algorithm on a sequence.
numeric 53 // Sequential fallback.
66 // Sequential fallback for input iterator case.
166 // Sequential fallback.
312 // Sequential fallback.
319 // Sequential fallback.
327 // Sequential fallback for input iterator case.
383 // Sequential fallback.
390 // Sequential fallback.
400 // Sequential fallback for input iterator case.
  /external/chromium_org/third_party/sqlite/src/test/
crash3.test 136 test.db 1 sequential
138 test.db-journal 1 sequential
141 test.db-journal 2 sequential
142 test.db-journal 3 sequential
181 crashsql -file test.db -char {sequential atomic} {
  /cts/suite/audio_quality/test_description/review/
review_dut_recording_spectrum.xml 32 <sequential repeat="5" index="k">
35 </sequential>
  /external/kernel-headers/original/linux/
akm8976.h 17 #define AKECS_MODE_MEASURE_SEQ 0x11 /* Starts sequential measurement */
22 #define CSPEC_SEQ_NUM 0x02 /* Sequential measurement mode */
  /external/qemu/
iolooper.h 45 * sequential I/O should be completed within given time interval. For instance,
46 * consider the scenario, when "server" does two sequential writes, and "client"
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.stderr.exp 14 sequential timer test (100 ms clock) ...
37 sequential timer test (100 ms clock) ...
  /development/samples/ApiDemos/res/transition/
changebounds_fadeout_sequential.xml 18 android:transitionOrdering="sequential">
  /external/chromium/chrome/browser/download/
drag_download_util.h 38 // insert the sequential unifier to produce a new file, like foo-01.txt.
  /external/chromium_org/chrome/browser/drive/
event_logger_unittest.cc 20 // Events are recorded in the chronological order with sequential IDs.
  /external/chromium_org/ui/gfx/
sequential_id_generator.h 16 // This is used to generate a series of sequential ID numbers in a way that a
  /external/jpeg/
jchuff.h 9 * that are shared between the sequential encoder (jchuff.c) and the
  /external/qemu/distrib/jpeg-6b/
jchuff.h 9 * that are shared between the sequential encoder (jchuff.c) and the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
mman.h 29 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 29 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
mman.h 29 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
  /external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_tree_db.cc 15 // fillseq -- write N values in sequential key order in async mode
18 // fillseqsync -- write N/100 values in sequential key order in sync mode
23 // readseq100K -- read N/1000 100K values in sequential order in async mode
24 // readrand100K -- read N/1000 100K values in sequential order in async mode
283 SEQUENTIAL,
340 Write(write_sync, SEQUENTIAL, FRESH, num_, FLAGS_value_size, 1);
354 Write(write_sync, SEQUENTIAL, FRESH, num_ / 100, FLAGS_value_size, 1);
360 Write(write_sync, SEQUENTIAL, FRESH, num_ / 1000, 100 * 1000, 1);
447 const int k = (order == SEQUENTIAL) ? i : (rand_.Next() % num_entries);

Completed in 1903 milliseconds

12 3 4 5 6 7 8 91011>>