/third_party/ffmpeg/tests/checkasm/x86/ |
H A D | checkasm.asm | 32 ; just random numbers to reduce the chance of incidental match 187 ; just random numbers to reduce the chance of incidental match
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_partition_tables.cpp | 31 * the remapped texel index. Remapping ensures that we only match on the partition pattern, 427 bool match = compare_canonical_partitionings(canonical_patterns + next_index * BIT_PATTERN_WORDS, canonical_patterns + j * BIT_PATTERN_WORDS); 428 if (match)
|
/third_party/curl/lib/ |
H A D | headers.c | 71 size_t match = 0; in curl_easy_header() local 111 (match++ == nameindex)) { in curl_easy_header()
|
/third_party/node/test/parallel/ |
H A D | test-inspector.js | 35 assert.match(err.message, /Unexpected token/); 36 assert.match(err.body, /WebSockets request was expected/);
|
/third_party/node/test/report/ |
H A D | test-report-uv-handles.js | 177 const libuv_handles_array = libuv_handles_str.match(get_handle_inner); 181 const handle_keys = i.match(/(".*"):/g);
|
/third_party/node/deps/npm/lib/commands/ |
H A D | token.js | 198 const match = tokens.some( 201 if (!match) {
|
/third_party/node/deps/npm/test/lib/commands/ |
H A D | dist-tag.js | 249 t.match(logs(), 'Ignoring workspaces for specified package', 'logs a warning') 269 t.match(logs(), 'dist-tag ls Couldn\'t get dist-tag data for workspace-d@*', 'logs the error') 370 const match = distTag.completion({ conf: { argv: { remain: ['npm', 'dist-tag'] } } }) 371 t.resolveMatch(match, ['add', 'rm', 'ls'],
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | registry.js | 43 // of trailing slashes. It must match exactly. 153 if (this.integrity && !this.integrity.match(distIntegrity)) { 302 `doesn't match what was signed: ${subject.name}` 312 `doesn't match what was signed: ${subject.sha512}`
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/ |
H A D | cdoc.py | 121 m = re.match(r"^///\s+(.+)$", l) # /// ... 145 elif state == 'TAGS': ## match the '@tagnames' 146 m = re.match(r"^@([\w-]*)(:?\s*)(.*)", l)
|
/third_party/node/deps/v8/src/objects/ |
H A D | swiss-hash-table-helpers.h | 47 // does not match, select a polyfill implementation. This means, in supported 245 // Returns a bitmask representing the positions of slots that match |hash|. 247 auto match = _mm_set1_epi8(hash); 249 _mm_movemask_epi8(_mm_cmpeq_epi8(match, ctrl))); 301 // Returns a bitmask representing the positions of slots that match |hash|. 361 // Returns a bitmask representing the positions of slots that match |hash|.
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
H A D | hud_sensors_temp.c | 276 const sensors_chip_name *match = 0; in build_sensor_list() local 281 while ((chip = sensors_get_detected_chips(match, &chip_nr))) { in build_sensor_list()
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | info.py | 13 from c_parser.match import ( 16 from .match import (
|
H A D | analyze.py | 7 from c_parser.match import ( 16 from .match import (
|
/third_party/python/Tools/c-analyzer/cpython/ |
H A D | _analyzer.py | 15 from c_parser.match import ( 20 from c_analyzer.match import (
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | export_targets.py | 172 assert INCLUDE_REGEX.match(b'#include "foo"') 173 assert INCLUDE_REGEX.match(b'\n#include "foo"')
|
/third_party/vk-gl-cts/external/amber/src/tests/ |
H A D | run_tests.py | 185 return fail_re.match(self.GetInputPath()) 348 if input_file_re.match(input_filename):
|
/third_party/python/Lib/xml/etree/ |
H A D | ElementPath.py | 269 if signature == "-" and not re.match(r"\-?\d+$", predicate[0]): 279 and not re.match(r"\-?\d+$", predicate[0])):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | DivRemPairs.cpp | 47 /// See if we can match: (which is the form we expand into) 53 if (!match(&I, m_Sub(m_Value(Dividend), m_Value(XroundedDownToMultipleOfY)))) in matchExpandedRem() 59 if (!match( in matchExpandedRem() 89 assert(DivInst->getType() == RemInst->getType() && "Types should match."); in DivRemPairWorklistEntry() 179 /// that it doesn't quite match the stated objectives of those passes.
|
/third_party/skia/tools/flags/ |
H A D | CommandLineFlags.cpp | 92 bool SkFlagInfo::match(const char* string) { in match() function in SkFlagInfo 286 if (flag->match(argv[startI])) { in Parse() 296 // Can be handled by match, above, but can also be set by the next in Parse()
|
/third_party/skia/tools/fm/fm_bot/ |
H A D | fm_bot.go | 141 for _, match := range matches { 142 err := filepath.Walk(match, func(path string, info os.FileInfo, err error) error {
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_metadata_api.py | 41 assert re.match(self.version_pattern, pkg_version) 46 assert re.match(self.version_pattern, pkg_version)
|
/third_party/python/Lib/test/test_importlib/frozen/ |
H A D | test_finder.py | 156 import __hello__ as match namespace 160 for target in (None, match, nonmatch, object(), 'not-a-module-object'):
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deCommandLine.hpp | 314 //! Find match by name. Throws exception if no match is found. 330 const void* match = findNamedValueMatch(src, info->namedValues, info->namedValuesEnd, info->namedValueStride); in dispatchParse() local 331 *value = static_cast<const NamedValue<typename OptTraits<OptType>::ValueType>*>(match)->value; in dispatchParse()
|
/third_party/EGL/api/ |
H A D | reg.py | 27 # api - string naming the API to match 28 # profile - string naming the profile to match 30 # attributes to match to. 33 # Otherwise, the tag must exactly match the API or profile. 35 # <remove> with no attribute will match 36 # <remove profile='core'> will match 37 # <remove profile='compatibility'> will not match 38 # Possible match conditions: 44 # None 'string' Does not match. Can't generate multiple APIs 47 # 'string' 'string' Strings must match [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 301 CharsetMatch match; in TestBufferOverflow() 307 match = det.detect(); in TestBufferOverflow() 309 if (match == null) { in TestBufferOverflow() 319 if (testResults[idx] == null || ! testResults[idx].equals(match.getName())) { in TestBufferOverflow() 320 errln("Unexpectedly got " + match.getName() + " instead of " + testResults[idx] + in TestBufferOverflow() 321 " at index " + idx + " with confidence " + match.getConfidence()); in TestBufferOverflow() 750 * Test the method int match(CharsetDetector det) in CharsetRecog_UTF_16_LE 757 // match(CharsetDetector) method of CharsetRecog_UTF_16_LE in TestCharsetRecog_UTF_16_LE_Match() 761 errln("CharsetRecog_UTF_16_LE.match(CharsetDetector) was not suppose to return an exception."); in TestCharsetRecog_UTF_16_LE_Match()
|