Home
last modified time | relevance | path

Searched defs:get (Results 326 – 350 of 12097) sorted by relevance

1...<<11121314151617181920>>...484

/aosp_15_r20/external/skia/src/base/
H A DSkAutoMalloc.h64 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 DOuterClass.java37 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/
Dassociated_allocator.hpp33 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 DValueProfileCollector.cpp39 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 DInterceptOutputStreams.java42 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 DTypeParameterResolver.kt35 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 DCharBuffer.java80 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/
DByteBufferAsCharBuffer.java158 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/
DHeapCharBuffer.java220 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/
DLauncherPrefs.java107 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/
DHeapCharBuffer.java220 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
DByteBufferAsCharBuffer.java158 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/
DEqualizer.h100 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
DVisualizer.h102 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 Drecord_widgets.ts167 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 DAbstractFuture.java57 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 DHeapCharBuffer.java220 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 DByteBufferAsCharBuffer.java158 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/
Dthat_ptr.hpp42 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 DFileFactory.java96 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 Dtable.lua85 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 DProduced.java55 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/
DConfig.java36 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 DSkRecordPattern.h26 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 DAttributes.cpp64 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

1...<<11121314151617181920>>...484