Home
last modified time | relevance | path

Searched defs:match (Results 51 - 75 of 609) sorted by relevance

12345678910>>...25

/third_party/libabigail/src/
H A Dabg-regex.cc127 match(const regex_t_sptr& r, const std::string& str) in match() function
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/internal/
H A DRegexBasedMatcher.java49 private static boolean match(CharSequence number, Pattern pattern, boolean allowPrefixMatch) { in match() method in RegexBasedMatcher
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_renames.py49 def match(self, node): member in FixRenames
H A Dfix_imports.py106 def match(self, node): member in FixImports
H A Dfix_idioms.py79 def match(self, node): member in FixIdioms
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrutf8.cpp29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { in match() function in CharsetRecog_UTF8
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGlobPattern.cpp143 bool GlobPattern::match(StringRef S) const { in match() function in GlobPattern
/third_party/skia/third_party/externals/tint/src/
H A Dtest_main.cc38 auto match = [&](std::string name) { return name == argv[i]; }; in parse() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dmemutil_test.cc41 const char* match; in memcasematch() local
/third_party/vulkan-loader/scripts/
H A Dparse_asm_values.py80 match = None variable
84 match = re.search(d + " DD [ ]*([0-9a-f]+)H", asm_intermediate_file) variable
86 match = re.search(d + " = ([0-9]+)", asm_intermediate_file) variable
/third_party/curl/lib/
H A Dstrcase.c190 int match = 0; in Curl_timestrcmp() local
/third_party/curl/scripts/
H A Dschemetable.c116 int match = 0; in showtable() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DSeriesMatcher.java38 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in SeriesMatcher
H A DSymbolMatcher.java36 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in SymbolMatcher
/third_party/icu/icu4c/source/samples/csdet/
H A Dcsdet.c33 int32_t inputLength, match, matchCount = 0; in main() local
/third_party/FreeBSD/contrib/gdtoa/
H A Dsmisc.c112 match in match() function
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusb_obj.c105 struct usb_obj *usbobj_find(struct usb_obj *obj, usbobj_match_t match, void *match_data) in usbobj_find() argument
179 usbobj_for_each_child(struct usb_obj *obj, usbobj_match_t match, void *match_data, void (*fn)(struct usb_obj *, void *), void *data) usbobj_for_each_child() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DSeriesMatcher.java40 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in SeriesMatcher
H A DSymbolMatcher.java38 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in SymbolMatcher
/third_party/icu/icu4c/source/i18n/
H A Dnumparse_compositions.cpp22 bool SeriesMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() function in SeriesMatcher
H A Dnumparse_scientific.cpp55 bool ScientificMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() function in ScientificMatcher
[all...]
/third_party/libwebsockets/win32port/win32helpers/
H A Dgetopt_long.c183 int i, current_argv_len, match = -1; local
[all...]
/third_party/mesa3d/src/glx/
H A Dglxglvnd.c29 const char **match; in FindGLXFunction() local
/third_party/musl/src/network/
H A Ddn_comp.c36 static int match(int *offset, const unsigned char *base, const unsigned char *dn, in match() function
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_compositions.cpp22 bool SeriesMatcher::match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const { in match() function in SeriesMatcher

Completed in 7 milliseconds

12345678910>>...25