| /third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
| H A D | RefCountedTests.cpp | 401 Ref<RCTest> ref; in TEST() local
|
| /third_party/vk-gl-cts/modules/internal/ |
| H A D | ditSRGB8ConversionTest.cpp | 55 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 D | deCommandLine.c | 164 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 D | parallel_marker.h | 85 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 D | object_type_check_elimination.cpp | 78 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 D | test_proxy_reference_storage_1.cpp | 48 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 D | object_accessor.h | 167 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 D | ref_updater.h | 28 bool operator()(ObjectHeader *object, ObjectHeader *ref, uint32_t offset, in operator ()() argument
|
| H A D | g1-evacuate-regions-worker-state.h | 91 bool IsSameRegion(void *ref, void *obj) const in IsSameRegion() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | pygote_space_allocator_test_base.cpp | 65 [[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 D | ref_block.cpp | 36 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 D | reference.h | 104 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 D | ptr.h | 51 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 D | safe_ptr.h | 43 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 D | callback_manager.h | 70 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 D | print_callback.h | 30 napi_ref ref; member
|
| /base/request/request/frameworks/js/napi/include/upload/ |
| H A D | upload_task_napiV5.h | 36 napi_ref ref;
member 41 napi_ref ref;
member
|
| /base/powermgr/power_manager/frameworks/napi/utils/ |
| H A D | napi_utils.cpp | 55 void NapiUtils::ReleaseReference(napi_env& env, napi_ref& ref) in ReleaseReference() argument
|
| /base/powermgr/battery_manager/frameworks/napi/src/ |
| H A D | napi_utils.cpp | 55 void NapiUtils::ReleaseReference(napi_env& env, napi_ref& ref) in ReleaseReference() argument
|
| /base/powermgr/battery_statistics/frameworks/napi/src/ |
| H A D | napi_utils.cpp | 40 void NapiUtils::ReleaseReference(napi_env& env, napi_ref& ref) in ReleaseReference() argument
|
| /base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/ |
| H A D | scan_callback.h | 30 napi_ref ref; member
|
| /base/notification/distributed_notification_service/frameworks/js/napi/include/ |
| H A D | local_live_view_subscribe.h | 65 napi_ref ref = nullptr; member 72 napi_ref ref = nullptr; member
|
| /base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/ |
| H A D | dlp_link_file.cpp | 56 bool DlpLinkFile::SubAndCheckZeroRef(int ref) in SubAndCheckZeroRef() argument
|
| /base/telephony/core_service/frameworks/js/napi/ |
| H A D | napi_parameter_util.h | 64 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 D | ark_media_codec_encoder_adapter_wrapper.cpp | 26 ArkMediaCodecEncoderAdapterWrapper::ArkMediaCodecEncoderAdapterWrapper(ArkWebRefPtr<ArkMediaCodecAdapter> ref) in ArkMediaCodecEncoderAdapterWrapper() argument
|