/packages/apps/Exchange/tests/src/com/android/exchange/utility/ |
CalendarUtilitiesTests.java | 370 assertEquals(1, vcalendar.blocks.size()); 371 BlockHash vevent = vcalendar.blocks.get(0); 432 assertEquals(1, vcalendar.blocks.size()); 433 BlockHash vevent = vcalendar.blocks.get(0); 497 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT) 498 assertEquals(2, vcalendar.blocks.size()); 503 BlockHash vtimezone = vcalendar.blocks.get(0); 508 BlockHash vevent = vcalendar.blocks.get(1); 581 // We should have two blocks under VCALENDAR (VTIMEZONE and VEVENT) 582 assertEquals(2, vcalendar.blocks.size()) 754 ArrayList<BlockHash> blocks = new ArrayList<BlockHash>(); field in class:CalendarUtilitiesTests.BlockHash [all...] |
/system/extras/ext4_utils/ |
allocate.c | 113 printf("%p: Blocks %d-%d (%d)\n", reg, 194 /* Marks a the first num_blocks blocks in a block group as used, and accounts 242 /* Reduces an existing allocation by len blocks by return the last blocks 243 to the free pool in their block group. Assumes that the blocks being 299 error("failed to reserve %u blocks in block group %u\n", bg->header_blocks, i); 337 error("failed to reserve %u blocks in block group %u\n", len, bg_num); 402 error("failed to allocate %d blocks in block group %d", bg_len, i); 456 /* Allocate len blocks. The blocks may be spread across multiple block groups [all...] |
contents.c | 90 u32 blocks; local 98 blocks = DIV_ROUND_UP(dentry_size(entries, dentries), info.block_size); 99 len = blocks * info.block_size;
|
indirect.c | 33 critical_error("indirect backing larger than %d blocks", EXT4_NDIR_BLOCKS); 64 error("failed to advance %d blocks", len); 131 error("failed to advance %d blocks", ind_block_len); 163 /* Given an allocation, attach as many blocks as possible to direct inode 164 blocks, and return the rest */ 176 error("failed to advance %d blocks", len); 184 /* Given an allocation, attach as many blocks as possible to indirect blocks, 186 Assumes that the blocks necessary to hold the indirect blocks were include 430 u64 blocks; local [all...] |
/external/libpcap/ |
optimize.c | 147 struct block **blocks; variable in typeref:struct:block [all...] |
/external/libvpx/vp8/common/x86/ |
idctllm_sse2.asm | 85 ; store blocks back out 110 ; special case when 2 blocks have 0 or 1 coeffs 305 ; Load up predict blocks 337 ; store blocks back out 373 ; special case when 2 blocks have 0 or 1 coeffs 386 ; Load up predict blocks 422 ; store blocks back out 449 ; special case when 2 blocks have 0 or 1 coeffs 650 ; Load up predict blocks 681 ; store blocks back ou [all...] |
/external/bluetooth/bluez/sbc/ |
sbc_primitives.c | 189 /* Analyze blocks */ 202 /* Analyze blocks */ 428 int blocks, int channels, int subbands) 434 for (blk = 0; blk < blocks; blk++) { 448 int blocks, int subbands) 458 for (blk = 0; blk < blocks; blk++) { 474 for (blk = 0; blk < blocks; blk++) { 492 for (blk = 0; blk < blocks; blk++) { 508 for (blk = 0; blk < blocks; blk++) {
|
/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...] |
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
crypto_internal.c | 313 size_t i, j, blocks; local 326 blocks = len / ctx->u.aes.block_size; 327 for (i = 0; i < blocks; i++) { 341 blocks = len / 8; 342 for (i = 0; i < blocks; i++) { 363 size_t i, j, blocks; local 377 blocks = len / ctx->u.aes.block_size; 378 for (i = 0; i < blocks; i++) { 391 blocks = len / 8; 392 for (i = 0; i < blocks; i++) [all...] |
/cts/tools/dx-tests/src/util/ |
CollectAllTests.java | 401 int blocks = 1; 402 while ((currentChar = (char) reader.read()) != -1 && blocks > 0) { 405 blocks--; 410 blocks++;
|
/external/oprofile/events/mips/r10000/ |
events | 34 event:0x0e counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_CLEANEXCLUSIVE_SCACHE_BLOCKS : Stores or prefetches with store hint to CleanExclusive secondary cache blocks 36 event:0x0f counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_SHD_SCACHE_BLOCKS : Stores or prefetches with store hint to Shared secondary cache blocks
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
options.py | 32 blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help="Bug number which the created bug blocks.") variable in class:Options
|
/frameworks/base/core/java/android/content/res/ |
AssetManager.java | 234 StringBlock[] blocks = mStringBlocks; local 235 if (blocks == null) { 237 blocks = mStringBlocks; 239 outValue.string = blocks[block].get(outValue.data); 259 if (localLOGV) Log.v(TAG, "Making string blocks for " + this 273 // + ", blocks=" + mStringBlocks);
|
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/ |
omx_proxy_common.c | 651 MemAllocBlock blocks[2]; local 671 memset(blocks, 0, sizeof(MemAllocBlock)*2); 704 blocks[0].fmt = PIXEL_FMT_8BIT; 705 blocks[0].dim.area.width = tParamRect.nWidth; 706 blocks[0].dim.area.height = tParamRect.nHeight; 707 blocks[0].stride = 0; 709 blocks[1].fmt = PIXEL_FMT_16BIT; 710 blocks[1].dim.area.width = tParamRect.nWidth >> 1; 711 blocks[1].dim.area.height = tParamRect.nHeight >> 1; 712 blocks[1].stride = 0 [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
SsaDumper.java | 49 * Dumper for the SSA-translated blocks of a method. 131 ArrayList<SsaBasicBlock> blocks = ssaMeth.getBlocks(); local 133 (ArrayList<SsaBasicBlock>) blocks.clone();
|
/external/grub/stage2/ |
bios.c | 62 unsigned short blocks; 79 dap.blocks = nsec; 60 unsigned short blocks; member in struct:disk_address_packet
|
/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.mli | 43 include the contents of basic blocks into the nodes.
|
/external/v8/test/mjsunit/compiler/ |
regress-5.js | 28 // Test breaking out of labelled blocks.
|
/external/v8/test/mjsunit/regress/ |
regress-74.js | 28 // Test that the variable introduced by catch blocks is DontDelete.
|
/external/valgrind/main/memcheck/tests/linux/ |
timerfd-syscall.stderr.exp | 50 in use at exit: 0 bytes in 0 blocks
|
/external/valgrind/main/memcheck/tests/ |
partial_load_dflt.stderr.exp | 28 in use at exit: ... bytes in ... blocks
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fuse.h | 46 __u64 blocks; member in struct:fuse_attr 63 __u64 blocks; member in struct:fuse_kstatfs
|
/bootable/recovery/mtdutils/ |
mtdutils.c | 283 // anything other than whole blocks; unpredictable things will result. 341 // Read complete blocks directly into the user's buffer 425 continue; // Don't try to erase known factory-bad blocks. 480 // Coalesce partial writes into complete blocks 495 // Write complete blocks directly from the user's buffer 505 off_t mtd_erase_blocks(MtdWriteContext *ctx, int blocks) 519 if (blocks < 0) blocks = total; 520 if (blocks > total) { 525 // Erase the specified number of blocks [all...] |
/external/e2fsprogs/e2fsck/ |
pass5.c | 109 blk_t blocks = 0; local 249 blocks ++; 250 if ((blocks == fs->super->s_blocks_per_group) || 254 blocks = 0; 290 blocks = 0; free_blocks = 0; group_free = 0; group = 0;
|
/external/dbus/test/ |
decode-gcov.c | 358 die ("no count of blocks in func found\n"); 369 printf ("Function has %ld blocks and %ld arcs\n", 432 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n", 645 /* number of blocks in DBUS_BUILD_TESTS */ 648 /* number of blocks outside DBUS_BUILD_TESTS */ 654 unsigned int partial : 1; /* only some of the blocks were executed */ 661 DBusList *blocks; member in struct:Line 663 unsigned int partial : 1; /* only some of the blocks were executed */ 749 printf ("Loading arcs and blocks from .bbg file\n"); 870 printf ("%d functions %d blocks %d arcs %d off-tree arcs in file\n" [all...] |