/kernel/linux/linux-6.6/drivers/phy/rockchip/ |
H A D | phy-rockchip-usb.c | 461 const struct of_device_id *match; in rockchip_usb_phy_probe() local 469 match = of_match_device(dev->driver->of_match_table, dev); in rockchip_usb_phy_probe() 470 if (!match || !match->data) { in rockchip_usb_phy_probe() 475 phy_base->pdata = match->data; in rockchip_usb_phy_probe() 524 const struct of_device_id *match; in rockchip_init_usb_uart() local 534 &match); in rockchip_init_usb_uart() 540 pr_debug("%s: using settings for %s\n", __func__, match->compatible); in rockchip_init_usb_uart() 541 data = match->data; in rockchip_init_usb_uart() 545 __func__, match in rockchip_init_usb_uart() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libopenjpegdec.c | 161 int match = 1; in libopenjpeg_matches_pix_fmt() local 169 match = match && in libopenjpeg_matches_pix_fmt() 174 match = match && in libopenjpeg_matches_pix_fmt() 179 match = match && in libopenjpeg_matches_pix_fmt() 184 match = match && in libopenjpeg_matches_pix_fmt() 192 return match; in libopenjpeg_matches_pix_fmt() [all...] |
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | utils.py | 207 match = re.match(r"^([(<]|<)+", middle) 209 if match: 210 head = match.group() 211 middle = middle[match.end() :] 215 # before trying to match all of them, to avoid backtracking. 217 match = re.search(r"([)>.,\n]|>)+$", middle) 219 if match: 220 tail = match.group() 221 middle = middle[: match [all...] |
/third_party/node/deps/v8/tools/testrunner/objects/ |
H A D | testcase.py | 399 for match in re.findall(FLAGS_PATTERN, source): 400 flags += shlex.split(match.strip()) 464 for match in RESOURCES_PATTERN.finditer(source): 466 for path in match.group(1).strip().split(): 471 for match in LOAD_PATTERN.finditer(source): 473 add_path(match.group(1)) 475 for match in MODULE_FROM_RESOURCES_PATTERN.finditer(source): 476 add_import_path(match.group(1)) 477 for match in MODULE_IMPORT_RESOURCES_PATTERN.finditer(source): 478 add_import_path(match [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | JsonParser.cs | 807 var match = TimestampRegex.Match(token.StringValue); in MergeTimestamp() 808 if (!match.Success) in MergeTimestamp() 812 var dateTime = match.Groups["datetime"].Value; in MergeTimestamp() 813 var subseconds = match.Groups["subseconds"].Value; in MergeTimestamp() 814 var offset = match.Groups["offset"].Value; in MergeTimestamp() 883 var match = DurationRegex.Match(token.StringValue); in MergeDuration() 884 if (!match.Success) in MergeDuration() 888 var sign = match.Groups["sign"].Value; in MergeDuration() 889 var secondsText = match.Groups["int"].Value; in MergeDuration() 895 var subseconds = match in MergeDuration() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 63 # VUID with the numeric portion captured in the match object 137 (self.breakInitial and endInitial.match(word))): 226 attributeMatches = [match for match in pnameMatches if 227 match[0] == '{' and 228 match[1:-1] not in attributeExceptionList] 229 nonattributeMatches = [match for match in pnameMatches if 230 match[0] != '{'] 346 if doctransformer.beginBullet.match(par [all...] |
/third_party/skia/third_party/externals/jinja2/ |
H A D | utils.py | 207 match = re.match(r"^([(<]|<)+", middle) 209 if match: 210 head = match.group() 211 middle = middle[match.end() :] 215 # before trying to match all of them, to avoid backtracking. 217 match = re.search(r"([)>.,\n]|>)+$", middle) 219 if match: 220 tail = match.group() 221 middle = middle[: match [all...] |
/kernel/linux/linux-5.10/drivers/base/ |
H A D | devres.c | 181 * @match: Match function (optional) 182 * @match_data: Data for the match function 187 * and for which @match returns 1. 193 dr_match_t match, void *match_data, in devres_for_each_res() 211 if (match && !match(dev, dr->data, match_data)) in devres_for_each_res() 257 dr_match_t match, void *match_data) in find_dr() 266 if (match && !match(dev, dr->data, match_data)) in find_dr() 278 * @match 192 devres_for_each_res(struct device *dev, dr_release_t release, dr_match_t match, void *match_data, void (*fn)(struct device *, void *, void *), void *data) devres_for_each_res() argument 256 find_dr(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) find_dr() argument 288 devres_find(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) devres_find() argument 318 devres_get(struct device *dev, void *new_res, dr_match_t match, void *match_data) devres_get() argument 354 devres_remove(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) devres_remove() argument 392 devres_destroy(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) devres_destroy() argument 422 devres_release(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) devres_release() argument [all...] |
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | arm_scpi.c | 356 struct scpi_xfer *t, *match = NULL; in scpi_process_cmd() local 369 match = list_first_entry(&ch->rx_pending, struct scpi_xfer, in scpi_process_cmd() 371 list_del(&match->node); in scpi_process_cmd() 376 match = t; in scpi_process_cmd() 381 if (match && !completion_done(&match->done)) { in scpi_process_cmd() 389 len = match->rx_len; in scpi_process_cmd() 391 match->status = ioread32(&mem->status); in scpi_process_cmd() 392 memcpy_fromio(match->rx_buf, mem->payload, len); in scpi_process_cmd() 396 len = min_t(unsigned int, match in scpi_process_cmd() [all...] |
/kernel/linux/linux-6.6/drivers/base/ |
H A D | devres.c | 179 * @match: Match function (optional) 180 * @match_data: Data for the match function 185 * and for which @match returns 1. 191 dr_match_t match, void *match_data, in devres_for_each_res() 209 if (match && !match(dev, dr->data, match_data)) in devres_for_each_res() 255 dr_match_t match, void *match_data) in find_dr() 264 if (match && !match(dev, dr->data, match_data)) in find_dr() 276 * @match 190 devres_for_each_res(struct device *dev, dr_release_t release, dr_match_t match, void *match_data, void (*fn)(struct device *, void *, void *), void *data) devres_for_each_res() argument 254 find_dr(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) find_dr() argument 286 devres_find(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) devres_find() argument 316 devres_get(struct device *dev, void *new_res, dr_match_t match, void *match_data) devres_get() argument 352 devres_remove(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) devres_remove() argument 390 devres_destroy(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) devres_destroy() argument 420 devres_release(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) devres_release() argument [all...] |
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | mt6358-regulator.c | 39 #define MT6358_BUCK(match, vreg, min, max, step, \ 45 .of_match = of_match_ptr(match), \ 67 #define MT6358_LDO(match, vreg, ldo_volt_table, \ 73 .of_match = of_match_ptr(match), \ 91 #define MT6358_LDO1(match, vreg, min, max, step, \ 97 .of_match = of_match_ptr(match), \ 116 #define MT6358_REG_FIXED(match, vreg, \ 121 .of_match = of_match_ptr(match), \ 135 #define MT6366_BUCK(match, vreg, min, max, step, \ 141 .of_match = of_match_ptr(match), \ [all...] |
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | arm_scpi.c | 356 struct scpi_xfer *t, *match = NULL; in scpi_process_cmd() local 369 match = list_first_entry(&ch->rx_pending, struct scpi_xfer, in scpi_process_cmd() 371 list_del(&match->node); in scpi_process_cmd() 376 match = t; in scpi_process_cmd() 381 if (match && !completion_done(&match->done)) { in scpi_process_cmd() 389 len = match->rx_len; in scpi_process_cmd() 391 match->status = ioread32(&mem->status); in scpi_process_cmd() 392 memcpy_fromio(match->rx_buf, mem->payload, len); in scpi_process_cmd() 396 len = min_t(unsigned int, match in scpi_process_cmd() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-inlining.cc | 298 HeapObjectMatcher match(target); in DetermineCallTarget() 304 if (match.HasResolvedValue() && match.Ref(broker()).IsJSFunction()) { in DetermineCallTarget() 305 JSFunctionRef function = match.Ref(broker()).AsJSFunction(); in DetermineCallTarget() 332 if (match.IsJSCreateClosure()) { in DetermineCallTarget() 336 } else if (match.IsCheckClosure()) { in DetermineCallTarget() 337 FeedbackCellRef cell = MakeRef(broker(), FeedbackCellOf(match.op())); in DetermineCallTarget() 353 HeapObjectMatcher match(target); in DetermineCallContext() 355 if (match.HasResolvedValue() && match in DetermineCallContext() [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/arm/annotate/ |
H A D | instructions.c | 17 regmatch_t match[2]; in arm__associate_instruction_ops() local 19 if (!regexec(&arm->call_insn, name, 2, match, 0)) in arm__associate_instruction_ops() 21 else if (!regexec(&arm->jump_insn, name, 2, match, 0)) in arm__associate_instruction_ops()
|
/kernel/linux/linux-5.10/lib/ |
H A D | globtest.c | 21 bool match = glob_match(pat, str); in test() local 22 bool success = match == expected; in test() 39 printk(message, pat, str, mismatch + 3*match); in test() 51 * 2. Pattern to match: null-terminated string 52 * 3. String to match against: null-terminated string 141 * pattern and the string to match it against. in glob_init()
|
/kernel/linux/linux-6.6/tools/perf/arch/arm/annotate/ |
H A D | instructions.c | 17 regmatch_t match[2]; in arm__associate_instruction_ops() local 19 if (!regexec(&arm->call_insn, name, 2, match, 0)) in arm__associate_instruction_ops() 21 else if (!regexec(&arm->jump_insn, name, 2, match, 0)) in arm__associate_instruction_ops()
|
/kernel/linux/linux-6.6/lib/ |
H A D | globtest.c | 21 bool match = glob_match(pat, str); in test() local 22 bool success = match == expected; in test() 39 printk(message, pat, str, mismatch + 3*match); in test() 51 * 2. Pattern to match: null-terminated string 52 * 3. String to match against: null-terminated string 141 * pattern and the string to match it against. in glob_init()
|
/third_party/curl/tests/unit/ |
H A D | unit1397.c | 42 bool match; member 102 if(tests[i].match != Curl_cert_hostcheck(tests[i].pattern, 112 tests[i].match ? "NOT ": "");
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | string-prototype-includes.js | 64 z[Symbol.match] = false; 68 "foo".includes({[Symbol.match] : true}); 75 "foo".includes({get [Symbol.match] () { throw 5}});
|
H A D | string-prototype-endswith.js | 65 z[Symbol.match] = false; 69 "foo".endsWith({[Symbol.match] : true}); 76 "foo".endsWith({get [Symbol.match] () { throw 5}});
|
H A D | string-prototype-startswith.js | 58 y[Symbol.match] = false; 62 "foo".startsWith({[Symbol.match] : true}); 69 "foo".startsWith({get [Symbol.match] () { throw 5}});
|
/third_party/jsframework/runtime/main/util/ |
H A D | index.js | 67 return !!name.match(COMPONENT_REG); 76 return !!name.match(MODULE_REG); 85 return !!name.match(APPLICATION_REG);
|
/third_party/node/deps/v8/tools/testrunner/outproc/ |
H A D | test262.py | 37 match = re.search( 39 if match: 40 return match.group(1).strip()
|
/third_party/node/test/tick-processor/ |
H A D | tick-processor-base.js | 26 // Try to match after timeout 28 match(test.pattern, proc, () => ticks, test.profProcessFlags); 32 function match(pattern, parent, ticks, flags = []) { function 54 return setTimeout(() => match(pattern, parent, ticks), RETRY_TIMEOUT);
|
/third_party/musl/src/ldso/arm/ |
H A D | find_exidx.c | 15 int i, match = 0, exidx_len = 0; in find_exidx() local 21 match |= data->pc >= addr && data->pc < addr + phdr->p_memsz; in find_exidx() 31 return match; in find_exidx()
|