/aosp_15_r20/external/ComputeLibrary/tests/ |
H A D | AssetsLibrary.cpp | 471 const RawTensor &AssetsLibrary::get(const std::string &name) const in get() function in arm_compute::test::AssetsLibrary 477 RawTensor AssetsLibrary::get(const std::string &name) in get() function in arm_compute::test::AssetsLibrary 483 RawTensor AssetsLibrary::get(const std::string &name, DataType data_type, int num_channels) const in get() function in arm_compute::test::AssetsLibrary 490 const RawTensor &AssetsLibrary::get(const std::string &name, Format format) const in get() function in arm_compute::test::AssetsLibrary 495 RawTensor AssetsLibrary::get(const std::string &name, Format format) in get() function in arm_compute::test::AssetsLibrary 500 const RawTensor &AssetsLibrary::get(const std::string &name, Channel channel) const in get() function in arm_compute::test::AssetsLibrary 505 RawTensor AssetsLibrary::get(const std::string &name, Channel channel) in get() function in arm_compute::test::AssetsLibrary 510 const RawTensor &AssetsLibrary::get(const std::string &name, Format format, Channel channel) const in get() function in arm_compute::test::AssetsLibrary 515 RawTensor AssetsLibrary::get(const std::string &name, Format format, Channel channel) in get() function in arm_compute::test::AssetsLibrary
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
D | variadic_templates_tools.hpp | 111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() function in boost::container::dtl::get_impl 112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() function in boost::container::dtl::get_impl 121 static type get(tuple<Head, Values...>& t) { return t.head(); } in get() function in boost::container::dtl::get_impl 122 static const_type get(const tuple<Head, Values...>& t){ return t.head(); } in get() function in boost::container::dtl::get_impl 126 typename get_impl<I, tuple<Values...> >::type get(tuple<Values...>& t) in get() function 130 typename get_impl<I, tuple<Values...> >::const_type get(const tuple<Values...>& t) in get() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/fallible-streaming-iterator/src/ |
D | lib.rs | 45 fn get(&self) -> Option<&Self::Item>; in get() method 319 fn get(&self) -> Option<&I::Item> { in get() function 348 fn get(&self) -> Option<&I::Item> { in get() function 396 fn get(&self) -> Option<&T> { in get() function 439 fn get(&self) -> Option<&T> { in get() method 481 fn get(&self) -> Option<&I::Item> { in get() function 538 fn get(&self) -> Option<&I::Item> { in get() function 605 fn get(&self) -> Option<&B> { in get() function 647 fn get(&self) -> Option<&B> { in get() function 688 fn get(&self) -> Option<&I::Item> { in get() function [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 84 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get() function in BitsRecTy 157 RecordRecTy *RecordRecTy::get(ArrayRef<Record *> UnsortedClasses) { in get() function in RecordRecTy 298 UnsetInit *UnsetInit::get() { in get() function in UnsetInit 311 BitInit *BitInit::get(bool V) { in get() function in BitInit 342 BitsInit *BitsInit::get(ArrayRef<Init *> Range) { in get() function in BitsInit 460 IntInit *IntInit::get(int64_t V) { in get() function in IntInit 517 CodeInit *CodeInit::get(StringRef V, const SMLoc &Loc) { in get() function in CodeInit 533 StringInit *StringInit::get(StringRef V) { in get() function in StringInit 570 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) { in get() function in ListInit 693 UnOpInit *UnOpInit::get(UnaryOp Opc, Init *LHS, RecTy *Type) { in get() function in UnOpInit [all …]
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/HealthFitness/apk/HealthConnectPermissionsApis/android_common_apex34/turbine/ |
D | HealthConnectPermissionsApis.jar | ... .healthconnect.controller.permissions.api.GetGrantedHealthPermissionsUseCase get ()
public static com.android.healthconnect. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/unfold/SystemUIUnfoldLib/android_common/turbine/ |
D | SystemUIUnfoldLib.jar | com/android/systemui/unfold/progress/IUnfoldAnimation$Default.class
<Unknown>
package ... |
/aosp_15_r20/frameworks/av/media/codec2/tests/ |
H A D | C2SampleComponent_test.cpp | 223 int32_t get(const C2FieldSupportedValues::Primitive &p, int32_t*) { in get() function 226 int64_t get(const C2FieldSupportedValues::Primitive &p, int64_t*) { in get() function 229 uint32_t get(const C2FieldSupportedValues::Primitive &p, uint32_t*) { in get() function 232 uint64_t get(const C2FieldSupportedValues::Primitive &p, uint64_t*) { in get() function 235 float get(const C2FieldSupportedValues::Primitive &p, float*) { in get() function 242 typename std::underlying_type<E>::type get(const C2FieldSupportedValues::Primitive &p, E*) { in get() function 259 typename lax_underlying_type<E>::type get( in get() function
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/reflect/ |
D | repeated.rs | 10 fn get(&self, index: usize) -> &dyn ProtobufValue; in get() method 24 fn get(&self, index: usize) -> &dyn ProtobufValue { in get() method 41 fn get(&self, index: usize) -> &dyn ProtobufValue { in get() method 57 fn get(&self, index: usize) -> &dyn ProtobufValue { in get() method 102 fn get(&self, index: usize) -> ReflectValueRef<'a>; in get() method 108 fn get(&self, index: usize) -> ReflectValueRef<'a>; in get() method 144 fn get(&self, index: usize) -> ReflectValueRef<'a> { in get() method
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 121 BitRecTy *BitRecTy::get(RecordKeeper &RK) { in get() function in BitRecTy 133 BitsRecTy *BitsRecTy::get(RecordKeeper &RK, unsigned Sz) { in get() function in BitsRecTy 160 IntRecTy *IntRecTy::get(RecordKeeper &RK) { in get() function in IntRecTy 169 StringRecTy *StringRecTy::get(RecordKeeper &RK) { in get() function in StringRecTy 198 DagRecTy *DagRecTy::get(RecordKeeper &RK) { in get() function in DagRecTy 213 RecordRecTy *RecordRecTy::get(RecordKeeper &RK, in get() function in RecordRecTy 252 RecordRecTy *RecordRecTy::get(Record *Class) { in get() function in RecordRecTy 360 UnsetInit *UnsetInit::get(RecordKeeper &RK) { in get() function in UnsetInit 372 BitInit *BitInit::get(RecordKeeper &RK, bool V) { in get() function in BitInit 400 BitsInit *BitsInit::get(RecordKeeper &RK, ArrayRef<Init *> Range) { in get() function in BitsInit [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/dagger/dagger/2.7/ |
HD | dagger-2.7.jar | ... .Object {
public abstract java.lang.Object get ()
}
dagger/MapKey.class
MapKey. ... |
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherPrefs.kt | 45 abstract fun <T> get(item: ContextualItem<T>): T in <lambda>() method in com.android.launcher3.LauncherPrefs 48 abstract fun <T> get(item: ConstantItem<T>): T in <lambda>() method in com.android.launcher3.LauncherPrefs 80 @JvmStatic fun get(context: Context): LauncherPrefs = INSTANCE.get(context) in <lambda>() method 231 override fun <T> get(item: ContextualItem<T>): T = in chooseSharedPreferences() method in com.android.launcher3.LauncherPrefsImpl 235 override fun <T> get(item: ConstantItem<T>): T = getInner(item, item.defaultValue) in chooseSharedPreferences() method in com.android.launcher3.LauncherPrefsImpl 443 fun get(c: Context): T = LauncherPrefs.get(c).get(this) in to() method 462 fun get(c: Context): T = LauncherPrefs.get(c).get(this) in get() method in com.android.launcher3.ContextualItem
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/repackaged-jarjar/javac/ |
D | SystemUI-core.jar | ... public com.android.systemui.wmshell.WMShell get ()
public static com.android.systemui. ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/javac/ |
D | SystemUI-core.jar | ... Provider dumpManagerProvider
public com.android.keyguard.ActiveUnlockConfig get ()
public static com.android.keyguard. ... |
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/ |
D | AnimatorUtils.kt | 52 override fun get(view: View): Int { in <lambda>() method 87 override fun get(view: ImageView): Int { in <lambda>() method 99 override fun get(view: ImageView): Int? { in <lambda>() method 188 override fun get(view: View): Int { in <lambda>() method 198 override fun get(view: View): Int { in <lambda>() method 208 override fun get(view: View): Int { in <lambda>() method 218 override fun get(view: View): Int { in <lambda>() method
|
/aosp_15_r20/external/llvm/lib/TableGen/ |
H A D | Record.cpp | 111 BitsRecTy *BitsRecTy::get(unsigned Sz) { in get() function in BitsRecTy 155 RecordRecTy *RecordRecTy::get(Record *R) { in get() function in RecordRecTy 214 UnsetInit *UnsetInit::get() { in get() function in UnsetInit 233 BitInit *BitInit::get(bool V) { in get() function in BitInit 264 BitsInit *BitsInit::get(ArrayRef<Init *> Range) { in get() function in BitsInit 395 IntInit *IntInit::get(int64_t V) { in get() function in IntInit 452 CodeInit *CodeInit::get(StringRef V) { in get() function in CodeInit 460 StringInit *StringInit::get(StringRef V) { in get() function in StringInit 492 ListInit *ListInit::get(ArrayRef<Init *> Range, RecTy *EltTy) { in get() function in ListInit 630 UnOpInit *UnOpInit::get(UnaryOp Opc, Init *LHS, RecTy *Type) { in get() function in UnOpInit [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Constants.cpp | 874 ConstantInt *ConstantInt::get(LLVMContext &Context, const APInt &V) { in get() function in ConstantInt 887 Constant *ConstantInt::get(Type *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt 897 ConstantInt *ConstantInt::get(IntegerType *Ty, uint64_t V, bool isSigned) { in get() function in ConstantInt 909 Constant *ConstantInt::get(Type *Ty, const APInt& V) { in get() function in ConstantInt 921 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, uint8_t radix) { in get() function in ConstantInt 934 Constant *ConstantFP::get(Type *Ty, double V) { in get() function in ConstantFP 950 Constant *ConstantFP::get(Type *Ty, const APFloat &V) { in get() function in ConstantFP 962 Constant *ConstantFP::get(Type *Ty, StringRef Str) { in get() function in ConstantFP 1028 ConstantFP* ConstantFP::get(LLVMContext &Context, const APFloat& V) { in get() function in ConstantFP 1249 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) { in get() function in ConstantArray [all …]
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | MemoryLocation.cpp | 21 MemoryLocation MemoryLocation::get(const LoadInst *LI) { in get() function in MemoryLocation 30 MemoryLocation MemoryLocation::get(const StoreInst *SI) { in get() function in MemoryLocation 40 MemoryLocation MemoryLocation::get(const VAArgInst *VI) { in get() function in MemoryLocation 47 MemoryLocation MemoryLocation::get(const AtomicCmpXchgInst *CXI) { in get() function in MemoryLocation 57 MemoryLocation MemoryLocation::get(const AtomicRMWInst *RMWI) { in get() function in MemoryLocation
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/nio/ |
H A D | LongBuffer.annotated.java | 52 public abstract long get(); in get() method in LongBuffer 56 public abstract long get(int index); in get() method in LongBuffer 60 public java.nio.LongBuffer get(long[] dst, int offset, int length) { throw new RuntimeException("St… in get() method in LongBuffer 62 public java.nio.LongBuffer get(long[] dst) { throw new RuntimeException("Stub!"); } in get() method in LongBuffer 65 public java.nio.LongBuffer get(int index, long[] dst, int offset, int length) { throw new RuntimeEx… in get() method in LongBuffer 68 public java.nio.LongBuffer get(int index, long[] dst) { throw new RuntimeException("Stub!"); } in get() method in LongBuffer
|
H A D | ShortBuffer.annotated.java | 52 public abstract short get(); in get() method in ShortBuffer 56 public abstract short get(int index); in get() method in ShortBuffer 60 public java.nio.ShortBuffer get(short[] dst, int offset, int length) { throw new RuntimeException("… in get() method in ShortBuffer 62 public java.nio.ShortBuffer get(short[] dst) { throw new RuntimeException("Stub!"); } in get() method in ShortBuffer 65 public java.nio.ShortBuffer get(int index, short[] dst, int offset, int length) { throw new Runtime… in get() method in ShortBuffer 68 public java.nio.ShortBuffer get(int index, short[] dst) { throw new RuntimeException("Stub!"); } in get() method in ShortBuffer
|
H A D | DoubleBuffer.annotated.java | 52 public abstract double get(); in get() method in DoubleBuffer 56 public abstract double get(int index); in get() method in DoubleBuffer 60 public java.nio.DoubleBuffer get(double[] dst, int offset, int length) { throw new RuntimeException… in get() method in DoubleBuffer 62 public java.nio.DoubleBuffer get(double[] dst) { throw new RuntimeException("Stub!"); } in get() method in DoubleBuffer 65 public java.nio.DoubleBuffer get(int index, double[] dst, int offset, int length) { throw new Runti… in get() method in DoubleBuffer 68 public java.nio.DoubleBuffer get(int index, double[] dst) { throw new RuntimeException("Stub!"); } in get() method in DoubleBuffer
|
H A D | FloatBuffer.annotated.java | 52 public abstract float get(); in get() method in FloatBuffer 56 public abstract float get(int index); in get() method in FloatBuffer 60 public java.nio.FloatBuffer get(float[] dst, int offset, int length) { throw new RuntimeException("… in get() method in FloatBuffer 62 public java.nio.FloatBuffer get(float[] dst) { throw new RuntimeException("Stub!"); } in get() method in FloatBuffer 65 public java.nio.FloatBuffer get(int index, float[] dst, int offset, int length) { throw new Runtime… in get() method in FloatBuffer 68 public java.nio.FloatBuffer get(int index, float[] dst) { throw new RuntimeException("Stub!"); } in get() method in FloatBuffer
|
H A D | IntBuffer.annotated.java | 52 public abstract int get(); in get() method in IntBuffer 56 public abstract int get(int index); in get() method in IntBuffer 60 public java.nio.IntBuffer get(int[] dst, int offset, int length) { throw new RuntimeException("Stub… in get() method in IntBuffer 62 public java.nio.IntBuffer get(int[] dst) { throw new RuntimeException("Stub!"); } in get() method in IntBuffer 65 public java.nio.IntBuffer get(int index, int[] dst, int offset, int length) { throw new RuntimeExce… in get() method in IntBuffer 68 public java.nio.IntBuffer get(int index, int[] dst) { throw new RuntimeException("Stub!"); } in get() method in IntBuffer
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/photopicker/PhotopickerLib/android_common_apex30/javac/ |
D | PhotopickerLib.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/ |
D | context.hpp | 22 T& get(mpl::identity<ID>) const in get() function 28 decltype(auto) get(ID_ id) const in get() function 46 T& get(mpl::identity<ID>) const in get() function 52 unused_type get(ID_) const in get() function 61 inline decltype(auto) get(Context const& context) in get() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/ |
D | addressof.hpp | 66 static BOOST_FORCEINLINE T* get(T& o, long) BOOST_NOEXCEPT { in get() function 70 static BOOST_FORCEINLINE T* get(T* p, int) BOOST_NOEXCEPT { in get() function 87 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() function 95 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() function 103 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() function 111 static BOOST_FORCEINLINE type* get(type& o, int) BOOST_NOEXCEPT { in get() function
|