Home
last modified time | relevance | path

Searched refs:match (Results 1176 - 1200 of 4428) sorted by relevance

1...<<41424344454647484950>>...178

/third_party/node/deps/v8/tools/link_clicker.extension/
H A Dcontent.js29 if (href && href.match(pattern)) results.add(href);
/third_party/node/test/addons/report-api/
H A Dtest.js31 assert.strictEqual(content.javascriptStack.stack.findIndex((frame) => frame.match('myAddonMain')), 0);
/third_party/node/tools/
H A Dutils.py88 elif (not id) or (not re.match('(x|i[3-6])86$', id) is None):
H A Dtest.py821 if not path[i].match(NormalizePath(file[i])):
886 if not name or name.match(test.GetName()):
895 if not name or name.match(test_name):
1286 if not self.path[i].match(path[i]):
1302 header_match = HEADER_PATTERN.match(line)
1310 rule_match = RULE_PATTERN.match(line)
1319 def_match = DEF_PATTERN.match(line)
1327 prefix_match = PREFIX_PATTERN.match(line)
1479 def match(self, str): member in Pattern
1483 return self.compiled.match(st
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsundelete.h48 char *match; /* Pattern for filename matching */ member
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_compositions.h54 // bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
76 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
H A Dcsrutf8.cpp29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { in match() function in CharsetRecog_UTF8
H A Dnumparse_validators.h19 bool match(StringSegment&, ParsedNumber&, UErrorCode&) const override {
/third_party/node/deps/npm/node_modules/qrcode-terminal/test/
H A Dmain.js46 expect(result).not.to.match(/\n$/);
/third_party/python/Tools/msi/
H A Dpurge.py18 m = VERSION_RE.match(sys.argv[1])
/third_party/vk-gl-cts/external/vulkan-docs/src/config/vu-to-json/
H A Dextension.rb58 match = /<a id=\"(VUID-[^"]+)\"[^>]*><\/a>(.*)/m.match(item.text)
60 if (match != nil)
61 vuid = match[1]
62 text = match[2]
/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
H A Dnumparse_compositions.h54 // bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
76 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
H A Dnumparse_validators.h19 bool match(StringSegment&, ParsedNumber&, UErrorCode&) const U_OVERRIDE {
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dcheck-static-inits.py40 if not re.match (r'.*\b0+\b', l):
/third_party/python/Doc/tools/extensions/
H A Dpatchlevel.py29 m = rx.match(line)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRegex.h34 /// expressions and '.' never match newline. A ^ anchor matches the
66 /// matches it contains. The number filled in by match will include this
72 /// \param Matches - If given, on a successful match this will be filled in
79 /// This returns true on a successful match.
80 bool match(StringRef String, SmallVectorImpl<StringRef> *Matches = nullptr,
83 /// sub - Return the result of replacing the first match of the regex in
85 /// replacement string are replaced with the appropriate match substring.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLowerWidenableCondition.cpp54 if (match(&I, m_Intrinsic<Intrinsic::experimental_widenable_condition>())) in lowerWidenableCondition()
/third_party/skia/third_party/externals/tint/tools/src/match/
H A Dmatch.go15 // Package match provides functions for performing filepath [?,*,**] wildcard
17 package match
25 // Test is the match predicate returned by New.
/third_party/skia/third_party/externals/freetype/builds/meson/
H A Dextract_libtool_version.py43 m = RE_VERSION_INFO.match(line)
/third_party/skia/gn/
H A Dcodesign_ios.py27 m = re.match(r'''.*\) (.*) "''' + identstr + '"', line)
/third_party/skia/infra/bots/
H A Dcheck_deps.py61 if not re.match(r'^[a-z0-9]{40}$', rev):
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/utils/
H A Dlog2pcap.py41 m = frame_re.match(line)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/utils/
H A Dlog2pcap.py41 m = frame_re.match(line)
/third_party/weex-loader/
H A Dmodule-source.js20 if (src.match(/\/test$/)) {

Completed in 8 milliseconds

1...<<41424344454647484950>>...178