| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/ |
| GCMBlockCipher.java | 338 * partial) cipher-text blocks produced, and adjust the current hash. 353 // Number of cipher-text blocks produced
|
| /external/bzip2/ |
| bz-fo.xsl | 126 <xsl:param name="variablelist.as.blocks" select="1"/> 127 <xsl:template match="varlistentry" mode="vl.as.blocks">
|
| /external/chromium/crypto/ |
| symmetric_key_win.cc | 422 // 2. Let l be the number of hLen-octet blocks in the derived key, 440 // 4. Concatenate the blocks and extract the first dkLen octets to produce
|
| /external/chromium/net/disk_cache/ |
| disk_cache.h | 164 // completion_callback is null, then this call blocks until the read 178 // completion_callback is null, then this call blocks until the write
|
| /external/chromium/net/spdy/ |
| spdy_framer.h | 287 // type. This is useful for validating frame blocks. 450 // headers. Note that header data blocks (for control types that have them)
|
| /external/chromium/webkit/glue/media/ |
| buffered_data_source_unittest.cc | 398 // This blocks the current thread until the watch task is executed and 514 // introduction of a pipeline teardown deadlock. The pipeline owner blocks
|
| /external/chromium_org/chrome/browser/resources/web_dev_style/ |
| css_checker.py | 37 (.*{.*?})+ # inner { curly } blocks, rules, and selector junk 332 # not using a real parser. TODO(dbeam): Check alpha in <if> blocks.
|
| /external/chromium_org/chrome/test/base/ |
| testing_profile.h | 199 // Blocks until the HistoryService finishes restoring its in-memory cache. 203 // Blocks until TopSites finishes loading.
|
| /external/chromium_org/crypto/ |
| symmetric_key_win.cc | 422 // 2. Let l be the number of hLen-octet blocks in the derived key, 440 // 4. Concatenate the blocks and extract the first dkLen octets to produce
|
| /external/chromium_org/media/webm/ |
| webm_parser_unittest.cc | 243 // Now expect all blocks. 257 // Now parse a whole cluster to verify that all the blocks will get parsed.
|
| /external/chromium_org/net/third_party/nss/ssl/ |
| ssl3gthr.c | 15 * Blocks here for blocking sockets, otherwise returns -1 with 141 * Blocks here for blocking sockets, otherwise returns -1 with
|
| /external/chromium_org/third_party/icu/source/test/cintltst/ |
| hpmufn.c | 80 * All blocks increased in size by 8 to 16 bytes, and the poiner returned to ICU is 81 * offset up by 8 to 16, which should cause a good heap corruption if one of our "blocks"
|
| /external/chromium_org/third_party/libwebp/utils/ |
| huffman_encode.c | 173 // This algorithm is not of excellent performance for very long data blocks, 175 // we are not planning to use this with extremely long blocks.
|
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
| lp_scene.c | 242 /* Free all scene data blocks: 348 /* Look at existing resource blocks:
|
| /external/chromium_org/third_party/openssl/openssl/crypto/chacha/ |
| chacha_vec.c | 72 * This implementation supports parallel processing of multiple blocks, 131 #define BPI (VBPI + GPR_TOO) /* Blocks computed per loop iteration */
|
| /external/chromium_org/tools/deep_memory_profiler/lib/ |
| sorter.py | 283 """Represents a Rule to match with malloc'ed blocks.""" 407 """Represents a Sorter for malloc'ed blocks."""
|
| /external/chromium_org/tools/ |
| nocompile_driver.py | 365 """Blocks until at least one task is removed from executing_tests. 442 # CompleteAtLeastOneTest blocks until at least one test finishes. Thus, this
|
| /external/chromium_org/tools/resources/ |
| optimize-png-files.sh | 11 # 2) optimize the number of huffman blocks. 123 # Optimize the huffman blocks.
|
| /external/chromium_org/v8/src/ |
| isolate.cc | 323 // concurrent recompilation queue, containing a list of blocks. Each block 326 // We iterate through all the blocks to see whether the argument handle 327 // belongs to one of the blocks. If so, it is deferred. 331 List<Object**>* blocks = &deferred->blocks_; local 332 for (int i = 0; i < blocks->length(); i++) { 334 : blocks->at(i) + kHandleBlockSize; 335 if (blocks->at(i) <= handle && handle < block_limit) return true; [all...] |
| /external/clang/lib/CodeGen/ |
| CGCleanup.h | 136 /// Objective C \@finally blocks are represented using a cleanup scope 206 /// A cleanup scope which generates the cleanup blocks lazily.
|
| /external/clang/lib/Sema/ |
| AnalysisBasedWarnings.cpp | 147 // Skip blocks which contain an element marked as no-return. They don't 309 // For blocks / lambdas. 321 /// of a noreturn function. We assume that functions and blocks not marked 712 // Mark all case blocks reachable to avoid problems with switching on 714 // These blocks can contain fall-through annotations, and we don't want to [all...] |
| /external/clang/test/Analysis/ |
| dead-stores.c | 1 // RUN: %clang_cc1 -Wunused-variable -analyze -analyzer-checker=core,deadcode.DeadStores,alpha.deadcode.IdempotentOperations -fblocks -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks %s 2 // RUN: %clang_cc1 -Wunused-variable -analyze -analyzer-checker=core,deadcode.DeadStores,alpha.deadcode.IdempotentOperations -analyzer-store=region -analyzer-constraints=range -fblocks -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks %s
|
| /external/e2fsprogs/debugfs/ |
| logdump.c | 641 /* Dump out the direct/indirect blocks here: 646 fprintf (out_file, " Blocks: ");
|
| /external/e2fsprogs/lib/ext2fs/ |
| block.c | 2 * block.c --- iterate over all blocks in an inode 459 * Iterate over normal data blocks
|
| /external/eigen/Eigen/src/Core/products/ |
| GeneralMatrixMatrix.h | 139 // Release all the sub blocks B'_j of B' for the current thread, 168 // Note that this panel will be read as many times as the number of blocks in the lhs's
|