Home
last modified time | relevance | path

Searched refs:match (Results 876 - 900 of 4040) sorted by relevance

1...<<31323334353637383940>>...162

/third_party/node/test/v8-updates/
H A Dtest-trace-gc-flag.js30 assert.match(line, expectedOutput[index]);
/third_party/nghttp2/
H A Dmkstatichdtbl.py25 m = re.match(r'(\d+)\s+(\S+)\s+(\S.*)?', line)
/third_party/node/benchmark/buffers/
H A Dbuffer-base64-decode-wrapped.js17 data.match(/./); // Flatten the string
H A Dbuffer-base64-decode.js14 s.match(/./); // Flatten string.
/third_party/node/deps/icu-small/source/i18n/
H A Dnumparse_scientific.h27 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
/third_party/node/deps/v8/src/inspector/
H A Dv8-regex.h28 int match(const String16&, int startFrom = 0,
/third_party/python/Tools/scripts/
H A Dfixps.py19 if not re.match('^#! */usr/local/bin/python', line):
H A Dmailerdaemon.py50 # where the previous match ended.
87 # The expressions are searched for in order. After the first match,
116 res = regexp[1].match(data, res.end(0), from_index)
175 files = list(filter(lambda fn, pat=pat: pat.match(fn) is not None, os.listdir('.')))
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dtranslate_math.js27 function(match, g1) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_scientific.h27 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
/third_party/skia/src/sksl/lex/
H A DNFA.h42 * (in addRegex order) matching expression, or -1 if no match. This is relatively slow and used
45 int match(std::string s) const;
/third_party/skia/third_party/externals/brotli/scripts/dictionary/
H A Dstep-02-rfc-to-bin.py19 if re_data_line.match(line) is not None:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGlobPattern.h32 bool match(StringRef S) const;
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_numliterals.py17 def match(self, node): member in FixNumliterals
/third_party/python/Lib/test/
H A Dtest_nis.py33 if nis.match(k, nismap) != v:
34 self.fail("NIS match failed for key `%s' in map `%s'" % (k, nismap))
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h28 int match; variable
/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn_online.py91 for match in abs_iter:
92 path = match.group().strip('"')
/third_party/cJSON/tests/unity/test/
H A Drakefile_helper.rb51 m = line.match(/^\s*#include\s+\"\s*(.+\.[hH])\s*\"/)
251 if output.match(/OK$/m).nil?
/third_party/cJSON/tests/unity/examples/example_3/
H A Drakefile_helper.rb41 m = line.match(/^\s*#include\s+\"\s*(.+\.[hH])\s*\"/)
212 test_results += if output.match(/OK$/m).nil?
/third_party/node/deps/v8/tools/
H A Dgdb-v8-support.py187 m = FindAnywhere.MAPPING_RE.match(l)
192 m = FindAnywhere.LIVE_MAPPING_RE.match(l)
/third_party/nghttp2/script/
H A Dfetch-ocsp-response123 if not re.match(r'^https?://', ocsp_uri):
132 m = re.match(
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_parse.c42 #define MATCH(s, m) match(s, m, sizeof(m) - 1)
44 static int match(const char *t[], const char m[], size_t m_len) in match() function
/third_party/openssl/crypto/property/
H A Dproperty_parse.c42 #define MATCH(s, m) match(s, m, sizeof(m) - 1)
44 static int match(const char *t[], const char m[], size_t m_len) in match() function
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dspirv_target_env.cpp150 auto match = [s](const char* b) { in spvParseTargetEnv() local
154 if (match(name_env.first)) { in spvParseTargetEnv()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dspirv_target_env.cpp150 auto match = [s](const char* b) { in spvParseTargetEnv() local
154 if (match(name_env.first)) { in spvParseTargetEnv()

Completed in 10 milliseconds

1...<<31323334353637383940>>...162