/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsBallotBroadcastTests.cpp | 496 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? computeGroupARB.get() : computeGroup.get(); in createSubgroupsBallotBroadcastTests() 535 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? meshGroupARB.get() : meshGroup.get(); in createSubgroupsBallotBroadcastTests() 571 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? graphicGroupARB.get() : graphicGroup.get(); in createSubgroupsBallotBroadcastTests() 587 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? framebufferGroupARB.get() : framebufferGroup.get(); in createSubgroupsBallotBroadcastTests() 634 addFunctionCaseWithPrograms(raytracingGroup.get(), name, "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotBroadcastTests()
|
H A D | vktSubgroupsBallotTests.cpp | 1016 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? computeGroupEXT.get() : computeGroup.get(); in createSubgroupsBallotTests() 1041 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? meshGroupEXT.get() : meshGroup.get(); in createSubgroupsBallotTests() 1063 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? graphicGroupEXT.get() : graphicGroup.get(); in createSubgroupsBallotTests() 1085 addFunctionCaseWithPrograms(raytracingGroup.get(), "test", "", supportedCheck, initPrograms, test, caseDef); in createSubgroupsBallotTests() 1092 TestCaseGroup* testGroup = extShaderSubGroupBallotTests ? framebufferGroupEXT.get() : framebufferGroup.get(); in createSubgroupsBallotTests()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | extension_config.cpp | 112 std::string extensionTypeName = jsonObject.at(EXTENSION_TYPE_NAME).get<std::string>(); in LoadExtensionConfig() 126 int32_t extensionAutoDisconnectTime = object.at(EXTENSION_AUTO_DISCONNECT_TIME).get<int32_t>(); in LoadExtensionAutoDisconnectTime() 139 thirdPartyAppEnableFlags_[extensionTypeName] = object.at(EXTENSION_THIRD_PARTY_APP_BLOCKED_FLAG_NAME).get<bool>(); in LoadExtensionThirdPartyAppBlockedList() 152 bool serviceEnableFlag = object.at(EXTENSION_SERVICE_STARTUP_ENABLE_FLAG).get<bool>(); in LoadExtensionServiceBlockedList() 169 std::string serviceUri = jsonObject.get<std::string>(); in LoadExtensionServiceBlockedList()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_pan_server.cpp | 85 pimpl_->panService_->RegisterObserver(*pimpl_->observerImp_.get()); 114 pimpl->systemStateObserver_ = std::make_unique<impl::SystemStateObserver>(pimpl.get()); in BluetoothPanServer() 119 pimpl->panService_->RegisterObserver(*pimpl->observerImp_.get()); in BluetoothPanServer() 127 pimpl->panService_->DeregisterObserver(*pimpl->observerImp_.get()); in ~BluetoothPanServer() 173 pimpl->panService_->DeregisterObserver(*pimpl->observerImp_.get()); in DeregisterObserver()
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/api/ |
H A D | FunctionTest.cpp | 132 auto* t = reinterpret_cast<TestType*>(object.get()); in HWTEST_F() 156 auto* t = reinterpret_cast<TestType*>(object.get()); in HWTEST_F() 187 auto* t = reinterpret_cast<TestType*>(object.get()); in HWTEST_F() 223 auto* t = reinterpret_cast<TestType*>(object.get()); in HWTEST_F() 278 auto* t = reinterpret_cast<TestType*>(obj.get()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/ |
H A D | rs_render_keyframe_animation_test.cpp | 73 renderKeyframeAnimation->Attach(renderNode.get()); in HWTEST_F() 100 renderKeyframeAnimation->Attach(renderNode.get()); in HWTEST_F() 128 renderKeyframeAnimation->Attach(renderNode.get()); in HWTEST_F() 156 renderKeyframeAnimation->Attach(renderNode.get()); in HWTEST_F() 184 renderKeyframeAnimation->Attach(renderNode.get()); in HWTEST_F()
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_callback_looper.cpp | 100 MEDIA_LOG_W("get player engine current time error"); in DoReportMediaProgress() 138 static_cast<int32_t>(std::get<0>(*ptr)), static_cast<int32_t>(std::get<1>(*ptr))); in DoReportInfo() 139 obs->OnInfo(std::get<0>(*ptr), std::get<1>(*ptr), std::get<2>(*ptr)); // indexes in DoReportInfo()
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestEffectPipeline.cpp | 51 filtersToPipeline.push_back(eFilter.get()); in HWTEST_F() 57 result = pipeline->AddFilter(contrastEFilter.get()); in HWTEST_F() 63 result = pipeline->RemoveFilter(eFilter.get()); in HWTEST_F() 66 result = pipeline->RemoveFilterChain(contrastEFilter.get()); in HWTEST_F() 168 InPort port(eFilter.get()); in HWTEST_F()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageaccessor_fuzzer/src/ |
H A D | image_accessor_fuzzer.cpp | 82 auto jpegMetadataAccessor = reinterpret_cast<JpegExifMetadataAccessor*>(metadataAccessor.get()); in JpegAccessorTest() 103 auto pngMetadataAccessor = reinterpret_cast<PngExifMetadataAccessor*>(metadataAccessor.get()); in PngAccessorTest() 119 auto webpMetadataAccessor = reinterpret_cast<WebpExifMetadataAccessor*>(metadataAccessor.get()); in WebpAccessorTest() 140 auto heifMetadataAccessor = reinterpret_cast<HeifExifMetadataAccessor*>(metadataAccessor.get()); in HeifAccessorTest() 155 auto dngMetadataAccessor = reinterpret_cast<DngExifMetadataAccessor*>(metadataAccessor.get()); in DngAccessorTest()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/raw_stream_data_test/ |
H A D | raw_stream_data_test.cpp | 190 tmpIStream = iStream->MakeRawStream(data.get(), bufLen, *info, scene); in HWTEST_F() 195 tmpIStream = iStream->MakeRawStream(data.get(), bufLen, *info, scene); in HWTEST_F() 199 tmpIStream = iStream->MakeRawStream(data.get(), bufLen, *info, scene); in HWTEST_F() 203 tmpIStream = iStream->MakeRawStream(data.get(), bufLen, *info, scene); in HWTEST_F() 261 rawStreamData->InsertBufferLength(num, length, reinterpret_cast<uint8_t *>(buffer.get())); in HWTEST_F()
|
/foundation/distributedhardware/device_manager/services/implementation/src/ability/standard/ |
H A D | dm_dialog_manager.cpp | 86 deviceName = jsonObject[TAG_REQUESTER].get<std::string>(); in ShowConfirmDialog() 89 appOperationStr = jsonObject[TAG_APP_OPERATION].get<std::string>(); in ShowConfirmDialog() 92 customDescriptionStr = jsonObject[TAG_CUSTOM_DESCRIPTION].get<std::string>(); in ShowConfirmDialog() 95 deviceType = jsonObject[TAG_LOCAL_DEVICE_TYPE].get<std::int32_t>(); in ShowConfirmDialog() 98 hostPkgLabel = jsonObject[TAG_HOST_PKGLABEL].get<std::string>(); in ShowConfirmDialog()
|
/foundation/distributeddatamgr/preferences/test/js/unittest/storage/src/ |
H A D | StoragePromiseJsunit.test.js | 137 * @tc.name get string promise interface test 139 * @tc.desc get string promise interface test 142 const promise = mPref.get(KEY_TEST_STRING_ELEMENT, "defaultValue"); 151 * @tc.name get float promise interface test 153 * @tc.desc get float promise interface test 157 const promise = mPref.get(KEY_TEST_FLOAT_ELEMENT, 0.0); 166 * @tc.name get int promise interface test 168 * @tc.desc get int promise interface test 172 const promise = mPref.get(KEY_TEST_INT_ELEMENT, 0.0); 181 * @tc.name get lon [all...] |
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | read_lines.cpp | 37 string_view encodingStr(encoding.get()); in CheckOptionArg() 55 int ret = uv_fs_stat(nullptr, stat_req.get(), path.c_str(), nullptr); in GetFileSize() 57 HILOGE("Failed to get file stat by path"); in GetFileSize() 82 HILOGE("Failed to get readerIteratorEntity"); in InstantiateReaderIterator() 106 HILOGE("Failed to get size of the file"); in AsyncExec() 144 auto cbExec = [arg, pathStr = string(path.get())]() -> NError { in Async() 190 auto iterator = ::ReaderIterator(path.get()); in Sync() 198 int ret = GetFileSize(path.get(), offset); in Sync() 200 HILOGE("Failed to get size of the file"); in Sync()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | map.c | 25 kobj_probe_t *get; member 50 p->get = probe; in kobj_map() 111 if (p->dev == dev && p->range == range && p->get == probe) { in kobj_delete() 144 probe = p->get; in kobj_lookup() 177 base->get = base_probe; in kobj_map_init()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
H A D | LocaleExtensions.java | 127 return _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtension() 131 Extension ext = _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtensionValue() 139 Extension ext = _map.get(Character.valueOf(UnicodeLocaleExtension.SINGLETON)); in getUnicodeLocaleAttributes() 148 Extension ext = _map.get(Character.valueOf(UnicodeLocaleExtension.SINGLETON)); in getUnicodeLocaleKeys() 157 Extension ext = _map.get(Character.valueOf(UnicodeLocaleExtension.SINGLETON)); in getUnicodeLocaleType()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | UnitsData.java | 78 Integer index = Categories.baseUnitToIndex.get(identifier); in getCategory() 85 index = Categories.baseUnitToIndex.get(identifier); in getCategory() 94 index = Categories.baseUnitToIndex.get(identifier); in getCategory() 102 index = Categories.baseUnitToIndex.get(identifier); in getCategory() 151 simpleUnitCategories.add(Categories.baseUnitToIndex.get(target)); in put()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | NumberingSystem.java | 150 // Attempt to get the numbering system from the cache in getInstance() 154 // to real numbering system names; can we get those from supplemental data? in getInstance() 221 * defined in CLDR. To get a list of available numbering systems, use the 240 UResourceBundle nsCurrent = numberingSystemsInfo.get("numberingSystems"); in lookupInstanceByName() 241 UResourceBundle nsTop = nsCurrent.get(name); in lookupInstanceByName() 244 UResourceBundle nsRadixBundle = nsTop.get("radix"); in lookupInstanceByName() 245 UResourceBundle nsAlgBundle = nsTop.get("algorithmic"); in lookupInstanceByName() 268 UResourceBundle nsCurrent = numberingSystemsInfo.get("numberingSystems"); in getAvailableNames()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/ |
H A D | ICULocaleServiceProvider.java | 62 Locale spLoc = getSpecialLocalesMap().get(locale); in toULocaleNoSpecialVariant() 235 String val = (String)spiConfigProps.get(SUFFIX_KEY); in loadConfiguration() 239 enableVariants = parseBooleanString((String)spiConfigProps.get(ENABLE_VARIANTS_KEY), enableVariants); in loadConfiguration() 240 enableIso3Lang = parseBooleanString((String)spiConfigProps.get(ENABLE_ISO3_LANG_KEY), enableIso3Lang); in loadConfiguration() 241 useDecimalFormat = parseBooleanString((String)spiConfigProps.get(USE_DECIMALFORMAT_KEY), useDecimalFormat); in loadConfiguration()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | DataDrivenTestHelper.java | 41 List<String> components = lines.get(i); in appendLines() 42 String comment = comments.get(i); in appendLines() 81 List<String> arguments = lines.get(i); in test() 82 String comment = comments.get(i); in test() 92 String first = arguments.get(0); in test()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | AbstractPathValueMapper.java | 117 CldrValue cldrValue = cldrData.get(p); in getVarsFn() 126 Set<Result> existingResults = resultsByRbPath.get(rbPath); in finalizeResults() 157 for (Result r : results.get(rbPath)) { in addResultsToIcuData() 222 List<ValueOrAlias> values = src.get(path); in parse() 230 return values.get(index).resolve(null); in parse()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
H A D | LocaleExtensions.java | 131 return _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtension() 135 Extension ext = _map.get(Character.valueOf(AsciiUtil.toLower(key.charValue()))); in getExtensionValue() 143 Extension ext = _map.get(Character.valueOf(UnicodeLocaleExtension.SINGLETON)); in getUnicodeLocaleAttributes() 152 Extension ext = _map.get(Character.valueOf(UnicodeLocaleExtension.SINGLETON)); in getUnicodeLocaleKeys() 161 Extension ext = _map.get(Character.valueOf(UnicodeLocaleExtension.SINGLETON)); in getUnicodeLocaleType()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | DataDrivenTestHelper.java | 40 List<String> components = lines.get(i); in appendLines() 41 String comment = comments.get(i); in appendLines() 80 List<String> arguments = lines.get(i); in test() 81 String comment = comments.get(i); in test() 91 String first = arguments.get(0); in test()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | NumberingSystem.java | 142 // Attempt to get the numbering system from the cache in getInstance() 146 // to real numbering system names; can we get those from supplemental data? in getInstance() 212 * defined in CLDR. To get a list of available numbering systems, use the 230 UResourceBundle nsCurrent = numberingSystemsInfo.get("numberingSystems"); in lookupInstanceByName() 231 UResourceBundle nsTop = nsCurrent.get(name); in lookupInstanceByName() 234 UResourceBundle nsRadixBundle = nsTop.get("radix"); in lookupInstanceByName() 235 UResourceBundle nsAlgBundle = nsTop.get("algorithmic"); in lookupInstanceByName() 257 UResourceBundle nsCurrent = numberingSystemsInfo.get("numberingSystems"); in getAvailableNames()
|
/third_party/json/tests/src/ |
H A D | unit-diagnostics.cpp | 27 CHECK_THROWS_WITH_AS(s = j.get<std::string>(), "[json.exception.type_error.302] type must be string, but is number", json::type_error); 35 CHECK_THROWS_WITH_AS(s = j["a"]["b"]["c"].get<std::string>(), "[json.exception.type_error.302] (/a/b/c) type must be string, but is number", json::type_error); 71 CHECK_THROWS_WITH_AS(s = j["a/b"]["m~n"].get<std::string>(), "[json.exception.type_error.302] (/a~1b/m~0n) type must be string, but is number", json::type_error); 94 CHECK_THROWS_WITH_AS(json({"0", "0"})[1].get<int>(), "[json.exception.type_error.302] (/1) type must be number, but is string", json::type_error); 95 CHECK_THROWS_WITH_AS(json({"0", "1"})[1].get<int>(), "[json.exception.type_error.302] (/1) type must be number, but is string", json::type_error);
|
H A D | unit-readme.cpp | 155 const auto tmp = j[0].get<std::string>(); 240 auto s2 = js.get<std::string>(); 256 std::string vs = js.get<std::string>(); 257 bool vb = jb.get<bool>(); 259 int vi = jn.get<int>();
|