/aosp_15_r20/external/guice/core/src/com/google/inject/ |
H A D | Key.java | 208 static <T> Key<T> get(Class<T> type, AnnotationStrategy annotationStrategy) { in get() method in Key 213 public static <T> Key<T> get(Class<T> type) { in get() method in Key 218 public static <T> Key<T> get(Class<T> type, Class<? extends Annotation> annotationType) { in get() method in Key 223 public static <T> Key<T> get(Class<T> type, Annotation annotation) { in get() method in Key 228 public static Key<?> get(Type type) { in get() method in Key 233 public static Key<?> get(Type type, Class<? extends Annotation> annotationType) { in get() method in Key 238 public static Key<?> get(Type type, Annotation annotation) { in get() method in Key 243 public static <T> Key<T> get(TypeLiteral<T> typeLiteral) { in get() method in Key 248 public static <T> Key<T> get( in get() method in Key 254 public static <T> Key<T> get(TypeLiteral<T> typeLiteral, Annotation annotation) { in get() method in Key
|
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/ |
H A D | TypeVariableName.java | 88 public static TypeVariableName get(String name) { in get() method in TypeVariableName 93 public static TypeVariableName get(String name, TypeName... bounds) { in get() method in TypeVariableName 98 public static TypeVariableName get(String name, Type... bounds) { in get() method in TypeVariableName 103 public static TypeVariableName get(TypeVariable mirror) { in get() method in TypeVariableName 115 static TypeVariableName get( in get() method in TypeVariableName 135 public static TypeVariableName get(TypeParameterElement element) { in get() method in TypeVariableName 148 public static TypeVariableName get(java.lang.reflect.TypeVariable<?> type) { in get() method in TypeVariableName 153 static TypeVariableName get(java.lang.reflect.TypeVariable<?> type, in get() method in TypeVariableName
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/ |
H A D | ObjectInputStream.java | 598 public abstract boolean get(java.lang.String name, boolean val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 600 public abstract byte get(java.lang.String name, byte val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 602 public abstract char get(java.lang.String name, char val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 604 public abstract short get(java.lang.String name, short val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 606 public abstract int get(java.lang.String name, int val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 608 public abstract long get(java.lang.String name, long val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 610 public abstract float get(java.lang.String name, float val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 612 public abstract double get(java.lang.String name, double val) throws java.io.IOException; in get() method in ObjectInputStream.GetField 614 public abstract java.lang.Object get(java.lang.String name, java.lang.Object val) in get() method in ObjectInputStream.GetField 633 public boolean get(java.lang.String name, boolean val) throws java.io.IOException { in get() method in ObjectInputStream.GetFieldImpl [all …]
|
/aosp_15_r20/developers/build/lib/ |
HD | buildSrc.jar | ... synthetic java.lang.Object this$dist$get$5 (java.lang.String)
String ... |
/aosp_15_r20/out/soong/.intermediates/external/kotlinpoet/kotlinpoet/linux_glibc_common/kotlin_headers/ |
D | kotlinpoet.jar | ... com/squareup/kotlinpoet/AnnotationSpec$Companion$get$$inlined$sortedBy$1.class
Comparisons ... |
/aosp_15_r20/external/kotlinx.coroutines/benchmarks/src/jmh/kotlin/benchmarks/flow/scrabble/ |
H A D | ShakespearePlaysScrabble.kt | 15 fun get(): Long { in play() method 31 fun get(): Long in get() method 35 override fun get(): Long = [email protected]() + 1L in get() method 41 override fun get(): Long = [email protected]() + other.get() in add() method 48 override fun get(): Long = 0L in zero() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 180 static nil_t get(TupleT const&) { return nil_t(); } in get() function 191 static rtype get(TupleT& t) { return t.a; } in get() function 192 static crtype get(TupleT const& t) { return t.a; } in get() function 203 static rtype get(TupleT& t) { return t.b; } in get() function 204 static crtype get(TupleT const& t) { return t.b; } in get() function 215 static rtype get(TupleT& t) { return t.c; } in get() function 216 static crtype get(TupleT const& t) { return t.c; } in get() function 228 static rtype get(TupleT& t) { return t.d; } in get() function 229 static crtype get(TupleT const& t) { return t.d; } in get() function 240 static rtype get(TupleT& t) { return t.e; } in get() function [all …]
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/ |
H A D | no_destructor.h | 99 const T* get() const { return storage_.get(); } in get() function 100 T* get() { return storage_.get(); } in get() function 110 const T* get() const { return &storage_; } in get() function 111 T* get() { return &storage_; } in get() function 125 const T* get() const { return const_cast<PlacementStorage*>(this)->get(); } in get() function 126 T* get() { return reinterpret_cast<T*>(storage_); } in get() function
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/base/ |
H A D | no_destructor.h | 145 absl::Nonnull<T*> get() { return impl_.get(); } in get() function 148 absl::Nonnull<const T*> get() const { return impl_.get(); } in get() function 156 absl::Nonnull<const T*> get() const { return &value_; } in get() function 157 absl::Nonnull<T*> get() { return &value_; } in get() function 169 absl::Nonnull<const T*> get() const { in get() function 172 absl::Nonnull<T*> get() { return Launder(reinterpret_cast<T*>(&space_)); } in get() function
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/base/ |
H A D | no_destructor.h | 139 absl::Nonnull<T*> get() { return impl_.get(); } in get() function 142 absl::Nonnull<const T*> get() const { return impl_.get(); } in get() function 150 absl::Nonnull<const T*> get() const { return &value_; } in get() function 151 absl::Nonnull<T*> get() { return &value_; } in get() function 163 absl::Nonnull<const T*> get() const { in get() function 166 absl::Nonnull<T*> get() { return Launder(reinterpret_cast<T*>(&space_)); } in get() function
|
/aosp_15_r20/external/abseil-cpp/absl/base/ |
H A D | no_destructor.h | 139 absl::Nonnull<T*> get() { return impl_.get(); } in get() function 142 absl::Nonnull<const T*> get() const { return impl_.get(); } in get() function 150 absl::Nonnull<const T*> get() const { return &value_; } in get() function 151 absl::Nonnull<T*> get() { return &value_; } in get() function 163 absl::Nonnull<const T*> get() const { in get() function 166 absl::Nonnull<T*> get() { return Launder(reinterpret_cast<T*>(&space_)); } in get() function
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerOverridesLib/android_common/repackaged-jarjar/javac/ |
D | ThemePickerOverridesLib.jar | ... .shared.settings.data.repository.SystemSettingsRepository get ()
public static com.android.wallpaper. ... |
/aosp_15_r20/out/soong/.intermediates/packages/apps/ThemePicker/ThemePickerOverridesLib/android_common/javac/ |
D | ThemePickerOverridesLib.jar | ... .android.systemui.shared.clocks.ClockRegistry get ()
public static com.android.wallpaper. ... |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/ast/ |
D | variant.hpp | 81 T& get() BOOST_NOEXCEPT { return *get_pointer(); } in get() function in boost::spirit::x3::forward_ast 82 const T& get() const BOOST_NOEXCEPT { return *get_pointer(); } in get() function in boost::spirit::x3::forward_ast 212 variant_type const& get() const BOOST_NOEXCEPT in get() function 217 variant_type& get() BOOST_NOEXCEPT in get() function 238 get(boost::spirit::x3::variant<Types...> const& x) BOOST_NOEXCEPT in get() function 245 get(boost::spirit::x3::variant<Types...>& x) BOOST_NOEXCEPT in get() function 252 get(boost::spirit::x3::variant<Types...> const* x) BOOST_NOEXCEPT in get() function 259 get(boost::spirit::x3::variant<Types...>* x) BOOST_NOEXCEPT in get() function
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectLibrary/android_common_apex34/javac/ |
D | HealthConnectLibrary.jar | ... .android.healthconnect.controller.autodelete.AutoDeleteViewModel get ()
public static com.android.healthconnect. ... |
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | kms_getfb.c | 145 struct drm_mode_fb_cmd get = { .fb_id = 0 }; in test_handle_input() local 150 struct drm_mode_fb_cmd get = { .fb_id = add.fb_id }; in test_handle_input() local 162 struct drm_mode_fb_cmd get = { .fb_id = add.fb_id }; in test_handle_input() local 168 struct drm_mode_fb_cmd get = { .fb_id = get_any_prop_id(fd) }; in test_handle_input() local 193 struct drm_mode_fb_cmd get = { .fb_id = add.fb_id }; in test_duplicate_handles() local 214 struct drm_mode_fb_cmd get = { }; in test_duplicate_handles() local
|
/aosp_15_r20/development/samples/SampleSyncAdapter/samplesyncadapter_server/ |
H A D | dashboard.py | 79 def get(self): member in ContactInsertPage 101 def get(self): member in ContactEditPage 124 def get(self): member in ContactDeletePage 141 def get(self): member in AvatarEditPage 169 def get(self): member in AvatarViewPage 184 def get(self): member in ContactsListPage
|
/aosp_15_r20/tools/security/gdb/gdb_json_printer/test_examples/ |
H A D | objects2.cpp | 29 virtual int get() override { return b; } in get() function in Foo1 36 virtual int get() override { return c; } in get() function in Foo2 41 virtual int get() override { return d; } in get() function in Foo3 46 virtual int get() override { return b; } in get() function in Foo4 53 virtual int get() override { return c; } in get() function in Foo5 58 virtual int get() override { return d; } in get() function in Foo6
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/unfold/SystemUIUnfoldLib/android_common/javac/ |
D | SystemUIUnfoldLib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Constants.cpp | 547 ConstantInt *ConstantInt::get(LLVMContext &Context, const APInt &V) { in get() function in ConstantInt 560 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt 570 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt 582 Constant *ConstantInt::get(Type *Ty, const APInt& V) { in get() function in ConstantInt 594 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, uint8_t radix) { in get() function in ConstantInt 625 Constant *ConstantFP::get(Type *Ty, double V) { in get() function in ConstantFP 642 Constant *ConstantFP::get(Type *Ty, StringRef Str) { in get() function in ConstantFP 687 ConstantFP* ConstantFP::get(LLVMContext &Context, const APFloat& V) { in get() function in ConstantFP 892 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { in get() function in ConstantArray 953 Constant *ConstantStruct::get(StructType *ST, ArrayRef<Constant*> V) { in get() function in ConstantStruct [all …]
|
/aosp_15_r20/external/guice/extensions/dagger-adapter/lib/ |
HD | dagger-2.4.jar | ... .Object {
public abstract java.lang.Object get ()
}
dagger/MapKey.class
MapKey. ... |
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/manager/ |
H A D | RequestManagerRetriever.java | 55 public static RequestManagerRetriever get() { in get() method in RequestManagerRetriever 81 public RequestManager get(Context context) { in get() method in RequestManagerRetriever 97 public RequestManager get(FragmentActivity activity) { in get() method in RequestManagerRetriever 107 public RequestManager get(Fragment fragment) { in get() method in RequestManagerRetriever 123 public RequestManager get(Activity activity) { in get() method in RequestManagerRetriever 141 public RequestManager get(android.app.Fragment fragment) { in get() method in RequestManagerRetriever
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/ |
D | extended_variant.hpp | 98 variant_type const& get() const in get() function 103 variant_type& get() in get() function 122 get(boost::spirit::extended_variant< in get() function 130 get(boost::spirit::extended_variant< in get() function 138 get(boost::spirit::extended_variant< in get() function 146 get(boost::spirit::extended_variant< in get() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
D | date_facet.hpp | 553 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet 561 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet 569 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet 578 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet 586 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet 594 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet 642 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet 650 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet 658 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet 667 InItrT get(InItrT& from, in get() function in boost::date_time::date_input_facet [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Type.cpp | 313 IntegerType *IntegerType::get(LLVMContext &C, unsigned NumBits) { in get() function in IntegerType 363 FunctionType *FunctionType::get(Type *ReturnType, in get() function in FunctionType 389 FunctionType *FunctionType::get(Type *Result, bool isVarArg) { in get() function in FunctionType 408 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, in get() function in StructType 522 StructType *StructType::get(LLVMContext &Context, bool isPacked) { in get() function in StructType 640 ArrayType *ArrayType::get(Type *ElementType, uint64_t NumElements) { in get() function in ArrayType 670 VectorType *VectorType::get(Type *ElementType, ElementCount EC) { in get() function in VectorType 686 FixedVectorType *FixedVectorType::get(Type *ElementType, unsigned NumElts) { in get() function in FixedVectorType 707 ScalableVectorType *ScalableVectorType::get(Type *ElementType, in get() function in ScalableVectorType 729 PointerType *PointerType::get(Type *EltTy, unsigned AddressSpace) { in get() function in PointerType [all …]
|