Home
last modified time | relevance | path

Searched refs:patt (Results 1 - 17 of 17) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A 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(\(
[all...]
/third_party/libwebsockets/win32port/dirent/
H A 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/curl/tests/server/
H A 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/jerryscript/tests/debugger/
H A Ddo_delete_all.js16 var patt = new RegExp("e");
17 var res = patt.test(str);
/third_party/ffmpeg/libavfilter/
H A Daf_alimiter.c110 double peak, double limit, double patt, int asc) in get_rdelta()
112 double rdelta = (1.0 - patt) / (sample_rate * release); in get_rdelta()
117 if (a_att > patt) { in get_rdelta()
118 double delta = FFMAX((a_att - patt) / (sample_rate * release), rdelta / 10); in get_rdelta()
181 double patt = FFMIN(limit / peak, 1.); in filter_frame() local
183 peak, limit, patt, 0); in filter_frame()
109 get_rdelta(AudioLimiterContext *s, double release, int sample_rate, double peak, double limit, double patt, int asc) get_rdelta() argument
H A 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java172 String patt = new String("#,##0.#"); in TestAPI()
173 pat.applyPattern(patt); in TestAPI()
H A DIntlTestDecimalFormatAPIC.java130 String patt = new String("#,##0.#"); in TestAPI()
131 pat.applyPattern(patt); in TestAPI()
H A DDateFormatRegressionTest.java1297 public TestDateFormatItem(String parString, String patt, String expResult) { in TestT10239()
1298 pattern = patt; in TestT10239()
1432 public TestDateFormatLeniencyItem(boolean len, String parString, String patt, String expResult) { in TestT10619()
1434 pattern = patt; in TestT10619()
H A DDateFormatTest.java4803 public TestDateFormatLeniencyItem(ULocale loc, boolean len, String parString, String patt, String expResult) { in TestDateFormatLeniency()
4806 pattern = patt; in TestDateFormatLeniency()
4909 public TestMultiPatternMatchItem(boolean len, String parString, String patt, String expResult) { in TestParseMultiPatternMatch()
4911 pattern = patt; in TestParseMultiPatternMatch()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDecimalFormatAPI.java175 String patt = new String("#,##0.#"); in TestAPI()
176 pat.applyPattern(patt); in TestAPI()
H A DIntlTestDecimalFormatAPIC.java133 String patt = new String("#,##0.#"); in TestAPI()
134 pat.applyPattern(patt); in TestAPI()
H A DDateFormatRegressionTest.java1300 public TestDateFormatItem(String parString, String patt, String expResult) { in TestT10239()
1301 pattern = patt; in TestT10239()
1435 public TestDateFormatLeniencyItem(boolean len, String parString, String patt, String expResult) { in TestT10619()
1437 pattern = patt; in TestT10619()
H A DDateFormatTest.java4706 public TestDateFormatLeniencyItem(ULocale loc, boolean len, String parString, String patt, String expResult) { in TestDateFormatLeniency()
4709 pattern = patt; in TestDateFormatLeniency()
4812 public TestMultiPatternMatchItem(boolean len, String parString, String patt, String expResult) { in TestParseMultiPatternMatch()
4814 pattern = patt; in TestParseMultiPatternMatch()
/third_party/python/Lib/http/
H A Dcookies.py539 def __parse_string(self, str, patt=_CookiePattern):
553 match = patt.match(str, i)
/third_party/python/Lib/test/
H A Dtest_pydoc.py348 patt = re.compile('\b.')
349 output = patt.sub('', output)
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmapts.cpp254 UnicodeString patt("#,##0.#"); in testAPI()
256 pat.applyPattern(patt, status); in testAPI()

Completed in 31 milliseconds