/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
types.h | 103 // growing blocks, equal-sized blocks, equal splitting.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
acct.h | 57 comp_t ac_rw; /* Blocks Read or Written */ 89 comp_t ac_rw; /* Blocks Read or Written */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
acct.h | 53 comp_t ac_rw; /* Blocks read or written. */ 79 comp_t ac_rw; /* Blocks Read or Written */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
acct.h | 57 comp_t ac_rw; /* Blocks Read or Written */ 89 comp_t ac_rw; /* Blocks Read or Written */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
acct.h | 53 comp_t ac_rw; /* Blocks read or written. */ 79 comp_t ac_rw; /* Blocks Read or Written */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
acct.h | 57 comp_t ac_rw; /* Blocks Read or Written */ 89 comp_t ac_rw; /* Blocks Read or Written */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
acct.h | 53 comp_t ac_rw; /* Blocks read or written. */ 79 comp_t ac_rw; /* Blocks Read or Written */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
features.h | 59 /** @brief Include the growing blocks variant for std::find. 65 /** @brief Include the equal-sized blocks variant for std::find.
|
types.h | 105 // growing blocks, equal-sized blocks, equal splitting.
|
/art/test/088-monitor-verification/src/ |
TooDeep.java | 20 * blocks. The verifier will reject it.
|
/bionic/libc/bionic/ |
mmap.cpp | 35 // mmap2(2) is like mmap(2), but the offset is in 4096-byte blocks, not bytes.
|
/cts/tests/src/android/view/cts/ |
ViewTestStubActivity.java | 48 * Blocks the calling thread until the {@link ViewTestStubActivity} has window focus or the
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
LocalVariableInfo.java | 60 BasicBlockList blocks = method.getBlocks(); local 61 int maxLabel = blocks.getMaxLabel(); 63 this.regCount = blocks.getRegCount(); 67 new HashMap<Insn, RegisterSpec>(blocks.getInstructionCount());
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalVariableInfo.java | 59 BasicBlockList blocks = method.getBlocks(); local 60 int maxLabel = blocks.getMaxLabel(); 62 this.regCount = blocks.getRegCount(); 66 new HashMap<Insn, RegisterSpec>(blocks.getInstructionCount());
|
/dalvik/tests/088-monitor-verification/src/ |
TooDeep.java | 20 * blocks. The verifier will reject it.
|
/dalvik/vm/compiler/ |
CompilerUtility.h | 73 void dvmDumpBlockBitVector(const GrowableList *blocks, char *msg,
|
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/ |
Codegen.cpp | 31 /* Arm codegen building blocks */
|
/dalvik/vm/compiler/codegen/arm/armv7-a/ |
Codegen.cpp | 31 /* Arm codegen building blocks */
|
/dalvik/vm/compiler/codegen/arm/armv7-a-neon/ |
Codegen.cpp | 31 /* Arm codegen building blocks */
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
mmc.h | 69 unsigned int blocks; member in struct:mmc_data
|
/external/aac/libAACenc/src/ |
aacenc_tns.h | 107 * tnsMask |= 0x1; activate TNS short blocks 108 * tnsMask |= 0x2; activate TNS for long blocks 109 * tnsMask |= 0x4; activate TNS PEAK tool for short blocks 110 * tnsMask |= 0x8; activate TNS PEAK tool for long blocks
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_HttpServerSocket.java | 37 * Blocks until a connection is made, or the socket times out.
|
/external/ceres-solver/docs/source/ |
modeling.rst | 20 :class:`CostFunction` that depends on the parameter blocks 64 Given parameter blocks :math:`\left[x_{i_1}, ... , x_{i_k}\right]`, 73 input parameter blocks and number of outputs) is stored in 86 various parameter blocks. ``parameters`` has the same number of 88 parameter blocks are in the same order as 118 parameters. If the initial values of the parameter blocks satisfy 135 If the size of the parameter blocks and the size of the residual 282 blocks and their sizes be known at compile time, e.g., Bezier curve 284 10 parameter blocks. In a number of applications, this is not 326 parameter blocks [all...] |
/external/chromium/base/win/ |
pe_image.h | 43 // Callback to enumerate import blocks. 59 // Callback to enumerate dalayed import blocks. 166 // Enumerates PE import blocks. 184 // Enumerates PE delay import blocks.
|
/external/chromium/chrome/browser/ui/views/ |
user_data_dir_dialog.h | 28 // Creates and runs a user data directory picker dialog. The method blocks
|