/third_party/vk-gl-cts/external/amber/src/android_gradle/ |
H A D | gradlew.bat | 29 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 D | check_copyright.py | 80 for match in fnmatch.filter(dirs, glob): 81 dirs.remove(match)
|
/third_party/skia/third_party/externals/swiftshader/src/Main/ |
H A D | FrameBufferX11.cpp | 59 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 D | check_copyright.py | 80 for match in fnmatch.filter(dirs, glob): 81 dirs.remove(match)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | numparse_affixes.h | 37 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 D | gradlew.bat | 29 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 D | gradlew.bat | 29 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 D | gradlew.bat | 29 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 D | gradlew.bat | 29 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 D | gradlew.bat | 29 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 D | test_source_encoding.py | 47 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 D | Regex.cpp | 68 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 D | Regex.cpp | 82 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 D | parse_llvm_coverage.py | 78 m = re.match('([a-zA-Z0-9\./_-]+):', line) 87 skip = re.match('^\s{2}-+$|^\s{2}\|.+$', line)
|
/third_party/skia/gn/ |
H A D | gn_meta_sln.py | 63 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 D | check_copyright.py | 50 # 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 D | call_log_wrapper.py | 81 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 D | holiday_manager.cpp | 196 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 D | platform_manager.c | 260 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 D | fsl_rcpm.c | 359 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 D | microchip-tcb-capture.c | 315 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 D | fsl_rcpm.c | 359 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 D | max8998.c | 159 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 D | motorola-cpcap.c | 288 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 D | rockchip-mailbox.c | 167 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()
|