/third_party/node/deps/v8/tools/link_clicker.extension/ |
H A D | content.js | 29 if (href && href.match(pattern)) results.add(href);
|
/third_party/node/test/addons/report-api/ |
H A D | test.js | 31 assert.strictEqual(content.javascriptStack.stack.findIndex((frame) => frame.match('myAddonMain')), 0);
|
/third_party/node/tools/ |
H A D | utils.py | 88 elif (not id) or (not re.match('(x|i[3-6])86$', id) is None):
|
H A D | test.py | 821 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 D | ntfsundelete.h | 48 char *match; /* Pattern for filename matching */ member
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numparse_compositions.h | 54 // bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override; 76 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
|
H A D | csrutf8.cpp | 29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { in match() function in CharsetRecog_UTF8
|
H A D | numparse_validators.h | 19 bool match(StringSegment&, ParsedNumber&, UErrorCode&) const override {
|
/third_party/node/deps/npm/node_modules/qrcode-terminal/test/ |
H A D | main.js | 46 expect(result).not.to.match(/\n$/);
|
/third_party/python/Tools/msi/ |
H A D | purge.py | 18 m = VERSION_RE.match(sys.argv[1])
|
/third_party/vk-gl-cts/external/vulkan-docs/src/config/vu-to-json/ |
H A D | extension.rb | 58 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 D | csrutf8.cpp | 29 UBool CharsetRecog_UTF8::match(InputText* input, CharsetMatch *results) const { in match() function in CharsetRecog_UTF8
|
H A D | numparse_compositions.h | 54 // bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override; 76 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
|
H A D | numparse_validators.h | 19 bool match(StringSegment&, ParsedNumber&, UErrorCode&) const U_OVERRIDE {
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | check-static-inits.py | 40 if not re.match (r'.*\b0+\b', l):
|
/third_party/python/Doc/tools/extensions/ |
H A D | patchlevel.py | 29 m = rx.match(line)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | Regex.h | 34 /// 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 D | LowerWidenableCondition.cpp | 54 if (match(&I, m_Intrinsic<Intrinsic::experimental_widenable_condition>())) in lowerWidenableCondition()
|
/third_party/skia/third_party/externals/tint/tools/src/match/ |
H A D | match.go | 15 // 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 D | extract_libtool_version.py | 43 m = RE_VERSION_INFO.match(line)
|
/third_party/skia/gn/ |
H A D | codesign_ios.py | 27 m = re.match(r'''.*\) (.*) "''' + identstr + '"', line)
|
/third_party/skia/infra/bots/ |
H A D | check_deps.py | 61 if not re.match(r'^[a-z0-9]{40}$', rev):
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/utils/ |
H A D | log2pcap.py | 41 m = frame_re.match(line)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/utils/ |
H A D | log2pcap.py | 41 m = frame_re.match(line)
|
/third_party/weex-loader/ |
H A D | module-source.js | 20 if (src.match(/\/test$/)) {
|