/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_decoration_test.cpp | 408 HasSubstr("The LinkageAttributes Decoration (Linkage name: import_main) " in TEST_F() 6355 entry_point.name = "main"; in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_decoration_test.cpp | 408 HasSubstr("The LinkageAttributes Decoration (Linkage name: import_main) " in TEST_F() 6355 entry_point.name = "main"; in TEST_P()
|
/third_party/skia/tests/ |
H A D | SkSLDSLTest.cpp | 2022 REPORTER_ASSERT(r, DSLWriter::Var(*vars[0])->name() == "x"); in DEF_GPUTEST_FOR_MOCK_CONTEXT()
|
H A D | PathOpsIssue3651.cpp | 10 #define TEST(name) { name, #name }
|
H A D | PathOpsFuzz763Test.cpp | 10 #define TEST(name) { name, #name }
|
H A D | PathOpsSkpTest.cpp | 9 #define TEST(name) { name, #name }
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | wpa_hal.c | 539 wpa_printf(MSG_INFO, "%s enter, interface name:%s.", __FUNCTION__, ifName); in WifiWpaInit() 605 wpa_printf(MSG_ERROR, "%s could not copy wifi device name.", __FUNCTION__); in WifiWpaInit() 1607 wpa_printf(MSG_ERROR, "%s wifiDev could not copy interface name.", __FUNCTION__); in WifiDrvInit() 1610 wpa_printf(MSG_INFO, "%s init, interface name:%s.", __FUNCTION__, wifiDev->ifName); in WifiDrvInit() 2010 wpa_printf(MSG_ERROR, "Could not copy wifi device name."); in WifiAddIf() 2039 wpa_printf(MSG_ERROR, "%s can not copy interface name.", __FUNCTION__); in WifiRemoveIf() 2133 .name = "hdf wifi",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wext.c | 755 snprintf(buf, sizeof(buf) - 1, "/sys/class/net/%s/phy80211/name", in wext_get_phy_name() 785 * @ifname: interface name, e.g., wlan0 2479 .name = "wext",
|
H A D | wpa_hal.c | 542 wpa_printf(MSG_INFO, "%s enter, interface name:%s.", __FUNCTION__, ifName); in WifiWpaInit() 608 wpa_printf(MSG_ERROR, "%s could not copy wifi device name.", __FUNCTION__); in WifiWpaInit() 1613 wpa_printf(MSG_ERROR, "%s wifiDev could not copy interface name.", __FUNCTION__); in WifiDrvInit() 1616 wpa_printf(MSG_INFO, "%s init, interface name:%s.", __FUNCTION__, wifiDev->ifName); in WifiDrvInit() 2016 wpa_printf(MSG_ERROR, "Could not copy wifi device name."); in WifiAddIf() 2045 wpa_printf(MSG_ERROR, "%s can not copy interface name.", __FUNCTION__); in WifiRemoveIf() 2139 .name = "hdf wifi",
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 6707 char name[VK_MAX_EXTENSION_NAME_SIZE]; member 8509 char name[VK_MAX_DESCRIPTION_SIZE]; member 9266 char name[VK_MAX_DESCRIPTION_SIZE]; member 9288 char name[VK_MAX_DESCRIPTION_SIZE]; member 9297 char name[VK_MAX_DESCRIPTION_SIZE]; member
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-type-util.h | 18 // * Neither the name of Google Inc. nor the names of its 60 // Canonicalizes a given name with respect to the Standard C++ Library. 76 // GetTypeName<T>() returns a human-readable name of type T. 83 const char* const name = typeid(T).name(); in GetTypeName() local 86 // gcc's implementation of typeid(T).name() mangles the type name, in GetTypeName() 91 char* const readable_name = __cxa_demangle(name, nullptr, nullptr, &status); in GetTypeName() 92 const std::string name_str(status == 0 ? readable_name : name); in GetTypeName() 96 return name; in GetTypeName() [all...] |
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_core.h | 7143 char name[VK_MAX_DESCRIPTION_SIZE]; member 7867 char name[VK_MAX_DESCRIPTION_SIZE]; member 7889 char name[VK_MAX_DESCRIPTION_SIZE]; member 7898 char name[VK_MAX_DESCRIPTION_SIZE]; member 11469 char name[VK_MAX_EXTENSION_NAME_SIZE]; member
|
H A D | vulkan_raii.hpp | 2353 VULKAN_HPP_NODISCARD PFN_vkVoidFunction getProcAddr( const std::string & name ) const VULKAN_HPP_NOEXCEPT; 2895 VULKAN_HPP_NODISCARD PFN_vkVoidFunction getProcAddr( const std::string & name ) const VULKAN_HPP_NOEXCEPT; 9239 Instance::getProcAddr( const std::string & name ) const VULKAN_HPP_NOEXCEPT 9241 return getDispatcher()->vkGetInstanceProcAddr( static_cast<VkInstance>( m_instance ), name.c_str() ); 9245 Device::getProcAddr( const std::string & name ) const VULKAN_HPP_NOEXCEPT 9247 return getDispatcher()->vkGetDeviceProcAddr( static_cast<VkDevice>( m_device ), name.c_str() );
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 7303 char name[VK_MAX_DESCRIPTION_SIZE]; member 8027 char name[VK_MAX_DESCRIPTION_SIZE]; member 8049 char name[VK_MAX_DESCRIPTION_SIZE]; member 8058 char name[VK_MAX_DESCRIPTION_SIZE]; member 11629 char name[VK_MAX_EXTENSION_NAME_SIZE]; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 7939 #define CASEI(name) \ 7940 case nir_op_##name: \ 7941 return (bit_size == 32) ? name##32 \ 7942 : (bit_size == 16) ? name##16 \ 7943 : (bit_size == 8) ? name##8 \ 7944 : name##64; 7945 #define CASEF(name) \ 7946 case nir_op_##name: return (bit_size == 32) ? name##32 : (bit_size == 16) ? name##1 [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hsi.h | 2038 u8 name[15]; member 2081 u8 name[16]; member 12252 u8 name[MCP_DRV_VER_STR_SIZE - 4]; member
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 1686 uint8_t name[sizeof(struct lpfc_name)]; in lpfc_plogi_confirm_nport() local 1701 memset(name, 0, sizeof(struct lpfc_name)); in lpfc_plogi_confirm_nport() 1821 if (memcmp(&ndlp->nlp_portname, name, sizeof(struct lpfc_name)) == 0) { in lpfc_plogi_confirm_nport() 8018 * 1 - Sent the acc response and waited for name server completion 8234 * 1 - Wait for plogi to name server before proceed 10933 * lpfc_do_scr_ns_plogi - Issue a plogi to the name server for scr
|
/kernel/linux/linux-6.6/net/core/ |
H A D | filter.c | 8973 act, prog->aux->name, prog->aux->id, dev ? dev->name : "N/A"); in bpf_warn_invalid_xdp_action() 11591 #define BTF_SOCK_TYPE(name, type) BTF_ID(struct, type) in BTF_ID_LIST_GLOBAL()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 1234 a null-terminated string, giving a name to the allocation. To use this mode, 1259 you passed when setting allocation's name - pointing to a buffer managed 1266 printf("Image name: %s\n", imageName); 1271 \note Passing string name to VMA allocation doesn't automatically set it to the Vulkan buffer or image created with it. 2017 // - The name of another parameter in the argument list where the pointer is declared 2018 // - The name of another member in the struct where the pointer is declared 2019 // - The name of a member of a struct type, meaning the value of that member in 3033 /** \brief Retrieves name of a custom pool. 3036 containing name of the pool that was previously set. The pointer becomes invalid when the pool is 3037 destroyed or its name i [all...] |
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | media_asset_change_request_napi.cpp | 133 NapiClassInfo info = { .name = MEDIA_ASSET_CHANGE_REQUEST_CLASS, in Init()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link_p2p.c | 2729 g_guideChannelHandler.name = "GuideChannelHandler"; in InitGuideChannelLooper()
|
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 3159 * Helper function for reusing disk name 4359 .name = MTIP_DRV_NAME,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | dce_v6_0.c | 3107 .name = "dce_v6_0",
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | ste_dma40.c | 3720 .name = D40_NAME,
|
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/ |
H A D | adma.c | 4554 .name = "PPC440SP(E)-ADMA",
|