/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
malloc_extension.h | 106 virtual bool MallocMemoryStats(int* blocks, size_t* total,
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/ |
BlenderLoader.java | 74 /** The blocks read from the file. */
75 protected List<FileBlockHeader> blocks;
field in class:BlenderLoader 85 for (FileBlockHeader block : blocks) {
183 // reading blocks
184 blocks = new ArrayList<FileBlockHeader>();
210 // reading the blocks (dna block is automatically saved in the blender context when found)//TODO: zmieni? to
215 blocks.add(fileBlock);
|
BlenderModelLoader.java | 61 for (FileBlockHeader block : blocks) {
|
/external/kernel-headers/original/linux/mmc/ |
mmc.h | 73 unsigned int blocks; /* number of blocks */ member in struct:mmc_data
|
/external/kernel-headers/original/linux/raid/ |
md.h | 84 extern void md_done_sync(mddev_t *mddev, int blocks, int ok);
|
/external/markdown/markdown/extensions/ |
imagelinks.py | 46 blocks = []
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 123 unsigned blocks; /* Kb of disk used by file */ 283 unsigned blocks; /* total blocks in file system */ 284 unsigned bfree; /* free blocks in fs */ 285 unsigned bavail; /* free blocks avail to non-superuser */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 123 unsigned blocks; /* Kb of disk used by file */ 283 unsigned blocks; /* total blocks in file system */ 284 unsigned bfree; /* free blocks in fs */ 285 unsigned bavail; /* free blocks avail to non-superuser */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 123 unsigned blocks; /* Kb of disk used by file */ 283 unsigned blocks; /* total blocks in file system */ 284 unsigned bfree; /* free blocks in fs */ 285 unsigned bavail; /* free blocks avail to non-superuser */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 259 blocks = [] 268 blocks.append(NL.join(lines[:-1])) 270 blocks.append(text) 271 # Now join all the blocks with an empty line. This has the lovely 274 self._fp.write(NL.join(blocks))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
generator.py | 259 blocks = [] 268 blocks.append(NL.join(lines[:-1])) 270 blocks.append(text) 271 # Now join all the blocks with an empty line. This has the lovely 274 self._fp.write(NL.join(blocks))
|
/dalvik/dx/src/com/android/dx/command/dump/ |
DotDumper.java | 132 BasicBlockList blocks = rmeth.getBlocks(); local 134 int sz = blocks.size(); 136 BasicBlock bb = blocks.get(i);
|
/external/ceres-solver/internal/ceres/ |
schur_eliminator_test.cc | 132 vector<int> blocks(num_col_blocks - num_eliminate_blocks, 0); 134 blocks[i - num_eliminate_blocks] = bs->cols[i].size; 137 BlockRandomAccessDenseMatrix lhs(blocks);
|
/external/chromium_org/v8/src/ |
hydrogen-environment-liveness.cc | 39 block_count_(graph->blocks()->length()), 186 // blocks in reverse order and walk backwards through each block. We 201 HBasicBlock* block = graph()->blocks()->at(block_id); 233 HBasicBlock* block = graph()->blocks()->at(block_id);
|
/external/emma/core/java12/com/vladium/emma/data/ |
MethodDescriptor.java | 32 // blocks for block coverage reporting 219 final int [] blocks = (int []) m_lineMap.get (lines [l]); local 220 for (int bl = 0; bl < blocks.length; ++ bl) 223 s.append (blocks [bl]);
|
/external/harfbuzz_ng/src/ |
gen-indic-table.py | 6 print >>sys.stderr, "usage: ./gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt" 13 blocks = {} variable 41 blocks[t] = (start, end) 69 print " * ./gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt" 158 (start, end) = blocks[block]
|
/external/qemu/distrib/sdl-1.2.15/src/audio/dma/ |
SDL_dmaaudio.c | 220 /* Get number of blocks, looping if we're not using select() */ 227 } while ( frame_ticks && (info.blocks < 1) ); 229 if ( info.blocks > 1 ) { 230 printf("Warning: audio underflow (%d frags)\n", info.blocks-1);
|
/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 380 assertEquals(1, vcalendar.blocks.size()); 381 BlockHash vevent = vcalendar.blocks.get(0); 442 assertEquals(1, vcalendar.blocks.size()); 443 BlockHash vevent = vcalendar.blocks.get(0); 507 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT) 508 assertEquals(2, vcalendar.blocks.size()); 513 BlockHash vtimezone = vcalendar.blocks.get(0); 518 BlockHash vevent = vcalendar.blocks.get(1); 591 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT) 592 assertEquals(2, vcalendar.blocks.size()) 727 ArrayList<BlockHash> blocks = new ArrayList<BlockHash>(); field in class:CalendarUtilitiesTests.BlockHash [all...] |
/system/extras/ext4_utils/ |
allocate.c | 140 printf("%p: Blocks %d-%d (%d)\n", reg, 206 /* Marks a the first num_blocks blocks in a block group as used, and accounts 254 /* Reduces an existing allocation by len blocks by return the last blocks 255 to the free pool in their block group. Assumes that the blocks being 313 error("failed to reserve %u blocks in block group %u\n", bg->header_blocks, i); 351 error("failed to reserve %u blocks in block group %u\n", len, bg_num); 416 error("failed to allocate %d blocks in block group %d", bg_len, i); 470 /* Allocate len blocks. The blocks may be spread across multiple block groups [all...] |
/external/libpcap/ |
optimize.c | 147 struct block **blocks; variable in typeref:struct:block [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 82 ; store blocks back out 115 ; special case when 2 blocks have 0 or 1 coeffs 311 ; Load up predict blocks 338 ; store blocks back out 370 ; special case when 2 blocks have 0 or 1 coeffs 385 ; Load up predict blocks 417 ; store blocks back out 447 ; special case when 2 blocks have 0 or 1 coeffs 648 ; Load up predict blocks 681 ; store blocks back ou [all...] |
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_cipher.h | 373 @param blocks The number of complete blocks to process 377 int (*accel_ecb_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, symmetric_key *skey); 382 @param blocks The number of complete blocks to process 386 int (*accel_ecb_decrypt)(const unsigned char *ct, unsigned char *pt, unsigned long blocks, symmetric_key *skey); 391 @param blocks The number of complete blocks to process 396 int (*accel_cbc_encrypt)(const unsigned char *pt, unsigned char *ct, unsigned long blocks, unsigned char *IV, symmetric_key *skey); 401 @param blocks The number of complete blocks to proces [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/ |
HtmlTree.java | 34 * well-formed blocks of text, for quote detection. 314 // Creating well-formed blocks within the html tree. 332 * Creates a list of Blocks, given a text-range. 333 * We may create multiple blocks if one single well-formed Block cannot be 344 ArrayList<Block> blocks = new ArrayList<Block>(); local 355 // Split up the block [start, end) into one or more blocks that 384 // or more blocks because the current node cannot be included 393 blocks.add(b); 404 blocks.add(b); 408 for (int i = 0; i < blocks.size(); i++) [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlTree.java | 35 * well-formed blocks of text, for quote detection. 347 // Creating well-formed blocks within the html tree. 365 * Creates a list of Blocks, given a text-range. 366 * We may create multiple blocks if one single well-formed Block cannot be 377 ArrayList<Block> blocks = new ArrayList<Block>(); local 388 // Split up the block [start, end) into one or more blocks that 417 // or more blocks because the current node cannot be included 426 blocks.add(b); 437 blocks.add(b); 441 for (int i = 0; i < blocks.size(); i++) [all...] |
/external/openssh/ |
packet.c | 93 u_int64_t blocks; member in struct:packet_state 394 packet_get_state(int mode, u_int32_t *seqnr, u_int64_t *blocks, 403 if (blocks) 404 *blocks = state->blocks; 412 packet_set_state(int mode, u_int32_t seqnr, u_int64_t blocks, u_int32_t packets, 420 state->blocks = blocks; 747 active_state->p_send.packets = active_state->p_send.blocks = 0; 752 active_state->p_read.packets = active_state->p_read.blocks = 0 [all...] |