/external/chromium/chrome/browser/ |
external_protocol_handler.h | 19 BLOCK, 23 // Returns whether we should block a given scheme. 26 // Sets whether we should block a given scheme.
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ElemDesc.java | 50 /** Bit position if this element type is a block. */ 51 static final int BLOCK = (1 << 3); 53 /** Bit position if this element type is a block form. */ 56 /** Bit position if this element type is a block form field set. */
|
/external/e2fsprogs/e2fsck/ |
mtrace.h | 62 /* Re-allocate the previously allocated block 63 in __ptr_t, making the new block SIZE bytes long. */ 67 /* Free a block allocated by `malloc', `realloc' or `calloc'. */ 101 receive a fragment of a block. Fragment sizes are powers of two, 102 and all fragments of a block are the same size. When all the 103 fragments in a block have been freed, the block itself is freed. */ 117 /* Data structure giving per-block information. */ 120 /* Heap information for a busy block. */ 123 /* Zero for a large block, or positive giving th [all...] |
/external/libvpx/vp8/encoder/ |
block.h | 52 } BLOCK; 65 // 16 Y blocks, 4 U blocks, 4 V blocks, 1 DC 2nd order block each with 16 entries 66 BLOCK block[25]; member in struct:__anon7457 120 void (*quantize_b)(BLOCK *b, BLOCKD *d);
|
/external/javassist/src/main/javassist/compiler/ |
TokenId.java | 120 int BLOCK = 'B'; // block statement
|
/external/clang/include/clang/AST/ |
Stmt.h | [all...] |
/external/libxml2/ |
HTMLparser.c | 483 #define BLOCK HEADING, LIST "pre", "p", "dl", "div", "center", "noscript", "noframes", "blockquote", "form", "isindex", "hr", "table", "fieldset", "address" 495 #define FLOW BLOCK,INLINE 586 static const char* const map_contents[] = { BLOCK, "area", NULL } ; 589 static const char* const blockli_elt[] = { BLOCK, "li", NULL } ; [all...] |
/external/clang/lib/Serialization/ |
ASTWriter.cpp | 612 // Emit the block name if present. 740 #define BLOCK(X) EmitBlockID(X ## _ID, #X, Stream, Record) 743 // AST Top-Level Block. 744 BLOCK(AST_BLOCK); 789 // SourceManager Block. 790 BLOCK(SOURCE_MANAGER_BLOCK); 796 // Preprocessor Block. 797 BLOCK(PREPROCESSOR_BLOCK); 802 // Decls and Types block. 803 BLOCK(DECLTYPES_BLOCK) [all...] |
/external/expat/lib/ |
xmlparse.c | 215 typedef struct block { struct 216 struct block *next; 219 } BLOCK; 222 BLOCK *blocks; 223 BLOCK *freeBlocks; 922 /* Block after XML_Parse()/XML_ParseBuffer() has been called. [all...] |
/external/webkit/Source/WebCore/rendering/style/ |
RenderStyleConstants.h | 387 INLINE, BLOCK, LIST_ITEM, RUN_IN, COMPACT, INLINE_BLOCK,
|
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |