Searched refs:JUNK (Results 1 – 21 of 21) sorted by relevance
/third_party/flutter/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)
|
/third_party/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)
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/ |
D | SDL_wave.h | 33 #define JUNK 0x4B4E554A /* "JUNK" */ macro
|
D | SDL_wave.c | 463 …((chunk.magic == FACT) || (chunk.magic == LIST) || (chunk.magic == BEXT) || (chunk.magic == JUNK)); in SDL_LoadWAV_RW()
|
/third_party/python/Lib/ |
D | tabnanny.py | 281 JUNK = tokenize.COMMENT, tokenize.NL 317 elif check_equal and type not in JUNK:
|
/third_party/python/Tools/scripts/ |
D | reindent.py | 160 def _rstrip(line, JUNK='\n \t'): argument 169 while i > 0 and line[i - 1] in JUNK:
|
/third_party/gettext/gettext-tools/src/ |
D | po-lex.c | 1126 return JUNK; in po_gram_lex() 1130 return JUNK; in po_gram_lex()
|
D | po-gram-gen.y | 88 %token JUNK
|
/third_party/pcre2/pcre2/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 | testoutput7 | 864 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
|
D | testoutput5 | 520 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
|
D | testinput2 | 1913 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 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
|
/third_party/mksh/ |
D | check.t | 6308 JUNK=a[bc 6312 echo "<$JUNK>"
|
/third_party/gstreamer/gstplugins_base/docs/random/ |
D | ChangeLog-0.8 | 10514 Handle JUNK chunks inside data section. Prevents warnings.
|
/third_party/gstreamer/gstplugins_bad/docs/random/ |
D | ChangeLog-0.8 | 12685 Handle JUNK chunks inside data section. Prevents warnings.
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 117725 riff: treat JUNQ chunks like JUNK chunks 117745 riff: add a variant of the JUNK tag that several adobe products produce 117746 JUNQ has same semantics as JUNK. 149833 …gst-libs/gst/riff/riff-read.c: On second thought, just skip JUNK chunks automatically, so the call… 149836 On second thought, just skip JUNK chunks automatically, so 149843 …gst-libs/gst/riff/riff-read.c: Don't bail out on JUNK chunks with a size of 0 (would try to pull_r… 149846 Don't bail out on JUNK chunks with a size of 0 (would try to
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 106216 avi,wav: also handle JUNQ chunk in addition to JUNK 116406 avidemux: skip JUNK chunks in data section in streaming mode 116407 Skip JUNK tags in streaming mode as well instead of EOSing
|