/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | parse.rs | 392 self.parser().pos.get().offset in offset() 399 self.parser().pos.get().line in line() 406 self.parser().pos.get().column in column() 417 let current = self.parser().capture_index.get(); in next_capture_index() 445 self.parser().ignore_whitespace.get() in ignore_whitespace() 607 self.parser().pos.get() in pos() 899 // one open bracket, so we should never get here. in unclosed_class_error()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 1678 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u)); in createRenderPipeline() 1679 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-frag"), 0u)); in createRenderPipeline() 1680 const Move<VkShaderModule> geometryShaderModule (m_layerCount == 1 ? Move<VkShaderModule>() : createShaderModule(vkd, device, binaryCollection.get("geom"), 0u)); in createRenderPipeline() 2632 const Unique<VkShaderModule> vertexShaderModule (createShaderModule(vkd, device, binaryCollection.get("quad-vert"), 0u)); in createRenderPipeline() 2633 const Unique<VkShaderModule> fragmentShaderModule (createShaderModule(vkd, device, binaryCollection.get(fragShaderName), 0u)); in createRenderPipeline() 2634 const Move<VkShaderModule> geometryShaderModule (m_layerCount == 1 ? Move<VkShaderModule>() : createShaderModule(vkd, device, binaryCollection.get("geom"), 0u)); in createRenderPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework_sc.py | 752 extData = registeredExtensionDict.get(extensionName, None) 1311 for line in indentLines(["inline tcu::Format::Enum<%s>\tget%sStr\t(%s value)\t{ return tcu::Format::Enum<%s>(get%sName, value);\t}" % (e.name, e.name[2:], e.name, e.name, e.name[2:]) for e in api.enums if not e.isAlias]): 1314 for line in indentLines(["inline std::ostream&\toperator<<\t(std::ostream& s, %s value)\t{ return s << get%sStr(value);\t}" % (e.name, e.name[2:]) for e in api.enums if not e.isAlias]): 1343 yield "const char* get%sName (%s value)" % (enum.name[2:], enum.name) 1364 yield "tcu::Format::Bitfield<32> get%sStr (%s value)" % (bitfield.name[2:], bitfield.name) 1391 valFmt = "get%sStr(value.%s)" % (member.getType()[2:], member.name) 1805 list = instanceMap.get(Version(ext.versionInCore[1:])) 1808 list = deviceMap.get(Version(ext.versionInCore[1:])) 1828 list = instanceMap.get(currVersion) 1831 list = deviceMap.get(currVersio [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 1741 // get app temp dir in PrepareInitOHOSWeb() 4424 webCom->OnProgressChange(eventParam.get()); in OnProgressChanged() 4593 result = webCom->OnConsole(param.get()); in OnConsoleLog() 4625 result = webCom->OnCommonDialog(info.get(), dialogEventType); in OnCommonDialog() 4669 webCom->OnFullScreenEnter(param.get()); in OnFullScreenEnter() 4705 result = webCom->OnHttpAuthRequest(info.get()); in OnHttpAuthRequest() 4741 result = webCom->OnSslErrorRequest(info.get()); in OnSslErrorRequest() 4797 result = webCom->OnSslSelectCertRequest(info.get()); in OnSslSelectCertRequest() 5000 result = webCom->OnInterceptRequest(info.get()); in OnInterceptRequest() 5149 result = webCom->OnFileSelectorShow(info.get()); in OnFileSelectorShow() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_renderer_unit_test.cpp | 168 bytesToWrite = fread(buffer.get(), 1, bufferLen, wavFile); in StartRenderThread() 172 bytesWritten += audioRenderer->Write(buffer.get() + static_cast<size_t>(bytesWritten), in StartRenderThread() 536 thread renderThread(StartRenderThread, audioRenderer.get(), PLAYBACK_DURATION); in HWTEST() 1487 thread renderThread(StartRenderThread, audioRenderer.get(), 0); in HWTEST() 1506 * @tc.desc : Test GetVolume interface to get the default value. 2795 audioRenderer->Write(tempBuffer.get(), bufferSize); in HWTEST() 2811 audioRenderer->Write(tempBuffer.get(), bufferSize); in HWTEST() 2990 thread renderThread(StartRenderThread, audioRenderer.get(), 0); in HWTEST() 3185 thread renderThread(StartRenderThread, audioRenderer.get(), 0); in HWTEST() 5462 audioRendererProxyObj->SaveRendererObj(audioRendererPrivate.get()); in HWTEST() [all...] |
/foundation/multimedia/media_library/frameworks/js/src/ |
H A D | file_asset_napi.cpp | 214 DECLARE_NAPI_FUNCTION("get", UserFileMgrGet), in UserFileMgrInit() 245 DECLARE_NAPI_FUNCTION("get", UserFileMgrGet), in PhotoAccessHelperInit() 323 env, thisVar, DetachFileAssetFunc, AttachFileAssetFunc, obj.get(), nullptr); in FileAssetNapiConstructor() 324 status = napi_wrap_async_finalizer(env, thisVar, reinterpret_cast<void *>(obj.get()), in FileAssetNapiConstructor() 522 CHECK_STATUS_RET(napi_get_cb_info(env, info, nullptr, nullptr, &thisVar, nullptr), "Failed to get cb info"); in GetNapiObject() 524 CHECK_COND_RET(*obj != nullptr, napi_invalid_arg, "Failed to get napi object!"); in GetNapiObject() 1709 static_cast<void *>(asyncContext.get()), &asyncContext->work); in JSClose() 1800 NAPI_ERR_LOG("get named property fail"); in GetInt32InfoFromNapiObject() 1805 NAPI_ERR_LOG("get property value fail"); in GetInt32InfoFromNapiObject() 1822 NAPI_ERR_LOG("get name in GetNapiObjectFromNapiObject() [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_generic.c | 279 * snd_hda_get_path_idx - get the index number corresponding to the path 303 * snd_hda_get_path_from_idx - get the path instance corresponding to the 668 /* get the default amp value for the target state */ 964 .get = snd_hda_mixer_amp_switch_get, 971 .get = hda_gen_bind_mute_get, 1341 /* get the DAC of the primary output corresponding to the given array index */ 2291 .get = indep_hp_get, 2424 .get = ch_mode_get, 2536 .get = loopback_mixing_get, 2697 .get [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/ |
H A D | distributed_data_storage.cpp | 74 HILOGE("get kvDataService failed!"); in InitKvDataService() 92 HILOGE("get samgrProxy failed!"); in WaitKvDataService() 101 HILOGI("get service success!"); in WaitKvDataService() 132 HILOGD("retry get kvstore..."); in TryGetKvStore() 404 HILOGI("The get, result = %{public}d", innerStatus); in QueryInnerLocked() 423 Status status = future.get(); in GetResultSatus()
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/ |
H A D | prepared_model_service.cpp | 239 auto offset = mindspore::schema::MetaGraph::Pack(m_builder, graph.get()); in Compile()
|
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/ |
H A D | prepared_model_service.cpp | 199 auto offset = mindspore::schema::MetaGraph::Pack(m_builder, graph.get()); in Compile()
|
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | intell_voice_manager_napi.cpp | 169 static_cast<void *>(managerNapi.get()), in Construct() 259 INTELL_VOICE_LOG_ERROR("failed to get parameters"); in On() 272 INTELL_VOICE_LOG_ERROR("failed to get callbackName"); in On() 299 INTELL_VOICE_LOG_ERROR("Failed to get engine napi instance"); in RegisterCallback() 331 INTELL_VOICE_LOG_ERROR("failed to get parameters"); in Off() 344 INTELL_VOICE_LOG_ERROR("failed to get callbackName"); in Off() 365 INTELL_VOICE_LOG_ERROR("Failed to get engine napi instance"); in DeregisterCallback() 418 INTELL_VOICE_LOG_ERROR("failed to get intell voice manager wrapper"); in GetIntelligentVoiceManagerWrapper()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_trigger/server/connector_mgr/ |
H A D | trigger_connector.cpp | 277 callback_->OnRecognition(modelHandle, *(event.get())); in ProcessRecognitionHdiEvent()
|
/foundation/ability/ability_runtime/test/unittest/ui_service_extension_test/ |
H A D | ui_service_extension_test.cpp | 42 return uiContent_.get(); in GetUIContent()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | context_deal.cpp | 132 TAG_LOGE(AAFwkTag::APPKIT, "Failed to get bundle manager service."); in GetBundleManager() 213 TAG_LOGE(AAFwkTag::APPKIT, "Failed to get ability manager service."); in GetAbilityManager() 224 TAG_LOGE(AAFwkTag::APPKIT, "GetAppType failed to get bundle manager service"); in GetAppType() 457 TAG_LOGE(AAFwkTag::APPKIT, "Failed to get bundle manager service."); in HapModuleInfoRequestInit() 467 if (!ptr->GetHapModuleInfo(*abilityInfo_.get(), *hapModuleInfoLocal_)) { in HapModuleInfoRequestInit()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | user_controller.cpp | 362 auto eventData = static_cast<UserEvent*>(event.GetEventData().get()); in ProcessEvent()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/recovery/ |
H A D | app_recovery.cpp | 286 want = want_.get(); in DoRecoverApp() 425 TAG_LOGE(AAFwkTag::RECOVERY, "get mission id failed"); in DeleteInValidMissionFiles()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_napi.cpp | 61 return instance_.get(); in GetInstance()
|
/foundation/ability/ability_runtime/interfaces/inner_api/dataobs_manager/include/ |
H A D | dataobs_utils.h | 179 return DataObsUtils::Marshalling(std::get<_First>(input), data); in WriteVariant()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/action_sheet/ |
H A D | js_action_sheet.cpp | 49 return instance_.get(); in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_checkbox.cpp | 59 return instance_.get(); in GetInstance()
|
H A D | js_indicator.cpp | 39 return instance_.get(); in GetInstance()
|
H A D | js_radio.cpp | 60 return instance_.get(); in GetInstance()
|
H A D | js_checkboxgroup.cpp | 52 return instance_.get(); in GetInstance()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/dialog/ |
H A D | js_custom_dialog_controller.cpp | 50 return instance_.get(); in GetInstance()
|