| /external/qemu/distrib/jpeg-6b/ |
| change.log | 11 copying all APPn blocks as well, or to suppress comments. (Formerly it 12 always suppressed comments and APPn blocks.) jpegtran now also preserves 36 Handling of truncated data streams is more robust: blocks beyond the one in
|
| /external/v8/src/arm/ |
| lithium-gap-resolver-arm.cc | 115 // as this one's destination blocks this one so recursively perform all 119 if (other_move.Blocks(destination) && !other_move.IsPending()) { 135 if (other_move.Blocks(destination)) {
|
| /external/v8/src/mips/ |
| lithium-gap-resolver-mips.cc | 116 // as this one's destination blocks this one so recursively perform all 120 if (other_move.Blocks(destination) && !other_move.IsPending()) { 136 if (other_move.Blocks(destination)) {
|
| /external/valgrind/main/none/tests/ |
| cmdline2.stdout.exp | 55 heap blocks (in bytes). [not used by this tool] 72 --vgdb-poll=<number> gdbserver poll max every <number> basic blocks [5000] 114 heap blocks allocated for Valgrind internal use (in bytes) [4]
|
| /external/zlib/src/doc/ |
| rfc1951.txt | 81 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11 82 3.2.5. Compressed blocks (length and distance codes) ...... 11 192 A compressed data set consists of a series of blocks, corresponding 193 to successive blocks of input data. The block sizes are arbitrary, 194 except that non-compressible blocks are limited to 65,535 bytes. 198 of those for previous or subsequent blocks; the LZ77 algorithm may 212 uncompressible blocks, which are limited as noted above. 586 3.2.4. Non-compressed blocks (BTYPE=00) 599 3.2.5. Compressed blocks (length and distance codes) 601 As noted above, encoded data blocks in the "deflate" forma [all...] |
| /frameworks/base/libs/hwui/font/ |
| CacheTexture.cpp | 33 * Insert new block into existing linked list of blocks. Blocks are sorted in increasing-width 132 // Delete existing cache blocks
|
| /system/core/gpttool/ |
| gpttool.c | 95 void init_mbr(u8 *mbr, u32 blocks) 112 memcpy(mbr + 0x1ca, &blocks, sizeof(u32)); 301 fprintf(stderr,"blocks %lld\n", sz);
|
| /system/core/toolbox/ |
| du.c | 144 * the blocks actually used by symbolic links. We rationalize this by 233 prstat(const char *fname, int64_t blocks) 236 (long long)howmany(blocks, (int64_t)blocksize),
|
| /external/flac/include/FLAC/ |
| metadata.h | 50 * metadata blocks in memory, and three progressively more powerful 62 * metadata blocks in memory, and three progressively more powerful 72 * PICTURE blocks. 75 * Read-write access to all metadata blocks. This level is write- 80 * Read-write access to all metadata blocks. This level is write- 89 * changes or PADDING blocks are utilized, only the metadata needs to be 109 * from the Format module, FLAC metadata blocks in memory are very primitive 133 * STREAMINFO, VORBIS_COMMENT, CUESHEET, and PICTURE blocks, requiring 255 * FLAC__metadata_simple_iterator_prev() to traverse the blocks. 256 * This is does not read the actual blocks themselves [all...] |
| /external/libnfc-nxp/src/ |
| phFriNfc_FelicaMap.c | 97 * \brief returns maximum number of blocks can be read from the Felica Smart Card. 185 /* Offset = Current, but the read has reached the End of NBC Blocks */ 626 when we read the Nmaxb blocks. Retained for future purpose. [all...] |
| /external/valgrind/main/coregrind/ |
| m_mallocfree.c | 54 /* Number and total size of blocks in free queue. Used by mallinfo(). */ 171 // A splittable block can be reclaimed when all its blocks are freed : 176 // created, and then can be split and the splittings remerged, but Blocks 203 // blocks on big alignments are splittable. 207 // their blocks are freed. 229 ULong stats__tot_blocks; /* total # blocks alloc'd */ 241 /*--- Low-level functions for working with Blocks. ---*/ 582 "%10llu/%10llu totalloc-blocks/bytes," 662 // (unless used for providing memalign-ed blocks). [all...] |
| /external/llvm/lib/CodeGen/ |
| IfConversion.cpp | 64 STATISTIC(NumIfConvBBs, "Number of if-converted blocks"); 65 STATISTIC(NumDupBBs, "Number of duplicated blocks"); 66 STATISTIC(NumUnpred, "Number of true blocks of diamonds unpredicated"); 448 /// getNextBlock - Returns the next block in the function blocks ordering. If 482 /// ValidTriangle - Returns true if the 'true' and 'false' blocks (along 527 /// ValidDiamond - Returns true if the 'true' and 'false' blocks (along 555 // Count duplicate instructions at the beginning of the true and false blocks. 582 // blocks, move the end iterators up past any branch instructions. 595 // instructions at the end of the blocks. 599 // Count duplicate instructions at the ends of the blocks [all...] |
| /art/runtime/ |
| thread_pool.h | 98 // Get a task to run, blocks if there are no tasks left
|
| /bionic/libc/kernel/common/linux/mmc/ |
| mmc.h | 77 unsigned int blocks; member in struct:mmc_data
|
| /cts/apps/CtsVerifier/jni/verifier/ |
| com_android_cts_verifier_os_FileUtils.cpp | 113 gFileStatusBlocksFieldID = env->GetFieldID(fileStatusClass, "blocks", "J");
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/os/ |
| FileUtils.java | 61 private long blocks; field in class:FileUtils.FileStatus
|
| /cts/tests/jni/ |
| android_os_cts_FileUtils.cpp | 135 gFileStatusBlocksFieldID = env->GetFieldID(gFileStatusClass, "blocks", "J");
|
| /cts/tests/tests/net/src/android/net/cts/ |
| VpnServiceTest.java | 29 * blocks us from writing tests for positive cases. For now we only test for
|
| /cts/tests/tests/permission/src/android/permission/cts/ |
| FileUtils.java | 65 public long blocks; field in class:FileUtils.FileStatus
|
| /dalvik/dexgen/src/com/android/dexgen/rop/code/ |
| InsnList.java | 82 * The blocks must have the same number of insns, and each Insn must
|
| /dalvik/dx/src/com/android/dx/cf/code/ |
| Frame.java | 238 * @param otherSubroutines label list of subroutine start blocks, from 269 * @param subroutines {@code non-null;} a label list of subroutine start blocks 295 * If it does, then I believe it is all of the calling blocks 370 * ending frame of one of the subroutine's calling blocks. Subroutine
|
| /dalvik/dx/src/com/android/dx/rop/code/ |
| InsnList.java | 82 * The blocks must have the same number of insns, and each Insn must
|
| /dalvik/vm/compiler/codegen/arm/ |
| ArchFactory.cpp | 43 ALOGE("Catch blocks not handled yet");
|
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
| AST.stg | 221 * list rather shallow like other blocks. 226 referencedElements, // elements in immediately block; no nested blocks 239 referencedElements, // elements in immediately block; no nested blocks 252 referencedElements, // elements in immediately block; no nested blocks
|
| /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
| AST.stg | 243 * list rather shallow like other blocks. 248 referencedElements, // elements in immediately block; no nested blocks 262 referencedElements, // elements in immediately block; no nested blocks 276 referencedElements, // elements in immediately block; no nested blocks
|