/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 96 std::ostringstream name; in makeCaseName() local 97 name << de::toLower(char(varName[3])); in makeCaseName() 103 name << '_' << de::toLower(c); in makeCaseName() 105 name << c; in makeCaseName() 108 return name.str(); in makeCaseName()
|
H A D | es31fShaderSharedVarTests.cpp | 74 SharedBasicVarCase (Context& context, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize); 101 SharedBasicVarCase::SharedBasicVarCase (Context& context, const char* name, DataType basicType, Precision precision, const tcu::UVec3& workGroupSize) in SharedBasicVarCase() argument 102 : TestCase (context, name, getBasicCaseDescription(basicType, precision, workGroupSize).c_str()) in SharedBasicVarCase() 383 const string name = string(getDataTypeName(DataType(basicType))) + "_" + getPrecisionName(Precision(precision)); in init() local 385 basicTypeGroup->addChild(new SharedBasicVarCase(m_context, name.c_str(), DataType(basicType), Precision(precision), workGroupSize)); in init()
|
/third_party/vk-gl-cts/modules/gles31/stress/ |
H A D | es31sTessellationGeometryInteractionTests.cpp | 70 GridRenderCase (Context& context, const char* name, const char* description, int flags); 100 GridRenderCase::GridRenderCase (Context& context, const char* name, const char* description, int flags) in GridRenderCase() argument 101 : TestCase (context, name, description) in GridRenderCase() 579 const char* name; in init() member 631 multilimitGroup->addChild(new GridRenderCase(m_context, cases[ndx].name, cases[ndx].desc, cases[ndx].flags)); in init()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageBlockShapes.cpp | 60 const std::string& name, 79 const std::string& name, in ImageBlockShapesCase() 85 : TestCase (testCtx, name, description) in ImageBlockShapesCase() 487 const std::string name = std::string("samples_") + de::toString(sampleCount); in createImageBlockShapesTests() local 489 formatGroup->addChild(new ImageBlockShapesCase(testCtx, name.c_str(), "", imageType, imageSize, format, sampleCount)); in createImageBlockShapesTests() 78 ImageBlockShapesCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const ImageType imageType, const tcu::UVec3& imageSize, const VkFormat format, deUint32 numSamples) ImageBlockShapesCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsQuadTests.cpp | 423 const string name = getOpTypeCaseName(opType) + "_" + formatName; in createSubgroupsQuadTests() local 429 const string testName = name + testNameSuffix; in createSubgroupsQuadTests() 449 const string testName = name + testNameSuffix + "_" + getShaderStageName(stage); in createSubgroupsQuadTests() 474 addFunctionCaseWithPrograms(graphicGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsQuadTests() 487 const string testName = name + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsQuadTests()
|
/third_party/vk-gl-cts/modules/gles2/accuracy/ |
H A D | es2aVaryingInterpolationTests.cpp | 101 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective); 113 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective) in InterpolationCase() argument 114 : TestCase (context, tcu::NODETYPE_ACCURACY, name, desc) in InterpolationCase() 299 const char* name; in init() member 321 string baseName = string(glu::getPrecisionName((glu::Precision)precision)) + "_" + coordRanges[coordNdx].name; in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDitheringTests.cpp | 98 DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, bool isEnabled, PatternType patternType, const tcu::Vec4& color); 138 DitheringCase::DitheringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* const name, const char* const description, const bool ditheringEnabled, const PatternType patternType, const Vec4& color) in DitheringCase() argument 139 : TestCase (testCtx, name, description) in DitheringCase() 518 const char* name; 540 const string caseName = string("") + DitheringCase::getPatternTypeName(patternType) + "_" + caseColors[caseColorNdx].name;
|
H A D | es2fFlushFinishTests.cpp | 111 const char* name, 157 FlushFinishCase::FlushFinishCase (Context& context, const char* name, const char* description, ExpectedBehavior waitBehavior, float waitThreshold, ExpectedBehavior readBehavior, float readThreshold) in FlushFinishCase() argument 158 : TestCase (context, name, description) in FlushFinishCase() 401 const char* name = ndx == 0 ? "wait" : "read"; in analyzeResults() 411 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << " coefficient to be " << cmpName << " " << threshold << TestLog::EndMessage; in analyzeResults()
|
/third_party/vk-gl-cts/modules/gles3/accuracy/ |
H A D | es3aVaryingInterpolationTests.cpp | 103 InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective); 115 InterpolationCase::InterpolationCase (Context& context, const char* name, const char* desc, glu::Precision precision, const tcu::Vec3& minVal, const tcu::Vec3& maxVal, bool projective) in InterpolationCase() argument 116 : TestCase (context, tcu::NODETYPE_ACCURACY, name, desc) in InterpolationCase() 305 const char* name; in init() member 327 string baseName = string(glu::getPrecisionName((glu::Precision)precision)) + "_" + coordRanges[coordNdx].name; in init()
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | unix_shim.cpp | 94 using PFN_SEC_GETENV = char* (*)(const char* name); 288 FRAMEWORK_EXPORT char* SECURE_GETENV_FUNC_NAME(const char* name) { in SECURE_GETENV_FUNC_NAME() argument 295 return real_secure_getenv(name); in SECURE_GETENV_FUNC_NAME() 300 FRAMEWORK_EXPORT char* __SECURE_GETENV_FUNC_NAME(const char* name) { in __SECURE_GETENV_FUNC_NAME() argument 308 return real__secure_getenv(name); in __SECURE_GETENV_FUNC_NAME()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | util.cpp | 991 bool IsRedeclarableBuiltIn(const ImmutableString &name) in IsRedeclarableBuiltIn() argument 993 return name == "gl_ClipDistance" || name == "gl_CullDistance" || name == "gl_LastFragData"; in IsRedeclarableBuiltIn() 1000 if (strcmp(fieldList[fieldIndex]->name().data(), fieldName) == 0) in FindFieldIndex()
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 68 #define GNUTYPE_LONGLINK 'K' /* long link name */ 69 #define GNUTYPE_LONGNAME 'L' /* long file name */ 71 #define GNUTYPE_NAMES 'N' /* file name that does not fit into main hdr */ 83 char name[100]; /* 0 */ member 128 /* return the file name of the TGZ archive */ 468 if (len == 0 || buffer.header.name[0] == 0) in tar() 477 buffer.header.name[0] = 0; in tar() 483 strncpy(fname,buffer.header.name,SHORTNAMESIZE); in tar() 492 * The file name is longer than SHORTNAMESIZE in tar() 494 if (strncmp(fname,buffer.header.name,SHORTNAMESIZ in tar() [all...] |
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emufx.c | 674 !strcmp(kcontrol->id.name, id->name)) in snd_emu10k1_look_for_ctl() 891 if (!*gctl_id->name) { in snd_emu10k1_add_controls() 898 knew.name = gctl_id->name; in snd_emu10k1_add_controls() 998 strscpy(gctl->id.name, id->name, sizeof(gctl->id.name)); in snd_emu10k1_list_controls() 1034 strscpy(emu->fx8010.name, icode->name, sizeo in snd_emu10k1_icode_poke() 1174 snd_emu10k1_init_mono_control2(struct snd_emu10k1_fx8010_control_gpr *ctl, const char *name, int gpr, int defval, int defval_hr) snd_emu10k1_init_mono_control2() argument 1198 snd_emu10k1_init_stereo_control2(struct snd_emu10k1_fx8010_control_gpr *ctl, const char *name, int gpr, int defval, int defval_hr) snd_emu10k1_init_stereo_control2() argument 1223 snd_emu10k1_init_mono_onoff_control(struct snd_emu10k1_fx8010_control_gpr *ctl, const char *name, int gpr, int defval) snd_emu10k1_init_mono_onoff_control() argument 1236 snd_emu10k1_init_stereo_onoff_control(struct snd_emu10k1_fx8010_control_gpr *ctl, const char *name, int gpr, int defval) snd_emu10k1_init_stereo_onoff_control() argument [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 43 * On Windows (the volume being part of file name) 221 * - fixed displaying "UserMapping" as a file name 227 * - made to load shared library based on generic name 343 #define ACCOUNTSIZE 256 /* maximum size of an account name */ 454 char name[1]; member 684 static char *unixname(const char *name) in unixname() argument 688 uname = (char*)malloc(strlen(name) + 1); in unixname() 690 strcpy(uname, name); in unixname() 692 fprintf(stderr,"Bad path %s\n",name); in unixname() 863 * Print a file name 867 printname(FILE *file, const char *name) printname() argument 3783 updatefull(const char *name, u32 flags, char *attr) updatefull() argument 3982 proposal(const char *name, const char *attr) proposal() argument 4376 ntfs_getxattr(const char *path, const char *name, void *value, size_t size) ntfs_getxattr() argument 4688 char *name; callback() local 4810 mapproposal(const char *volume, const char *name) mapproposal() argument [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 809 sptr<IRemoteObject> BluetoothHostServer::GetProfile(const std::string &name) in GetProfile() argument 811 HILOGI("seraching %{public}s ", name.c_str()); in GetProfile() 813 if (pimpl->servers_.Find(name, object)) { in GetProfile() 819 sptr<IRemoteObject> BluetoothHostServer::GetBleRemote(const std::string &name) in GetBleRemote() argument 821 HILOGI("GetBleRemote %{public}s ", name.c_str()); in GetBleRemote() 823 if (pimpl->bleServers_.Find(name, object)) { in GetBleRemote() 979 int32_t BluetoothHostServer::GetLocalName(std::string &name) in GetLocalName() argument 989 name = classicService->GetLocalName(); in GetLocalName() 992 name = bleService->GetLocalName(); in GetLocalName() 1000 int32_t BluetoothHostServer::SetLocalName(const std::string &name) in SetLocalName() argument 1329 GetDeviceName(int32_t transport, const std::string &address, std::string &name) GetDeviceName() argument [all...] |
/foundation/multimedia/media_library/frameworks/js/src/sendable/ |
H A D | sendable_medialibrary_napi_utils.cpp | 128 "Failed to check property name"); in GetProperty() 157 CHECK_STATUS_RET(napi_has_named_property(env, arg, propName.c_str(), &present), "Failed to check property name"); in GetArrayProperty() 369 "Failed to check property name"); in GetPredicate() 1075 napi_value SendableMediaLibraryNapiUtils::CreateValueByIndex(napi_env env, int32_t index, string name, in CreateValueByIndex() argument 1084 auto dataType = SendableMediaLibraryNapiUtils::GetTypeMap().at(name); in CreateValueByIndex() 1089 asset->GetMemberMap().emplace(name, stringVal); in CreateValueByIndex() 1094 asset->GetMemberMap().emplace(name, integerVal); in CreateValueByIndex() 1099 asset->GetMemberMap().emplace(name, longVal); in CreateValueByIndex() 1104 asset->GetMemberMap().emplace(name, doubleVal); in CreateValueByIndex() 1114 void SendableMediaLibraryNapiUtils::handleTimeInfo(napi_env env, const std::string& name, napi_valu argument 1130 handleThumbnailReady(napi_env env, const std::string& name, napi_value result, int32_t index, const std::shared_ptr<NativeRdb::AbsSharedResultSet>& resultSet) handleThumbnailReady() argument [all...] |
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_layout_test.cpp | 95 .name = "avoidArea",
in InitAvoidArea() 134 * @tc.name: LayoutWindow01
146 .name = "main1",
in HWTEST_F() 166 * @tc.name: LayoutWindow02
174 .name = "main2",
in HWTEST_F() 197 * @tc.name: LayoutWindow04
206 .name = "main4",
in HWTEST_F() 245 * @tc.name: LayoutWindow06
258 .name = "main6",
in HWTEST_F() 299 * @tc.name [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 49 "name TEXT ," \ 57 {"name", TYPE_INDEX<std::string>}, {"age", TYPE_INDEX<int64_t>}, 62 .version = 1, .name = "Phone", .assetId = "0", .subpath = "/local/sync", .uri = "/local/sync", 116 asset.name = expect.name + std::to_string(id++); in CreateAndInitUserTable() 118 asset.name = expect.name + std::to_string(id++); in CreateAndInitUserTable() 125 " (name, height, married, photo, assert, asserts, age) VALUES ('Tom" + std::to_string(i) + in CreateAndInitUserTable() 256 std::string name = "lisi" + std::to_string(i); in ConstructMultiDownloadData() local 257 vBucket["name"] in ConstructMultiDownloadData() 1259 std::string name = "Local0"; HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_cloud_interfaces_relational_remove_device_data_test.cpp | 68 "name TEXT PRIMARY KEY," \ 77 "name TEXT ," \ 85 "name TEXT," \ 94 "name TEXT ," \ 100 {"name", TYPE_INDEX<std::string>, true}, {"height", TYPE_INDEX<double>}, 105 {"name", TYPE_INDEX<std::string>, true}, {"height", TYPE_INDEX<int>}, 110 {"id", TYPE_INDEX<int64_t>, true}, {"name", TYPE_INDEX<std::string>}, 115 {"name", TYPE_INDEX<std::string>, false, true}, {"height", TYPE_INDEX<double>}, 125 .version = 1, .name = "Phone", .assetId = "0", .subpath = "/local/sync", .uri = "/local/sync", 129 .version = 2, .name [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | perf_event_v7.c | 543 .name = "format", 548 #define ARMV7_EVENT_ATTR(name, config) \ 549 PMU_EVENT_ATTR_STRING(name, armv7_event_attr_##name, \ 596 .name = "events", 647 .name = "events", 1203 cpu_pmu->name = "armv7_cortex_a8"; in armv7_a8_pmu_init() 1215 cpu_pmu->name = "armv7_cortex_a9"; in armv7_a9_pmu_init() 1227 cpu_pmu->name = "armv7_cortex_a5"; in armv7_a5_pmu_init() 1239 cpu_pmu->name in armv7_a15_pmu_init() [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | genhd.c | 74 * Format the device name of the indicated disk into the supplied buffer and 398 char name[16]; member 415 seq_printf(seqf, "%3d %s\n", dp->major, dp->name); in blkdev_show() 425 * @name: the name of the new block device as a zero terminated string 427 * The @name must be unique within the system. 440 int register_blkdev(unsigned int major, const char *name) in register_blkdev() argument 456 __func__, name); in register_blkdev() 466 __func__, major, BLKDEV_MAJOR_MAX-1, name); in register_blkdev() 479 strlcpy(p->name, nam in register_blkdev() 504 unregister_blkdev(unsigned int major, const char *name) unregister_blkdev() argument 1690 blk_lookup_devt(const char *name, int partno) blk_lookup_devt() argument [all...] |
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | perf_event_mipsxx.c | 80 const char *name; member 1919 mipspmu.name = "mips/24K"; in init_hw_perf_events() 1924 mipspmu.name = "mips/34K"; in init_hw_perf_events() 1929 mipspmu.name = "mips/74K"; in init_hw_perf_events() 1934 mipspmu.name = "mips/proAptiv"; in init_hw_perf_events() 1939 mipspmu.name = "mips/P5600"; in init_hw_perf_events() 1944 mipspmu.name = "mips/P6600"; in init_hw_perf_events() 1949 mipspmu.name = "mips/I6400"; in init_hw_perf_events() 1954 mipspmu.name = "mips/I6500"; in init_hw_perf_events() 1959 mipspmu.name in init_hw_perf_events() [all...] |
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | perf_event_v7.c | 543 .name = "format", 548 #define ARMV7_EVENT_ATTR(name, config) \ 549 PMU_EVENT_ATTR_STRING(name, armv7_event_attr_##name, \ 596 .name = "events", 647 .name = "events", 1203 cpu_pmu->name = "armv7_cortex_a8"; in armv7_a8_pmu_init() 1215 cpu_pmu->name = "armv7_cortex_a9"; in armv7_a9_pmu_init() 1227 cpu_pmu->name = "armv7_cortex_a5"; in armv7_a5_pmu_init() 1239 cpu_pmu->name in armv7_a15_pmu_init() [all...] |
/kernel/linux/linux-5.10/drivers/input/misc/ |
H A D | ims-pcu.c | 26 char name[32]; member 33 char name[32]; member 39 char name[32]; member 215 snprintf(buttons->name, sizeof(buttons->name), in ims_pcu_setup_buttons() 223 input->name = buttons->name; in ims_pcu_setup_buttons() 301 snprintf(gamepad->name, sizeof(gamepad->name), in ims_pcu_setup_gamepad() 307 input->name in ims_pcu_setup_gamepad() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | sb1250-mac.c | 2221 sc->mii_bus->name = sbmac_mdio_string; in sbmac_init() 2223 pldev->name, idx); in sbmac_init() 2235 dev->name); in sbmac_init() 2247 pr_info("%s.%d: registered as %s\n", sbmac_string, idx, dev->name); in sbmac_init() 2250 pr_info("%s: enabling TCP rcv checksum\n", dev->name); in sbmac_init() 2258 dev->name, base, eaddr); in sbmac_init() 2277 pr_debug("%s: sbmac_open() irq %d.\n", dev->name, dev->irq); in sbmac_open() 2286 err = request_irq(dev->irq, sbmac_intr, IRQF_SHARED, dev->name, dev); in sbmac_open() 2288 printk(KERN_ERR "%s: unable to get IRQ %d\n", dev->name, in sbmac_open() 2335 printk(KERN_ERR "%s: no PHY found\n", dev->name); in sbmac_mii_probe() [all...] |