Home
last modified time | relevance | path

Searched defs:ref (Results 401 - 425 of 1378) sorted by relevance

1...<<11121314151617181920>>...56

/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
H A DSkPDFResourceDict.cpp68 resources->insertRef(resource(type, ref.fValue), ref); in add_subdict() local
/third_party/skia/src/sksl/analysis/
H A DSkSLProgramUsage.cpp62 const VariableReference& ref = e.as<VariableReference>(); variable
/third_party/python/Modules/
H A D_scproxy.c18 cfstring_to_pystring(CFStringRef ref) in cfstring_to_pystring() argument
/third_party/skia/tools/fonts/
H A DTestFontMgr.cpp116 sk_sp<SkFontStyleSet> ref = fFamilies[index]; variable
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DRefBaseTests.cpp140 Ref ref; in TEST() local
184 Ref ref; TEST() local
218 Ref ref; TEST() local
270 Ref ref; TEST() local
285 Ref ref; TEST() local
297 Ref ref; TEST() local
[all...]
/third_party/skia/modules/svg/src/
H A DSkSVGGradient.cpp46 const auto ref = ctx.findNodeById(fHref); in collectColorStops() local
/third_party/rust/crates/nix/test/
H A Dtest.rs86 pub static ref CWD_LOCK: RwLock<()> = RwLock::new(()); consts
89 pub static ref FORK_MTX: Mutex<()> = Mutex::new(()); consts
92 pub static ref GROUPS_MTX: Mutex<()> = Mutex::new(()); consts
94 pub static ref KMOD_MTX: Mutex<()> = Mutex::new(()); consts
96 pub static ref PTSNAME_MTX: Mutex<()> = Mutex::new(()); consts
98 pub static ref SIGNAL_MTX: Mutex<()> = Mutex::new(()); consts
/third_party/rust/crates/regex/src/
H A Dlib.rs70 static ref RE: Regex = Regex::new("...").unwrap(); in some_helper_function() consts

Completed in 10 milliseconds

1...<<11121314151617181920>>...56