Home
last modified time | relevance | path

Searched refs:match (Results 2451 - 2475 of 4040) sorted by relevance

1...<<919293949596979899100>>...162

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderInOutTestsEXT.cpp223 // buffer for the per-primitive data. The names in those will match.
331 // These need to match the list of interface variables.
632 // Bindings needs to match the PerVertexData and PerPrimitiveData structures.
1091 match = lineRE.search(line)
1092 if not match:
1095 varType = match.group(1)
1096 varName = match.group(2)
1097 varSize = match.group(3)
1100 vecMatch = vecRE.match(varType)
1615 TCU_FAIL("Result does not match referenc
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLazyValueInfo.cpp853 if (match(&I, m_Intrinsic<Intrinsic::experimental_guard>(m_Value(Cond)))) in intersectAssumeOrGuardBlockValueConstantRange()
974 if (match(SI->getFalseValue(), m_Add(m_Specific(A), in solveBlockValueSelect()
982 if (match(SI->getTrueValue(), m_Add(m_Specific(A), in solveBlockValueSelect()
1223 if (LHS != Val && !match(LHS, m_Add(m_Specific(Val), m_ConstantInt()))) {
1230 match(LHS, m_Add(m_Specific(Val), m_ConstantInt(Offset)));
1265 if (WO->getLHS() != Val || !match(WO->getRHS(), m_APInt(C)))
1369 "Operand 0 nor Operand 1 isn't a match");
1939 // Check that all remaining incoming values match the first one.
1944 // If we terminated early, then one of the values didn't match.
/third_party/python/Python/
H A Dgetargs.c1580 int match = PySequence_Contains(kwtuple, keyword); in error_unexpected_keyword_arg() local
1581 if (match <= 0) { in error_unexpected_keyword_arg()
1582 if (!match) { in error_unexpected_keyword_arg()
1867 int match = 0; in vgetargskeywords() local
1875 match = 1; in vgetargskeywords()
1879 if (!match) { in vgetargskeywords()
2040 /* kwname == key will normally find a match in since keyword keys in find_keyword()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp962 bool match = tcu::boolAll(tcu::lessThan(tcu::absDiff(colorPixel, m_testConfig.expectedColor[attachmentIndex]), kColorThreshold)); in iterate() local
963 colorErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
964 if (!match) in iterate()
990 bool match = de::inRange(depthPixel, minDepth, maxDepth); in iterate() local
991 depthErrorAccess.setPixel((match ? kGood : kBad), x, y); in iterate()
992 if (!match) in iterate()
/third_party/ffmpeg/libavcodec/
H A Djpeg2000dec.c211 int match = 1; in pix_fmt_match() local
222 match = match && desc->comp[3].depth >= bpc && in pix_fmt_match()
226 match = match && desc->comp[2].depth >= bpc && in pix_fmt_match()
230 match = match && desc->comp[1].depth >= bpc && in pix_fmt_match()
235 match = match && desc->comp[0].depth >= bpc && in pix_fmt_match()
240 return match; in pix_fmt_match()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp244 if (match(Size, m_Select(m_Value(), m_APInt(X), m_APInt(Y)))) {
769 if (I == StringRef::npos) // No match.
1414 if (match(Call->getArgOperand(0), m_OneUse(m_FNeg(m_Value(X)))))
1421 if (match(Call->getArgOperand(0), m_FNeg(m_Value(X))))
1548 if (!match(Pow->getArgOperand(0), m_APFloat(BaseF)))
1552 if (match(Base, m_SpecificFP(2.0)) &&
1586 if (match(Base, m_SpecificFP(10.0)) &&
1643 if (!match(Expo, m_APFloat(ExpoF)) ||
1713 if (match(Base, m_FPOne()))
1722 if (match(Exp
[all...]
/build/templates/common/
H A Dinclude_relative_path_check.py65 include = re.match(r'#include\s+"([^">]+)"', line)
/test/testfwk/arkxtest/jsunit/src/module/mock/
H A DMockKit.js180 return this.name || this.toString().match(/function\s*([^(]*)\(/)[1];
/third_party/gn/src/gn/
H A Dcommand_check.cc22 GN's header checker helps validate that the includes match the build
61 files match the build dependency graph.
67 The <label_pattern> can take exact labels or patterns that match more than
86 target's files that match the target label.
152 preprocessor conditions match, and annotate the line with "nogncheck" (see
H A Dfunction_rebase_path.cc21 // We want the output to match the input in terms of ending in a slash or not.
177 Whether an output path will end in a slash will match whether the
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DCombinedCurrencyMatcher.java18 * Will match currency spacing either before or after the number depending on whether we are currently in
92 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in CombinedCurrencyMatcher
97 // Try to match a currency spacing separator. in match()
104 // Note: let currency spacing be a weak match. Don't update chars consumed. in match()
116 // Try to match a currency spacing separator. in match()
121 // Note: let currency spacing be a weak match. Don't update chars consumed. in match()
201 // No match found. in matchCurrency()
/third_party/EGL/sdk/docs/man/html/
H A Dmakeindex.py123 if (re.match('^egl[A-Z]', entrypoint) or entrypoint == 'removedTypes'):
/third_party/PyYAML/lib/yaml/
H A Dresolver.py45 # value, a string value, or a number. `None` and `False` match against
151 if regexp.match(value):
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DCombinedCurrencyMatcher.java19 * Will match currency spacing either before or after the number depending on whether we are currently in
94 public boolean match(StringSegment segment, ParsedNumber result) { in match() method in CombinedCurrencyMatcher
99 // Try to match a currency spacing separator. in match()
106 // Note: let currency spacing be a weak match. Don't update chars consumed. in match()
118 // Try to match a currency spacing separator. in match()
123 // Note: let currency spacing be a weak match. Don't update chars consumed. in match()
203 // No match found. in matchCurrency()
/third_party/mesa3d/src/amd/common/
H A Dgfx10_format_table.py142 m = self.RE_plain_channel.match(chan_code)
/third_party/mesa3d/.gitlab-ci/bin/
H A Dci_run_n_monitor.py140 if target_job and target_jobs_regex.match(job.name):
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dpsa_storage.py71 if re.match(r'([0-9]+|0x[0-9a-f]+)\Z', self.string, re.I):
/third_party/mbedtls/tests/scripts/
H A Dtest_psa_constant_names.py92 if ALG_TRUNCATED_TO_SELF_RE.match(expr):
/third_party/mesa3d/.gitlab-ci/tests/
H A Dtest_lava_job_submitter.py182 "XMLRPC Fault": ([XMLRPC_FAULT], pytest.raises(SystemExit, match="1"), False, {}),
/third_party/jerryscript/tests/jerry/fail/
H A Dregression-test-issue-2774.js70 print ( "" . match ( ) !== void 0 )
/third_party/mesa3d/src/egl/main/
H A Deglconfig.h219 EGLBoolean (*match)(const _EGLConfig *, void *),
/third_party/node/test/internet/
H A Dtest-dns-ipv6.js145 assert.match(err.message, /getaddrinfo EAI_BADFLAGS/);
/third_party/node/test/parallel/
H A Dtest-assert-async.js106 // FIXME(JakobJingleheimer): This should match on key words, like /Promise/ and /undefined/.
140 assert.match(err.stack, /rejects/);
H A Dtest-net-connect-options-port.js207 assert.match(String(err), regexp);
/third_party/node/test/pseudo-tty/
H A Dtestcfg.py60 # Convert output lines to regexps that we can match
85 if not re.match(patterns[i], outlines[i]):
86 print(" match failed")

Completed in 24 milliseconds

1...<<919293949596979899100>>...162