/third_party/node/test/v8-updates/ |
H A D | test-trace-gc-flag.js | 30 assert.match(line, expectedOutput[index]);
|
/third_party/nghttp2/ |
H A D | mkstatichdtbl.py | 25 m = re.match(r'(\d+)\s+(\S+)\s+(\S.*)?', line)
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-base64-decode-wrapped.js | 17 data.match(/./); // Flatten the string
|
H A D | buffer-base64-decode.js | 14 s.match(/./); // Flatten string.
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | numparse_scientific.h | 27 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-regex.h | 28 int match(const String16&, int startFrom = 0,
|
/third_party/python/Tools/scripts/ |
H A D | fixps.py | 19 if not re.match('^#! */usr/local/bin/python', line):
|
H A D | mailerdaemon.py | 50 # 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 D | translate_math.js | 27 function(match, g1) {
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_scientific.h | 27 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
|
/third_party/skia/src/sksl/lex/ |
H A D | NFA.h | 42 * (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 D | step-02-rfc-to-bin.py | 19 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 D | GlobPattern.h | 32 bool match(StringRef S) const;
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_numliterals.py | 17 def match(self, node): member in FixNumliterals
|
/third_party/python/Lib/test/ |
H A D | test_nis.py | 33 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 D | keywords.h | 28 int match; variable
|
/build/tools/component_tools/static_check/gn_check/ |
H A D | check_gn_online.py | 91 for match in abs_iter: 92 path = match.group().strip('"')
|
/third_party/cJSON/tests/unity/test/ |
H A D | rakefile_helper.rb | 51 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 D | rakefile_helper.rb | 41 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 D | gdb-v8-support.py | 187 m = FindAnywhere.MAPPING_RE.match(l) 192 m = FindAnywhere.LIVE_MAPPING_RE.match(l)
|
/third_party/nghttp2/script/ |
H A D | fetch-ocsp-response | 123 if not re.match(r'^https?://', ocsp_uri): 132 m = re.match(
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_parse.c | 42 #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 D | property_parse.c | 42 #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 D | spirv_target_env.cpp | 150 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 D | spirv_target_env.cpp | 150 auto match = [s](const char* b) { in spvParseTargetEnv() local 154 if (match(name_env.first)) { in spvParseTargetEnv()
|