Home
last modified time | relevance | path

Searched defs:patt (Results 1 – 19 of 19) sorted by relevance

/third_party/jerryscript/tests/debugger/
Ddo_delete_all.js16 var patt = new RegExp("e"); variable
/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_font.c3128 Uint8 patt, mask; in SDLTest_DrawCharacter() local
/third_party/ffmpeg/libavfilter/
Daf_alimiter.c97 double peak, double limit, double patt, int asc) in get_rdelta()
163 double patt = FFMIN(limit / peak, 1.); in filter_frame() local
Dvf_noise.c67 static const int8_t patt[4] = { -1, 0, 1, 0 }; variable
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java172 String patt = new String("#,##0.#"); in TestAPI() local
DIntlTestDecimalFormatAPIC.java130 String patt = new String("#,##0.#"); in TestAPI() local
DDateFormatRegressionTest.java1297 public TestDateFormatItem(String parString, String patt, String expResult) { in TestT10239()
1432 … public TestDateFormatLeniencyItem(boolean len, String parString, String patt, String expResult) { in TestT10619()
DDateFormatTest.java4790 …TestDateFormatLeniencyItem(ULocale loc, boolean len, String parString, String patt, String expResu… in TestDateFormatLeniency()
4896 … public TestMultiPatternMatchItem(boolean len, String parString, String patt, String expResult) { in TestParseMultiPatternMatch()
/third_party/jsframework/runtime/main/extend/mediaquery/
DmediaQuery.ts238 const patt: RegExp = /([a-z-]+|[\d.a-z]+|[><=]+)/g; constant
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDecimalFormatAPI.java175 String patt = new String("#,##0.#"); in TestAPI() local
DIntlTestDecimalFormatAPIC.java133 String patt = new String("#,##0.#"); in TestAPI() local
DDateFormatRegressionTest.java1300 public TestDateFormatItem(String parString, String patt, String expResult) { in TestT10239()
1435 … public TestDateFormatLeniencyItem(boolean len, String parString, String patt, String expResult) { in TestT10619()
DDateFormatTest.java4706 …TestDateFormatLeniencyItem(ULocale loc, boolean len, String parString, String patt, String expResu… in TestDateFormatLeniency()
4812 … public TestMultiPatternMatchItem(boolean len, String parString, String patt, String expResult) { in TestParseMultiPatternMatch()
/third_party/curl/tests/server/
Dgetpart.c286 char patt[MAX_TAG_LEN + 1]; /* potential attributes */ in getpart() local
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_context.h61 struct nouveau_object *patt; member
/third_party/python/Lib/http/
Dcookies.py539 def __parse_string(self, str, patt=_CookiePattern): argument
/third_party/icu/icu4c/source/test/intltest/
Ddcfmapts.cpp249 UnicodeString patt("#,##0.#"); in testAPI() local
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h257 wchar_t *patt; member
/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