Home
last modified time | relevance | path

Searched refs:PATTERN (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/ffmpeg/libavcodec/arm/
H A Dstartcode_armv6.S27 PATTERN .req a3 label
43 sub TMP0, DAT0, PATTERN, lsr #14
45 ands TMP0, TMP0, PATTERN
56 sub TMP0, DAT0, PATTERN, lsr #14
57 sub TMP1, DAT1, PATTERN, lsr #14
60 sub TMP2, DAT2, PATTERN, lsr #14
61 sub TMP3, DAT3, PATTERN, lsr #14
62 ands TMP0, TMP0, PATTERN
65 andseq TMP1, TMP1, PATTERN
68 andseq TMP2, TMP2, PATTERN
[all...]
/third_party/icu/icu4c/source/samples/msgfmt/answers/
H A Dmain_2.cpp20 static UnicodeString PATTERN(
32 MessageFormat msg(PATTERN, status); in main()
H A Dmain_3.cpp20 static UnicodeString PATTERN(
32 MessageFormat msg(PATTERN, status); in main()
/third_party/icu/icu4c/source/samples/msgfmt/
H A Dmain.cpp20 static UnicodeString PATTERN(
32 MessageFormat msg(PATTERN, status); in main()
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/answers/
H A Dmain_2.cpp20 static UnicodeString PATTERN(
32 MessageFormat msg(PATTERN, status); in main()
H A Dmain_3.cpp20 static UnicodeString PATTERN(
32 MessageFormat msg(PATTERN, status); in main()
/third_party/skia/third_party/externals/icu/source/samples/msgfmt/
H A Dmain.cpp20 static UnicodeString PATTERN(
32 MessageFormat msg(PATTERN, status); in main()
/third_party/icu/icu4c/source/tools/gencolusb/
H A Dextract_unsafe_backwards.cpp22 #define PATTERN 0 //< Generate a UnicodeSet pattern (depends on #11891 AND probably slower. No support in collationdatareader.cpp) macro
61 #if PATTERN in main()
118 #if PATTERN in main()
/third_party/skia/third_party/externals/icu/source/tools/gencolusb/
H A Dextract_unsafe_backwards.cpp22 #define PATTERN 0 //< Generate a UnicodeSet pattern (depends on #11891 AND probably slower. No support in collationdatareader.cpp) macro
61 #if PATTERN in main()
118 #if PATTERN in main()
/third_party/python/Lib/lib2to3/
H A Dfixer_base.py24 PATTERN = None # Most subclasses should override with a string literal variable in BaseFix
60 """Compiles self.PATTERN into self.pattern.
63 self.{pattern,PATTERN} in .match().
65 if self.PATTERN is not None:
67 self.pattern, self.pattern_tree = PC.compile_pattern(self.PATTERN,
/third_party/skia/tools/skpbench/
H A D_benchresult.py14 PATTERN = re.compile('^(?P<accum_pad> *)' variable in BenchResult
39 match = cls.PATTERN.search(text)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DMf2Serializer.java38 PATTERN, enum constant
63 case "Pattern": type = Type.PATTERN; break; in Token()
184 case PATTERN: in parseMessage()
235 case PATTERN: in parseVariant()
325 case PATTERN: in parsePattern()
/third_party/pcre2/pcre2/
H A DRunGrepTest.bat94 (pushd %srcdir% & %pcre2grep% PATTERN ./testdata/grepinput & popd) >>testtrygrep
98 (pushd %srcdir% & %pcre2grep% "^PATTERN" ./testdata/grepinput & popd) >>testtrygrep
102 (pushd %srcdir% & %pcre2grep% -in PATTERN ./testdata/grepinput & popd) >>testtrygrep
106 (pushd %srcdir% & %pcre2grep% -ic PATTERN ./testdata/grepinput & popd) >>testtrygrep
110 (pushd %srcdir% & %pcre2grep% -in PATTERN ./testdata/grepinput ./testdata/grepinputx & popd) >>testtrygrep
114 (pushd %srcdir% & %pcre2grep% -inh PATTERN ./testdata/grepinput ./testdata/grepinputx & popd) >>testtrygrep
118 (pushd %srcdir% & %pcre2grep% -il PATTERN ./testdata/grepinput ./testdata/grepinputx & popd) >>testtrygrep
122 (pushd %srcdir% & %pcre2grep% -l PATTERN ./testdata/grepinput ./testdata/grepinputx & popd) >>testtrygrep
126 (pushd %srcdir% & %pcre2grep% -q PATTERN ./testdata/grepinput ./testdata/grepinputx & popd) >>testtrygrep
130 (pushd %srcdir% & %pcre2grep% -q NEVER-PATTERN
[all...]
H A DRunGrepTest137 (cd $srcdir; $valgrind $vjs $pcre2grep PATTERN ./testdata/grepinput) >>testtrygrep
141 (cd $srcdir; $valgrind $vjs $pcre2grep '^PATTERN' ./testdata/grepinput) >>testtrygrep
145 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput) >>testtrygrep
149 (cd $srcdir; $valgrind $vjs $pcre2grep -ic PATTERN ./testdata/grepinput) >>testtrygrep
153 (cd $srcdir; $valgrind $vjs $pcre2grep -in PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
157 (cd $srcdir; $valgrind $vjs $pcre2grep -inh PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
161 (cd $srcdir; $valgrind $vjs $pcre2grep -il PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
165 (cd $srcdir; $valgrind $vjs $pcre2grep -l PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
169 (cd $srcdir; $valgrind $vjs $pcre2grep -q PATTERN ./testdata/grepinput ./testdata/grepinputx) >>testtrygrep
173 (cd $srcdir; $valgrind $vjs $pcre2grep -q NEVER-PATTERN
[all...]
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddma_thread_diotest.c116 #define PATTERN (0xfa) macro
187 pattern, PATTERN); in worker_thread()
269 memset(buffer, PATTERN, READSIZE + align); in dma_thread_diotest_verify()
/third_party/rust/crates/clap/tests/builder/
H A Derror.rs135 let cmd = Command::new("rg").arg(arg!([PATTERN])); in suggest_trailing()
146 Usage: rg [PATTERN] in suggest_trailing()
156 let cmd = Command::new("rg").arg(arg!([PATTERN])); in trailing_already_in_use()
165 Usage: rg [PATTERN] in trailing_already_in_use()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_standarderror.py13 PATTERN = """
H A Dfix_reduce.py20 PATTERN = """
H A Dfix_basestring.py11 PATTERN = "'basestring'" variable in FixBasestring
H A Dfix_future.py14 PATTERN = """import_from< 'from' module_name="__future__" 'import' any >"""
H A Dfix_funcattrs.py12 PATTERN = """
H A Dfix_getcwdu.py13 PATTERN = """
H A Dfix_raw_input.py11 PATTERN = """
H A Dfix_buffer.py16 PATTERN = """
/third_party/python/Lib/lib2to3/tests/data/fixers/myfixes/
H A Dfix_parrot.py9 PATTERN = """funcdef < 'def' name='parrot' any* >"""

Completed in 11 milliseconds

1234