/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | AtomicCounterFunctionHLSL.cpp | 32 ImmutableString AtomicCounterFunctionHLSL::useAtomicCounterFunction(const ImmutableString &name) in useAtomicCounterFunction() argument 40 if (kAtomicCounter == name) in useAtomicCounterFunction() 45 else if (kAtomicCounterIncrement == name) in useAtomicCounterFunction() 50 else if (kAtomicCounterDecrement == name) in useAtomicCounterFunction()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemoryExternalLinux.hpp | 60 char name[40]; variable 61 snprintf(name, sizeof(name), "SwiftShader.Memory.%d", ++counter); 62 if(!memfd.allocate(name, allocationSize))
|
/third_party/openssl/providers/common/der/ |
H A D | der_rsa_sig.c | 27 #define MD_with_RSA_CASE(name, var) \ 28 case NID_##name: \ 29 var = ossl_der_oid_##name##WithRSAEncryption; \ 30 var##_sz = sizeof(ossl_der_oid_##name##WithRSAEncryption); \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCSymbolXCOFF.h | 55 const StringRef name = getName(); in getUnqualifiedName() local 56 if (name.back() == ']') { in getUnqualifiedName() 58 std::tie(lhs, rhs) = name.rsplit('['); in getUnqualifiedName() 62 return name; in getUnqualifiedName()
|
/third_party/skia/tools/viewer/ |
H A D | SKPSlide.cpp | 14 SKPSlide::SKPSlide(const SkString& name, const SkString& path) in SKPSlide() argument 15 : SKPSlide(name, SkStream::MakeFromFile(path.c_str())) { in SKPSlide() 18 SKPSlide::SKPSlide(const SkString& name, std::unique_ptr<SkStream> stream) in SKPSlide() argument 20 fName = name; in SKPSlide()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | spreadExpressionContextualType.js | 5 name: string; 9 name: string; 47 name: string;
50 name: string;
|
/third_party/skia/third_party/externals/expat/expat/examples/ |
H A D | elements.c | 3 the name of each element to standard output indenting child 59 startElement(void *userData, const XML_Char *name, const XML_Char **atts) { in startElement() argument 66 printf("%" XML_FMT_STR "\n", name); in startElement() 71 endElement(void *userData, const XML_Char *name) { in endElement() argument 73 (void)name; in endElement()
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | minicheck.h | 84 const char *name; member 89 const char *name; member 107 Suite *suite_create(const char *name); 108 TCase *tcase_create(const char *name);
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ |
H A D | Type.php | 130 public static function name($value) function 134 'Enum %s has no name defined for value %s', __CLASS__, $value)); 140 public static function value($name) 142 $const = __CLASS__ . '::' . strtoupper($name); 145 'Enum %s has no value defined for name %s', __CLASS__, $name)); 151 // Adding a class alias for backwards compatibility with the previous class name.
|
/third_party/protobuf/php/src/Google/Protobuf/Field/ |
H A D | Kind.php | 153 public static function name($value) function 157 'Enum %s has no name defined for value %s', __CLASS__, $value)); 162 public static function value($name) 164 $const = __CLASS__ . '::' . strtoupper($name); 167 'Enum %s has no value defined for name %s', __CLASS__, $name)); 173 // Adding a class alias for backwards compatibility with the previous class name.
|
/third_party/python/Lib/test/ |
H A D | test_sundry.py | 12 for name in untested: 14 import_helper.import_module('test.test_{}'.format(name)) 16 importlib.import_module(name) 19 'otherwise'.format(name))
|
/third_party/skia/modules/skottie/src/layers/ |
H A D | AudioLayer.cpp | 59 const skjson::StringValue* name = jaudio["p"]; in attachAudioLayer() local 63 if (name && path && id) { in attachAudioLayer() 65 name->begin(), in attachAudioLayer() 75 "Could not load audio asset '%s'.", name->begin()); in attachAudioLayer()
|
/third_party/skia/bench/ |
H A D | SwizzleBench.cpp | 14 SwizzleBench(const char* name, SkOpts::Swizzle_8888_u32 fn) : fName(name), fFn_u32(fn) {} in SwizzleBench() argument 15 SwizzleBench(const char* name, SkOpts::Swizzle_8888_u8 fn) : fName(name), fFn_u8 (fn) {} in SwizzleBench() argument
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureCountTests.cpp | 54 const char* name; in init() member 78 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures); in init() local 81 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */)); in init()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsScissorTests.hpp | 78 const char* name, 86 const char* name, 93 const char* name, 99 const char* name,
|
H A D | glsShaderLibrary.cpp | 45 tcu::TestCaseGroup* createGroup (const std::string& name, const std::string& description, const std::vector<tcu::TestNode*>& children) in createGroup() argument 47 return new tcu::TestCaseGroup(m_testCtx, name.c_str(), description.c_str(), children); in createGroup() 50 tcu::TestCase* createCase (const std::string& name, const std::string& description, const glu::sl::ShaderCaseSpecification& spec) in createCase() argument 52 return new ShaderLibraryCase(m_testCtx, m_renderCtx, m_contextInfo, name.c_str(), description.c_str(), spec); in createCase()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuResource.cpp | 43 Resource* DirArchive::getResource (const char* name) const in getResource() 45 return static_cast<Resource*>(new FileResource((m_path + name).c_str())); in getResource() 92 Resource* ResourcePrefix::getResource (const char* name) const in getResource() 94 return m_archive.getResource((m_prefix + name).c_str()); in getResource()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pTextureCountTests.cpp | 54 const char* name; in init() member 77 string name = string(texFormats[formatNdx].name) + "_" + de::toString(numTextures); in init() local 80 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */)); in init()
|
/third_party/vulkan-loader/loader/ |
H A D | dlopen_fuchsia.c | 50 void *dlopen_fuchsia(const char *name, int mode, bool driver) { in dlopen_fuchsia() argument 56 result = dlopen(name, mode); in dlopen_fuchsia() 70 zx_status_t st = fuchsia_vulkan_loader_LoaderGet(vulkan_loader_svc, name, strlen(name), &vmo); in dlopen_fuchsia()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/ |
H A D | wal_cfg80211_apt.c | 106 hi_u32 ret = (hi_u32)g_send_event_func(netdev->name, HISI_ELOOP_EVENT_NEW_STA, (hi_u8 *)&new_sta_info, in cfg80211_new_sta() 140 l_ret = (hi_u32)g_send_event_func(netdev->name, HISI_ELOOP_EVENT_DEL_STA, (hi_u8 *)mac_addr, addr_len); in cfg80211_del_sta() 193 l_ret = (hi_u32)g_send_event_func(netdev->name, HISI_ELOOP_EVENT_RX_MGMT, (hi_u8 *) &rx_mgmt, in cfg80211_rx_mgmt() 261 l_ret = (hi_u32)g_send_event_func(wdev->netdev->name, HISI_ELOOP_EVENT_TX_STATUS, (hi_u8 *)&tx_status, in cfg80211_mgmt_tx_status() 343 if ((hi_u32)g_send_event_func(netdev->name, HISI_ELOOP_EVENT_SCAN_RESULT, (hi_u8 *)&scan_result, in cfg80211_inform_bss_frame() 359 hwal_ioctl_set_pm_on(netdev->name, &pm_flag); in cfg80211_connect_result_return() 367 if ((hi_u32)g_send_event_func(netdev->name, HISI_ELOOP_EVENT_CONNECT_RESULT, (hi_u8 *)connect_result, in cfg80211_connect_result_return() 497 l_ret = (hi_u32)g_send_event_func(netdev->name, HISI_ELOOP_EVENT_DISCONNECT, (hi_u8 *)&disconnect, in cfg80211_disconnected() 522 l_ret = (hi_u32)g_send_event_func(netdev->name, HISI_ELOOP_EVENT_TIMEOUT_DISCONN, HI_NULL, 0); in cfg80211_timeout_disconnected() 555 g_send_event_func(netdev->name, HISI_ELOOP_EVENT_SCAN_DON in cfg80211_scan_done() [all...] |
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/ |
H A D | hdf_liteos_scann.py | 121 def get_need_result_only(self, model_path_dict, name,
123 parent = model_path_dict[name][0]
136 return_dict[name] = enable_path_dict
137 need_replace[name] = replace_path
173 def get_need_result_list(self, model_path_dict, name, import_replace_name,
176 for path in model_path_dict[name]:
201 if need_replace.get(name):
202 need_replace[name].update(replace_path)
204 need_replace[name] = replace_path
205 return_dict[name] [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | common_event_collect.cpp | 98 commonEventNames_.insert(event.name); in InitCommonEventState() 106 commonEventNames_.insert(condition.name); in InitCommonEventState() 111 commonEventConditionExtraData_[condition.name][key] = ""; in InitCommonEventState() 257 std::map<std::string, std::string> stateMap = commonEventConditionExtraData_[condition.name]; in CheckCondition() 263 if (commonEventConditionValue_[condition.name] != condition.value && condition.value != "") { in CheckCondition() 266 if (condition.name == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_ON || in CheckCondition() 267 condition.name == EventFwk::CommonEventSupport::COMMON_EVENT_SCREEN_OFF || in CheckCondition() 268 condition.name == EventFwk::CommonEventSupport::COMMON_EVENT_CHARGING || in CheckCondition() 269 condition.name == EventFwk::CommonEventSupport::COMMON_EVENT_DISCHARGING || in CheckCondition() 270 condition.name in CheckCondition() [all...] |
/foundation/communication/netmanager_ext/services/mdnsmanager/src/ |
H A D | mdns_packet_parser.cpp | 66 std::string UnDotted(const std::string &name) in UnDotted() argument 68 return EndsWith(name, MDNS_DOMAIN_SPLITER_STR) ? name.substr(0, name.size() - 1) : name; in UnDotted() 145 begin = ParseDnsString(begin, payload, questions.back().name); in ParseQuestion() 146 questions.back().name = UnDotted(questions.back().name); in ParseQuestion() 168 begin = ParseDnsString(begin, payload, answers.back().name); in ParseRR() 169 answers.back().name in ParseRR() [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/ |
H A D | extension_util.cpp | 126 OhCloudExtTable *tb = OhCloudExtTableNew(reinterpret_cast<const unsigned char *>(table.name.c_str()), in Convert() 127 table.name.size(), reinterpret_cast<const unsigned char *>(table.alias.c_str()), in Convert() 132 tbLen = tbLen + table.name.size() + table.alias.size(); in Convert() 134 const_cast<void *>(reinterpret_cast<const void *>(table.name.c_str())), table.name.size(), tb, tbLen); in Convert() 139 dbLen = dbLen + dbMeta.name.size() + dbMeta.alias.size(); in Convert() 140 OhCloudExtDatabase *db = OhCloudExtDatabaseNew(reinterpret_cast<const unsigned char *>(dbMeta.name.c_str()), in Convert() 141 dbMeta.name.size(), reinterpret_cast<const unsigned char *>(dbMeta.alias.c_str()), in Convert() 348 unsigned char *name = nullptr; in ConvertAsset() local 350 status = OhCloudExtCloudAssetGetName(asset, &name, reinterpret_cas in ConvertAsset() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-pxa/ |
H A D | hx4700.c | 192 .name = "gpio-keys", 209 .name = "navpoint", 282 .name = "hx4700:amber", 286 .name = "hx4700:green", 290 .name = "hx4700:blue", 314 .name = "asic3", 348 .name = "htc-egpio", 522 .name = "w100fb", 544 .name = "platform-lcd", 562 .name [all...] |