Home
last modified time | relevance | path

Searched refs:elided (Results 1 – 25 of 44) sorted by relevance

12

/third_party/json/third_party/cpplint/
Dcpplint.py937 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/
Dexception_handling_expectation.txt11 ^\(elided [0-9]+ frames.+$
30 ^\(elided [0-9]+ .+$
52 ^\(elided [0-9]+ .+$
Dtest_async_utils_unguarded_expectation.txt18 (elided [0-9]+ frames from .+)
22 (elided [0-9]+ frames from .+)
Dtest_async_utils_guarded_expectation.txt20 \(elided .+\)
24 \(elided .+\)
Dprint_user_created_ancestor_expectation.txt18 \(elided [0-9]+ frames from .+\)
Dprint_user_created_ancestor_no_flag_expectation.txt17 \(elided [0-9]+ frames from .+\)
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Donscreen_logging.dart101 /// 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/
Dstack_trace_test.dart19 …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/
Des6ImportNamedImport.types120 // These are elided
124 // These are elided
Des6ImportNamedImportInEs5.types120 // These are elided
124 // These are elided
Des6ImportNamedImportAmd.types120 // These are elided
124 // These are elided
DtsxPreserveEmit3.types15 // This import should be elided
DreactNamespaceImportPresevation.types13 import * as myReactLib from "my-React-Lib"; // should not be elided
DtsxPreserveEmit3.symbols21 // This import should be elided
DreactNamespaceImportPresevation.symbols13 import * as myReactLib from "my-React-Lib"; // should not be elided
Des6ImportNamedImport.symbols114 // These are elided
118 // These are elided
Des6ImportNamedImportAmd.symbols114 // These are elided
118 // These are elided
Des6ImportNamedImportInEs5.symbols114 // These are elided
118 // These are elided
/third_party/typescript/tests/cases/conformance/jsx/
DtsxPreserveEmit3.tsx16 // This import should be elided
/third_party/typescript/tests/cases/compiler/
DreactNamespaceImportPresevation.tsx12 import * as myReactLib from "my-React-Lib"; // should not be elided
/third_party/libwebsockets/include/libwebsockets/
Dlws-fts.h63 char elided; /* children skipped in interest of antecedent children */ member
/third_party/boost/libs/convert/doc/
Dno_optional_interface.qbk15 The signature is ['functionally-complete] and routinely elided during compilation. Still, the follo…
/third_party/flutter/flutter/packages/flutter_test/lib/src/
Dstack_manipulation.dart10 /// should be elided if a stack were to be modified to hide the expect call, or
/third_party/ninja/src/
Dutil_test.cc431 string elided = ElideMiddle(input, 10); in TEST() local
432 EXPECT_EQ("012...789", elided); in TEST()
/third_party/libwebsockets/lib/core-net/
Dnetwork.c818 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()

12