Home
last modified time | relevance | path

Searched refs:JUNK (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/tools/skpbench/
D_hardware_pixel_c.py51 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.py51 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/
DSDL_wave.h33 #define JUNK 0x4B4E554A /* "JUNK" */ macro
DSDL_wave.c463 …((chunk.magic == FACT) || (chunk.magic == LIST) || (chunk.magic == BEXT) || (chunk.magic == JUNK)); in SDL_LoadWAV_RW()
/third_party/python/Lib/
Dtabnanny.py281 JUNK = tokenize.COMMENT, tokenize.NL
317 elif check_equal and type not in JUNK:
/third_party/python/Tools/scripts/
Dreindent.py160 def _rstrip(line, JUNK='\n \t'): argument
169 while i > 0 and line[i - 1] in JUNK:
/third_party/gettext/gettext-tools/src/
Dpo-lex.c1126 return JUNK; in po_gram_lex()
1130 return JUNK; in po_gram_lex()
Dpo-gram-gen.y88 %token JUNK
/third_party/pcre2/pcre2/testdata/
Dtestinput7529 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
Dtestinput5205 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
Dtestinput64097 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
Dtestoutput7864 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
Dtestoutput5520 …c1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x{0085}abc7 \x{2028}abc8 \x{2029}abc9 JUNK
Dtestinput21913 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
Dtestoutput66188 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
Dtestoutput27510 abc1 \x0aabc2 \x0babc3xx \x0cabc4 \x0dabc5xx \x0d\x0aabc6 \x85abc7 JUNK
/third_party/mksh/
Dcheck.t6308 JUNK=a[bc
6312 echo "<$JUNK>"
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.810514 Handle JUNK chunks inside data section. Prevents warnings.
/third_party/gstreamer/gstplugins_bad/docs/random/
DChangeLog-0.812685 Handle JUNK chunks inside data section. Prevents warnings.
/third_party/gstreamer/gstplugins_base/
DChangeLog117725 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/
DChangeLog106216 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