Home
last modified time | relevance | path

Searched refs:match (Results 1001 - 1025 of 6545) sorted by relevance

1...<<41424344454647484950>>...262

/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_vk_wrappers.py32 match = pattern.search(line)
33 if match == None:
36 methods.append(match.group(1))
/third_party/skia/third_party/externals/swiftshader/tests/check_build_files/
H A Dmain.go183 for _, match := range re.FindAllStringSubmatch(text, -1) {
184 if len(match) < 2 {
187 out = append(out, match[1])
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsr2022.cpp32 * @return match quality, in the range of 0-100.
149 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_2022JP
165 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_2022KR
180 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { in match() function in CharsetRecog_2022CN
/third_party/skia/buildtools/checkdeps/
H A Djava_checker.py111 found_item = self._EXTRACT_IMPORT_PATH.match(line)
123 if not any(re.match(i, filepath) for i in
147 found_item = self._EXTRACT_IMPORT_PATH.match(line)
149 return False, None # Not a match
/third_party/googletest/googletest/scripts/
H A Dupload.py742 match = re.match(r"(\d+)(:(\d+))?", self.options.revision)
743 if not match:
745 self.rev_start = match.group(1)
746 self.rev_end = match.group(3)
1019 match = re.match(r"diff --git a/(.*) b/.*$", line)
1020 if match:
1022 filename = match.group(1)
1028 match
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp145 if (!match(V, m_Select(m_Value(Cond), m_Value(A), m_Value(B)))) in matchSelectWithOptionalNotCond()
150 if (match(Cond, m_Not(m_Value(CondNot)))) { in matchSelectWithOptionalNotCond()
170 if (match(Cond, m_ICmp(Pred, m_Specific(B), m_ZeroInt())) && in matchSelectWithOptionalNotCond()
171 Pred == ICmpInst::ICMP_SLT && match(A, m_Neg(m_Specific(B)))) { in matchSelectWithOptionalNotCond()
176 if (match(Cond, m_ICmp(Pred, m_Specific(A), m_ZeroInt())) && in matchSelectWithOptionalNotCond()
177 Pred == ICmpInst::ICMP_SLT && match(B, m_Neg(m_Specific(A)))) { in matchSelectWithOptionalNotCond()
183 if (!match(Cond, m_ICmp(Pred, m_Specific(A), m_Specific(B)))) { in matchSelectWithOptionalNotCond()
185 // If we do not match the standard or commuted patterns, this is not a in matchSelectWithOptionalNotCond()
187 if (!match(Cond, m_ICmp(Pred, m_Specific(B), m_Specific(A)))) in matchSelectWithOptionalNotCond()
256 if (!match(Con in getHashValueImpl()
[all...]
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc893 bool match; in IsMatch() local
896 match = CompareFieldValueUsingParentFields(*message1, *message2, in IsMatch()
911 match = key_comparator->IsMatch(m1, m2, current_parent_fields); in IsMatch()
916 return match; in IsMatch()
936 // A match can never be found if message1 has more items than message2. in CompareRepeatedField()
956 // Try to match indices of the repeated fields. Return false if match fails. in CompareRepeatedField()
1314 bool match = false; in CompareUnknownFields() local
1339 match = fields1[index1].second->varint() == in CompareUnknownFields()
1343 match in CompareUnknownFields()
1646 bool match = false; MatchRepeatedFieldIndices() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/phy/rockchip/
H A Dphy-rockchip-usb.c994 const struct of_device_id *match; in rockchip_usb_phy_probe() local
1003 match = of_match_device(dev->driver->of_match_table, dev); in rockchip_usb_phy_probe()
1004 if (!match || !match->data) { in rockchip_usb_phy_probe()
1009 phy_base->pdata = match->data; in rockchip_usb_phy_probe()
1065 const struct of_device_id *match; in rockchip_init_usb_uart() local
1075 np = of_find_matching_node_and_match(NULL, rockchip_usb_phy_dt_ids, &match); in rockchip_init_usb_uart()
1081 pr_debug("%s: using settings for %s\n", __func__, match->compatible); in rockchip_init_usb_uart()
1082 data = match->data; in rockchip_init_usb_uart()
1085 pr_err("%s: usb-uart not available on %s\n", __func__, match in rockchip_init_usb_uart()
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcondition.c230 * @match: True if "exec.realpath=", false if "exec.realpath!=".
236 const bool match) in tomoyo_scan_exec_realpath()
249 return result == match; in tomoyo_scan_exec_realpath()
643 dprintk(KERN_WARNING "%u: dry_run left=%u right=%u match=%u\n", in tomoyo_get_condition()
650 dprintk(KERN_WARNING "%u: left=%u right=%u match=%u\n", in tomoyo_get_condition()
799 const bool match = condp->equals; in tomoyo_condition() local
821 == match) in tomoyo_condition()
828 match)) in tomoyo_condition()
1076 == match) in tomoyo_condition()
1080 max_v[0] >= ptr->values[0]) == match) in tomoyo_condition()
234 tomoyo_scan_exec_realpath(struct file *file, const struct tomoyo_name_union *ptr, const bool match) tomoyo_scan_exec_realpath() argument
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H A Dmt6359-regulator.c41 #define MT6359_BUCK(match, _name, min, max, step, \
49 .of_match = of_match_ptr(match), \
72 #define MT6359_LDO_LINEAR(match, _name, min, max, step, \
77 .of_match = of_match_ptr(match), \
95 #define MT6359_LDO(match, _name, _volt_table, \
101 .of_match = of_match_ptr(match), \
119 #define MT6359_REG_FIXED(match, _name, _enable_reg, \
124 .of_match = of_match_ptr(match), \
139 #define MT6359P_LDO1(match, _name, _ops, _volt_table, \
145 .of_match = of_match_ptr(match), \
[all...]
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcondition.c230 * @match: True if "exec.realpath=", false if "exec.realpath!=".
236 const bool match) in tomoyo_scan_exec_realpath()
249 return result == match; in tomoyo_scan_exec_realpath()
643 dprintk(KERN_WARNING "%u: dry_run left=%u right=%u match=%u\n", in tomoyo_get_condition()
650 dprintk(KERN_WARNING "%u: left=%u right=%u match=%u\n", in tomoyo_get_condition()
799 const bool match = condp->equals; in tomoyo_condition() local
821 == match) in tomoyo_condition()
828 match)) in tomoyo_condition()
1076 == match) in tomoyo_condition()
1080 max_v[0] >= ptr->values[0]) == match) in tomoyo_condition()
234 tomoyo_scan_exec_realpath(struct file *file, const struct tomoyo_name_union *ptr, const bool match) tomoyo_scan_exec_realpath() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares__hosts_file.c51 * a list of space delimited hostnames that match the ip address. This is used
88 * match to the object. */
361 ares_hosts_entry_t **match) in ares__hosts_file_match()
364 *match = NULL; in ares__hosts_file_match()
369 *match = ares__htable_strvp_get_direct(hf->iphash, ipaddr); in ares__hosts_file_match()
370 if (*match != NULL) { in ares__hosts_file_match()
378 *match = ares__htable_strvp_get_direct(hf->hosthash, host); in ares__hosts_file_match()
379 if (*match != NULL) { in ares__hosts_file_match()
391 ares_hosts_entry_t *match = NULL; in ares__hosts_file_add() local
402 matchtype = ares__hosts_file_match(hosts, entry, &match); in ares__hosts_file_add()
360 ares__hosts_file_match(const ares_hosts_file_t *hf, ares_hosts_entry_t *entry, ares_hosts_entry_t **match) ares__hosts_file_match() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp229 if (!match(B, m_APInt(BVal)) || !match(C, m_APInt(CVal))) in maintainNoSignedWrap()
290 if (!match(BinOp1->getOperand(1), m_Constant(C1)) || in simplifyAssocCastAssoc()
291 !match(BinOp2->getOperand(1), m_Constant(C2))) in simplifyAssocCastAssoc()
451 match(Op0, m_OneUse(m_BinOp(m_Value(A), m_Constant(C1)))) && in SimplifyAssociativeOrCommutative()
452 match(Op1, m_OneUse(m_BinOp(m_Value(B), m_Constant(C2))))) { in SimplifyAssociativeOrCommutative()
544 if (match(Op, m_Shl(m_Value(), m_Constant(C)))) { in getBinOpsForFactorization()
642 if (match(V, m_APInt(CInt))) { in tryFactorization()
778 bool LHSIsSelect = match(LHS, m_Select(m_Value(A), m_Value(B), m_Value(C))); in SimplifySelectsFeedingBinaryOp()
779 bool RHSIsSelect = match(RH in SimplifySelectsFeedingBinaryOp()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp685 if (!match(CondV, m_ICmp(P, m_And(m_Value(A), m_Value(B)), m_Value(C))) && in matchLeftShift()
686 !match(CondV, m_ICmp(P, m_Value(C), m_And(m_Value(A), m_Value(B))))) in matchLeftShift()
695 if (match(A, m_Shl(m_One(), m_Specific(CIV)))) { in matchLeftShift()
698 } else if (match(B, m_Shl(m_One(), m_Specific(CIV)))) { in matchLeftShift()
710 if (match(C, m_Zero())) in matchLeftShift()
732 if (match(ShouldXoredV, m_Xor(m_Value(Y), m_Value(Z)))) { in matchLeftShift()
747 } else if (match(ShouldSameV, m_Zero())) { in matchLeftShift()
757 if (!match(U, m_Xor(m_Specific(SelI), m_Value(R))) && in matchLeftShift()
758 !match(U, m_Xor(m_Value(R), m_Specific(SelI)))) in matchLeftShift()
765 // The xor input value T is isolated into its own match s in matchLeftShift()
[all...]
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H A Dhw.c291 const struct of_device_id *match; in rkispp_hw_probe() local
300 match = of_match_node(rkispp_hw_of_match, node); in rkispp_hw_probe()
301 if (IS_ERR(match)) { in rkispp_hw_probe()
302 return PTR_ERR(match); in rkispp_hw_probe()
312 match_data = match->data; in rkispp_hw_probe()
313 hw_dev->match_data = match->data; in rkispp_hw_probe()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H A Dhw.c291 const struct of_device_id *match; in rkispp_hw_probe() local
300 match = of_match_node(rkispp_hw_of_match, node); in rkispp_hw_probe()
301 if (IS_ERR(match)) in rkispp_hw_probe()
302 return PTR_ERR(match); in rkispp_hw_probe()
310 match_data = match->data; in rkispp_hw_probe()
311 hw_dev->match_data = match->data; in rkispp_hw_probe()
/kernel/linux/linux-5.10/arch/arm/common/
H A DbL_switcher.c444 * Now let's do the pairing. We match each CPU with another CPU in bL_switcher_halve_cpus()
453 int match = -1; in bL_switcher_halve_cpus() local
463 * Let's remember the last match to create "odd" in bL_switcher_halve_cpus()
469 match = j; in bL_switcher_halve_cpus()
471 if (match != -1) { in bL_switcher_halve_cpus()
472 bL_switcher_cpu_pairing[i] = match; in bL_switcher_halve_cpus()
473 cpumask_clear_cpu(match, &available_cpus); in bL_switcher_halve_cpus()
474 pr_info("CPU%d paired with CPU%d\n", i, match); in bL_switcher_halve_cpus()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dof_device_32.c56 /* Check address type match */ in of_bus_pci_map()
143 .match = of_bus_pci_match,
152 .match = of_bus_sbus_match,
161 .match = of_bus_ambapp_match,
170 .match = NULL,
182 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dprm_common.c615 * -EINVAL if @pld is NULL or if @pld does not match the struct
746 const struct of_device_id *match; in omap2_prm_base_init() local
751 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap2_prm_base_init()
752 data = (struct omap_prcm_init_data *)match->data; in omap2_prm_base_init()
794 const struct of_device_id *match; in omap_prcm_init() local
798 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap_prcm_init()
799 data = match->data; in omap_prcm_init()
/kernel/linux/linux-6.6/arch/arm/common/
H A DbL_switcher.c444 * Now let's do the pairing. We match each CPU with another CPU in bL_switcher_halve_cpus()
453 int match = -1; in bL_switcher_halve_cpus() local
463 * Let's remember the last match to create "odd" in bL_switcher_halve_cpus()
469 match = j; in bL_switcher_halve_cpus()
471 if (match != -1) { in bL_switcher_halve_cpus()
472 bL_switcher_cpu_pairing[i] = match; in bL_switcher_halve_cpus()
473 cpumask_clear_cpu(match, &available_cpus); in bL_switcher_halve_cpus()
474 pr_info("CPU%d paired with CPU%d\n", i, match); in bL_switcher_halve_cpus()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dprm_common.c564 * -EINVAL if @pld is NULL or if @pld does not match the struct
695 const struct of_device_id *match; in omap2_prm_base_init() local
700 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap2_prm_base_init()
701 data = (struct omap_prcm_init_data *)match->data; in omap2_prm_base_init()
745 const struct of_device_id *match; in omap_prcm_init() local
749 for_each_matching_node_and_match(np, omap_prcm_dt_match_table, &match) { in omap_prcm_init()
750 data = match->data; in omap_prcm_init()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dof_device_32.c56 /* Check address type match */ in of_bus_pci_map()
143 .match = of_bus_pci_match,
152 .match = of_bus_sbus_match,
161 .match = of_bus_ambapp_match,
170 .match = NULL,
182 if (!of_busses[i].match || of_busses[i].match(np)) in of_match_bus()
/kernel/linux/linux-5.10/drivers/nfc/s3fwrn5/
H A Dfirmware.c333 } match[] = { in s3fwrn5_fw_get_base_addr() local
341 for (i = 0; i < ARRAY_SIZE(match); ++i) in s3fwrn5_fw_get_base_addr()
342 if (bootinfo->hw_version[0] == match[i].version[0] && in s3fwrn5_fw_get_base_addr()
343 bootinfo->hw_version[1] == match[i].version[1] && in s3fwrn5_fw_get_base_addr()
344 bootinfo->hw_version[3] == match[i].version[3]) { in s3fwrn5_fw_get_base_addr()
345 *base_addr = match[i].base_addr; in s3fwrn5_fw_get_base_addr()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dmt6397-regulator.c38 #define MT6397_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \
44 .of_match = of_match_ptr(match), \
67 #define MT6397_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \
72 .of_match = of_match_ptr(match), \
87 #define MT6397_REG_FIXED(match, vreg, enreg, enbit, volt) \
91 .of_match = of_match_ptr(match), \
H A Dmt6323-regulator.c39 #define MT6323_BUCK(match, vreg, min, max, step, volt_ranges, enreg, \
44 .of_match = of_match_ptr(match), \
63 #define MT6323_LDO(match, vreg, ldo_volt_table, enreg, enbit, vosel, \
68 .of_match = of_match_ptr(match), \
85 #define MT6323_REG_FIXED(match, vreg, enreg, enbit, volt, \
90 .of_match = of_match_ptr(match), \

Completed in 27 milliseconds

1...<<41424344454647484950>>...262