/third_party/openssl/util/ |
D | find-unused-errs | 18 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/ |
D | usetperf.cpp | 24 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/ |
D | quadra02.c | 3 #define PAT(X) int a##X = X; macro 6 REPEAT2(12, PAT) in foo()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 480 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()
|
D | numfmtst.cpp | 1489 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/ |
D | cmsgtst.c | 1004 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()
|
D | usettest.c | 64 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/ |
D | RunGrepTest.bat | 355 (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/ |
D | TODO | 102 'beginning' of the program (i.e. the first valid PAT/PMT
|
/third_party/ffmpeg/doc/ |
D | muxers.texi | 1724 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).
|
D | demuxers.texi | 702 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/ |
D | NumberFormatTest.java | 1208 … 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/ |
D | NumberFormatTest.java | 1211 … 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/ |
D | ARB_viewport_array.txt | 677 FEEDBACK FROM PAT:
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_viewport_array.txt | 687 FEEDBACK FROM PAT:
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 788 - 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/ |
D | NEWS | 788 - 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/ |
D | NEWS | 788 - Don’t write PCR until PAT/PMT are output to make sure streams 789 start cleanly with a PAT/PMT.
|
D | ChangeLog | 1407 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/ |
D | NEWS | 788 - 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/ |
D | NEWS | 788 - 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/ |
D | SystemZInstrFormats.td | 4921 // 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/ |
D | ulyss10.txt | 20955 (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/ |
D | UnicodeData.txt | 12226 A03F;YI SYLLABLE PAT;Lo;0;L;;;;;N;;;;;
|
/third_party/icu/icu4c/source/data/unidata/ |
D | UnicodeData.txt | 12271 A03F;YI SYLLABLE PAT;Lo;0;L;;;;;N;;;;;
|