Searched refs:END_BLOCK (Results 1 – 17 of 17) sorted by relevance
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | javascripttokenizer.py | 105 END_BLOCK = re.compile('}') variable in JavaScriptTokenizer 290 Matcher(END_BLOCK, Type.DOC_END_BRACE), 350 Matcher(cls.END_BLOCK, Type.END_BLOCK),
|
D | javascripttokens.py | 39 END_BLOCK = '}' variable in JavaScriptTokenType 94 SIMPLE_LVALUE, END_BRACKET, END_PAREN, END_BLOCK,
|
D | ecmametadatapass.py | 348 pre_keyword_token.type == TokenType.END_BLOCK): 401 elif token_type == TokenType.END_BLOCK: 503 token.type == TokenType.END_BLOCK and 562 if not last_code or last_code.type == TokenType.END_BLOCK:
|
D | javascriptstatetracker.py | 145 if token.type == Type.END_BLOCK:
|
D | indentation.py | 154 elif token_type == Type.END_BLOCK: 204 if next_code and next_code.type == Type.END_BLOCK: 568 goal_type = Type.END_BLOCK
|
D | javascriptlintrules.py | 270 elif token.type == Type.END_BLOCK: 549 elif token.type == Type.END_BLOCK:
|
D | statetracker.py | 1113 elif type == Type.END_BLOCK: 1274 elif type == Type.END_BLOCK:
|
D | error_fixer.py | 420 if (token.type == Type.END_BLOCK and
|
D | ecmalintrules.py | 345 elif token_type == Type.END_BLOCK:
|
/external/llvm/include/llvm/Bitcode/ |
D | BitCodes.h | 38 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. enumerator
|
D | BitstreamReader.h | 264 if (Code == bitc::END_BLOCK) {
|
D | BitstreamWriter.h | 239 EmitCode(bitc::END_BLOCK); in ExitBlock()
|
/external/opencv3/3rdparty/zlib/ |
D | trees.c | 50 #define END_BLOCK 256 macro 419 s->dyn_ltree[END_BLOCK].Freq = 1; 896 send_code(s, END_BLOCK, static_ltree); 1104 send_code(s, END_BLOCK, ltree);
|
/external/zlib/src/ |
D | trees.c | 50 #define END_BLOCK 256 macro 419 s->dyn_ltree[END_BLOCK].Freq = 1; 896 send_code(s, END_BLOCK, static_ltree); 1104 send_code(s, END_BLOCK, ltree);
|
/external/pdfium/third_party/zlib_v128/ |
D | trees.c | 50 #define END_BLOCK 256 macro 419 s->dyn_ltree[END_BLOCK].Freq = 1; in init_block() 896 send_code(s, END_BLOCK, static_ltree); in _tr_align() 1104 send_code(s, END_BLOCK, ltree);
|
/external/clang/lib/Frontend/ |
D | SerializedDiagnosticReader.cpp | 88 case llvm::bitc::END_BLOCK: in skipUntilRecordOrBlock()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 150 * 0 - `END_BLOCK`_ --- This abbrev ID marks the end of the current block. 215 END_BLOCK Encoding 218 ``[END_BLOCK, <align32bits>]`` 220 The ``END_BLOCK`` abbreviation ID specifies the end of the current block record.
|