Home
last modified time | relevance | path

Searched defs:get (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/frameworks/libs/binary_translation/guest_abi/include/berberis/guest_abi/
Dguest_arguments.h66 auto& get() const { in get() function
90 auto get() const { in get() function
114 auto get() const { in get() function
138 auto& get() const { in get() function
Dguest_params.h63 auto get() const { in get() function
86 auto& get() const { in get() function
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/
DReferencedByAnnotationWithOtherReferences.java24 public int get() { in get() method
31 public int get() { in get() method
37 public abstract int get(); in get() method in ReferencedByAnnotationWithOtherReferences
DReferencedByClassInAnnotation.java24 public int get() { in get() method
31 public int get() { in get() method
37 public abstract int get(); in get() method in ReferencedByClassInAnnotation
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardStatusAreaView.kt58 override fun get(view: KeyguardStatusAreaView): Float { in get() method
75 override fun get(view: KeyguardStatusAreaView): Float { in get() method
92 override fun get(view: KeyguardStatusAreaView): Float { in get() method
109 override fun get(view: KeyguardStatusAreaView): Float { in get() method
/frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/dataclass/
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
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/util/
DSystemProperties.java37 public static String get(String key, String defaultValue) { in get() method in SystemProperties
40 final Method get = systemProperties.getMethod("get", String.class, String.class); in get() local
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
DReflectIntermediateClass.java28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, in get() method in ReflectIntermediateClass
35 Method get = bigClass.getMethod("get" + i); in get() local
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DPluginDependency.java24 public static <T> T get(Plugin p, Class<T> cls) { in get() method in PluginDependency
29 abstract <T> T get(Plugin p, Class<T> cls); in get() method in PluginDependency.DependencyProvider
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp223 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
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DViewTreeSavedStateRegistryOwner.kt31 fun get(view: View): SavedStateRegistryOwner? { in get() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/flags/
DSystemPropertiesHelper.kt26 open fun get(name: String): String { in get() method in com.android.systemui.flags.SystemPropertiesHelper
30 open fun get(name: String, def: String?): String { in get() method in com.android.systemui.flags.SystemPropertiesHelper
/frameworks/base/core/java/android/util/
DEventLogTags.java42 public Description get(String name) { return null; } in get() method in EventLogTags
44 public Description get(int tag) { return null; } in get() method in EventLogTags
/frameworks/base/services/permission/java/com/android/server/permission/access/immutable/
DMutableReference.kt41 fun get(): I = immutable in get() method in com.android.server.permission.access.immutable.MutableReference
/frameworks/native/libs/binder/ndk/
Dparcel_internal.h27 const ::android::Parcel* get() const { return mParcel; } in get() function
28 ::android::Parcel* get() { return mParcel; } in get() function
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DExtensionControllerImpl.java78 T get(); in get() method
158 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl
253 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.PluginItem
279 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.TunerItem
327 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.UiModeItem
352 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.FeatureItem
376 public T get() { in get() method in ExtensionControllerImpl.ExtensionImpl.Default
/frameworks/base/services/net/java/android/net/util/
DNetdService.java75 public static INetd get(long maxTimeoutMs) { in get() method in NetdService
113 public static INetd get() { in get() method in NetdService
/frameworks/base/services/core/java/com/android/server/hdmi/
DUnmodifiableSparseIntArray.java37 public int get(int key) { in get() method in UnmodifiableSparseIntArray
41 public int get(int key, int valueIfKeyNotFound) { in get() method in UnmodifiableSparseIntArray
DUnmodifiableSparseArray.java37 public E get(int key) { in get() method in UnmodifiableSparseArray
41 public E get(int key, E valueIfKeyNotFound) { in get() method in UnmodifiableSparseArray
/frameworks/native/include/binder/
Dunique_fd.h76 int get() const { return fd_; } in get() function
108 int get() const { return fd_; } in get() function
/frameworks/native/libs/binder/include/binder/
Dunique_fd.h76 int get() const { return fd_; } in get() function
108 int get() const { return fd_; } in get() function
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/flags/
DFakeSystemPropertiesHelper.kt28 override fun get(name: String): String { in get() method in com.android.systemui.flags.FakeSystemPropertiesHelper
32 override fun get(name: String, def: String?): String { in get() method in com.android.systemui.flags.FakeSystemPropertiesHelper
/frameworks/compile/mclinker/lib/LD/
DSectionSymbolSet.cpp96 LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) { in get() function in mcld::SectionSymbolSet
101 const LDSymbol* SectionSymbolSet::get(const LDSection& pOutSect) const { in get() function in mcld::SectionSymbolSet
/frameworks/base/packages/SystemUI/tests/utils/kosmos/src/com/android/systemui/kosmos/
DKosmos.kt54 fun <T> get(name: String, creator: (Kosmos.() -> T)?): T in get() method
84 override fun <T> get(name: String, creator: (Kosmos.() -> T)?): T { in Kosmos() method in com.android.systemui.kosmos.KosmosRegistry
/frameworks/base/core/java/com/android/internal/util/
DTokenBucket.java97 public boolean get() { in get() method in TokenBucket
106 public int get(int n) { in get() method in TokenBucket

12345678910>>...22