Home
last modified time | relevance | path

Searched refs:match (Results 1501 - 1525 of 1836) sorted by relevance

1...<<61626364656667686970>>...74

/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py579 for match in matches:
580 (to_replace, variable) = match
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py579 for match in matches:
580 (to_replace, variable) = match
/third_party/python/Lib/
H A Dsmtplib.py474 auth_match = OLDSTYLE_AUTH.match(each)
485 m = re.match(r'(?P<feature>[A-Za-z0-9][A-Za-z0-9\-]*) ?', each)
H A Dtraceback.py590 match statement:
592 match expr:
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenerator.py184 Normally `'.*'` or `'[0-9][.][0-9]'` to match all defined versions.
190 entirety match the pattern in the "supported" attribute of
222 The regex patterns can be None or empty, in which case they match
248 Normally `'.*'` or `'[0-9][.][0-9]'` to match all defined versions."""
258 entirety match the pattern in the "supported" attribute of
1287 elif re.match(self.genOpts.addExtensions, extname) is not None:
1290 required = re.match(self.genOpts.emitversions, elem.get('version')) is not None
/third_party/python/Doc/tools/extensions/
H A Dpyspecific.py581 m = opcode_sig_re.match(sig)
607 m = pdbcmd_sig_re.match(sig)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp412 if (match(Condition, m_Not(m_Value(NotCondition)))) in invert()
420 if (I->getParent() == Parent && match(I, m_Not(m_Specific(Condition)))) in invert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp773 if (match(U, in strengthenRightShift()
775 match(U, in strengthenRightShift()
/third_party/python/Lib/lib2to3/
H A Drefactor.py49 of the pattern types which will match first. """
442 results = fixer.match(node)
456 # update the original match set for
485 results = fixer.match(node)
/third_party/vulkan-headers/registry/
H A Dgenerator.py184 Normally `'.*'` or `'[0-9][.][0-9]'` to match all defined versions.
190 entirety match the pattern in the "supported" attribute of
222 The regex patterns can be None or empty, in which case they match
248 Normally `'.*'` or `'[0-9][.][0-9]'` to match all defined versions."""
258 entirety match the pattern in the "supported" attribute of
1287 elif re.match(self.genOpts.addExtensions, extname) is not None:
1290 required = re.match(self.genOpts.emitversions, elem.get('version')) is not None
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/device/soc/rockchip/common/vendor/drivers/pci/
H A Dpcie-dw-rockchip.c1427 const struct of_device_id *match; in rk_pcie_really_probe() local
1435 match = of_match_device(rk_pcie_of_match, dev); in rk_pcie_really_probe()
1436 if (!match) { in rk_pcie_really_probe()
1440 data = (struct rk_pcie_of_data *)match->data; in rk_pcie_really_probe()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec.c1793 const struct of_device_id *match = NULL; in rkvdec_probe() local
1806 match = of_match_node(mpp_rkvdec_dt_match, pdev->dev.of_node); in rkvdec_probe()
1807 if (match) { in rkvdec_probe()
1808 mpp->var = (struct mpp_dev_var *)match->data; in rkvdec_probe()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Drockchip-iommu.c1745 const struct of_device_id *match; in rk_iommu_probe() local
1753 match = of_match_device(rk_iommu_dt_ids, dev); in rk_iommu_probe()
1754 if (!match) { in rk_iommu_probe()
1758 data = (struct rockchip_iommu_data *)match->data; in rk_iommu_probe()
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/dwc/
H A Dpcie-dw-rockchip.c1705 const struct of_device_id *match; in rk_pcie_really_probe() local
1712 match = of_match_device(rk_pcie_of_match, dev); in rk_pcie_really_probe()
1713 if (!match) in rk_pcie_really_probe()
1716 data = (struct rk_pcie_of_data *)match->data; in rk_pcie_really_probe()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec.c1867 const struct of_device_id *match = NULL; in rkvdec_probe() local
1879 match = of_match_node(mpp_rkvdec_dt_match, in rkvdec_probe()
1881 if (match) in rkvdec_probe()
1882 mpp->var = (struct mpp_dev_var *)match->data; in rkvdec_probe()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c490 int match; in do_match() local
494 dbg("match %s '%s' <-> '%s'", key, key_value, value); in do_match()
495 match = fnmatch(key_value, value, 0) == 0; in do_match()
496 if (match && op == KEY_OP_MATCH) { in do_match()
500 if (!match && op == KEY_OP_NOMATCH) { in do_match()
885 dbg("operator=match"); in get_key()
1355 dbg("ctl match: '%s' '%s' '%s'", attr, value, temp); in parse_line()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DNumberRegressionTests.java1361 boolean match = a == b; in Test4167494()
1362 if (match) { in Test4167494()
1376 match = a == b; in Test4167494()
1377 if (match) { in Test4167494()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DNumberRegressionTests.java1358 boolean match = a == b; in Test4167494()
1359 if (match) { in Test4167494()
1373 match = a == b; in Test4167494()
1374 if (match) { in Test4167494()
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c150 * match the new array size. The number of slots per array entry in update_array_sizes()
717 * This avoids relying on names to match parameters and uniform in add_parameter()
1716 /* Even when a match is found, do not "break" here. As this is in gl_nir_link_uniforms()
1739 bool match = false; in gl_nir_link_uniforms() local
1741 match = strcmp(ifc_name, blocks[i].name.string) == 0; in gl_nir_link_uniforms()
1743 match = var->data.binding == blocks[i].Binding; in gl_nir_link_uniforms()
1745 if (match) { in gl_nir_link_uniforms()
/third_party/node/test/parallel/
H A Dtest-whatwg-readablestream.js263 assert.match(r[kState].storedError?.message, /boom/);
1475 assert.match(
1478 assert.match(
1481 assert.match(
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc76 // On a successful match, the result is a JSArray containing
674 // match. We can use that to set the last match info lazily. in IrregexpExecRaw()
715 // match. in IrregexpExecRaw()
737 PrintF("\n\nRegexp match: /%s/\n\n", regexp->source().ToCString().get()); in IrregexpExec()
802 Handle<String> subject, int capture_count, int32_t* match) { in SetLastMatchInfo()
803 // This is the only place where match infos can grow. If, after executing the in SetLastMatchInfo()
804 // regexp, RegExpExecStub finds that the match info is too small, it restarts in SetLastMatchInfo()
805 // execution in RegExpImpl::Exec, which finally grows the match info right in SetLastMatchInfo()
813 // RegExpImpl::Exec; there actually want to bypass the Isolate's match in SetLastMatchInfo()
800 SetLastMatchInfo( Isolate* isolate, Handle<RegExpMatchInfo> last_match_info, Handle<String> subject, int capture_count, int32_t* match) SetLastMatchInfo() argument
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c1475 int match; in capi_find_cert() local
1488 match = 0; in capi_find_cert()
1490 match = 1; in capi_find_cert()
1492 if (match) in capi_find_cert()
1703 /* Special case: empty list: match anything */ in STACK_OF()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_builtin_symbols.py1184 vec_match = vec_re.match(glsl_header_type)
1201 mat_match = mat_re.match(glsl_header_type)
1214 gen_match = gen_re.match(glsl_header_type)
1254 # Code for testing that script-generated hashes match with runtime computed hashes.
1376 fun_match = fun_re.match(line)
/third_party/openssl/engines/
H A De_capi.c1475 int match; in capi_find_cert() local
1488 match = 0; in capi_find_cert()
1490 match = 1; in capi_find_cert()
1492 if (match) in capi_find_cert()
1703 /* Special case: empty list: match anything */ in STACK_OF()

Completed in 48 milliseconds

1...<<61626364656667686970>>...74