/external/compiler-rt/lib/builtins/arm/ |
D | clzsi2.S | 50 #define BLOCK(shift) \ macro
|
D | clzdi2.S | 71 #define BLOCK(shift) \ macro
|
/external/clang/test/CodeGen/ |
D | capture-complex-expr-in-block.c | 4 typedef void (^BLOCK)(void); typedef
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ |
D | ParseStart.java | 22 ParseStart<BlockStmt> BLOCK = ASTParser::Block; field
|
/external/libmicrohttpd/src/microhttpd/ |
D | reason_phrase.c | 140 #define BLOCK(m) { (sizeof(m) / sizeof(char*)), m } macro
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ |
D | ParseStart.java | 48 ParseStart<BlockStmt> BLOCK = GeneratedJavaParser::BlockParseStart; field
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
D | SimpleCLexer.h | 22 #define BLOCK 5 macro
|
D | SimpleCTP.h | 31 #define BLOCK 5 macro
|
D | SimpleCParser.h | 40 #define BLOCK 5 macro
|
D | SimpleCTP.java | 30 public static final int BLOCK=9; field in SimpleCTP
|
D | SimpleCLexer.java | 27 public static final int BLOCK=9; field in SimpleCLexer
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
D | SimpleCLexer.h | 43 #define BLOCK 9 macro
|
D | SimpleCTP.h | 31 #define BLOCK 9 macro
|
D | SimpleCParser.h | 39 #define BLOCK 9 macro
|
D | SimpleCTP.java | 30 public static final int BLOCK=9; field in SimpleCTP
|
D | SimpleCLexer.java | 27 public static final int BLOCK=9; field in SimpleCLexer
|
/external/f2fs-tools/tools/ |
D | check_f2fs.c | 29 #define BLOCK 4096 macro
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ElemDesc.java | 51 static final int BLOCK = (1 << 3); field in ElemDesc
|
/external/clang/test/Rewriter/ |
D | rewrite-block-pointer.mm | 74 typedef void (^BLOCK)(id, id<CoreDAVAccountInfoProvider>, id<CodeProvider> codeInfo); category
|
/external/python/cpython2/Modules/ |
D | _collectionsmodule.c | 50 typedef struct BLOCK { struct 51 PyObject *data[BLOCKLEN]; argument 52 struct BLOCK *rightlink; argument 53 struct BLOCK *leftlink; argument
|
/external/e2fsprogs/e2fsck/ |
D | mtrace.h | 154 #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1) macro
|
/external/javassist/src/main/javassist/compiler/ |
D | TokenId.java | 120 int BLOCK = 'B'; // block statement field
|
/external/python/cpython3/Modules/ |
D | _collectionsmodule.c | 71 typedef struct BLOCK { struct 72 struct BLOCK *leftlink; argument 73 PyObject *data[BLOCKLEN]; argument 74 struct BLOCK *rightlink; argument
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/ |
D | DumperOptions.java | 85 FLOW(Boolean.TRUE), BLOCK(Boolean.FALSE), AUTO(null); enumConstant
|
/external/icu/android_icu4j/src/main/java/android/icu/lang/ |
D | UProperty.java | 515 public static final int BLOCK = 0x1001; field
|