/aosp_15_r20/external/skia/src/base/ |
H A D | SkAutoMalloc.h | 64 void* get() { return fPtr.get(); } in get() function 65 const void* get() const { return fPtr.get(); } in get() function 126 void* get() const { return fPtr; } in get() function
|
/aosp_15_r20/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/dataclass/ |
H A D | OuterClass.java | 37 public int get(int a, long b) { in get() method in OuterClass 53 public int get(int a, long b) { in get() method in OuterClass.InnerClass 67 public int get(int a, long b) { in get() method in OuterClass.StaticInnerClass
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/ |
D | associated_allocator.hpp | 33 static type get(const T&, const E& e) BOOST_ASIO_NOEXCEPT in get() function 45 static type get(const T& t, const E&) BOOST_ASIO_NOEXCEPT in get() function 85 static type get(const T& t, in get() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ValueProfileCollector.cpp | 39 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) {} in get() function in __anonbfdce2260111::PluginChain 51 void get(InstrProfValueKind K, std::vector<CandidateInfo> &Candidates) { in get() function in __anonbfdce2260111::PluginChain 73 ValueProfileCollector::get(InstrProfValueKind Kind) const { in get() function in ValueProfileCollector
|
/aosp_15_r20/external/vogar/test/vogar/testing/ |
H A D | InterceptOutputStreams.java | 42 PrintStream get() { in get() method 53 PrintStream get() { in get() method 63 abstract PrintStream get(); in get() method in InterceptOutputStreams.Stream
|
/aosp_15_r20/external/kotlinpoet/interop/ksp/src/main/kotlin/com/squareup/kotlinpoet/ksp/ |
H A D | TypeParameterResolver.kt | 35 public operator fun get(index: String): TypeVariableName in <lambda>() method 45 …override fun get(index: String): TypeVariableName = throw NoSuchElementException("No TypeParameter… in <lambda>() method 77 override operator fun get(index: String): TypeVariableName = typeParamResolver(index) in toTypeParameterResolver() method
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/ |
H A D | CharBuffer.java | 80 public abstract char get(); in get() method in CharBuffer 84 public abstract char get(int index); in get() method in CharBuffer 90 public java.nio.CharBuffer get(char[] dst, int offset, int length) { in get() method in CharBuffer 94 public java.nio.CharBuffer get(char[] dst) { in get() method in CharBuffer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/ |
D | ByteBufferAsCharBuffer.java | 158 public char get() { in get() method in ByteBufferAsCharBuffer 167 public char get(int i) { in get() method in ByteBufferAsCharBuffer 177 public CharBuffer get(char[] dst, int off, int length) { in get() method in ByteBufferAsCharBuffer 187 public CharBuffer get(int index, char[] dst, int off, int length) { in get() method in ByteBufferAsCharBuffer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/ |
D | HeapCharBuffer.java | 220 public char get() { in get() method in HeapCharBuffer 225 public char get(int i) { in get() method in HeapCharBuffer 237 public CharBuffer get(char[] dst, int offset, int length) { in get() method in HeapCharBuffer 249 public CharBuffer get(int index, char[] dst, int offset, int length) { in get() method in HeapCharBuffer
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/ |
D | LauncherPrefs.java | 107 public abstract <T extends java.lang.Object>T get(@org.jetbrains.annotations.NotNull() in get() method in LauncherPrefs 113 public abstract <T extends java.lang.Object>T get(@org.jetbrains.annotations.NotNull() in get() method in LauncherPrefs 187 public static final com.android.launcher3.LauncherPrefs get(@org.jetbrains.annotations.NotNull() in get() method in LauncherPrefs 230 public final com.android.launcher3.LauncherPrefs get(@org.jetbrains.annotations.NotNull() in get() method in LauncherPrefs.Companion
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/ |
D | HeapCharBuffer.java | 220 public char get() { in get() method in HeapCharBuffer 225 public char get(int i) { in get() method in HeapCharBuffer 237 public CharBuffer get(char[] dst, int offset, int length) { in get() method in HeapCharBuffer 249 public CharBuffer get(int index, char[] dst, int offset, int length) { in get() method in HeapCharBuffer
|
D | ByteBufferAsCharBuffer.java | 158 public char get() { in get() method in ByteBufferAsCharBuffer 167 public char get(int i) { in get() method in ByteBufferAsCharBuffer 177 public CharBuffer get(char[] dst, int off, int length) { in get() method in ByteBufferAsCharBuffer 187 public CharBuffer get(int index, char[] dst, int off, int length) { in get() method in ByteBufferAsCharBuffer
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.effect-V3-ndk-source/gen/include/aidl/android/hardware/audio/effect/ |
D | Equalizer.h | 100 const auto& get() const { in get() function 106 auto& get() { in get() function 311 const auto& get() const { in get() function 317 auto& get() { in get() function
|
D | Visualizer.h | 102 const auto& get() const { in get() function 108 auto& get() { in get() function 243 const auto& get() const { in get() function 249 auto& get() { in get() function
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/ |
H A D | record_widgets.ts | 167 get: Getter<number>; property 257 get: Getter<string[]>; property 321 get: Getter<string>; property 377 get: Getter<string[]>; property
|
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/util/concurrent/super/com/google/common/util/concurrent/ |
H A D | AbstractFuture.java | 57 public final V get() throws InterruptedException, ExecutionException { in get() method in AbstractFuture.TrustedFuture 63 public final V get(long timeout, TimeUnit unit) in get() method in AbstractFuture.TrustedFuture 140 public V get() throws InterruptedException, ExecutionException { in get() method in AbstractFuture 147 public V get(long timeout, TimeUnit unit) in get() method in AbstractFuture
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/ |
H A D | HeapCharBuffer.java | 220 public char get() { in get() method in HeapCharBuffer 225 public char get(int i) { in get() method in HeapCharBuffer 237 public CharBuffer get(char[] dst, int offset, int length) { in get() method in HeapCharBuffer 249 public CharBuffer get(int index, char[] dst, int offset, int length) { in get() method in HeapCharBuffer
|
H A D | ByteBufferAsCharBuffer.java | 158 public char get() { in get() method in ByteBufferAsCharBuffer 167 public char get(int i) { in get() method in ByteBufferAsCharBuffer 177 public CharBuffer get(char[] dst, int off, int length) { in get() method in ByteBufferAsCharBuffer 187 public CharBuffer get(int index, char[] dst, int off, int length) { in get() method in ByteBufferAsCharBuffer
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/functional/invocation/detail/ |
D | that_ptr.hpp | 42 static inline pointee * get(pointee * x) in get() function 48 static inline pointee * get(pointee & x) in get() function 55 static inline pointee * get(T & x) in get() function
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | FileFactory.java | 96 public Directory get() { in get() method in FileFactory.DirectorySupplier 103 public RegularFile get() { in get() method in FileFactory.RegularFileSupplier 117 public SymbolicLink get() { in get() method in FileFactory.SymbolicLinkSupplier
|
/aosp_15_r20/external/bcc/src/lua/bcc/ |
H A D | table.lua | 85 function BaseTable:get(key) function 185 function BaseArray:get(key) function 312 function StackTrace:get(id, resolver) function
|
/aosp_15_r20/external/dagger2/java/dagger/producers/ |
H A D | Produced.java | 55 public abstract T get() throws ExecutionException; in get() method in Produced 90 public T get() { in get() method in Produced.Successful 125 public T get() throws ExecutionException { in get() method in Produced.Failed
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | Config.java | 36 public static synchronized AlbumSetPage get(Context context) { in get() method in Config.AlbumSetPage 87 public static synchronized AlbumPage get(Context context) { in get() method in Config.AlbumPage 112 public static synchronized ManageCachePage get(Context context) { in get() method in Config.ManageCachePage
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRecordPattern.h | 26 type* get() { return fPtr; } in get() function 48 SkPaint* get() { return fPaint; } in get() function 82 SkPaint* get() { return fPaint; } in get() function
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Attributes.cpp | 64 Attribute Attribute::get(LLVMContext &Context, Attribute::AttrKind Kind, in get() function in Attribute 88 Attribute Attribute::get(LLVMContext &Context, StringRef Kind, StringRef Val) { in get() function in Attribute 543 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get() function in AttributeSetNode 713 AttributeSet AttributeSet::get(LLVMContext &C, in get() function in AttributeSet 748 AttributeSet AttributeSet::get(LLVMContext &C, in get() function in AttributeSet 758 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get() function in AttributeSet 805 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get() function in AttributeSet 813 AttributeSet AttributeSet::get(LLVMContext &C, unsigned Index, in get() function in AttributeSet 821 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<AttributeSet> Attrs) { in get() function in AttributeSet
|