/third_party/json/third_party/cpplint/ |
D | cpplint.py | 937 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])): 1652 self.elided = [] 1660 elided = self._CollapseStrings(self.lines_without_raw_strings[linenum]) 1661 self.elided.append(CleanseComments(elided)) 1668 def _CollapseStrings(elided): argument 1679 if _RE_PATTERN_INCLUDE.match(elided): 1680 return elided 1685 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided) 1693 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided) 1695 collapsed += elided [all …]
|
/third_party/flutter/flutter/dev/automated_tests/flutter_test/ |
D | exception_handling_expectation.txt | 11 ^\(elided [0-9]+ frames.+$ 30 ^\(elided [0-9]+ .+$ 52 ^\(elided [0-9]+ .+$
|
D | test_async_utils_unguarded_expectation.txt | 18 (elided [0-9]+ frames from .+) 22 (elided [0-9]+ frames from .+)
|
D | test_async_utils_guarded_expectation.txt | 20 \(elided .+\) 24 \(elided .+\)
|
D | print_user_created_ancestor_expectation.txt | 18 \(elided [0-9]+ frames from .+\)
|
D | print_user_created_ancestor_no_flag_expectation.txt | 17 \(elided [0-9]+ frames from .+\)
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | onscreen_logging.dart | 101 /// format but the frame numbers will not be consecutive (frames are elided) 132 result.add('(elided one frame from ${skipped.single})'); 137 result.add('(elided ${skipped.length} frames from ${where.join(", ")})'); 139 result.add('(elided ${skipped.length} frames from ${where.join(" ")})');
|
/third_party/flutter/flutter/packages/flutter/test/foundation/ |
D | stack_trace_test.dart | 19 …expect(filtered.last, matches(r'^\(elided [1-9][0-9]+ frames from package dart:async(, package dar… 27 …expect(filtered.last, matches(r'^\(elided [1-9][0-9]+ frames from package dart:async(, package dar…
|
/third_party/typescript/tests/baselines/reference/ |
D | es6ImportNamedImport.types | 120 // These are elided 124 // These are elided
|
D | es6ImportNamedImportInEs5.types | 120 // These are elided 124 // These are elided
|
D | es6ImportNamedImportAmd.types | 120 // These are elided 124 // These are elided
|
D | tsxPreserveEmit3.types | 15 // This import should be elided
|
D | reactNamespaceImportPresevation.types | 13 import * as myReactLib from "my-React-Lib"; // should not be elided
|
D | tsxPreserveEmit3.symbols | 21 // This import should be elided
|
D | reactNamespaceImportPresevation.symbols | 13 import * as myReactLib from "my-React-Lib"; // should not be elided
|
D | es6ImportNamedImport.symbols | 114 // These are elided 118 // These are elided
|
D | es6ImportNamedImportAmd.symbols | 114 // These are elided 118 // These are elided
|
D | es6ImportNamedImportInEs5.symbols | 114 // These are elided 118 // These are elided
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | tsxPreserveEmit3.tsx | 16 // This import should be elided
|
/third_party/typescript/tests/cases/compiler/ |
D | reactNamespaceImportPresevation.tsx | 12 import * as myReactLib from "my-React-Lib"; // should not be elided
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-fts.h | 63 char elided; /* children skipped in interest of antecedent children */ member
|
/third_party/boost/libs/convert/doc/ |
D | no_optional_interface.qbk | 15 The signature is ['functionally-complete] and routinely elided during compilation. Still, the follo…
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | stack_manipulation.dart | 10 /// should be elided if a stack were to be modified to hide the expect call, or
|
/third_party/ninja/src/ |
D | util_test.cc | 431 string elided = ElideMiddle(input, 10); in TEST() local 432 EXPECT_EQ("012...789", elided); in TEST()
|
/third_party/libwebsockets/lib/core-net/ |
D | network.c | 818 char c, elided = 0, soe = 0, zb = (char)-1, n, ipv4 = 0; in lws_write_numeric_address() local 842 if (!elided && !soe && !v) { in lws_write_numeric_address() 843 elided = soe = 1; in lws_write_numeric_address()
|