/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 1003 unsigned RegCount = std::get<0>(CountAndVT); 1004 MVT RegisterVT = std::get<1>(CountAndVT); 1129 // Constrained FP intrinsics with fpexcept.ignore should also get in visit() 1235 UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in resolveDanglingDebugInfo() 1289 auto Undef = UndefValue::get(DDI.getDI()->getVariableLocation()->getType()); in salvageUnresolvedDbgValue() 1342 // need to let them dangle until they get an SDNode. in handleDebugValue() 1563 // Now that we know the number and type of the elements, get that number of in getValueImpl() 1606 llvm_unreachable("Can't get register for value!"); in getValueImpl() 1975 /// the current basic block, add it to ValueMap now so that we'll get a 2180 // Normalize A/2 and B to get in FindMergedConditions() 8097 unsigned get() const { return Flags; } get() function in __anon24121::ExtraFlags [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 64 // Uncomment this to get evaluation trace dumps to std::cerr 244 //! A hack to get Void support for VarType. 474 const T divisor = modularDivisor.get(); in intervalContains() 700 const tcu::Maybe<float> convertedDivisor = (modularDivisor ? tcu::just(deFloat16To32(modularDivisor.get())) : tcu::Nothing); in doContains() 988 // This is a kludge that is only needed to get the ExprP::operator[] syntactic sugar to work. 1092 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup() 1872 args.push_back(m_args.a.get()); in doPrintExpr() 1873 args.push_back(m_args.b.get()); in doPrintExpr() 1874 args.push_back(m_args.c.get()); in doPrintExpr() 1875 args.push_back(m_args.d.get()); in doPrintExpr() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | FrameCapture.cpp | 130 // Linux interface to get application id of the running process in GetDefaultOutDirectory() 464 // Concatenate the strings to ensure we get an accurate counter in WriteStringPointerParamReplay() 1147 // Some replay functions can get quite large. If over a certain size, this method breaks up the 1603 const gl::Query *activeQuery = activeQueryIter.get(); in IsQueryActive() 2017 binding.getBuffer().get() != nullptr) in CaptureVertexArrayState() 2020 gl::Buffer *buffer = binding.getBuffer().get(); in CaptureVertexArrayState() 2189 texture->getBuffer().get()->id())); in CaptureTextureContents() 2195 texture->getBuffer().get()->id(), in CaptureTextureContents() 2332 // Increment tempIDStart to get a new gShaderProgram map index for the next linked stage in GenerateLinkedProgram() 2508 if (buffer.get() in CaptureIndexedBuffers() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 408 OpTy = IntegerType::get(Ctx, OpLLT.getSizeInBits()); in createMemLibcall() 446 // We must have a return following the call to get past in createMemLibcall() 505 Type *HLTy = IntegerType::get(Ctx, Size); in libcall() 1710 SrcMO.setCImm(ConstantInt::get(Ctx, Val)); in widenScalar() 1737 SrcMO.setFPImm(ConstantFP::get(Ctx, Val)); in widenScalar() 1918 MI.setDesc(TII.get(TargetOpcode::G_BUILD_VECTOR_TRUNC)); in widenScalar() 2097 // By doing this we generate the correct truncate which should get in lower() 3737 MI.setDesc(TII.get(TargetOpcode::G_CTLZ)); in lowerBitCount() 3787 MI.setDesc(TII.get(TargetOpcode::G_CTTZ)); in lowerBitCount() 3829 MI.setDesc(TII.get(TargetOpcod in lowerBitCount() [all...] |
/third_party/python/Python/ |
H A D | ceval.c | 918 PyObject *get = NULL; in match_keys() local 919 // We use the two argument form of map.get(key, default) for two reasons: in match_keys() 920 // - Atomically check for a key and get its value without error handling. in match_keys() 923 int meth_found = _PyObject_GetMethod(map, &_Py_ID(get), &get); in match_keys() 924 if (get == NULL) { in match_keys() 953 value = PyObject_Vectorcall(get, args, 3, NULL); in match_keys() 956 value = PyObject_Vectorcall(get, &args[1], 2, NULL); in match_keys() 974 Py_DECREF(get); in match_keys() 979 Py_XDECREF(get); in match_keys() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 64 // Uncomment this to get evaluation trace dumps to std::cerr 245 //! A hack to get Void support for VarType. 475 const T divisor = modularDivisor.get(); in intervalContains() 701 const tcu::Maybe<float> convertedDivisor = (modularDivisor ? tcu::just(deFloat16To32(modularDivisor.get())) : tcu::Nothing); in doContains() 989 // This is a kludge that is only needed to get the ExprP::operator[] syntactic sugar to work. 1093 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup() 1845 args.push_back(m_args.a.get()); in doPrintExpr() 1846 args.push_back(m_args.b.get()); in doPrintExpr() 1847 args.push_back(m_args.c.get()); in doPrintExpr() 1848 args.push_back(m_args.d.get()); in doPrintExpr() [all...] |
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | stream_operator_vdi_impl.cpp | 52 CAMERA_LOGE("get pipeline core failed."); in Init() 59 CAMERA_LOGE("get stream pipeline core failed."); in Init() 335 setting->get());
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/interaction/interprocess/ |
H A D | interprocess_unit_test.cpp | 684 ipcMsgAdapter->SetLocalStub(interIpcStub.get()); in HWTEST_F()
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_info_mgr.cpp | 50 HILOG_ERROR("get IBundleMgr failed"); in LoadFormConfigInfoByBundleName() 57 HILOG_ERROR("get bundleInfo failed"); in LoadFormConfigInfoByBundleName() 81 HILOG_ERROR("fail get BundleMgrClient"); in LoadStageFormConfigInfo() 92 HILOG_ERROR("fail get form metadata"); in LoadStageFormConfigInfo() 123 HILOG_ERROR("get IBundleMgr failed"); in LoadAbilityFormConfigInfo() 204 auto formInfoStorages = jsonObject.get<std::vector<AAFwk::FormInfoStorage>>(); in InitFromJson() 667 HILOG_ERROR("get IBundleMgr failed"); in AddDynamicFormInfo() 674 HILOG_ERROR("get bundleInfo failed"); in AddDynamicFormInfo() 749 HILOG_ERROR("fail get Bundle Mgr"); in IsCaller() 756 HILOG_ERROR("get bundleInf in IsCaller() [all...] |
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/sa/ |
H A D | intell_voice_service_manager.cpp | 596 model->SetData(buffer.get(), size); in ProcBreathModel() 666 INTELL_VOICE_LOG_INFO("get is enroll result %{public}s", val.c_str()); in GetParameter() 669 INTELL_VOICE_LOG_INFO("get nedd reenroll result %{public}s", val.c_str()); in GetParameter() 677 INTELL_VOICE_LOG_INFO("get isWhispering result %{public}s", val.c_str()); in GetParameter() 918 INTELL_VOICE_LOG_ERROR("failed to get systemabilitymanager");
|
/foundation/ai/intelligent_voice_framework/frameworks/js/napi/ |
H A D | enroll_intell_voice_engine_napi.cpp | 168 status = napi_wrap(env, jsThis, static_cast<void *>(engineNapi.get()), in Construct() 197 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get property failed"); in CreateEnrollIntelligentVoiceEngine() 199 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get wakeup phrase failed"); in CreateEnrollIntelligentVoiceEngine() 267 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get property failed"); in Init() 270 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get language failed"); in Init() 272 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get property failed"); in Init() 275 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get region failed"); in Init() 288 INTELL_VOICE_LOG_ERROR("get engine instance failed"); in Init() 319 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "Failed to get isLast"); in EnrollForResult() 333 INTELL_VOICE_LOG_ERROR("get engin in EnrollForResult() [all...] |
H A D | wakeup_intell_voice_engine_napi.cpp | 154 status = napi_wrap(env, jsThis, static_cast<void *>(engineNapi.get()), WakeupIntellVoiceEngineNapi::Destruct, in Construct() 182 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get property failed"); in CreateWakeupIntelligentVoiceEngine() 184 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get need reconfirm failed"); in CreateWakeupIntelligentVoiceEngine() 186 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get property failed"); in CreateWakeupIntelligentVoiceEngine() 188 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "get wakeup phrase failed"); in CreateWakeupIntelligentVoiceEngine() 259 CHECK_CONDITION_RETURN_FALSE((GetValue(env, argv[ARG_INDEX_0], context->key) != napi_ok), "Failed to get key"); in SetParameter() 261 "Failed to get value"); in SetParameter() 274 CHECK_CONDITION_RETURN_VOID((engine == nullptr), "get engine instance failed"); in SetParameter() 303 CHECK_CONDITION_RETURN_FALSE((status != napi_ok), "Failed to get key"); in GetParameter() 316 CHECK_CONDITION_RETURN_VOID((engine == nullptr), "get engin in GetParameter() [all...] |
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/ |
H A D | distributed_ability_manager_service.cpp | 329 // 1. connect to app and get the app proxy if appProxy_ is null, otherwise start device manager directly. in StartDeviceManager() 388 HILOGE("get samgr failed"); in QueryExtensionAbilityInfo() 393 HILOGE("get bms from samgr failed"); in QueryExtensionAbilityInfo() 653 PARCEL_WRITE_HELPER_NORET(data, Parcelable, continuationExtraParams.get()); in HandleStartDeviceManager()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/ |
H A D | js_ui_service_extension.cpp | 147 TAG_LOGE(AAFwkTag::UISERVC_EXT, "Failed to get srcPath"); in Init() 161 TAG_LOGE(AAFwkTag::UISERVC_EXT, "Failed to get jsObj_"); in Init() 168 TAG_LOGE(AAFwkTag::UISERVC_EXT, "Failed to get JsServiceExtension object"); in Init() 202 TAG_LOGE(AAFwkTag::UISERVC_EXT, "Failed to get context"); in BindContext() 215 TAG_LOGE(AAFwkTag::UISERVC_EXT, "Failed to get context native object"); in BindContext() 222 context->Bind(jsRuntime_, shellContextRef_.get()); in BindContext() 536 TAG_LOGE(AAFwkTag::UISERVC_EXT, "Failed to get ServiceExtension object"); in CallObjectMethod() 543 TAG_LOGE(AAFwkTag::UISERVC_EXT, "Failed to get '%{public}s' from ServiceExtension object", name); in CallObjectMethod() 616 TAG_LOGE(AAFwkTag::UISERVC_EXT, "Failed to get SaMgr."); in ListenWMS()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_scheduler_proxy.cpp | 996 if (!data.WriteParcelable(operations[i].get())) { in ExecuteBatch()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_proxy.cpp | 209 if (!data.WriteParcelable(want.get())) { in ScheduleLaunchAbility()
|
/foundation/ability/ability_runtime/test/unittest/js_ui_service_extension_test/ |
H A D | js_ui_service_extension_test.cpp | 53 return uiContent_.get(); in GetUIContent()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/ |
H A D | js_auto_fill_extension.cpp | 158 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "get js auto fill extension obj failed"); in Init() 173 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "get context failed"); in BindContext() 192 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "get context native obj failed"); in BindContext() 202 context->Bind(jsRuntime_, shellContextRef_.get()); in BindContext() 272 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "get context failed"); in OnStopCallBack() 331 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "Failed to get property: then"); in CallPromise() 382 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "Failed to get context"); in OnCommandWindowDone() 492 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "Failed to get context"); in HandleAutoFillCreate() 539 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "Failed to get context"); in ForegroundWindow() 628 TAG_LOGE(AAFwkTag::AUTOFILL_EXT, "get aut in CallObjectMethod() [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/ |
H A D | cj_ability_context_object.cpp | 496 return cjContext->GetAbilityContext().get(); in FFIGetContext()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_wrapper.cpp | 242 // get frame in global offset in ExpandSafeArea() 339 totalExpand.Plus(*(selfAccumulateExpand.get()), totalExpand.Empty() && host->GetTag() == V2::PAGE_ETS_TAG); in AccumulateExpandCacheHit() 356 // CreateMargin does get or create in GetAccumulatedSafeAreaExpand() 452 // CreateMargin does get or create in GetAccumulatedSafeAreaExpandHelper()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_indexer.cpp | 51 return instance_.get(); in GetInstance()
|
H A D | js_previewer_mock.cpp | 41 return instance_.get(); in GetInstance()
|
H A D | js_tab_content.cpp | 58 return instance_.get(); in GetInstance()
|
H A D | js_tabs.cpp | 56 return instance_.get(); in GetInstance()
|
H A D | js_scroll.cpp | 54 return instance_.get(); in GetInstance()
|