Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/
Dtest-suite139 patt="$2"
143 grep "$patt:" "$ifile" | \
144 sed -e "s/^.*$patt: *\(.*\)$/\1/" | \
183 patt="$2"
185 grep "$patt([0-9-]*\(, *\)*[0-9-]*):" "$ifile" | \
186 sed -e "s/^.*$patt(\([0-9]*\)): *\(.*\)/\1 eq \2/" \
187 -e "s/^.*$patt(\([0-9-]*\), *\([0-9-]*\)): *\(.*\)/\1 \2 \3/" | \
218 patt="$2"
220 grep "$patt" "$ifile" | sed -e "s/^.*$patt(\(.*\)): *\(.*\)$/\1 \2/" | \
236 patt="$2"
[all …]
/third_party/curl/tests/server/
Dgetpart.c316 char patt[MAX_TAG_LEN + 1]; /* potential attributes */ in getpart() local
346 couter[0] = cmain[0] = csub[0] = ptag[0] = patt[0] = '\0'; in getpart()
465 memcpy(patt, ptr, len.uns); in getpart()
466 patt[len.uns] = '\0'; in getpart()
487 if(strstr(patt, "base64=")) in getpart()
491 if(strstr(patt, "nonewline=")) { in getpart()
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h257 wchar_t *patt; member
374 dirp->patt = NULL; in _wopendir()
392 dirp->patt = (wchar_t*) malloc (sizeof (wchar_t) * n + 16); in _wopendir()
393 if (dirp->patt == NULL) { in _wopendir()
407 n = GetFullPathNameW (dirname, n, dirp->patt, NULL); in _wopendir()
413 wcsncpy_s (dirp->patt, n+1, dirname, n); in _wopendir()
417 p = dirp->patt + n; in _wopendir()
550 free (dirp->patt); in _wclosedir()
595 dirp->patt, FindExInfoStandard, &dirp->data, in dirent_first()
/third_party/jerryscript/tests/debugger/
Ddo_delete_all.js16 var patt = new RegExp("e"); variable
17 var res = patt.test(str);
/third_party/ffmpeg/libavfilter/
Daf_alimiter.c97 double peak, double limit, double patt, int asc) in get_rdelta() argument
99 double rdelta = (1.0 - patt) / (sample_rate * release); in get_rdelta()
104 if (a_att > patt) { in get_rdelta()
105 double delta = FFMAX((a_att - patt) / (sample_rate * release), rdelta / 10); in get_rdelta()
163 double patt = FFMIN(limit / peak, 1.); in filter_frame() local
165 peak, limit, patt, 0); in filter_frame()
Dvf_noise.c67 static const int8_t patt[4] = { -1, 0, 1, 0 }; variable
89 + patt[j % 4] * strength * 0.25 / 3; in init_noise()
96 + patt[j % 4] * strength * 0.25; in init_noise()
114 y1 += patt[j % 4] * strength * 0.35; in init_noise()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java175 String patt = new String("#,##0.#"); in TestAPI() local
176 pat.applyPattern(patt); in TestAPI()
DIntlTestDecimalFormatAPIC.java133 String patt = new String("#,##0.#"); in TestAPI() local
134 pat.applyPattern(patt); in TestAPI()
DDateFormatRegressionTest.java1300 public TestDateFormatItem(String parString, String patt, String expResult) { in TestT10239() argument
1301 pattern = patt; in TestT10239()
1435 … public TestDateFormatLeniencyItem(boolean len, String parString, String patt, String expResult) { in TestT10619() argument
1437 pattern = patt; in TestT10619()
DDateFormatTest.java4706 …DateFormatLeniencyItem(ULocale loc, boolean len, String parString, String patt, String expResult) { in TestDateFormatLeniency() argument
4709 pattern = patt; in TestDateFormatLeniency()
4812 … public TestMultiPatternMatchItem(boolean len, String parString, String patt, String expResult) { in TestParseMultiPatternMatch() argument
4814 pattern = patt; in TestParseMultiPatternMatch()
/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts238 const patt: RegExp = /([a-z-]+|[\d.a-z]+|[><=]+)/g; constant
239 const feature = condition.match(patt);
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java172 String patt = new String("#,##0.#"); in TestAPI() local
173 pat.applyPattern(patt); in TestAPI()
DIntlTestDecimalFormatAPIC.java130 String patt = new String("#,##0.#"); in TestAPI() local
131 pat.applyPattern(patt); in TestAPI()
DDateFormatRegressionTest.java1297 public TestDateFormatItem(String parString, String patt, String expResult) { in TestT10239() argument
1298 pattern = patt; in TestT10239()
1432 … public TestDateFormatLeniencyItem(boolean len, String parString, String patt, String expResult) { in TestT10619() argument
1434 pattern = patt; in TestT10619()
DDateFormatTest.java4803 …DateFormatLeniencyItem(ULocale loc, boolean len, String parString, String patt, String expResult) { in TestDateFormatLeniency() argument
4806 pattern = patt; in TestDateFormatLeniency()
4909 … public TestMultiPatternMatchItem(boolean len, String parString, String patt, String expResult) { in TestParseMultiPatternMatch() argument
4911 pattern = patt; in TestParseMultiPatternMatch()
/third_party/python/Lib/http/
Dcookies.py539 def __parse_string(self, str, patt=_CookiePattern): argument
553 match = patt.match(str, i)
/third_party/rust/crates/minimal-lexical/
DCODE_OF_CONDUCT.md120 > KeeperOfCommitBits: (deletes user's comment), "@patt I mean it. Please refer to the CoC over at (…
124 > KeeperOfCommitBits: "@patt Thanks for that. I hear you on the stress. Burnout sucks :/. Have a g…
/third_party/weex-loader/deps/weex-styler/
Dindex.js421 var patt = new RegExp(/^(100|[1-9]?\d)%$/)
422 if (patt.test(keyframe.values[0])) {
/third_party/python/Lib/test/
Dtest_pydoc.py376 patt = re.compile('\b.')
377 output = patt.sub('', output)
/third_party/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp254 UnicodeString patt("#,##0.#"); in testAPI() local
256 pat.applyPattern(patt, status); in testAPI()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c1488 const guint8 patt = telecine_patterns[i].states[(j + k) % length]; in gst_deinterlace_get_pattern_lock() local
1489 if (!(hist & patt)) in gst_deinterlace_get_pattern_lock()