Searched refs:JUNK (Results 1 – 17 of 17) sorted by relevance
/external/openthread/src/core/common/ |
D | arg_macros.hpp | 45 #define OT_FIRST_ARG(...) _OT_GET_FIRST_ARG(__VA_ARGS__, JUNK) 79 #define _OT_HAS_ONE_ARG_OR_TWO_ARGS(...) _OT_SELECT_3(__VA_ARGS__, TWO_ARGS, ONE_ARG, JUNK) 98 … TWO_OR_MORE_ARGS, TWO_OR_MORE_ARGS, TWO_OR_MORE_ARGS, TWO_OR_MORE_ARGS, ONE_ARG, JUNK)
|
/external/skia/tools/skpbench/ |
D | _hardware_pixel_c.py | 51 JUNK = ['NvRmPrivGetChipPlatform: Could not read platform information', 53 return False if line in JUNK else HardwareAndroid.filter_line(self, line)
|
/external/python/cpython2/Tools/scripts/ |
D | checkappend.py | 114 JUNK=(tokenize.COMMENT, tokenize.NL), argument 120 if type in JUNK:
|
D | reindent.py | 161 def _rstrip(line, JUNK='\r\n \t'): argument 170 while i > 0 and line[i-1] in JUNK:
|
/external/python/cpython2/Lib/ |
D | tabnanny.py | 277 JUNK = tokenize.COMMENT, tokenize.NL 313 elif check_equal and type not in JUNK:
|
/external/autotest/utils/ |
D | reindent.py | 145 def _rstrip(line, JUNK='\n \t'): argument 154 while i > 0 and line[i-1] in JUNK:
|
/external/python/cpython3/Lib/ |
D | tabnanny.py | 281 JUNK = tokenize.COMMENT, tokenize.NL 317 elif check_equal and type not in JUNK:
|
/external/python/cpython3/Tools/scripts/ |
D | reindent.py | 160 def _rstrip(line, JUNK='\n \t'): argument 169 while i > 0 and line[i - 1] in JUNK:
|
/external/pcre/testdata/ |
D | testinput7 | 529 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
|
D | testinput5 | 205 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
|
D | testinput6 | 4097 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
|
D | testinput2 | 1913 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
|
D | testoutput5 | 520 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
|
D | testoutput7 | 864 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
|
D | testoutput6 | 6188 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
|
D | testoutput2 | 7510 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
|
/external/mksh/src/ |
D | check.t | 6308 JUNK=a[bc 6312 echo "<$JUNK>"
|