Home
last modified time | relevance | path

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

12

/external/libaom/tools/
Dcpplint.py804 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])):
1436 self.elided = []
1444 elided = self._CollapseStrings(self.lines_without_raw_strings[linenum])
1445 self.elided.append(CleanseComments(elided))
1452 def _CollapseStrings(elided): argument
1463 if _RE_PATTERN_INCLUDE.match(elided):
1464 return elided
1469 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)
1477 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided)
1479 collapsed += elided
[all …]
/external/google-styleguide/cpplint/
Dcpplint.py804 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])):
1436 self.elided = []
1444 elided = self._CollapseStrings(self.lines_without_raw_strings[linenum])
1445 self.elided.append(CleanseComments(elided))
1452 def _CollapseStrings(elided): argument
1463 if _RE_PATTERN_INCLUDE.match(elided):
1464 return elided
1469 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)
1477 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided)
1479 collapsed += elided
[all …]
/external/libvpx/tools/
Dcpplint.py804 Match(r'^\s*#\s*include\b', clean_lines.elided[linenum - 1])):
1436 self.elided = []
1444 elided = self._CollapseStrings(self.lines_without_raw_strings[linenum])
1445 self.elided.append(CleanseComments(elided))
1452 def _CollapseStrings(elided): argument
1463 if _RE_PATTERN_INCLUDE.match(elided):
1464 return elided
1469 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)
1477 match = Match(r'^([^\'"]*)([\'"])(.*)$', elided)
1479 collapsed += elided
[all …]
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py996 self.elided = []
1002 elided = self._CollapseStrings(lines[linenum])
1003 self.elided.append(CleanseComments(elided))
1010 def _CollapseStrings(elided): argument
1021 if not _RE_PATTERN_INCLUDE.match(elided):
1025 elided = _RE_PATTERN_CLEANSE_LINE_ESCAPES.sub('', elided)
1026 elided = _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES.sub("''", elided)
1027 elided = _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES.sub('""', elided)
1028 return elided
1072 line = clean_lines.elided[linenum]
[all …]
/external/rust/crates/async-trait/src/
Dlifetime.rs10 pub elided: Vec<Lifetime>, field
18 elided: Vec::new(), in new()
40 let name = format!("{}{}", self.name, self.elided.len()); in next_lifetime()
42 self.elided.push(life.clone()); in next_lifetime()
Dexpand.rs87 let elided = lifetimes.elided; in expand() localVariable
88 input.generics.params = parse_quote!(#(#elided,)* #params); in expand()
221 for elided in lifetimes.elided { in transform_sig()
222 sig.generics.params.push(parse_quote!(#elided)); in transform_sig()
225 .push(parse_quote_spanned!(elided.span()=> #elided: 'async_trait)); in transform_sig()
/external/llvm/test/Transforms/InstCombine/
Dcompare-unescaped.ll30 ; The comparison should fold to false irrespective of whether the call to malloc can be elided or n…
96 ; call to malloc and the bitcast instructions are elided after that since there are no uses of the …
108 ; The malloc call for %m cannot be elided since it is used in the call to function f.
150 ; The malloc call for %m cannot be elided since it is used in the call to function f.
Dselect-implied.ll75 ; always false and can be elided.
/external/tcpdump/tests/
Drpl-dao-oobr.out1 …eff:fe11:3424: ICMP6, RPL, (CLR)Destination Advertisement Object [dagid:<elided>,seq:0,instance:42…
/external/rust/crates/async-trait/tests/ui/
Dlifetime-span.stderr1 error[E0726]: implicit elided lifetime not allowed here
/external/rust/cxx/tests/ui/
Dunsupported_elided.stderr1 error[E0726]: implicit elided lifetime not allowed here
/external/libwebsockets/include/libwebsockets/
Dlws-fts.h63 char elided; /* children skipped in interest of antecedent children */ member
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_compatibility.md5 Converter, those operations may be elided or fused, before the supported
80 corresponding model will not be convertible if they can't be elided or fused.
/external/rust/crates/async-trait/
DREADME.md157 error[E0726]: implicit elided lifetime not allowed here
170 async fn test<'e>(elided: Elided<'e>) {}
172 async fn test(elided: Elided<'_>) {}
/external/openscreen/
DPRESUBMIT.py91 line = clean_lines.elided[linenum]
/external/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()
/external/llvm/test/CodeGen/ARM/
Dcopy-cpsr.ll16 ; elided).
/external/cronet/third_party/protobuf/patches/
D0030-workaround-windows-constinit.patch6 // enough. However, the empty destructor fails to be elided in some
/external/libwebsockets/plugins/
Dprotocol_fulltext_demo.c174 pss->ac->elided); in callback_fts()
/external/python/cpython2/Doc/library/
Dfpectl.rst87 [ more output from test elided ]
/external/libwebsockets/lib/misc/fts/
Dtrie-fd.c363 ac->elided = 0; in ac_record()
949 ac->elided = 1; in lws_fts_search()
/external/tensorflow/tensorflow/compiler/xla/service/g3doc/
Dgpu_backend.md63 situations so that the `Transpose` instruction can be elided in a cuBLAS gemm
/external/llvm/test/CodeGen/SystemZ/
Dint-div-01.ll47 ; Check that the sign extension of the dividend is elided when the argument
/external/rust/crates/quickcheck/
DREADME.md192 // elided
225 // elided
/external/clang/test/CodeGenObjC/
Darc.m149 // Call to -initWith: with elided retain of consumed argument.
155 // Assignment for initialization, retention elided.
187 // Call to -initWith: with elided retain of consumed argument.
193 // Retain/release elided.

12