Home
last modified time | relevance | path

Searched defs:Pointers (Results 1 – 25 of 40) sorted by relevance

12

/external/rust/crates/tokio/src/runtime/task/
Dinject.rs24 struct Pointers { struct
41 pointers: Mutex::new(Pointers { in new() argument
/external/rust/crates/tokio/src/util/
Dlinked_list.rs71 pub(crate) struct Pointers<T> { struct
72 inner: UnsafeCell<PointersInner<T>>, argument
108 unsafe impl<T: Send> Send for Pointers<T> {} implementation
109 unsafe impl<T: Sync> Sync for Pointers<T> {} implementation
295 impl<T> Pointers<T> { implementation
344 impl<T> fmt::Debug for Pointers<T> { implementation
/external/swiftshader/docs/
DReactor.md146 ### Pointers subsection
/external/cronet/base/allocator/partition_allocator/starscan/
Dpcscan_unittest.cc727 struct Pointers { in TEST_F() struct
728 void* super_page; in TEST_F()
729 void* metadata_page; in TEST_F()
730 void* guard_page1; in TEST_F()
731 void* scan_bitmap; in TEST_F()
732 void* guard_page2; in TEST_F()
/external/python/cpython3/Doc/library/
Dctypes.rst704 Pointers section in ctypes tutorial
804 .. _ctypes-type-conversions:
/external/python/cpython2/Doc/library/
Dctypes.rst700 Pointers section in ctypes tutorial
800 .. _ctypes-type-conversions:
/external/python/cpython2/Doc/extending/
Dextending.rst1074 .. _cplusplus:
/external/python/cpython3/Doc/extending/
Dextending.rst1121 .. _cplusplus:
/external/llvm/docs/
DStatepoints.rst256 .. _gc_transition_args:
DAliasAnalysis.rst102 .. _alias:
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/
Dallocation.bench.cpp100 std::vector<void*> Pointers(NumAllocs); in BM_DeallocateOnly() local
/external/pigweed/pw_tokenizer/
Dargument_types_test.cc263 TEST(ArgumentTypesFromC, Pointers) { in TEST() argument
/external/llvm/unittests/Analysis/
DAliasAnalysisTest.cpp48 SetVector<Value *> Pointers; in runOnFunction() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h534 std::vector<const HloInstruction*> Pointers(const Container& container) { in Pointers() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp99 SetVector<Value *> Pointers; in runInternal() local
/external/scudo/standalone/tests/
Dtsd_test.cpp184 static std::set<void *> Pointers; variable
Dprimary_test.cpp154 void *Pointers[NumberOfAllocations]; in SCUDO_TYPED_TEST() local
/external/llvm/lib/Analysis/
DAliasAnalysisEvaluator.cpp101 SetVector<Value *> Pointers; in runInternal() local
/external/llvm/include/llvm/IR/
DDataLayout.h127 PointersTy Pointers; variable
/external/libbrillo/brillo/
Dany_test.cc142 TEST(Any, Pointers) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h160 PointersTy Pointers; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h453 SmallVector<PointerInfo, 2> Pointers; variable
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h449 SmallVector<PointerInfo, 2> Pointers; variable
/external/javassist/src/main/javassist/bytecode/
DCodeIterator.java1013 static class Pointers { class in CodeIterator
1022 Pointers(int cur, int m, int m0, ExceptionTable et, CodeAttribute ca) { in Pointers() method in CodeIterator.Pointers
/external/llvm/lib/Transforms/Scalar/
DDeadStoreElimination.cpp706 SmallVector<Value *, 4> Pointers; in handleEndBlock() local

12