Home
last modified time | relevance | path

Searched defs:ref (Results 351 - 375 of 1453) sorted by relevance

1...<<11121314151617181920>>...59

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DRefCountedTests.cpp401 Ref<RCTest> ref; in TEST() local
/third_party/vk-gl-cts/modules/internal/
H A DditSRGB8ConversionTest.cpp55 const tcu::UVec4 calculateDiscreteFloatDistance (const tcu::Vec4& ref, const tcu::Vec4& res) in calculateDiscreteFloatDistance() argument
[all...]
/third_party/vk-gl-cts/framework/delibs/deutil/
H A DdeCommandLine.c164 const char* ref[] = { "hello" }; in deCommandLine_selfTest() local
169 const char* ref[] = { "hello", "world" }; in deCommandLine_selfTest() local
174 const char* ref[] = { "hello/world" }; in deCommandLine_selfTest() local
179 const char* ref[] in deCommandLine_selfTest() local
184 const char* ref[] = { "hello/world", "--help", "foo" }; deCommandLine_selfTest() local
189 const char* ref[] = { "hello\\\\world", "--help", "foo" }; deCommandLine_selfTest() local
194 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z\\"" }; deCommandLine_selfTest() local
199 const char* ref[] = { "hello/worl d", "--help", "--foo=bar", "ba z'" }; deCommandLine_selfTest() local
204 const char* ref[] = { "hello", "'world'" }; deCommandLine_selfTest() local
209 const char* ref[] = { "hello", "\\"world\\"" }; deCommandLine_selfTest() local
214 const char* ref[] = { "hello", "world\\n" }; deCommandLine_selfTest() local
[all...]
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker.h85 virtual inline void RecordWeakReference([[maybe_unused]] uint32_t threadId, [[maybe_unused]] JSTaggedType *ref, in RecordWeakReference() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dobject_type_check_elimination.cpp78 auto ref = inst->GetDataFlowInput(0); in TryEliminateIsInstance() local
129 auto ref = inst->GetDataFlowInput(0); in TryEliminateCheckCast() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/mem/proxy_reference_storage_1/
H A Dtest_proxy_reference_storage_1.cpp48 SharedReference *ref = storage_->CreateETSObjectRef(InteropCtx::Current(), etsObject, jsObj); in CreateReference() local
62 void RemoveReference(SharedReference *ref) in RemoveReference() argument
86 SharedReference *ref = CreateReference(etsObject); in TEST_F() local
102 SharedReference *ref = CreateReference(etsObject); TEST_F() local
129 SharedReference *ref = CreateReference(etsObject); TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dobject_accessor.h167 static void Store(ObjectPointerType *ref, ObjectHeader *val) in Store() argument
172 static void Store(coretypes::TaggedType *ref, ObjectHeader *val) in Store() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dref_updater.h28 bool operator()(ObjectHeader *object, ObjectHeader *ref, uint32_t offset, in operator ()() argument
H A Dg1-evacuate-regions-worker-state.h91 bool IsSameRegion(void *ref, void *obj) const in IsSameRegion() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dpygote_space_allocator_test_base.cpp65 [[maybe_unused]] auto *ref = globalObjectStorage->Add(nonMovableHeader, ark::mem::Reference::ObjectType::GLOBAL); in NonMovableLiveObjectAllocTest() local
92 [[maybe_unused]] auto *ref = globalObjectStorage->Add(nonMovableHeader, ark::mem::Reference::ObjectType::GLOBAL); in NonMovableUnliveObjectAllocTest() local
115 [[maybe_unused]] auto *ref = globalObjectStorage->Add(movableHeader, ark::mem::Reference::ObjectType::GLOBAL); in MovableLiveObjectAllocTest() local
138 [[maybe_unused]] auto *ref = globalObjectStorage->Add(movableHeader, ark::mem::Reference::ObjectType::GLOBAL); in MovableUnliveObjectAllocTest() local
/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
H A Dref_block.cpp36 auto *ref = reinterpret_cast<Reference *>(&refs_[index]); in AddRef() local
41 void RefBlock::Remove(const Reference *ref) in Remove() argument
152 std::cout << ref << " "; PrintBlock() local
[all...]
H A Dreference.h104 static ObjectType GetType(const Reference *ref) in GetType() argument
110 static Reference *SetType(Reference *ref, ObjectType type) in SetType() argument
127 static Reference *GetRefWithoutType(const Reference *ref) in GetRefWithoutType() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dptr.h51 Ptr(Pointer ref, PtrCheckerType<T> checker) : pointer(ref) in Ptr() argument
56 explicit Ptr(T &ref) : pointer(&ref) in Ptr() argument
61 Ptr(T &ref, PtrCheckerType<T> checker) : pointer(&ref) in Ptr() argument
66 explicit Ptr(T &&ref) = delete; member in maple::utils::Ptr
75 explicit Ptr(U &ref) : pointer(&ref) in Ptr() argument
81 Ptr(U &ref, PtrCheckerTyp argument
87 explicit Ptr(U &&ref) = delete; global() member in maple::utils::Ptr
[all...]
H A Dsafe_ptr.h43 SafePtr(T &ref) : base(ref, CheckNothing<T>) {} in SafePtr() argument
45 SafePtr(T &&ref) = delete; member in maple::utils::SafePtr
53 SafePtr(U &ref) : base(ref, CheckNothing<T>) in SafePtr() argument
58 SafePtr(U &&ref) = delete; member in maple::utils::SafePtr
/base/location/frameworks/js/napi/include/
H A Dcallback_manager.h70 auto ref = innerIter->first; in IsCallbackInMap() local
101 auto ref = innerIter->first; in DeleteCallback() local
121 auto ref = innerIter->first; in GetCallbackPtr() local
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_callback.h30 napi_ref ref; member
/base/request/request/frameworks/js/napi/include/upload/
H A Dupload_task_napiV5.h36 napi_ref ref; member
41 napi_ref ref; member
/base/powermgr/power_manager/frameworks/napi/utils/
H A Dnapi_utils.cpp55 void NapiUtils::ReleaseReference(napi_env& env, napi_ref& ref) in ReleaseReference() argument
/base/powermgr/battery_manager/frameworks/napi/src/
H A Dnapi_utils.cpp55 void NapiUtils::ReleaseReference(napi_env& env, napi_ref& ref) in ReleaseReference() argument
/base/powermgr/battery_statistics/frameworks/napi/src/
H A Dnapi_utils.cpp40 void NapiUtils::ReleaseReference(napi_env& env, napi_ref& ref) in ReleaseReference() argument
/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Dscan_callback.h30 napi_ref ref; member
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dlocal_live_view_subscribe.h65 napi_ref ref = nullptr; member
72 napi_ref ref = nullptr; member
/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/
H A Ddlp_link_file.cpp56 bool DlpLinkFile::SubAndCheckZeroRef(int ref) in SubAndCheckZeroRef() argument
/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_parameter_util.h64 napi_status NapiValueConverted(napi_env env, napi_value arg, T *ref) in NapiValueConverted() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_codec_encoder_adapter_wrapper.cpp26 ArkMediaCodecEncoderAdapterWrapper::ArkMediaCodecEncoderAdapterWrapper(ArkWebRefPtr<ArkMediaCodecAdapter> ref) in ArkMediaCodecEncoderAdapterWrapper() argument

Completed in 10 milliseconds

1...<<11121314151617181920>>...59