Home
last modified time | relevance | path

Searched defs:ref (Results 251 - 275 of 1068) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/node/deps/npm/lib/utils/
H A Dsbom-cyclonedx.js
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) lp_build_alpha_test() argument
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dc11-atomic.c20 void ref(void) in ref() function
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dunified-heap-marking-state-inl.h21 static Object GetObjectForMarking(const TracedReferenceBase& ref) { in GetObjectForMarking() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_zsa.c196 uint32_t ref = cso->alpha_ref_value * 255.0f; in fd6_zsa_state_create() local
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Dkdf_legacy_kmgmt.c53 int ref = 0; in ossl_kdf_data_free() local
68 int ref = 0; in ossl_kdf_data_up_ref() local
/third_party/rust/crates/lazy-static.rs/src/
H A Dlib.rs35 static ref EXAMPLE: u8 = 42; consts
67 static ref HASHMAP: HashMap<u32, &'static str> = { consts
74 static ref COUNT: usize = HASHMAP.len(); consts
75 static ref NUMBER: u32 = times_two(21); consts
[all...]
/third_party/python/Include/cpython/
H A Dweakrefobject.h40 PyWeakReference *ref; in PyWeakref_GET_OBJECT() local
/third_party/opencl-headers/tests/
H A Dtest_cl_half.h.c27 int test_half_to_float(cl_half h, cl_float ref) in test_half_to_float() argument
41 int test_half_from_float(cl_float f, cl_half ref, in test_half_from_float() argument
[all...]
/third_party/openssl/providers/implementations/keymgmt/
H A Dkdf_legacy_kmgmt.c53 int ref = 0; in ossl_kdf_data_free() local
68 int ref = 0; in ossl_kdf_data_up_ref() local
/third_party/skia/src/pdf/
H A DSkPDFTag.h42 SkPDFIndirectReference ref; member
/third_party/skia/third_party/externals/dawn/src/common/
H A DRefCounted.h64 Ref<T> ref; in AcquireRef() local
H A DNSRef.h94 NSRef<T> ref; in AcquireNSRef() local
118 NSPRef<T> ref; in AcquireNSPRef() local
/third_party/skia/third_party/externals/tint/src/resolver/
H A Darray_accessor_test.cc101 auto* ref = TypeOf(acc)->As<sem::Reference>(); in TEST_F() local
117 auto* ref = TypeOf(acc)->As<sem::Reference>(); in TEST_F() local
160 auto* ref = TypeOf(acc)->As<sem::Reference>(); in TEST_F() local
176 auto* ref = TypeOf(acc)->As<sem::Reference>(); in TEST_F() local
193 auto* ref in TEST_F() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/
H A Dstatus_internal.h57 std::atomic<int32_t> ref; member
/third_party/skia/modules/svg/src/
H A DSkSVGUse.cpp44 const auto ref = ctx.findNodeById(fHref); in onRender() local
53 const auto ref = ctx.findNodeById(fHref); in onAsPath() local
62 const auto ref = ctx.findNodeById(fHref); in onObjectBoundingBox() local
/third_party/rust/crates/nix/test/sys/
H A Dtest_signal.rs84 static ref SIGNALED: AtomicBool = AtomicBool::new(false); consts
/third_party/skia/bench/
H A DRefCntBench.cpp30 SkRefCnt ref; variable
65 PlacedRefCnt* ref = new (memory) PlacedRefCnt(); variable
91 SkRefCnt* ref variable
119 SkWeakRefCnt ref; global() variable
151 PlacedWeakRefCnt* ref = new (memory) PlacedWeakRefCnt(); global() variable
177 SkWeakRefCnt* ref = new SkWeakRefCnt(); global() variable
[all...]
/third_party/rust/crates/regex/bench/src/
H A Dbench.rs150 static ref RE: Mutex<Regex> = Mutex::new($re); consts
151 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack)); consts
188 static ref RE: Mutex<Regex> = Mutex::new(regex!($pattern)); consts
189 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack)); consts
221 static ref RE: Mutex<Regex> = Mutex::new($pattern); consts
222 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack)); consts
244 static ref RE: Mutex<RegexSet> = Mutex::new($re); consts
245 static ref TEXT: Mutex<Text> = Mutex::new(text!($haystack)); consts
272 static ref RE: Mutex<RegexSet> = Mutex::new($re); consts
273 static ref TEX consts
[all...]
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeInt32Test.c150 deUint32 ref = (deUint32)(((1.0f / (double)val) * (double)(1<<DE_RCP_FRAC_BITS)) * (double)(1u<<numBits)); in deInt32_selfTest() local
/base/security/access_token/interfaces/kits/js/napi/privacy/include/
H A Dnapi_context_common.h57 napi_ref ref = nullptr; member
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_ohos_resource_adapter_wrapper.cpp24 ArkOhosResourceAdapterWrapper::ArkOhosResourceAdapterWrapper(ArkWebRefPtr<ArkOhosResourceAdapter> ref) : ctocpp_(ref) {} in ArkOhosResourceAdapterWrapper() argument
H A Dark_aafwk_app_mgr_client_adapter_wrapper.cpp25 ArkAafwkAppMgrClientAdapterWrapper::ArkAafwkAppMgrClientAdapterWrapper(ArkWebRefPtr<ArkAafwkAppMgrClientAdapter> ref) in ArkAafwkAppMgrClientAdapterWrapper() argument
H A Dark_iconsumer_surface_adapter_wrapper.cpp25 ArkIConsumerSurfaceAdapterWrapper::ArkIConsumerSurfaceAdapterWrapper(ArkWebRefPtr<ArkIConsumerSurfaceAdapter> ref) in ArkIConsumerSurfaceAdapterWrapper() argument
H A Dark_media_avsession_adapter_wrapper.cpp26 ArkMediaAVSessionAdapterWrapper::ArkMediaAVSessionAdapterWrapper(ArkWebRefPtr<ArkMediaAVSessionAdapter> ref) in ArkMediaAVSessionAdapterWrapper() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...43