/aosp12/art/runtime/ |
H A D | handle.h | 34 template<class T> class Handle; variable 51 Handle() : reference_(nullptr) { in Handle() function 60 ALWAYS_INLINE Handle(const Handle<Type>& other) : reference_(other.reference_) { in Handle() function 63 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { in Handle() function 117 explicit Handle(StackReference<S>* reference) in Handle() function 121 explicit Handle(const Handle<S>& handle) in Handle() function 129 template<class S> friend class Handle; variable
|
H A D | handle_scope.h | 31 template<class T> class Handle; variable
|
/aosp12/packages/modules/Virtualization/authfs/src/ |
H A D | fusefs.rs | 46 type Handle = u64; typedef 188 type Handle = Handle; typedef 233 _handle: Option<Handle>, in getattr() 256 ) -> io::Result<(Option<Self::Handle>, fuse::sys::OpenOptions)> { in open() 280 _handle: Handle, in read() 312 _handle: Self::Handle, in write() 335 _handle: Option<Handle>, in setattr()
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | font_rendering.h | 38 Handle() : handle_(nullptr) {} in Handle() function 39 explicit Handle(T handle) : handle_(handle) {} in Handle() function 43 Handle(Handle&& other) { in Handle() function
|
/aosp12/packages/modules/Virtualization/zipfuse/src/ |
H A D | main.rs | 99 type Handle = u64; typedef 152 type Handle = Handle; typedef 180 _handle: Option<Self::Handle>, in getattr() 191 ) -> io::Result<(Option<Self::Handle>, fuse::filesystem::OpenOptions)> { in open() 224 _handle: Self::Handle, in release() 248 handle: Self::Handle, in read() 272 ) -> io::Result<(Option<Self::Handle>, fuse::filesystem::OpenOptions)> { in opendir() 298 _handle: Self::Handle, in releasedir() 316 _handle: Self::Handle, in readdir()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_class_loader.h | 47 template <class MirrorType> class Handle; variable
|
/aosp12/art/runtime/mirror/ |
H A D | stack_trace_element.h | 24 template<class T> class Handle; variable
|
H A D | array.h | 31 template<class T> class Handle; variable
|
H A D | string.h | 31 template<class T> class Handle; variable
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | Handle.h | 51 constexpr Handle(const T& value) : mValue(value) {} in Handle() function
|
/aosp12/art/compiler/ |
H A D | common_compiler_test.h | 43 template<class T> class Handle; variable
|
H A D | compiler.h | 45 template<class T> class Handle; variable
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | WebViewFunctorManager.h | 66 Handle(WebViewFunctor& ref) : mReference(ref) {} in Handle() function
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | SystemProperties.java | 347 public static final class Handle { class in SystemProperties 379 private Handle(long nativeHandle) { in Handle() method in SystemProperties.Handle
|
/aosp12/system/iorap/src/perfetto/ |
H A D | perfetto_consumer.h | 34 using Handle = ::perfetto::consumer::Handle; member
|
/aosp12/art/test/906-iterate-heap/ |
H A D | iterate_heap.cc | 87 jint Handle(jlong class_tag ATTRIBUTE_UNUSED, in Java_art_Test906_iterateThroughHeapCount() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapCount::CountIterationConfig 123 jint Handle(jlong class_tag, jlong size, jlong* tag_ptr, jint length) override { in Java_art_Test906_iterateThroughHeapData() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapData::DataIterationConfig 164 jint Handle(jlong class_tag ATTRIBUTE_UNUSED, in Java_art_Test906_iterateThroughHeapAdd() function in art::Test906IterateHeap::Java_art_Test906_iterateThroughHeapAdd::AddIterationConfig
|
/aosp12/system/chre/chpp/ |
H A D | README.md | 179 ### Handle subsection
|
/aosp12/hardware/qcom/display/msm8996/sdm/include/utils/ |
H A D | constants.h | 76 typedef void * Handle; typedef
|
/aosp12/hardware/qcom/display/msm8909/sdm/include/utils/ |
H A D | constants.h | 79 typedef void * Handle; typedef
|
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/utils/ |
H A D | constants.h | 79 typedef void * Handle; typedef
|
/aosp12/hardware/qcom/display/msm8998/sdm/include/utils/ |
H A D | constants.h | 80 typedef void * Handle; typedef
|
/aosp12/hardware/qcom/sdm845/display/sdm/include/utils/ |
H A D | constants.h | 85 typedef void * Handle; typedef
|
/aosp12/hardware/qcom/sm8150/display/sdm/include/utils/ |
H A D | constants.h | 89 typedef void * Handle; typedef
|
/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | Types.h | 624 struct Handle { struct 629 using SharedHandle = std::shared_ptr<const Handle>; argument 647 using Handle = std::unique_ptr<AHardwareBuffer, Deleter>; member
|
/aosp12/hardware/qcom/sm7250/display/sdm/include/utils/ |
H A D | constants.h | 89 typedef void * Handle; typedef
|