Home
last modified time | relevance | path

Searched defs:ref (Results 426 - 450 of 1453) sorted by relevance

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

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCacheValue.java132 private volatile Reference<V> ref; // volatile for unsynchronized get() field in CacheValue.SoftValue
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dletrperf.cpp50 void time_obj(void * ref) { in time_obj() argument
60 void time_obj2(void * ref) { in time_obj2() argument
71 void time_letr1(void * ref) { in time_letr1() argument
92 void time_letr2(void * ref) { in time_letr2() argument
112 time_letr3(void * ref) time_letr3() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCacheValue.java135 private volatile Reference<V> ref; // volatile for unsynchronized get() field in CacheValue.SoftValue
/third_party/libwebsockets/lib/core/
H A Dlws_dll2.c265 uint8_t *ref = ((uint8_t *)p) - dll2_ofs; in _lws_dll2_search_sz_pl() local
/third_party/mesa3d/src/compiler/nir/tests/
H A Dalgebraic_tests.cpp88 int32_t ref = nir_src_as_int(ref_instr->src[1]); in test_op() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.h35 struct pipe_screen *hal, *ref; member
/third_party/mesa3d/src/hgl/
H A DGLRendererRoster.cpp156 entry_ref ref; in AddPath() local
198 GLRendererRoster::CreateRenderer(const entry_ref& ref) in CreateRenderer() argument
177 AddRenderer(InstantiateRenderer entry, image_id image, const entry_ref* ref, ino_t node) AddRenderer() argument
[all...]
/third_party/node/test/js-native-api/test_reference_double_free/
H A Dtest_reference_double_free.c9 napi_ref* ref = data; in Destructor() local
15 napi_ref* ref = data; in NoDeleteDestructor() local
28 napi_ref* ref = malloc(sizeof(*ref)); in New() local
58 napi_ref ref; DeleteImmediately() local
[all...]
/third_party/node/test/node-api/test_async_cleanup_hook/
H A Dbinding.c55 napi_ref* ref = data; in ObjectFinalizer() local
62 napi_ref* ref = malloc(sizeof(*ref)); in CreateObjectWrap() local
/third_party/musl/src/thread/
H A Dpthread_cond_timedwait.c179 volatile int ref = 0; in __private_cond_signal() local
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_cond_timedwait.c225 volatile int ref = 0; in __private_cond_signal() local
/third_party/node/deps/v8/src/compiler/
H A Djs-graph.cc50 Node* JSGraph::Constant(const ObjectRef& ref) { in Constant() argument
[all...]
/third_party/node/deps/v8/include/
H A Dv8-cppgc.h169 void Trace(const TracedReferenceBase& ref) { in Trace() argument
177 virtual void Visit(const TracedReferenceBase& ref) {} in Visit() argument
/third_party/node/deps/v8/include/v8-include/
H A Dv8-cppgc.h191 void Trace(const TracedReferenceBase& ref) { in Trace() argument
199 virtual void Visit(const TracedReferenceBase& ref) {} in Visit() argument
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target_nvc0.cpp446 const ValueRef& ref = insn->src(s); in insnCanLoadOffset() local
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c74 const struct pipe_stencil_ref ref = { {1} }; in pp_jimenezmlaa_run() local
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkdf_meth.c23 int ref = 0; in evp_kdf_up_ref() local
32 int ref = 0; in evp_kdf_free() local
/third_party/rust/crates/lazy-static.rs/tests/
H A Dtest.rs7 pub static ref NUMBER: u32 = times_two(3); consts
9 static ref ARRAY_BOXES: [Box<u32>; 3] = [Box::new(1), Box::new(2), Box::new(3)]; consts
14 pub static ref STRING: String = "hello".to_string(); consts
16 static ref HASHMAP: HashMap<u32, &'static str> = { consts
25 static ref UNSAFE: u32 = unsafe { consts
31 static ref S1: &'static str = "a"; consts
32 static ref S2: &'static str = "b"; consts
35 static ref S3: String = [*S1, *S2].join(""); consts
77 pub static ref FOO: Box<u32> = Box::new(0); consts
78 static ref BA consts
105 pub static ref VAR: i32 = { 0 }; global() consts
121 static ref ITEM_NAME_TEST: X = { global() consts
144 static ref PRE_INIT: () = { global() consts
158 static ref LIFETIME_NAME: for<'a> fn(&'a u8) = { fn f(_: &u8) {} f }; global() consts
[all...]
/third_party/openssl/crypto/evp/
H A Dkdf_meth.c23 int ref = 0; in evp_kdf_up_ref() local
32 int ref = 0; in evp_kdf_free() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DUse.cpp42 const UserRef *ref = reinterpret_cast<const UserRef *>(End); in getUser() local
/third_party/skia/src/gpu/
H A DGrGpuResourceCacheAccess.h24 void ref() { fResource->addInitialRef(); } in ref() function in GrGpuResource::CacheAccess
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DLRUCache.hpp46 Key **ref; member in sw::LRUCache
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
H A DValue.hpp81 Reference(const T &ref) in Reference() argument
88 T const &ref; member in vk::dbg::Reference
/third_party/openssl/test/
H A Dbio_enc_test.c43 unsigned char out[BUF_SIZE], ref[BUF_SIZE]; in do_bio_cipher() local
[all...]
/third_party/skia/src/pdf/
H A DSkPDFGraphicState.cpp71 SkPDFIndirectReference ref = doc->emit(state); in GetGraphicStateForPaint() local
97 SkPDFIndirectReference ref = doc->emit(state); in GetGraphicStateForPaint() local

Completed in 15 milliseconds

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