| /external/compiler-rt/lib/builtins/arm/ | 
| D | clzsi2.S | 50 #define BLOCK(shift) \  macro
  | 
| D | clzdi2.S | 71 #define BLOCK(shift) \  macro
  | 
| /external/crosvm/sandbox/src/ | 
| D | policy.rs | 70 pub const BLOCK: Policy = Policy {  constant
  | 
| /external/clang/test/CodeGen/ | 
| D | capture-complex-expr-in-block.c | 4 typedef void (^BLOCK)(void);  typedef
  | 
| /external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ | 
| D | DirectiveConstants.java | 31     int BLOCK = 1;  field
  | 
| /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/liburing/test/ | 
| D | eeed8b54e0df.c | 16 #define BLOCK	4096  macro
  | 
| /external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ | 
| D | SimpleCLexer.h | 22 #define BLOCK 5  macro
  | 
| D | SimpleCTP.h | 31 #define BLOCK 5  macro
  | 
| D | SimpleCWalker.h | 31 #define BLOCK 5  macro
  | 
| D | SimpleCParser.h | 40 #define BLOCK 5  macro
  | 
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ | 
| D | ParseStart.java | 52     ParseStart<BlockStmt> BLOCK = GeneratedJavaParser::BlockParseStart;  field
  | 
| /external/f2fs-tools/tools/ | 
| D | check_f2fs.c | 31 #define BLOCK 4096  macro
  | 
| /external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/ | 
| D | IncludeEventHandlingTestCase.java | 83     private static final int BLOCK=2;  field in IncludeEventHandlingTestCase
  | 
| /external/owasp/java-encoder/core/src/main/java/org/owasp/encoder/ | 
| D | JavaScriptEncoder.java | 71         BLOCK,  enumConstant
  | 
| /external/apache-xml/src/main/java/org/apache/xml/serializer/ | 
| D | ElemDesc.java | 51     static final int BLOCK = (1 << 3);  field in ElemDesc
  | 
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/stmt/ | 
| D | SwitchEntry.java | 85         STATEMENT_GROUP, EXPRESSION, BLOCK, THROWS_STATEMENT  enumConstant
  | 
| /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/clang/test/Rewriter/ | 
| D | rewrite-block-pointer.mm | 74 typedef void (^BLOCK)(id, id<CoreDAVAccountInfoProvider>, id<CodeProvider> codeInfo);  category
  | 
| /external/rust/crates/rayon/src/slice/ | 
| D | quicksort.rs | 242     const BLOCK: usize = 128;  in partition_in_blocks()  constant
  | 
| /external/e2fsprogs/e2fsck/ | 
| D | mtrace.h | 154 #define BLOCK(A)	(((char *) (A) - _heapbase) / BLOCKSIZE + 1)  macro
  | 
| /external/zstd/tests/fuzz/ | 
| D | fuzz.py | 36     BLOCK = 2  variable in FrameType
  | 
| /external/javassist/src/main/javassist/compiler/ | 
| D | TokenId.java | 121     int BLOCK = 'B';    // block statement  field
  | 
| /external/rust/crates/rand_chacha/src/ | 
| D | guts.rs | 17 pub(crate) const BLOCK: usize = 64;  constant
  | 
| /external/python/cpython3/Modules/ | 
| D | _collectionsmodule.c | 81 typedef struct BLOCK {  struct 82     struct BLOCK *leftlink;  argument 83     PyObject *data[BLOCKLEN];  argument 84     struct BLOCK *rightlink;  argument
  |