/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 868 ISD::CondCode CC = cast<CondCodeSDNode>(Op.getOperand(2))->get(); in LowerSETCC() 899 // The type that was sign-extended to get the AssertSext must be in LowerSETCC() 967 return ConstantVector::get(NewConst); in convert_i1_to_i8() 2157 IntegerType *IntTy = IntegerType::get(*DAG.getContext(), ElemWidth); in getBuildVectorConstInts() 2163 Consts[i] = ConstantInt::get(IntTy, 0); in getBuildVectorConstInts() 2169 Consts[i] = ConstantInt::get(IntTy, CI->getValue().getSExtValue()); in getBuildVectorConstInts() 2173 Consts[i] = ConstantInt::get(IntTy, A.getZExtValue()); in getBuildVectorConstInts()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsBuiltinPrecisionTests.cpp | 61 // Uncomment this to get evaluation trace dumps to std::cerr 185 //! A hack to get Void support for VarType. 542 // This is a kludge that is only needed to get the ExprP::operator[] syntactic sugar to work. 605 deUint8* const data = de::lookup(m_map, variable.getName()).get(); in lookup() 1310 args.push_back(m_args.a.get()); in doPrintExpr() 1311 args.push_back(m_args.b.get()); in doPrintExpr() 1312 args.push_back(m_args.c.get()); in doPrintExpr() 1313 args.push_back(m_args.d.get()); in doPrintExpr() 2307 // The interval is longer than a full cycle, so it must get all possible values. in innerExtrema() 5302 // disabled until we get reasonabl in createCase() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 1450 BuildMI(MBB, DL, TII->get(AArch64::Bcc)).addImm(CondCode).addMBB(TrueBB); in EmitF128CSEL() 1451 BuildMI(MBB, DL, TII->get(AArch64::B)).addMBB(EndBB); in EmitF128CSEL() 1463 BuildMI(*EndBB, EndBB->begin(), DL, TII->get(AArch64::PHI), DestReg) in EmitF128CSEL() 1640 /// to get the same effect. 1723 // SUBS means that it's possible to get CSE with subtract operations. in emitComparison() 1922 ISD::CondCode CC = cast<CondCodeSDNode>(Val->getOperand(2))->get(); in emitConjunctionRec() 2380 // The latter will get matched to a CSINV instruction. in LowerXOR() 2382 ISD::CondCode CC = cast<CondCodeSDNode>(Sel.getOperand(4))->get(); in LowerXOR() 2712 StructType *RetTy = StructType::get(ArgTy, ArgTy); in LowerFSINCOS() 2858 // so that the shift + and get folde in LowerFLT_ROUNDS_() [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 93 SeqOneByteString str = SeqOneByteString::cast(cache_.get(i)); in Lookup() 96 SharedFunctionInfo::cast(cache_.get(i + 1)), isolate); in Lookup() 371 return ((*map == context->get(Context::STRICT_FUNCTION_MAP_INDEX)) || in IsFunctionMapOrSpecialBuiltin() 372 (*map == context->get( in IsFunctionMapOrSpecialBuiltin() 375 context->get( in IsFunctionMapOrSpecialBuiltin() 1387 ->get(Context::GLOBAL_PROXY_INDEX) in CreateNewGlobals() 3507 isolate_, prototype, "get", Builtin::kMapPrototypeGet, 1, true); in InitializeGlobal() 3716 isolate_, prototype, "get", Builtin::kWeakMapGet, 1, true); in InitializeGlobal() 3816 SimpleInstallFunction(isolate_, reflect, "get", Builtin::kReflectGet, 2, in InitializeGlobal() 5312 // #sec-get in InitializeGlobal_harmony_temporal() [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 5621 // threshold. No GC happened so far and it's thus unlikely to get a in IncrementalMarkingLimitReached() 5869 new_space()->AddAllocationObserver(scavenge_task_observer_.get()); in SetUpSpaces() 5957 stress_concurrent_allocation_observer_.get(), in NotifyDeserializationComplete() 5958 stress_concurrent_allocation_observer_.get()); in NotifyDeserializationComplete() 6112 new_space()->RemoveAllocationObserver(scavenge_task_observer_.get()); in TearDown() 6120 stress_concurrent_allocation_observer_.get(), in TearDown() 6121 stress_concurrent_allocation_observer_.get()); in TearDown() 6675 if (object_iterator_.get() == nullptr) return HeapObject(); in NextObject() 6677 HeapObject obj = object_iterator_.get()->Next(); in NextObject() 6685 obj = object_iterator_.get() in NextObject() [all...] |
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
H A D | avrcp_tg_service.cpp | 556 stub::MediaService::GetInstance()->RegisterObserver(mdObserver_.get()); in EnableNative() 693 profile_->RegisterObserver(pfObserver_.get()); in EnableProfile() 716 stub::MediaService::GetInstance()->UnregisterObserver(mdObserver_.get()); in OnProfileDisabled()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_surface_render_node_test.cpp | 2168 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(node->stagingRenderParams_.get()); in HWTEST_F() 2221 auto surfaceParams = static_cast<RSSurfaceRenderParams*>(testNode->stagingRenderParams_.get()); in HWTEST_F() 2225 surfaceParams = static_cast<RSSurfaceRenderParams*>(testNode->stagingRenderParams_.get()); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 553 return builder->MakeImage(canvas.GetGPUContext().get(), nullptr, image->GetImageInfo(), false); in DrawGreyAdjustment() 737 auto offscreenCanvas = std::make_shared<RSPaintFilterCanvas>(offscreenSurface.get()); in DrawBackgroundImageAsEffect() 821 RSPaintFilterCanvas offscreenCanvas(offscreenSurface.get()); in ProcessAndCacheImage() 983 ROSEN_LOGE("RSPropertiesPainter::DrawPixelStretch get invert matrix failed."); in ProcessPixelStretch() 1033 ROSEN_LOGE("RSPropertiesPainter::DrawPixelStretch get invert matrix failed."); in ProcessRotation() 1100 // kMedium_SkFilterQuality will do bilerp + mipmaps for down-scaling, we can easily get average color in CalcAverageColor()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_stub.cpp | 965 MMI_HILOGE("Call get pointer speed failed ret:%{public}d", ret); in StubGetPointerSpeed() 1058 MMI_HILOGD("Successfully get windowId:%{public}d, icon:%{public}d", windowId, pointerStyle.id); in StubGetPointerStyle() 1642 WRITEINT32(reply, std::get<TUPLE_PID>(data.first), ERR_INVALID_VALUE); in StubGetAllMmiSubscribedEvents() 1643 WRITEINT32(reply, std::get<TUPLE_UID>(data.first), ERR_INVALID_VALUE); in StubGetAllMmiSubscribedEvents() 1644 WRITESTRING(reply, std::get<TUPLE_NAME>(data.first), ERR_INVALID_VALUE); in StubGetAllMmiSubscribedEvents()
|
/third_party/node/deps/v8/src/execution/ |
H A D | frames.cc | 1409 PrintF(file, " at %s:%d", c_script_name.get(), line); in PrintFunctionAndOffset() 1850 // _used to be_ on the stack to get the right ExceptionHandler. in LookupExceptionHandlerInTable() 1922 Object shared = literal_array.get(it.Next()); in GetFunctions() 2349 // Try to get hold of the context of this frame. in Print() 2370 accumulator->Add("%o", context.get(slot_index)); in Print()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 274 structs.push_back((*i).get()); in getNamedStructs() 1722 return createShaderModule(vk, device, m_context.getBinaryCollection().get("geom"), 0u); in getGeometryShaderModule() 1735 const Move<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate()
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_decoration_test.cpp | 6345 const char* const decoration = std::get<0>(GetParam()); in TEST_P() 6346 const char* const vuid = std::get<1>(GetParam()); in TEST_P() 6347 const TestResult& test_result = std::get<2>(GetParam()); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationCL.cpp | 1428 dev = krnl.getProgram().getContext().getDevices().front().get(); in ValidateGetKernelWorkGroupInfo() 1671 if ((src.isSubBuffer() ? src.getParent().get() : &src) == in ValidateEnqueueCopyBuffer() 1672 (dst.isSubBuffer() ? dst.getParent().get() : &dst)) in ValidateEnqueueCopyBuffer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_decoration_test.cpp | 6345 const char* const decoration = std::get<0>(GetParam()); in TEST_P() 6346 const char* const vuid = std::get<1>(GetParam()); in TEST_P() 6347 const TestResult& test_result = std::get<2>(GetParam()); in TEST_P()
|
/third_party/python/Lib/ |
H A D | mailbox.py | 64 def get(self, key, default=None): member in Mailbox 699 # self._file is about to get replaced, so no need to sync. 1663 return self.get('Status', '') + self.get('X-Status', '')
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 301 Constant *Idx = ConstantInt::get(Ty, Offset); in LowerGlobalAddress() 1560 BuildMI(BB, dl, TII.get(XCore::BRFT_lru6)) in EmitInstrWithCustomInserter() 1576 BuildMI(*BB, BB->begin(), dl, TII.get(XCore::PHI), MI.getOperand(0).getReg()) in EmitInstrWithCustomInserter()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 138 return vec.back().get(); in CreateNested() 183 return it->second[index].get(); in GetTreeForNested() 824 // We should never get here. Put here instead of a default in ConsumeFieldValue() 825 // so that if new types are added, we get a nice compiler warning. in ConsumeFieldValue() 1130 DO(ConsumeMessage(value.get(), sub_delimiter)); in ConsumeAnyValue()
|
/third_party/skia/modules/skparagraph/src/ |
H A D | ParagraphImpl.cpp | 642 // TODO: Since min and max are calculated differently it's possible to get a rounding error in GetLineFontMetrics() 1456 // get textStyle to calculate text box when text is empty(reference to ParagraphImpl::computeEmptyMetrics()) in GetLineFontMetrics() 2360 run.setOwner(paragraph.get()); in GetLineFontMetrics() 2363 cluster.setOwner(paragraph.get()); in GetLineFontMetrics() 2366 line.setParagraphImpl(paragraph.get()); in GetLineFontMetrics()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 274 structs.push_back((*i).get()); in getNamedStructs() 1722 return createShaderModule(vk, device, m_context.getBinaryCollection().get("geom"), 0u); in getGeometryShaderModule() 1735 const Move<VkShaderModule> vertModule (createShaderModule (vk, device, m_context.getBinaryCollection().get("vert"), 0u)); in iterate()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 70 LOGE(" Failed to get pixmap pointer"); in CreatePixelMapFromNapiValue() 176 // get node id in PushTaskToPage() 344 auto getterTempl = runtime->NewFunction(std::get<1>(item)); in HandleJsContext() 345 auto setterTempl = runtime->NewFunction(std::get<2>(item)); in HandleJsContext() 346 bool ret = renderContext_->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTempl); in HandleJsContext() 348 LOGE("Canvas set accessor property failed., name: %{public}s", std::get<0>(item).c_str()); in HandleJsContext()
|
H A D | jsi_offscreen_canvas_bridge.cpp | 302 auto getterTempl = runtime->NewFunction(std::get<1>(item)); in JsGetContext() 303 auto setterTempl = runtime->NewFunction(std::get<2>(item)); in JsGetContext() 304 bool ret = renderContext->SetAccessorProperty(runtime, std::get<0>(item), getterTempl, setterTempl); in JsGetContext() 306 LOGE("Canvas set accessor property failed., name: %{public}s", std::get<0>(item).c_str()); in JsGetContext()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/promptaction/ |
H A D | prompt_action.cpp | 78 napi_get_value_string_utf8(env, messageNApi, message.get(), messageLen, &ret); in GetToastMessage() 79 messageString = message.get(); in GetToastMessage() 86 NapiThrow(env, "Can not get message from resource manager.", ERROR_CODE_INTERNAL_ERROR); in GetToastMessage() 114 NapiThrow(env, "Can not get message from resource manager.", ERROR_CODE_INTERNAL_ERROR); in GetToastDuration() 131 napi_get_value_string_utf8(env, bottomNApi, bottom.get(), bottomLen, &ret); in GetToastBottom() 132 bottomString = bottom.get(); in GetToastBottom() 144 NapiThrow(env, "Can not get message from resource manager.", ERROR_CODE_INTERNAL_ERROR); in GetToastBottom() 458 NapiThrow(env, "Can not get delegate.", ERROR_CODE_INTERNAL_ERROR); in ShowToast() 553 NapiThrow(env, "Can not get delegate.", ERROR_CODE_INTERNAL_ERROR); in CloseToast() 589 3); // 3 : Move 3 bits to the right to get toastI in JSPromptCloseToast() [all...] |
/foundation/arkui/napi/native_engine/impl/ark/ |
H A D | ark_native_engine.cpp | 1552 callback(reinterpret_cast<napi_env>(std::get<0>(param)), in RunAsyncCallbacks() 1553 std::get<1>(param), std::get<2>(param)); // 2 is the param. in RunAsyncCallbacks() 2381 if (mainThreadRunner.get() == nullptr) { in PostLooperTriggerIdleGCTask()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager.cpp | 377 bufferStore_.mgr = gpuBufferMgr_.get(); 378 imageStore_.mgr = gpuImageMgr_.get(); 379 samplerStore_.mgr = gpuSamplerMgr_.get(); 544 if (GpuBuffer* buffer = store.pendingData.buffers[optionalResourceIndex].get(); buffer) { 1655 // NOTE: this is essential to get correct, this maps render pass etc. hashing
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.cpp | 142 bool success = data->WriteParcelable(transactionData.get()); in FillParcelWithTransactionData() 835 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in SetScreenRefreshRate() 863 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in SetRefreshRateMode() 886 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in SyncFrameRateRange() 915 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in UnregisterFrameRateLinker() 938 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in GetScreenCurrentRefreshRate() 962 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in GetCurrentRefreshRateMode() 984 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in GetScreenSupportedRefreshRates() 1018 ROSEN_LOGE("RSRenderServiceProxy failed to get descriptor"); in GetShowRefreshRateEnabled() 1039 ROSEN_LOGE("RSRenderServiceProxy failed to get descripto in SetShowRefreshRateEnabled() [all...] |