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

1 2 3 4 5 6 7 8 910

  /sdk/anttasks/src/com/android/ant/
IfElseTask.java 21 import org.apache.tools.ant.taskdefs.Sequential;
24 * If (condition) then: {@link Sequential} else: {@link Sequential}.
34 * both <then> and <else> behave like <sequential>.
48 private Sequential mThen;
49 private Sequential mElse;
60 * Creates and returns the <then> {@link Sequential}
63 mThen = new Sequential();
68 * Creates and returns the <else> {@link Sequential}
71 mElse = new Sequential();
    [all...]
  /external/kernel-headers/original/linux/
fadvise.h 6 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
akm8976.h 17 #define AKECS_MODE_MEASURE_SEQ 0x11 /* Starts sequential measurement */
22 #define CSPEC_SEQ_NUM 0x02 /* Sequential measurement mode */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fadvise.h 6 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algo.h 65 // Sequential fallback
73 // Sequential fallback for input iterator case
127 // Sequential fallback
134 // Sequential fallback for input iterator case
172 // Sequential fallback
179 // Sequential fallback for input iterator case
210 // Sequential fallback
218 // Sequential fallback
227 // Sequential fallback for input iterator type
253 // Sequential fallback for input iterator typ
    [all...]
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.
settings.h 36 * Only sequential execution can be forced at compile-time. This
41 * sense. Often, the sequential algorithm implementation is used as
47 * To force sequential execution of an algorithm ultimately at
65 * a. force_sequential, meaning the sequential algorithm is executed.
  /external/jpeg/
jchuff.h 9 * that are shared between the sequential encoder (jchuff.c) and the
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/kernel-headers/original/asm-generic/
mman.h 29 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
mman.h 29 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
  /bionic/libm/src/
k_tanf.c 49 * relative to Horner's method on sequential machines.
52 * non-sequential machines (the lowest degree terms tend to be ready
  /prebuilt/linux-x86/toolchain/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. */
  /external/chromium/third_party/icu/source/data/
build.xml 77 <sequential>
82 </sequential>
83 <sequential>
88 </sequential>
89 <sequential>
94 </sequential>
97 <sequential>
102 </sequential>
103 <sequential>
107 </sequential>
    [all...]
  /external/icu4c/data/
build.xml 78 <sequential>
85 </sequential>
86 <sequential>
91 </sequential>
92 <sequential>
97 </sequential>
100 <sequential>
105 </sequential>
106 <sequential>
111 </sequential>
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
callimts.h 51 * test calendar 'cal' through 'numberOfDays' sequential days starting
  /external/icu4c/test/intltest/
callimts.h 51 * test calendar 'cal' through 'numberOfDays' sequential days starting
  /external/srec/config/en.us/grammars/
homonym_test3.grxml 3 Test grammar, two slots, one sequential with the other
  /hardware/ti/wlan/wl1271/wpa_supplicant_lib/
driver_ti.h 83 int errors; /* Number of sequential errors */
  /system/wlan/ti/wilink_6_1/wpa_supplicant_lib/
driver_ti.h 83 int errors; /* Number of sequential errors */
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilDocumentImpl.java 38 * The sequential time container cannot be initialized here because the real container
219 // Initialize the real sequential time container, which is body.
  /sdk/files/ant/
ant_rules_r1.xml 120 <sequential>
132 </sequential>
147 <sequential>
159 </sequential>
167 <sequential>
176 </sequential>
182 <sequential>
190 </sequential>
ant_rules_r2.xml 123 <sequential>
135 </sequential>
150 <sequential>
166 </sequential>
174 <sequential>
183 </sequential>
189 <sequential>
197 </sequential>

Completed in 600 milliseconds

1 2 3 4 5 6 7 8 910