Searched refs:JUNK (Results 1 – 17 of 17) sorted by relevance
/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/skqp/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/autotest/utils/ |
D | reindent.py | 139 def _rstrip(line, JUNK='\n \t'): argument 148 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/cpython2/Lib/ |
D | tabnanny.py | 277 JUNK = tokenize.COMMENT, tokenize.NL 313 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/dist2/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 | testoutput5 | 521 …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 | testinput2 | 1921 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
|
D | testoutput2 | 7525 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
|
/external/mksh/src/ |
D | check.t | 6295 JUNK=a[bc 6299 echo "<$JUNK>"
|