Home
last modified time | relevance | path

Searched refs:name (Results 8626 - 8650 of 20405) sorted by relevance

1...<<341342343344345346347348349350>>...817

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderExecutor.hpp43 std::string name; //!< Symbol name. member
47 Symbol (const std::string& name_, const glu::VarType& varType_) : name(name_), varType(varType_) {} in Symbol()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmLoopDepInfTests.cpp196 SpvAsmLoopControlDependencyInfiniteCase::SpvAsmLoopControlDependencyInfiniteCase (tcu::TestContext& testCtx, const char* name, const char* description) in SpvAsmLoopControlDependencyInfiniteCase() argument
197 : TestCase (testCtx, name, description) in SpvAsmLoopControlDependencyInfiniteCase()
H A DvktSpvAsmLoopDepLenTests.cpp211 SpvAsmLoopControlDependencyLengthCase::SpvAsmLoopControlDependencyLengthCase (tcu::TestContext& testCtx, const char* name, const char* description) in SpvAsmLoopControlDependencyLengthCase() argument
212 : TestCase (testCtx, name, description) in SpvAsmLoopControlDependencyLengthCase()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwpas-dbus-new-wps.py29 def wpsEvent(name, args):
30 print("WPS event: %s" % (name))
/third_party/vk-gl-cts/framework/egl/
H A DegluNativeDisplay.hpp97 NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::Capability capabilities);
98 NativeDisplayFactory (const std::string& name, const std::string& description, NativeDisplay::Capability capabilities, eglw::EGLenum platformType, const char* platformExtension);
H A DegluNativeWindow.cpp90 NativeWindowFactory::NativeWindowFactory (const std::string& name, const std::string& description, NativeWindow::Capability capabilities) in NativeWindowFactory() argument
91 : FactoryBase (name, description) in NativeWindowFactory()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
H A DtcuLnxX11.hpp90 XlibDisplay (EventState& platform, const char* name);
100 static bool hasDisplay (const char* name);
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgVariable.cpp31 Variable::Variable (const VariableType& type, Storage storage, const char* name) in Variable() argument
34 , m_name (name) in Variable()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fApiCase.cpp40 ApiCase::ApiCase (Context& context, const char* name, const char* description) in ApiCase() argument
41 : TestCase (context, name, description) in ApiCase()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fApiCase.cpp42 ApiCase::ApiCase (Context& context, const char* name, const char* description) in ApiCase() argument
43 : TestCase (context, name, description) in ApiCase()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwpas-dbus-new-wps.py29 def wpsEvent(name, args):
30 print("WPS event: %s" % (name))
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp704 deUint32 name = textures[i]; in deleteTextures() local
705 Texture* texture = name ? m_textures.find(name) : DE_NULL; in deleteTextures()
737 if (attachment.name == texture->getName()) in deleteTexture()
751 void ReferenceContext::bindFramebuffer (deUint32 target, deUint32 name) in bindFramebuffer() argument
759 if (name != 0) in bindFramebuffer()
762 fbo = m_framebuffers.find(name); in bindFramebuffer()
765 fbo = new Framebuffer(name); in bindFramebuffer()
821 deUint32 name = framebuffers[i]; in deleteFramebuffers() local
822 Framebuffer* framebuffer = name in deleteFramebuffers()
829 bindRenderbuffer(deUint32 target, deUint32 name) bindRenderbuffer() argument
897 deUint32 name = renderbuffers[i]; deleteRenderbuffers() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp406 Operation (const char* name, bool useSync, bool serverSync);
422 Operation::Operation (const char* name, bool useSync, bool serverSync) in Operation() argument
423 : tcu::ThreadUtil::Operation (name) in Operation()
2071 GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
2113 GLES2SharingRandomTest::GLES2SharingRandomTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description) in GLES2SharingRandomTest() argument
2114 : TestCase (context, name, description) in GLES2SharingRandomTest()
2116 , m_seed (deStringHash(name)) in GLES2SharingRandomTest()
2117 , m_random (deStringHash(name)) in GLES2SharingRandomTest()
2972 GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, const char* description);
3005 GLES2ThreadedSharingTest::GLES2ThreadedSharingTest (EglTestContext& context, const TestConfig& config, const char* name, cons argument
4281 std::string name = de::toString(textureTestNdx); addRandomTests() local
4313 std::string name = de::toString(textureTestNdx); addRandomTests() local
4353 std::string name = de::toString(textureTestNdx); addRandomTests() local
4386 std::string name = de::toString(textureTestNdx); addRandomTests() local
4427 std::string name = de::toString(textureTestNdx); addRandomTests() local
4457 std::string name = de::toString(bufferTestNdx); addRandomTests() local
4489 std::string name = de::toString(bufferTestNdx); addRandomTests() local
4529 std::string name = de::toString(bufferTestNdx); addRandomTests() local
4566 std::string name = de::toString(shaderTestNdx); addRandomTests() local
4607 std::string name = de::toString(shaderTestNdx); addRandomTests() local
4658 std::string name = de::toString(shaderTestNdx); addRandomTests() local
4688 std::string name = de::toString(programTestNdx); addRandomTests() local
4782 std::string name = de::toString(programTestNdx); addRandomTests() local
4894 std::string name = de::toString(programTestNdx); addRandomTests() local
4955 std::string name = de::toString(imageTestNdx); addRandomTests() local
5018 std::string name = de::toString(imageTestNdx); addRandomTests() local
5095 std::string name = de::toString(imageTestNdx); addRandomTests() local
5158 std::string name = de::toString(imageTestNdx); addRandomTests() local
5236 std::string name = de::toString(imageTestNdx); addRandomTests() local
[all...]
/build/ohos/sa_profile/sa_info_process/
H A Dsort_sa_by_bootphase.py78 for name in ordered_systemability_names:
79 deps_visit_cnt[name] = 0
181 for name in rearranged_name:
182 temp = self.name_node_dict.get(name)
224 _format = ("name's value should be [1-16777215], but actually is {}")
243 # Required <name> one and only one is expected
244 name_node = check_nodes_constraints_one(systemability_node, "name")
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Denergy_model.c38 char name[24]; in em_debug_create_ps() local
40 snprintf(name, sizeof(name), "ps:%lu", ps->frequency); in em_debug_create_ps()
43 d = debugfs_create_dir(name, pd); in em_debug_create_ps()
370 * The debugfs directory name is the same as device's name. in em_dev_unregister_perf_domain()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android.h79 #define WL_MSG(name, arg1, args...) \
82 printk(KERN_ERR DHD_LOG_PREFIX "[%s] %s : " arg1, name, __func__, ## args); \
87 #define WL_MSG_RLMT(name, cmp, size, arg1, args...) \
101 name, __func__, __err_cnt, ## args); \
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dmock_idevice.cpp55 std::string makeName = "Get device name"; in HDIDeviceV2_0Creator()
62 std::string makeName = "Get vendor name"; in HDIDeviceV2_0Creator()
171 int32_t MockIDevice::GetDeviceName(std::string& name) in GetDeviceName() argument
173 name = "Device-CPU"; in GetDeviceName()
177 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() argument
179 name = "TestVendor"; in GetVendorName()
/test/xts/acts/ai/nncore/opstest/src/
H A Dmock_idevice.cpp55 std::string makeName = "Get device name"; in HDIDeviceV2_1Creator()
62 std::string makeName = "Get vendor name"; in HDIDeviceV2_1Creator()
168 int32_t MockIDevice::GetDeviceName(std::string& name) in GetDeviceName() argument
170 name = "Device-CPU"; in GetDeviceName()
174 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() argument
176 name = "TestVendor"; in GetVendorName()
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dmock_idevice.cpp43 LOGW("Get device name failed. ErrorCode=%d", hdiRet); in HDIDeviceV1_0Creator()
49 LOGW("Get vendor name failed. ErrorCode=%d", hdiRet); in HDIDeviceV1_0Creator()
153 int32_t MockIDevice::GetDeviceName(std::string& name) in GetDeviceName() argument
155 name = "Device-CPU"; in GetDeviceName()
159 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() argument
161 name = "TestVendor"; in GetVendorName()
/test/xts/acts/ai/nncore/common/
H A Dmock_idevice.cpp55 std::string makeName = "Get device name"; in HDIDeviceV2_0Creator()
62 std::string makeName = "Get vendor name"; in HDIDeviceV2_0Creator()
168 int32_t MockIDevice::GetDeviceName(std::string& name) in GetDeviceName() argument
170 name = "Device-CPU"; in GetDeviceName()
174 int32_t MockIDevice::GetVendorName(std::string& name) in GetVendorName() argument
176 name = "TestVendor"; in GetVendorName()
/test/xts/acts/arkui/libuv/
H A Dgenlocal.py187 for name in files:
188 os.remove(os.path.join(rootdir, name))
189 for name in dirs:
190 os.rmdir(os.path.join(rootdir, name))
262 xmlfile.write("<testsuites name=\"{}\" timestamp=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" "
265 xmlfile.write(" <testsuite name=\"{}\" time=\"0.0\" errors=\"0\" disabled=\"0\" failures=\"{}\" ignored=\"0\" "
272 xmlfile.write(" <testcase name=\"{}\" status=\"run\" time=\"0.0\" classname=\"{}\" result=\"{}\" "
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsemaphorendk.cpp58 char name[] = "/testsemopen"; in SemOpen() local
66 sem_t *semFirst = sem_open(name, O_CREAT, TEST_MODE, ONE); in SemOpen()
73 sem_t *semSecond = sem_open(name, O_CREAT | O_EXCL, TEST_MODE, ONE); in SemOpen()
83 sem_unlink(name); in SemOpen()
/test/xts/acts/distributeddatamgr/relationalStoretest/relationalStoreJstest/hap/entry/src/ohosTest/js/test/
H A DRelationalStoreExcuteSqlJsunit.test.js21 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREMENT, " + "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)";
24 name: "ExcuteSqlTest.db",
53 * @tc.name resultSet ExcuteSql normal test
62 "name": "zhangsan",
77 "name": "lisi",
93 "name": "lisi",
130 * @tc.name resultSet ExcuteSql normal test
139 "name": "zhangsan",
154 "name": "lisi",
170 "name"
[all...]
/test/xts/acts/distributeddatamgr/relationalStoretest/RdbJstest/hap/entry/src/ohosTest/js/test/
H A DRdbstoreStoreExcuteSqlJsunit.test.js19 const CREATE_TABLE_TEST = "CREATE TABLE IF NOT EXISTS test (" + "id INTEGER PRIMARY KEY AUTOINCREMENT, " + "name TEXT NOT NULL, " + "age INTEGER, " + "salary REAL, " + "blobType BLOB)";
22 name: "ExcuteSqlTest.db",
50 * @tc.name resultSet ExcuteSql normal test
59 "name": "zhangsan",
74 "name": "lisi",
90 "name": "lisi",
127 * @tc.name resultSet ExcuteSql normal test
136 "name": "zhangsan",
151 "name": "lisi",
167 "name"
[all...]
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/
H A Dhap_resource_test.cpp67 * @tc.name: HapResourceFuncTest001
110 std::string name = std::string("app_name"); in HWTEST_F() local
112 auto idValues2 = pResource->GetIdValuesByName(name, ResType::STRING); in HWTEST_F()
115 HILOG_DEBUG("GetIdValues by name cost: %ld us.", cost); in HWTEST_F()
141 * @tc.name: HapResourceFuncTest002
187 std::string name = std::string("app_name"); in HWTEST_F() local
189 auto idValues2 = pResource->GetIdValuesByName(name, ResType::STRING); in HWTEST_F()
192 HILOG_DEBUG("GetIdValues by name cost: %ld us.", cost); in HWTEST_F()
214 * @tc.name: HapResourceFuncTest003
287 * @tc.name
[all...]

Completed in 26 milliseconds

1...<<341342343344345346347348349350>>...817