Home
last modified time | relevance | path

Searched refs:match (Results 1426 - 1450 of 4428) sorted by relevance

1...<<51525354555657585960>>...178

/third_party/skia/tests/
H A DResourceAllocatorTest.cpp489 SkString match(""); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
492 if (match.isEmpty() || match == SkString(test.fName)) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/third_party/python/Lib/test/
H A Dtest_faulthandler.py96 Raise an error if the output doesn't match the expected format.
378 match = re.search(r'^Extension modules:(.*) \(total: [0-9]+\)$',
380 if not match:
382 modules = set(match.group(1).strip().split(', '))
452 Raise an error if the output doesn't match the expected format.
535 Raise an error if the output doesn't match the expected format.
605 Raise an error if the output doesn't match the expect format.
692 Raise an error if the output doesn't match the expected format.
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc551 bool match = false; in VisitWord64And() local
555 match = true; in VisitWord64And()
559 match = true; in VisitWord64And()
563 match = true; in VisitWord64And()
567 if (match) { in VisitWord64And()
687 bool match = false; in VisitWord64Shl() local
691 match = true; in VisitWord64Shl()
695 match = true; in VisitWord64Shl()
699 match = true; in VisitWord64Shl()
703 if (match) { in VisitWord64Shl()
759 bool match = false; VisitWord64Shr() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dinstruction-selector-s390.cc429 // TODO(john.yan): Create VisiteShift to match dst = src shift (R+I)
927 bool match = false; in VisitWord64And() local
931 match = true; in VisitWord64And()
935 match = true; in VisitWord64And()
939 match = true; in VisitWord64And()
943 if (match && CpuFeatures::IsSupported(GENERAL_INSTR_EXT)) { in VisitWord64And()
967 bool match = false; in VisitWord64Shl() local
971 match = true; in VisitWord64Shl()
975 match = true; in VisitWord64Shl()
979 match in VisitWord64Shl()
1010 bool match = false; VisitWord64Shr() local
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py175 match = re.match(rex, self.sts_version)
176 if match is None:
180 sts_version_date_user = match.group(1).join("-01")
181 sts_version_date_kernel = match.group(1).join("-05")
184 "The device SPL version {} match the sts version {}".format(
305 if re.match(pattern, file_path) is None:
621 LOG.warning("The build prop:{} not match the format "
1106 result = re.match(self._pattern, rev)
1119 result = re.match(sel
[all...]
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c133 char *match; in lookup_scanner() local
142 if ((match = strcasestr (makemodel, cfg->model)) != NULL) in lookup_scanner()
144 /* possible match found, make sure it is not a partial match */ in lookup_scanner()
148 if ((match[strlen(cfg->model)] == ' ') || in lookup_scanner()
149 (match[strlen(cfg->model)] == '\0') || in lookup_scanner()
150 (match[strlen(cfg->model)] == '-')) in lookup_scanner()
201 /* if debuglevel == exact match and buffer contains more than 3 lines, print 2 lines + .... */ in bjnp_hexdump()
810 int match = 0; in get_scanner_name() local
848 /* found match, goo in get_scanner_name()
[all...]
/third_party/node/tools/gyp/pylib/gyp/
H A Dinput.py716 # In the last case, the inner "<()" is captured in match['content'].
794 match = match_group.groupdict()
795 gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Matches: %r", match)
796 # match['replace'] is the substring to look for, match['type']
798 # >@ <!@ >!@), match['is_array'] contains a '[' for command
799 # arrays, and match['content'] is the name of the variable (< >)
800 # or command to run (<! >!). match['command_string'] is an optional
804 run_command = "!" in match["type"]
805 command_string = match["command_strin
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dinput.py716 # In the last case, the inner "<()" is captured in match['content'].
794 match = match_group.groupdict()
795 gyp.DebugOutput(gyp.DEBUG_VARIABLES, "Matches: %r", match)
796 # match['replace'] is the substring to look for, match['type']
798 # >@ <!@ >!@), match['is_array'] contains a '[' for command
799 # arrays, and match['content'] is the name of the variable (< >)
800 # or command to run (<! >!). match['command_string'] is an optional
804 run_command = "!" in match["type"]
805 command_string = match["command_strin
[all...]
/third_party/node/deps/v8/src/objects/
H A Dstring.cc1284 MaybeHandle<String> String::GetSubstitution(Isolate* isolate, Match* match, in GetSubstitution() argument
1292 const int captures_length = match->CaptureCount(); in GetSubstitution()
1324 case '&': // $& - match in GetSubstitution()
1325 builder.AppendString(match->GetMatch()); in GetSubstitution()
1329 builder.AppendString(match->GetPrefix()); in GetSubstitution()
1333 builder.AppendString(match->GetSuffix()); in GetSubstitution()
1370 isolate, capture, match->GetCapture(scaled_index, &capture_exists), in GetSubstitution()
1379 if (!match->HasNamedCaptures()) { in GetSubstitution()
1403 match->GetNamedCapture(capture_name, &capture_state), String); in GetSubstitution()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp460 if (!(match(Ptr, m_BitCast(m_Value(NewPtr))) && in combineLoadToNewType()
547 if (!match(V, m_Select(m_Cmp(Pred, m_Instruction(L1), m_Instruction(L2)), in isMinMaxWithLoads()
551 return (match(L1, m_Load(m_Specific(LHS))) && in isMinMaxWithLoads()
552 match(L2, m_Load(m_Specific(RHS)))) || in isMinMaxWithLoads()
553 (match(L1, m_Load(m_Specific(RHS))) && in isMinMaxWithLoads()
554 match(L2, m_Load(m_Specific(LHS)))); in isMinMaxWithLoads()
557 /// Combine loads to match the type of their uses' value after looking
1127 /// Combine stores to match the type of value being stored.
1130 /// where we can we should match the type of a store to the type of value being
1326 if (!match(S in removeBitcastsFromLoadStoreOnMinMax()
[all...]
/third_party/python/Modules/_sre/
H A Dsre_lib.h184 here, so let's just pretend it didn't match... */ in charset()
202 LOCAL(Py_ssize_t) SRE(match)(SRE_STATE* state, const SRE_CODE* pattern, int toplevel);
247 ; /* literal can't match: doesn't fit in char width */ in count()
285 ptr = end; /* literal can't match: doesn't fit in char width */ in count()
320 i = SRE(match)(state, pattern, 0); in count()
336 /* The macros below should be used to protect recursive SRE(match)()
340 * - Recursive SRE(match)() returned true: that's usually a success
344 * - Recursive SRE(match)() returned false but the current SRE(match)()
345 * is returning to the caller: If the current SRE(match)() i
560 SRE(match)(SRE_STATE* state, const SRE_CODE* pattern, int toplevel) match() function
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp274 errln("Error with the initialization of match start and length"); in assertEqualWithStringSearch()
287 errln("Error next match found at %d (len:%d); expected %d (len:%d)", in assertEqualWithStringSearch()
313 errln("Error next match found at %d (len:%d); expected <NO MATCH>", in assertEqualWithStringSearch()
330 errln("Error previous match found at %d (len:%d); expected %d (len:%d)", in assertEqualWithStringSearch()
356 errln("Error previous match found at %d (len:%d); expected <NO MATCH>", in assertEqualWithStringSearch()
379 errln("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>", in assertEqualWithStringSearch()
396 errln("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n", in assertEqualWithStringSearch()
414 count = -1; // last non-negative offset index, could be -1 if no match in assertEqualWithStringSearch()
429 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n", in assertEqualWithStringSearch()
448 errln("Error preceding match startin in assertEqualWithStringSearch()
2361 int match = m_text_.indexOf(m_pattern_, start); handleNext() local
2380 int match = m_text_.lastIndexOf(m_pattern_, 0, start); handlePrev() local
[all...]
/third_party/libphonenumber/javascript/i18n/phonenumbers/
H A Dphonenumberutil.js72 // More specifically, the number failed to match the regular expression
833 * Helper initialiser method to create the regular-expression pattern to match
978 * group does not match correctly. Therefore, we use \d, so that the first
2536 // overridden the pattern to match anything, but that is not the case in the
3092 // avoid checking the validation pattern if they don't match. If they are
3093 // absent, this means they match the general description, which we have
3161 // number does not match that of the region code.
3260 * Returns a list with the region codes that match the specific country calling
3392 // Number is too short, or doesn't match the basic phone number pattern.
3492 // possible length (-1) which is guaranteed not to match th
[all...]
/third_party/python/Lib/
H A Dargparse.py1403 # if these defaults match any existing arguments, replace
1461 # raise an error if the metavar does not match the type
1466 raise ValueError("length of metavar tuple does not match nargs")
1494 if self._negative_number_matcher.match(option_string):
1998 # if there is an explicit argument, try to match the
2038 # if there is no explicit argument, try to match the
2063 # match as many Positionals as possible
2192 # match the pattern for this action to the arg strings
2194 match = _re.match(nargs_patter
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DMutableCodePointTrie.java627 boolean match; in findHighStart()
629 match = index[i] == highValue; in findHighStart()
634 match = true; in findHighStart()
638 match = false; in findHighStart()
643 if (!match) { in findHighStart()
928 // Add room for a small data null block in case it would match the start of in compactWholeDataBlocks()
1051 // If we find a match, and the current block is the data null block, in compactData()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DMutableCodePointTrie.java619 boolean match; in findHighStart()
621 match = index[i] == highValue; in findHighStart()
626 match = true; in findHighStart()
630 match = false; in findHighStart()
635 if (!match) { in findHighStart()
920 // Add room for a small data null block in case it would match the start of in compactWholeDataBlocks()
1043 // If we find a match, and the current block is the data null block, in compactData()
/third_party/toybox/lib/
H A Dlib.c431 // strstr but returns pointer after match
1118 if (scripts && len<=14 && bb==*cur && !strcmp(comm, bb)) goto match; in names_to_pid()
1120 // If we have a path to existing file only match if same inode in names_to_pid()
1127 goto match; in names_to_pid()
1139 if (!strcmp(bb, getbasename(cmd))) goto match; in names_to_pid()
1140 if (scripts && !strcmp(bb, getbasename(cmd+strlen(cmd)+1))) goto match; in names_to_pid()
1142 match: in names_to_pid()
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c315 bool match; in add_xattr_entry() local
325 match = selabel_get_digests_all_partial_matches(fc_sehandle, directory, in add_xattr_entry()
345 digest_result = match ? MATCH : NOMATCH; in add_xattr_entry()
347 if ((delete_nonmatch && !match) || delete_all) { in add_xattr_entry()
348 digest_result = match ? DELETED_MATCH : DELETED_NOMATCH; in add_xattr_entry()
707 return 0; /* no match, but not an error */ in restorecon_sb()
847 /* status = true if digests match, false otherwise. */ in check_context_match_for_dir()
1365 * Labeling successful. Write partial match digests for subdirectories. in selinux_restorecon_common()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsubgpos.hh308 * is allowed to match input that is not matched in the context, but that's in recurse()
520 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); in next() local
521 if (match == matcher_t::MATCH_YES || in next()
522 (match == matcher_t::MATCH_MAYBE && in next()
557 matcher_t::may_match_t match = matcher.may_match (info, match_glyph_data); in prev() local
558 if (match == matcher_t::MATCH_YES || in prev()
559 (match == matcher_t::MATCH_MAYBE && in prev()
833 match_func_t match; member
1400 * was decreased by n, we assume n match positions after the current in apply_lookup()
1406 * decreased, then it's current match positio in apply_lookup()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c1746 static int tls_match_altsubject(X509 *cert, const char *match) in tls_match_altsubject() argument
1752 pos = match; in tls_match_altsubject()
1765 "match '%s'", pos); in tls_match_altsubject()
1790 static int domain_suffix_match(const u8 *val, size_t len, const char *match, in domain_suffix_match() argument
1806 if (os_strncasecmp((const char *) val + len - match_len, match, in domain_suffix_match()
1808 return 0; /* no match */ in domain_suffix_match()
1811 return 1; /* exact match */ in domain_suffix_match()
1814 return 1; /* full label match completes suffix match */ in domain_suffix_match()
1816 wpa_printf(MSG_DEBUG, "TLS: Reject due to incomplete label match"); in domain_suffix_match()
2003 tls_match_dn_field(X509 *cert, const char *match) tls_match_dn_field() argument
2036 tls_match_suffix_helper(X509 *cert, const char *match, size_t match_len, int full) tls_match_suffix_helper() argument
2107 tls_match_suffix(X509 *cert, const char *match, int full) tls_match_suffix() argument
2380 char *match, *altmatch, *suffix_match, *domain_match; tls_verify_cb() local
[all...]
/foundation/communication/bluetooth_service/test/example/BluetoothSocketTest/
H A Dhvigorw.bat61 echo Please set the NODE_HOME variable in your environment to match the
/test/xts/acts/ability/ability_runtime/aacommand/AACommand07/
H A Dhvigorw.bat55 echo Please set the NODE_HOME variable in your environment to match the
/test/xts/acts/ability/ability_runtime/aacommand/AACommandPrintOneTest/
H A Dhvigorw.bat55 echo Please set the NODE_HOME variable in your environment to match the
/test/xts/acts/ability/ability_runtime/abilitystagemonitor/abilitystagemonitortest/
H A Dhvigorw.bat55 echo Please set the NODE_HOME variable in your environment to match the
/test/xts/acts/ability/ability_runtime/abilitytoolabilitydelegatortest/
H A Dhvigorw.bat55 echo Please set the NODE_HOME variable in your environment to match the

Completed in 51 milliseconds

1...<<51525354555657585960>>...178