Home
last modified time | relevance | path

Searched refs:ext (Results 3401 - 3425 of 10777) sorted by relevance

1...<<131132133134135136137138139140>>...432

/third_party/node/deps/v8/tools/testrunner/local/
H A Dstatusfile.py331 *(paths + [rule + ext])))
332 for ext in FILE_EXTENSIONS)
/third_party/skia/third_party/externals/angle2/util/windows/
H A DWGLWindow.cpp56 bool HasExtension(const std::vector<std::string> &extensions, const char *ext) in HasExtension() argument
58 return std::find(extensions.begin(), extensions.end(), ext) != extensions.end(); in HasExtension()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DBackendVk.cpp298 for (InstanceExt ext : IterateBitSet(extensionsToRequest)) { in CreateVkInstance()
299 const InstanceExtInfo& info = GetInstanceExtInfo(ext); in CreateVkInstance()
/third_party/python/Lib/
H A D_osx_support.py39 base, ext = os.path.splitext(executable)
41 if (sys.platform == 'win32') and (ext != '.exe'):
/third_party/protobuf/objectivec/
H A DGPBUtilities_PackagePrivate.h186 GPB_INLINE BOOL GPBExtensionIsMessage(GPBExtensionDescriptor *ext) { in GPBExtensionIsMessage() argument
187 return GPBDataTypeIsMessage(ext->description_->dataType); in GPBExtensionIsMessage()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_supp/
H A Deapol_supp_sm.h340 struct ext_password_data *ext);
454 struct ext_password_data *ext) in eapol_sm_set_ext_pw_ctx()
453 eapol_sm_set_ext_pw_ctx(struct eapol_sm *sm, struct ext_password_data *ext) eapol_sm_set_ext_pw_ctx() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_dev_attr.c393 void wps_process_vendor_ext_m1(struct wps_device_data *dev, const u8 ext) in wps_process_vendor_ext_m1() argument
395 dev->multi_ap_ext = ext; in wps_process_vendor_ext_m1()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_supp/
H A Deapol_supp_sm.h355 struct ext_password_data *ext);
469 struct ext_password_data *ext) in eapol_sm_set_ext_pw_ctx()
468 eapol_sm_set_ext_pw_ctx(struct eapol_sm *sm, struct ext_password_data *ext) eapol_sm_set_ext_pw_ctx() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_dev_attr.c408 void wps_process_vendor_ext_m1(struct wps_device_data *dev, const u8 ext) in wps_process_vendor_ext_m1() argument
410 dev->multi_ap_ext = ext; in wps_process_vendor_ext_m1()
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py2298 _, ext = os.path.splitext(source)
2299 ext = ext.lower()
2300 if ext in extension_to_rule_name:
2302 element = extension_to_rule_name[ext]
2303 elif ext in [".cc", ".cpp", ".c", ".cxx", ".mm"]:
2306 elif ext in [".h", ".hxx"]:
2309 elif ext == ".rc":
2312 elif ext in [".s", ".asm"]:
2317 elif ext
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py2290 _, ext = os.path.splitext(source)
2291 ext = ext.lower()
2292 if ext in extension_to_rule_name:
2294 element = extension_to_rule_name[ext]
2295 elif ext in [".cc", ".cpp", ".c", ".cxx", ".mm"]:
2298 elif ext in [".h", ".hxx"]:
2301 elif ext == ".rc":
2304 elif ext in [".s", ".asm"]:
2309 elif ext
[all...]
/third_party/ffmpeg/libswscale/
H A Doutput.c743 #define YUV2PACKEDWRAPPER(name, base, ext, fmt) \
744 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
756 static void name ## ext ## _2_c(SwsContext *c, const int16_t *buf[2], \
765 static void name ## ext ## _1_c(SwsContext *c, const int16_t *buf0, \
1471 #define YUV2PACKED16WRAPPER(name, base, ext, fmt, hasAlpha, eightbytes) \
1472 static void name ## ext ## _X_c(SwsContext *c, const int16_t *lumFilter, \
1489 static void name ## ext ## _2_c(SwsContext *c, const int16_t *_buf[2], \
1503 static void name ## ext ## _1_c(SwsContext *c, const int16_t *_buf0, \
1829 #define YUV2RGBWRAPPERX(name, base, ext, fmt, hasAlpha) \
1830 static void name ## ext ## _X_
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_formats.c966 vk_foreach_struct(ext, pFormatProperties->pNext) { in anv_GetPhysicalDeviceFormatProperties2()
968 switch ((unsigned)ext->sType) { in anv_GetPhysicalDeviceFormatProperties2()
971 (void *)ext); in anv_GetPhysicalDeviceFormatProperties2()
976 (void *)ext); in anv_GetPhysicalDeviceFormatProperties2()
980 VkFormatProperties3 *props = (VkFormatProperties3 *)ext; in anv_GetPhysicalDeviceFormatProperties2()
987 anv_debug_ignored_stype(ext->sType); in anv_GetPhysicalDeviceFormatProperties2()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c82 static char *ext = "ppm"; variable
269 snprintf(tempStr, 1024, "%s_%s.%s", fileName, sizeStr, ext); in decomp()
272 qualStr, sizeStr, ext); in decomp()
277 snprintf(ptr, 1024 - (ptr - tempStr), "-err.%s", ext); in decomp()
847 if (!strcasecmp(temp, ".bmp")) ext = "bmp"; in main()
953 ext = "bmp"; in main()
/third_party/vulkan-loader/tests/framework/layer/
H A Dtest_layer.cpp93 [extension_name](Extension const& ext) { return string_eq(&ext.extensionName[0], extension_name); }); in IsInstanceExtensionSupported()
99 [extension_name](Extension const& ext) { return string_eq(&ext.extensionName[0], extension_name); });
107 [extension_name](Extension const& ext) { return ext.extensionName == extension_name; })) {
690 // Debug utils & debug marker ext stubs
/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp1061 std::string ext = ""; in GetValidLocale() local
1062 setExtension(ext, "-ca-", validCaTag, extensionMap, defaultExtensionMap); in GetValidLocale()
1063 setExtension(ext, "-co-", validCoTag, extensionMap, defaultExtensionMap); in GetValidLocale()
1064 setExtension(ext, "-kn-", validKnTag, extensionMap, defaultExtensionMap); in GetValidLocale()
1065 setExtension(ext, "-kf-", validKfTag, extensionMap, defaultExtensionMap); in GetValidLocale()
1066 setExtension(ext, "-nu-", validNuTag, extensionMap, defaultExtensionMap); in GetValidLocale()
1067 setExtension(ext, "-hc-", validHcTag, extensionMap, defaultExtensionMap); in GetValidLocale()
1071 if (ext != "" || otherExt != "") { in GetValidLocale()
1072 return baseLocale + "-u" + ext + otherExt; in GetValidLocale()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/screen_manager/
H A Drs_screen_manager_unit_test.cpp26 using namespace testing::ext;
638 HWTEST_F(RsScreenManagerTest, SetScreenActiveMode001, testing::ext::TestSize.Level2) in HWTEST_F()
659 HWTEST_F(RsScreenManagerTest, GetScreenActiveMode001, testing::ext::TestSize.Level1) in HWTEST_F()
677 HWTEST_F(RsScreenManagerTest, GetScreenSupportedModes001, testing::ext::TestSize.Level2) in HWTEST_F()
722 HWTEST_F(RsScreenManagerTest, SetScreenConstraint001, testing::ext::TestSize.Level2) in HWTEST_F()
764 HWTEST_F(RsScreenManagerTest, GetScreenData001, testing::ext::TestSize.Level2) in HWTEST_F()
799 HWTEST_F(RsScreenManagerTest, GetScreenHDRCapability001, testing::ext::TestSize.Level2) in HWTEST_F()
814 HWTEST_F(RsScreenManagerTest, RSDump001, testing::ext::TestSize.Level2) in HWTEST_F()
1514 HWTEST_F(RsScreenManagerTest, ResizeVirtualScreen001, testing::ext::TestSize.Level2) in HWTEST_F()
/base/account/os_account/services/accountmgr/test/unittest/app_account/
H A Dapp_account_manager_service_test.cpp26 using namespace testing::ext;
H A Dapp_account_subscribe_info_test.cpp23 using namespace testing::ext;
/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Dsingle_execute_strategy_test.cpp24 using namespace testing::ext;
/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/network/rule/
H A Dchain_rule_test.cpp24 using namespace testing::ext;
/base/global/resource_management/frameworks/resmgr/test/unittest/utils/
H A Dutils_test.cpp20 using namespace testing::ext;
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Darch_util_test.cpp27 using namespace testing::ext;
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_service_test.cpp22 using namespace testing::ext;
H A Dsa_dumper_test.cpp18 using namespace testing::ext;

Completed in 36 milliseconds

1...<<131132133134135136137138139140>>...432