HomeSort by relevance Sort by last modified time
    Searched refs:Block (Results 126 - 150 of 648) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 192 (b"Test Using Larger Than Block-Size Key "
193 b"and Larger Than One Block-Size Data"),
210 ("Test Using Larger Than Block-Size Key "
211 "and Larger Than One Block-Size Data"),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_parser.py 192 (b"Test Using Larger Than Block-Size Key "
193 b"and Larger Than One Block-Size Data"),
210 ("Test Using Larger Than Block-Size Key "
211 "and Larger Than One Block-Size Data"),
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 354 * A Block represents a region of a html tree that
355 * 1) is well-formed, i.e. for each node in the block, all its descendants
356 * are also contained in the block. So it's safe to wrap the region
360 public static class Block {
364 /* The ending node (non-inclusive to the block) */
370 * We may create multiple blocks if one single well-formed Block cannot be
377 * @return a list of 0 or more Block objects, never null
379 public ArrayList<Block> createBlocks(int textStart, int textEnd, int minNode, int maxNode) {
381 ArrayList<Block> blocks = new ArrayList<Block>();
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 41 /// at the statement and block-level. The analyses themselves must implement
142 /// Inform the CoreEngine that a basic block was aborted because
144 void addAbortedBlock(const ExplodedNode *node, const CFGBlock *block) {
145 blocksAborted.push_back(std::make_pair(block, node));
168 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
175 void enqueueStmtNode(ExplodedNode *N, const CFGBlock *Block, unsigned Idx);
181 const CFGBlock *Block;
184 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
187 const CFGBlock *getBlock() const { return Block; }
189 /// \brief Returns the number of times the current basic block has bee
    [all...]
  /external/v8/src/ast/
ast-expression-rewriter.cc 79 void AstExpressionRewriter::VisitBlock(Block* node) {
181 AST_REWRITE_PROPERTY(Block, node, try_block);
183 AST_REWRITE_PROPERTY(Block, node, catch_block);
189 AST_REWRITE_PROPERTY(Block, node, try_block);
190 AST_REWRITE_PROPERTY(Block, node, finally_block);
394 AST_REWRITE_PROPERTY(Block, node, block);
  /external/v8/test/mjsunit/es6/
debug-function-scopes.js 54 Block: 5,
112 CheckScope(mirror.scope(0), { l3: 9 }, ScopeType.Block);
113 CheckScope(mirror.scope(1), { l2: 7 }, ScopeType.Block);
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.h 134 LLVMBasicBlockRef Block);
140 LLVMBasicBlockRef Block);
DIBuilderBindings.cpp 227 LLVMBasicBlockRef Block) {
235 unwrap<DIExpression>(Expr), /* DebugLoc */ nullptr, unwrap(Block));
243 LLVMBasicBlockRef Block) {
251 unwrap<DIExpression>(Expr), /* DebugLoc */ nullptr, unwrap(Block));
  /external/v8/src/parsing/
parameter-initializer-rewriter.cc 39 void VisitBlock(Block* stmt) override;
111 void Rewriter::VisitBlock(Block* stmt) {
  /external/v8/test/mjsunit/regress/
regress-crbug-582051.js 26 var expectation = [ ScopeType.Block,
  /external/valgrind/helgrind/tests/
pth_barrier1.stderr.exp 34 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
38 Block was alloc'd by thread #x
pth_barrier3.stderr.exp 34 Address 0x........ is 0 bytes inside a block of size 1 alloc'd
38 Block was alloc'd by thread #x
tc15_laog_lockdel.stderr.exp 35 Address 0x........ is 0 bytes inside a block of size 120 alloc'd
38 Block was alloc'd by thread #x
43 Address 0x........ is 0 bytes inside a block of size 120 alloc'd
46 Block was alloc'd by thread #x
  /external/valgrind/memcheck/tests/
malloc1.stderr.exp 4 Address 0x........ is 1 bytes inside a block of size 10 free'd
8 Block was alloc'd at
16 Address 0x........ is 1 bytes before a block of size 10 alloc'd
  /frameworks/base/tools/aapt2/flatten/
Archive.cpp 69 for (const BigBuffer::Block& b : buffer) {
139 for (const BigBuffer::Block& b : buffer) {
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
InvocationHandlerGenerator.java 44 Block handler = e.begin_block();
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0/
gradle-2.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-alpha1/
gradle-2.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-alpha3/
gradle-2.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-alpha4/
gradle-2.2.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-alpha6/
gradle-2.2.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-alpha7/
gradle-2.2.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-beta1/
gradle-2.2.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/2.2.0-beta2/
gradle-2.2.0-beta2.jar 

Completed in 1021 milliseconds

1 2 3 4 56 7 8 91011>>