Home
last modified time | relevance | path

Searched refs:match (Results 1626 - 1650 of 6843) sorted by relevance

1...<<61626364656667686970>>...274

/third_party/vk-gl-cts/external/amber/src/android_gradle/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/third_party/skia/third_party/externals/spirv-tools/utils/
H A Dcheck_copyright.py80 for match in fnmatch.filter(dirs, glob):
81 dirs.remove(match)
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferX11.cpp59 bool match = (status != 0 && x_visual.blue_mask == 0xFF); // Prefer X8R8G8B8 in FrameBufferX11() local
60 Visual *visual = match ? x_visual.visual : libX11->XDefaultVisual(x_display, screen); in FrameBufferX11()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
H A Dcheck_copyright.py80 for match in fnmatch.filter(dirs, glob):
81 dirs.remove(match)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumparse_affixes.h37 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
176 bool match(StringSegment& segment, ParsedNumber& result, UErrorCode& status) const override;
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/third_party/skia/third_party/externals/oboe/apps/OboeTester/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/third_party/skia/third_party/externals/oboe/apps/fxlab/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/third_party/skia/third_party/externals/oboe/samples/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/third_party/skia/third_party/externals/oboe/tests/UnitTestRunner/
H A Dgradlew.bat29 echo Please set the JAVA_HOME variable in your environment to match the
43 echo Please set the JAVA_HOME variable in your environment to match the
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_source_encoding.py47 assert CODING_RE.match(encoding_line)
56 assert CODING_RE.match(encoding_line)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp68 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match() function in Regex
90 // There was a match. in match()
92 if (Matches) { // match position requested in match()
97 // this group didn't match in match()
117 // Return the input if there was no match. in sub()
118 if (!match(String, &Matches)) in sub()
122 // the match. in sub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DRegex.cpp82 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() function in Regex
102 // Failure to match is not an error, it's just a normal return value. in match()
112 // There was a match. in match()
114 if (Matches) { // match position requested in match()
119 // this group didn't match in match()
136 // Return the input if there was no match. in sub()
137 if (!match(String, &Matches, Error)) in sub()
141 // the match. in sub()
/third_party/skia/tools/
H A Dparse_llvm_coverage.py78 m = re.match('([a-zA-Z0-9\./_-]+):', line)
87 skip = re.match('^\s{2}-+$|^\s{2}\|.+$', line)
/third_party/skia/gn/
H A Dgn_meta_sln.py63 matchObj = re.match(projectPattern, slnLine)
66 nameObj = re.match(projectNamePattern, projPath)
81 # (but we need to match that behavior later, when we copy/generate the project
/third_party/spirv-tools/utils/
H A Dcheck_copyright.py50 # A regular expression to match the valid years in the copyright information.
65 # The final regular expression to match a valid copyright line.
99 for match in fnmatch.filter(dirs, glob):
100 dirs.remove(match)
/third_party/vk-gl-cts/scripts/egl/
H A Dcall_log_wrapper.py81 if re.match(r'^const +char *\*$', type):
83 elif re.match(r'(EGLenum|EGLConfig|EGLSurface|EGLClientBuffer|EGLNativeDisplayType|EGLNativeWindowType|EGLNativePixmapType|\*)$', type):
/base/global/i18n/frameworks/intl/src/
H A Dholiday_manager.cpp196 std::smatch match; in ParseFileLine() local
197 bool found = RegexSearchNoExcept(line, match, reg); in ParseFileLine()
199 std::string tag = match[1].str(); in ParseFileLine()
/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_manager.c260 bool (*match)(struct PlatformDevice *pdevice, void *data)) in PlatformManagerFindDevice()
265 if (manager == NULL || match == NULL) { in PlatformManagerFindDevice()
266 PLAT_LOGE("PlatformManagerFindDevice: manager or match is null!"); in PlatformManagerFindDevice()
276 if (tmp == NULL || !match(tmp, data)) { in PlatformManagerFindDevice()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dfsl_rcpm.c359 const struct of_device_id *match; in fsl_rcpm_init() local
362 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match); in fsl_rcpm_init()
379 qoriq_pm_ops = match->data; in fsl_rcpm_init()
/kernel/linux/linux-5.10/drivers/counter/
H A Dmicrochip-tcb-capture.c315 const struct of_device_id *match; in mchp_tc_probe() local
329 match = of_match_node(atmel_tc_of_match, np->parent); in mchp_tc_probe()
330 tcb_config = match->data; in mchp_tc_probe()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dfsl_rcpm.c359 const struct of_device_id *match; in fsl_rcpm_init() local
362 np = of_find_matching_node_and_match(NULL, rcpm_matches, &match); in fsl_rcpm_init()
379 qoriq_pm_ops = match->data; in fsl_rcpm_init()
/kernel/linux/linux-5.10/drivers/mfd/
H A Dmax8998.c159 const struct of_device_id *match; in max8998_i2c_get_driver_data() local
160 match = of_match_node(max8998_dt_match, i2c->dev.of_node); in max8998_i2c_get_driver_data()
161 return (unsigned long)match->data; in max8998_i2c_get_driver_data()
H A Dmotorola-cpcap.c288 const struct of_device_id *match; in cpcap_probe() local
292 match = of_match_device(of_match_ptr(cpcap_of_match), &spi->dev); in cpcap_probe()
293 if (!match) in cpcap_probe()
/kernel/linux/linux-5.10/drivers/mailbox/
H A Drockchip-mailbox.c167 const struct of_device_id *match; in rockchip_mbox_probe() local
175 match = of_match_node(rockchip_mbox_of_match, pdev->dev.of_node); in rockchip_mbox_probe()
176 drv_data = (const struct rockchip_mbox_data *)match->data; in rockchip_mbox_probe()

Completed in 12 milliseconds

1...<<61626364656667686970>>...274