Home
last modified time | relevance | path

Searched defs:BLOCK (Results 1 – 25 of 33) 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DParseStart.java48 ParseStart<BlockStmt> BLOCK = GeneratedJavaParser::BlockParseStart; field
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCLexer.h22 #define BLOCK 5 macro
DSimpleCWalker.h31 #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/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/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/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUProperty.java597 public static final int BLOCK = 0x1001; field
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUProperty.java520 public static final int BLOCK = 0x1001; field
/external/owasp/sanitizer/src/main/org/owasp/html/
DTagBalancingHtmlStreamEventReceiver.java299 BLOCK, enumConstant
/external/clang/include/clang/Sema/
DTemplate.h423 #define BLOCK(DERIVED, BASE) macro
/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp550 BLOCK enumerator
2844 BLOCK, enumerator
3579 BLOCK, enumerator
4066 BLOCK = 0, enumerator
4135 BLOCK = 0, enumerator
/external/libvpx/libvpx/vp8/encoder/
Dblock.h52 } BLOCK; typedef
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp465 #define BLOCK(X) emitBlockID(X ## _ID, #X, Stream, Record) in emitBlockInfoBlock() macro

12