Home
last modified time | relevance | path

Searched defs:BLOCK (Results 1 – 25 of 40) sorted by relevance

12

/external/compiler-rt/lib/builtins/arm/
Dclzsi2.S50 #define BLOCK(shift) \ macro
Dclzdi2.S71 #define BLOCK(shift) \ macro
/external/clang/test/CodeGen/
Dcapture-complex-expr-in-block.c4 typedef void (^BLOCK)(void); typedef
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/
DParseStart.java22 ParseStart<BlockStmt> BLOCK = ASTParser::Block; field
/external/libmicrohttpd/src/microhttpd/
Dreason_phrase.c140 #define BLOCK(m) { (sizeof(m) / sizeof(char*)), m } macro
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DParseStart.java48 ParseStart<BlockStmt> BLOCK = GeneratedJavaParser::BlockParseStart; field
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.h22 #define BLOCK 5 macro
DSimpleCTP.h31 #define BLOCK 5 macro
DSimpleCParser.h40 #define BLOCK 5 macro
DSimpleCTP.java30 public static final int BLOCK=9; field in SimpleCTP
DSimpleCLexer.java27 public static final int BLOCK=9; field in SimpleCLexer
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
DSimpleCLexer.h43 #define BLOCK 9 macro
DSimpleCTP.h31 #define BLOCK 9 macro
DSimpleCParser.h39 #define BLOCK 9 macro
DSimpleCTP.java30 public static final int BLOCK=9; field in SimpleCTP
DSimpleCLexer.java27 public static final int BLOCK=9; field in SimpleCLexer
/external/f2fs-tools/tools/
Dcheck_f2fs.c29 #define BLOCK 4096 macro
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DElemDesc.java51 static final int BLOCK = (1 << 3); field in ElemDesc
/external/clang/test/Rewriter/
Drewrite-block-pointer.mm74 typedef void (^BLOCK)(id, id<CoreDAVAccountInfoProvider>, id<CodeProvider> codeInfo); category
/external/python/cpython2/Modules/
D_collectionsmodule.c50 typedef struct BLOCK { struct
51 PyObject *data[BLOCKLEN]; argument
52 struct BLOCK *rightlink; argument
53 struct BLOCK *leftlink; argument
/external/e2fsprogs/e2fsck/
Dmtrace.h154 #define BLOCK(A) (((char *) (A) - _heapbase) / BLOCKSIZE + 1) macro
/external/javassist/src/main/javassist/compiler/
DTokenId.java120 int BLOCK = 'B'; // block statement field
/external/python/cpython3/Modules/
D_collectionsmodule.c71 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/
DDumperOptions.java85 FLOW(Boolean.TRUE), BLOCK(Boolean.FALSE), AUTO(null); enumConstant
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java515 public static final int BLOCK = 0x1001; field

12