Home
last modified time | relevance | path

Searched refs:PAT (Results 1 – 25 of 33) sorted by relevance

12

/third_party/openssl/util/
Dfind-unused-errs18 PAT='_F_'
22 PAT='_R_'
26 PAT='_[FR]_'
36 grep "$PAT" * | grep -v ERR_FATAL_ERROR | awk '{print $3;}' | sort -u >$X1
/third_party/icu/icu4c/source/test/perf/usetperf/
Dusetperf.cpp24 static const char* PAT[] = { variable
119 if (exec) return new CmdPattern(PAT[0]) ; break; in runIndexedTest()
121 if (exec) return new CmdPattern(PAT[1]) ; break; in runIndexedTest()
123 if (exec) return new CmdPattern(PAT[2]) ; break; in runIndexedTest()
/third_party/ltp/tools/sparse/sparse-src/validation/mem2reg/
Dquadra02.c3 #define PAT(X) int a##X = X; macro
6 REPEAT2(12, PAT) in foo()
/third_party/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp480 const char* PAT = "0#,1)|1#[1,2]|2<(2,3]|3<(3,4)|4#[4,5)|5#[5,"; in TestClosures() local
481 ChoiceFormat fmt2(PAT, status); in TestClosures()
490 if (str == PAT) { in TestClosures()
493 errln("FAIL: " + str + ", expected " + PAT); in TestClosures()
Dnumfmtst.cpp1489 const char* PAT[] = { "#E0", "0.####E0", "00.000E00", "##0.####E000", in TestScientific() local
1491 int32_t PAT_length = UPRV_LENGTHOF(PAT); in TestScientific()
1501 UnicodeString pat(PAT[i]); in TestScientific()
/third_party/icu/icu4c/source/test/cintltst/
Dcmsgtst.c1004 const char* PAT = "Number {1,number,#0.000}, String {0}, Date {2,date,12:mm:ss.SSS}"; in TestJ904() local
1014 u_uastrcpy(pattern, PAT); in TestJ904()
1046 const char* PAT = "Number {1,number,#0.000}, String {0}, Date {2,date,12:mm:ss.SSS}"; in OpenMessageFormatTest() local
1050 u_uastrncpy(pattern, PAT, UPRV_LENGTHOF(pattern)); in OpenMessageFormatTest()
1057 log_err("umsg_open failed with pattern %s. Error: \n", PAT, u_errorName(status)); in OpenMessageFormatTest()
1067 …log_err("umsg_open with parseError failed with pattern %s. Error: %s\n", PAT, u_errorName(status)); in OpenMessageFormatTest()
1090 umsg_applyPattern(f1,pattern,(int32_t)strlen(PAT),NULL,&status); in OpenMessageFormatTest()
1103 log_err("umsg_toPattern method failed. Expected: %s Got: %s \n",PAT,cresult); in OpenMessageFormatTest()
Dusettest.c64 static const UChar PAT[] = {91,97,45,99,123,97,98,125,93,0}; /* "[a-c{ab}]" */ variable
65 static const int32_t PAT_LEN = UPRV_LENGTHOF(PAT) - 1;
108 set = uset_openPattern(PAT, PAT_LEN, &ec); in TestAPI()
113 if(!uset_resemblesPattern(PAT, PAT_LEN, 0)) { in TestAPI()
/third_party/pcre2/pcre2/
DRunGrepTest.bat355 (pushd %srcdir% & %pcre2grep% -o1 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & popd) >>testtry…
359 (pushd %srcdir% & %pcre2grep% -o2 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & popd) >>testtry…
363 (pushd %srcdir% & %pcre2grep% -o3 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & popd) >>testtry…
367 (pushd %srcdir% & %pcre2grep% -o12 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & popd) >>testtr…
371 (pushd %srcdir% & %pcre2grep% --only-matching=2 "(?<=PAT)TERN (ap(pear)s)" ./testdata/grepinput & p…
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
DTODO102 'beginning' of the program (i.e. the first valid PAT/PMT
/third_party/ffmpeg/doc/
Dmuxers.texi1724 Reemit PAT/PMT before writing the next packet.
1728 Reemit PAT and PMT at each video frame.
1749 Maximum time in seconds between PAT/PMT tables. Default is @code{0.1}.
1755 Set PAT, PMT and SDT version (default @code{0}, valid values are from 0 to 31, inclusively).
Ddemuxers.texi702 Skip PMTs for programs not defined in the PAT. Default value is 0.
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java1208 … final String PAT[] = { "#E0", "0.####E0", "00.000E00", "##0.####E000", "0.###E0;[0.###E0]" }; in TestScientific() local
1209 int PAT_length = PAT.length; in TestScientific()
1219 String pat = PAT[i]; in TestScientific()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java1211 … final String PAT[] = { "#E0", "0.####E0", "00.000E00", "##0.####E000", "0.###E0;[0.###E0]" }; in TestScientific() local
1212 int PAT_length = PAT.length; in TestScientific()
1222 String pat = PAT[i]; in TestScientific()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_viewport_array.txt677 FEEDBACK FROM PAT:
/third_party/openGLES/extensions/ARB/
DARB_viewport_array.txt687 FEEDBACK FROM PAT:
/third_party/gstreamer/gstplugins_good/
DNEWS788 - Don’t write PCR until PAT/PMT are output to make sure streams
789 start cleanly with a PAT/PMT.
/third_party/gstreamer/gst_libav/
DNEWS788 - Don’t write PCR until PAT/PMT are output to make sure streams
789 start cleanly with a PAT/PMT.
/third_party/gstreamer/gstplugins_bad/
DNEWS788 - Don’t write PCR until PAT/PMT are output to make sure streams
789 start cleanly with a PAT/PMT.
DChangeLog1407 tsmux: Deterministically order PAT programs by number
13150 mpegtsmux: Don't write PCR until PAT/PMT are output.
13151 Make sure streams start cleanly with a PAT/PMT and defer the first PCR
38348 such as moov box in ISOBMFF case and PAT/PMT for MPEG TS stream.
49729 mpegtsmux: Explicitly resend PAT/SI/PMT on force-keyunit events
65547 mpegtssection: Fix PAT parsing
67833 (PAT, PMT...). If it didn't, we will keep using the existing streams/pad,
75658 Remember to unref the GPtrArray of the PAT table after
77410 We would never push out PAT sections (ok, that was one reallly stupid
77424 PAT it already has some information, like the PMT PID for a given program)
[all …]
/third_party/gstreamer/gstreamer/
DNEWS788 - Don’t write PCR until PAT/PMT are output to make sure streams
789 start cleanly with a PAT/PMT.
/third_party/gstreamer/gstplugins_base/
DNEWS788 - Don’t write PCR until PAT/PMT are output to make sure streams
789 start cleanly with a PAT/PMT.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrFormats.td4921 // OPERATOR is ATOMIC_SWAP or an ATOMIC_LOAD_* operation. PAT and OPERAND
4945 // OPERATOR is ATOMIC_SWAPW or an ATOMIC_LOADW_* operation. PAT and OPERAND
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt20955 (BALD PAT, BOTHERED BEETLE, STANDS ON THE CURBSTONE, FOLDING HIS
20958 PAT: (ADVANCES WITH A TILTED DISH OF SPILLSPILLING GRAVY) Steak and
/third_party/flutter/skia/third_party/externals/icu/source/data/unidata/
DUnicodeData.txt12226 A03F;YI SYLLABLE PAT;Lo;0;L;;;;;N;;;;;
/third_party/icu/icu4c/source/data/unidata/
DUnicodeData.txt12271 A03F;YI SYLLABLE PAT;Lo;0;L;;;;;N;;;;;

12