/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
base.h | 26 * @brief Sequential helper functions. 65 * @brief GNU sequential classes for public use. 93 __is_parallel(const _Parallelism __p) { return __p != sequential; }
|
types.h | 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
base.h | 26 * @brief Sequential helper functions. 65 * @brief GNU sequential classes for public use. 93 __is_parallel(const _Parallelism __p) { return __p != sequential; }
|
types.h | 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
|
/sdk/files/ant/ |
build.xml | 217 <sequential> 226 </sequential> 234 <sequential> 250 </sequential> 259 <sequential> 288 </sequential> 302 <sequential> 322 </sequential> 330 <sequential> 336 </sequential> [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
Vp8EncoderTest.java | 304 * Compares average bitrate and PSNR for sequential and parallel runs. 358 // Sequential encoding and decoding. 385 // Compare bitrates and PSNRs for sequential and parallel cases. 386 Log.d(TAG, "Sequential bitrate: " + referenceBitrate + ". PSNR: " + referencePsnr);
|
/external/chromium_org/base/win/ |
event_trace_controller.cc | 74 p.LogFileMode = EVENT_TRACE_FILE_MODE_SEQUENTIAL; // Sequential log.
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
accounts_options_handler.cc | 126 // asynchronous and sequential. Before previous write comes back, cached list
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_syncobj.c | 103 /* We have nothing to do for WaitSync. Our GL command stream is sequential,
|
/external/chromium_org/v8/test/mjsunit/ |
string-case.js | 64 // Sequential string.
|
/external/e2fsprogs/e2fsck/ |
dx_dirinfo.c | 49 * sequential order; but once in a while (like when pass 3
|
/external/jpeg/ |
wrjpgcom.c | 306 case M_SOF1: /* Extended sequential, Huffman */ 309 case M_SOF5: /* Differential sequential, Huffman */ 312 case M_SOF9: /* Extended sequential, arithmetic */ 315 case M_SOF13: /* Differential sequential, arithmetic */
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
mman.h | 67 #define MADV_SEQUENTIAL 2 /* expect sequential page references */
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_syncobj.c | 103 /* We have nothing to do for WaitSync. Our GL command stream is sequential,
|
/external/qemu/distrib/jpeg-6b/ |
wrjpgcom.c | 306 case M_SOF1: /* Extended sequential, Huffman */ 309 case M_SOF5: /* Differential sequential, Huffman */ 312 case M_SOF9: /* Extended sequential, arithmetic */ 315 case M_SOF13: /* Differential sequential, arithmetic */
|
/external/svox/pico/lib/ |
picokdbg.c | 134 /* sequential search */
|
/frameworks/base/tools/preload/ |
Proc.java | 53 /** Sequential list of operations that happened in this process. */
|
/hardware/intel/common/libva/va/ |
va_enc_jpeg.h | 75 * 0 - sequential, 1 - extended, 2 - progressive
|
/libcore/luni/src/main/java/java/io/ |
StringBufferInputStream.java | 24 * a sequential manner.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
types.h | 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
types.h | 47 sequential, enumerator in enum:__gnu_parallel::_Parallelism
|
/system/core/include/utils/ |
FileMap.h | 100 NORMAL, RANDOM, SEQUENTIAL, WILLNEED, DONTNEED
|
/system/core/libutils/ |
Tokenizer.cpp | 74 fileMap->advise(FileMap::SEQUENTIAL);
|
/external/chromium_org/content/browser/ |
resolve_proxy_msg_helper_unittest.cc | 104 // Issue three sequential requests -- each should succeed. 105 TEST_F(ResolveProxyMsgHelperTest, Sequential) {
|
/frameworks/base/docs/html/guide/topics/graphics/ |
view-animation.jd | 27 occur, and how long they should take to apply. Transformations can be sequential or simultaneous 33 simultaneously, give them the same start time; to make them sequential, calculate the start time
|