/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemAttachmentClearTests.cpp | 231 vk.cmdExecuteCommands(*cmdBuffer, 1u, &secondaryCmdBuffer.get()); in iterate()
|
H A D | vktProtectedMemBlitImageTests.cpp | 338 vk.cmdExecuteCommands(*cmdBuffer, 1u, &secondaryCmdBuffer.get()); in iterate()
|
H A D | vktProtectedMemCopyImageTests.cpp | 336 vk.cmdExecuteCommands(*cmdBuffer, 1u, &secondaryCmdBuffer.get()); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassTestsUtil.cpp | 805 inputAspectCreateInfo.get(), // const void* pNext; || const void* pNext; in createRenderPass()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmWorkgroupMemoryTests.cpp | 628 addComputeWorkgroupMemoryTests(group.get()); in createWorkgroupMemoryComputeGroup()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 701 glw::GenericFuncType get (const char* name) const in get() function
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 284 return (Context*)s_currentCtx.get(); in getCurrentContext()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageUtil.cpp | 137 EGLClientBuffer get (void) const { return reinterpret_cast<EGLClientBuffer>(static_cast<deUintptr>(getName())); } in get() function in deqp::egl::Image::GLClientBuffer
|
H A D | teglNegativePartialUpdateTests.cpp | 92 return (c.get(EGL_RENDERABLE_TYPE) & EGL_OPENGL_ES2_BIT) == EGL_OPENGL_ES2_BIT; in isES2Renderable()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 953 ", get " + parsePos.getIndex() + "/" + numVal.intValue() ); in TestParseCurrency() 957 ", get " + parsePos.getIndex() + "/(NULL)" ); in TestParseCurrency() 969 ", get " + parsePos.getIndex() + "/" + currAmt.getNumber().intValue() + "/" + currAmt.getCurrency().getCurrencyCode() ); in TestParseCurrency() 973 ", get " + parsePos.getIndex() + "/(NULL)" ); in TestParseCurrency() 1159 // Later -- fix this to get the actual grouping in TestSecondaryGrouping() 1438 errln("ERROR toPattern result should ignore padding but get \"" + pattern + "\""); in TestIgnorePadding() 1443 errln("ERROR format result expect 24 but get \"" + format + "\""); in TestIgnorePadding() 2890 errln("Did not get the expected output Expected: "+expected+" Got: "+ str); in TestJB3832() 3204 errBuf.append((String)errors.get(i)); in TestJB5358() 3669 String skipExtSepParse = ICUConfig.get("oho in TestLenientSymbolParsing() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 950 ", get " + parsePos.getIndex() + "/" + numVal.intValue() ); in TestParseCurrency() 954 ", get " + parsePos.getIndex() + "/(NULL)" ); in TestParseCurrency() 966 ", get " + parsePos.getIndex() + "/" + currAmt.getNumber().intValue() + "/" + currAmt.getCurrency().getCurrencyCode() ); in TestParseCurrency() 970 ", get " + parsePos.getIndex() + "/(NULL)" ); in TestParseCurrency() 1156 // Later -- fix this to get the actual grouping in TestSecondaryGrouping() 1435 errln("ERROR toPattern result should ignore padding but get \"" + pattern + "\""); in TestIgnorePadding() 1440 errln("ERROR format result expect 24 but get \"" + format + "\""); in TestIgnorePadding() 2887 errln("Did not get the expected output Expected: "+expected+" Got: "+ str); in TestJB3832() 3201 errBuf.append((String)errors.get(i)); in TestJB5358() 3666 String skipExtSepParse = ICUConfig.get("co in TestLenientSymbolParsing() [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-temporal-objects.cc | 1212 Handle<Object> ret_obj = FixedArray::get(*possible_instants, 0, isolate); in DisambiguatePossibleInstants() 1222 Handle<Object> ret_obj = FixedArray::get(*possible_instants, 0, isolate); in DisambiguatePossibleInstants() 1230 FixedArray::get(*possible_instants, n - 1, isolate); in DisambiguatePossibleInstants() 1349 Handle<Object> ret_obj = FixedArray::get(*possible_instants, 0, isolate); in DisambiguatePossibleInstants() 1400 Handle<Object> ret_obj = FixedArray::get(*possible_instants, n - 1, isolate); in DisambiguatePossibleInstants() 1468 Handle<Object> property_obj = Handle<Object>(field_names->get(i), isolate); in PrepareTemporalFieldsOrPartial() 2922 Handle<Object> next_key = handle(original_keys->get(i), isolate); in DefaultMergeFields() 2955 Handle<Object> next_key = handle(new_keys->get(i), isolate); in DefaultMergeFields() 3275 return IsBuiltinCalendar(isolate, id->ToCString().get()); in IsBuiltinCalendar() 3284 return GetCalendarMap()->Index(id->ToCString().get()); in CalendarIndex() [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.cc | 345 // top types, because these would pollute actual return value types that get in InlineMacro() 444 // incorrect because changes to the 'this' variable do not get reflected in VisitMacroCommon() 1531 // fields might be optional, and attempting to get a reference to an in GenerateArrayLength() 2513 // First fetch the bitfield struct, then get the bits out of it. in GenerateFetchFromLocation() 2994 size_string = std::get<1>(*size); in GenerateCall() 3470 Visit(all_declarables[i].get()); in VisitAllDeclarables() 3568 Builtin* builtin = Builtin::DynamicCast(declarable.get()); in GenerateBuiltinDefinitionsAndInterfaceDescriptors() 3963 stream << " return static_cast<int>(std::get<1>(" 4149 std::get<1>(*SizeOf(last_field.name_and_type.type)); in GenerateClass() 4162 stream << " return static_cast<int>(std::get< in GenerateClass() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 1047 cast<CondCodeSDNode>(Node->getOperand(CCOperand))->get(); 1641 ISD::CondCode CCCode = cast<CondCodeSDNode>(CC)->get(); 1959 CV.push_back(ConstantInt::get(EltVT.getTypeForEVT(*DAG.getContext()), 1965 CV.push_back(UndefValue::get(OpNTy)); 1968 Constant *CP = ConstantVector::get(CV); 2398 // Subtract the bias and get the final result. 2452 Constant *FudgeFactor = ConstantInt::get( 3174 default: llvm_unreachable("How did we get here?"); 3436 // we will only get here with types and scales that we could always expand 3525 cast<CondCodeSDNode>(Tmp1.getOperand(2))->get()); [all...] |
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_raii.hpp | 13640 VULKAN_HPP_NAMESPACE::MemoryRequirements2 & memoryRequirements = structureChain.template get<VULKAN_HPP_NAMESPACE::MemoryRequirements2>(); 13670 VULKAN_HPP_NAMESPACE::MemoryRequirements2 & memoryRequirements = structureChain.template get<VULKAN_HPP_NAMESPACE::MemoryRequirements2>(); 13721 VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2 & features = structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceFeatures2>(); 13747 VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2 & properties = structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceProperties2>(); 13775 VULKAN_HPP_NAMESPACE::FormatProperties2 & formatProperties = structureChain.template get<VULKAN_HPP_NAMESPACE::FormatProperties2>(); 13806 VULKAN_HPP_NAMESPACE::ImageFormatProperties2 & imageFormatProperties = structureChain.template get<VULKAN_HPP_NAMESPACE::ImageFormatProperties2>(); in getImageFormatProperties2() 13851 queueFamilyProperties[i].pNext = structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>().pNext; in getQueueFamilyProperties2() 13864 structureChains[i].template get<VULKAN_HPP_NAMESPACE::QueueFamilyProperties2>() = queueFamilyProperties[i]; in getQueueFamilyProperties2() 13890 structureChain.template get<VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties2>(); 14070 VULKAN_HPP_NAMESPACE::DescriptorSetLayoutSupport & support = structureChain.template get<VULKAN_HPP_NAMESPAC [all...] |
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 246 common_metadata_header_t* data = result->get(); 252 MEDIA_INFO_LOG("demo test: get OHOS_ABILITY_FPS_RANGES error"); 1447 * Function: Test get distributed camera hostname 1451 * CaseDescription: Test get distributed camera hostname 1469 * Function: Test get DeviceType 1473 * CaseDescription: Test get DeviceType 4077 MEDIA_INFO_LOG("get supportedMode : %{public}d", iter); in HWTEST_F() 7378 * CaseDescription: Test abnormal branches with get device from empty id 9215 EXPECT_EQ(previewProfile.get(), nullptr); in HWTEST_F() 9270 EXPECT_EQ(previewProfile.get(), nullpt in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 386 jsEngine->AddExtraNativeObject("ability", aceAbility.get()); in InitializeFrontend() 410 jsEngine->AddExtraNativeObject("ability", aceAbility.get()); in InitializeFrontend() 435 jsEngine->AddExtraNativeObject("ability", aceAbility.get()); in InitializeFrontend() 1167 return container->GetAbilityInner().lock().get(); in GetAbility() 1174 return container->GetRuntimeContextInner().lock().get(); in GetRuntimeContext() 1772 auto* ostringstream = static_cast<std::ostringstream*>(infoFile.get()); in Dump() 2368 TAG_LOGI(ACE_LAYOUT, "SafeArea get success, area type is:%{public}d insets area is:%{public}s", in GetViewSafeAreaByType() 2729 LOGE("fail to get Token"); in GetToken() 2824 // get name of picture in GetNamesOfSharedImage() 2852 // get nam in UpdateSharedImage() [all...] |
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest.cc | 633 // instead of GetTypeId< ::testing::Test>() to get the type ID of 738 return per_thread_test_part_result_reporter_.get(); in GetTestPartResultReporterForCurrentThread() 864 # error "Don't know how to get the current time on your system." in GetTimeInMillis() 991 return internal::StringStreamToString(ss_.get()); in GetString() 998 message_(other.message_.get() != nullptr in AssertionResult() 1012 if (message_.get() != nullptr) negation << *message_; in operator !() 4391 // Use the getaddrinfo() to get a linked list of IP addresses for in MakeConnection() 5064 if (internal_run_death_test_flag_.get() != nullptr) in SuppressTestEventsIfInSubprocess() 5253 (internal_run_death_test_flag_.get() != nullptr); in RunAllTests()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 111 // Explicitly sequence get-size and insert-value operations to avoid UB. in index() 157 if (!isa<GlobalValue>(U.get())) in orderModule() 158 orderValue(U.get(), OM); in orderModule() 313 predictValueUseListOrder(U.get(), nullptr, OM, Stack); in predictUseListOrder() 403 assert(!Name.empty() && "Cannot get empty name!"); in printLLVMNameWithoutPrefix() 518 assert(P.second < NumberedTypes.size() && "Didn't get a dense numbering?"); in getNumberedTypes() 519 assert(!NumberedTypes[P.second] && "Didn't get a unique numbering?"); in getNumberedTypes() 752 /// this method to get its data into the SlotTracker. 844 Machine = MachineStorage.get(); in getMachine() 1086 /// Clean up after incorporating a function. This is the only way to get ou [all...] |
/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()
|