| /third_party/node/deps/npm/lib/utils/ |
| H A D | sbom-cyclonedx.js | |
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_bld_alpha.c | 49 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 D | c11-atomic.c | 20 void ref(void) in ref() function
|
| /third_party/node/deps/v8/src/heap/cppgc-js/ |
| H A D | unified-heap-marking-state-inl.h | 21 static Object GetObjectForMarking(const TracedReferenceBase& ref) { in GetObjectForMarking() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_zsa.c | 196 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 D | kdf_legacy_kmgmt.c | 53 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 D | lib.rs | 35 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 D | weakrefobject.h | 40 PyWeakReference *ref; in PyWeakref_GET_OBJECT() local
|
| /third_party/opencl-headers/tests/ |
| H A D | test_cl_half.h.c | 27 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 D | kdf_legacy_kmgmt.c | 53 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 D | SkPDFTag.h | 42 SkPDFIndirectReference ref; member
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | RefCounted.h | 64 Ref<T> ref; in AcquireRef() local
|
| H A D | NSRef.h | 94 NSRef<T> ref; in AcquireNSRef() local 118 NSPRef<T> ref; in AcquireNSPRef() local
|
| /third_party/skia/third_party/externals/tint/src/resolver/ |
| H A D | array_accessor_test.cc | 101 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 D | status_internal.h | 57 std::atomic<int32_t> ref; member
|
| /third_party/skia/modules/svg/src/ |
| H A D | SkSVGUse.cpp | 44 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 D | test_signal.rs | 84 static ref SIGNALED: AtomicBool = AtomicBool::new(false); consts
|
| /third_party/skia/bench/ |
| H A D | RefCntBench.cpp | 30 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 D | bench.rs | 150 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 D | deInt32Test.c | 150 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 D | napi_context_common.h | 57 napi_ref ref = nullptr; member
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_ohos_resource_adapter_wrapper.cpp | 24 ArkOhosResourceAdapterWrapper::ArkOhosResourceAdapterWrapper(ArkWebRefPtr<ArkOhosResourceAdapter> ref) : ctocpp_(ref) {} in ArkOhosResourceAdapterWrapper() argument
|
| H A D | ark_aafwk_app_mgr_client_adapter_wrapper.cpp | 25 ArkAafwkAppMgrClientAdapterWrapper::ArkAafwkAppMgrClientAdapterWrapper(ArkWebRefPtr<ArkAafwkAppMgrClientAdapter> ref) in ArkAafwkAppMgrClientAdapterWrapper() argument
|
| H A D | ark_iconsumer_surface_adapter_wrapper.cpp | 25 ArkIConsumerSurfaceAdapterWrapper::ArkIConsumerSurfaceAdapterWrapper(ArkWebRefPtr<ArkIConsumerSurfaceAdapter> ref) in ArkIConsumerSurfaceAdapterWrapper() argument
|
| H A D | ark_media_avsession_adapter_wrapper.cpp | 26 ArkMediaAVSessionAdapterWrapper::ArkMediaAVSessionAdapterWrapper(ArkWebRefPtr<ArkMediaAVSessionAdapter> ref) in ArkMediaAVSessionAdapterWrapper() argument
|