/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | ReferenceExt.kt | 21 override fun getValue(thisRef: Any?, property: KProperty<*>): T? { in weakReference() method 43 override fun getValue(thisRef: Any?, property: KProperty<*>): T? { in softReference() method 65 override fun getValue(thisRef: Any?, property: KProperty<*>): T? { in nullableAtomicReference() method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ViewHierarchyAnimator.kt | 1134 override fun getValue(view: View): Int { in <lambda>() method in com.android.systemui.animation.ViewHierarchyAnimator.Bound 1143 override fun getValue(view: View): Int { in <lambda>() method in com.android.systemui.animation.ViewHierarchyAnimator.Bound 1152 override fun getValue(view: View): Int { in <lambda>() method in com.android.systemui.animation.ViewHierarchyAnimator.Bound 1161 override fun getValue(view: View): Int { in <lambda>() method in com.android.systemui.animation.ViewHierarchyAnimator.Bound 1168 abstract fun getValue(view: View): Int in <lambda>() method
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/ |
H A D | TestTypeModifiers.java | 95 public V getValue(); in getValue() method 98 public V getValue(); in getValue() method 115 public Integer getValue() { return value; } in getValue() method in TestTypeModifiers.MyMapLikeType 128 public Integer getValue() { return value; } in getValue() method in TestTypeModifiers.MyCollectionLikeType
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/enrollment/ |
D | EnrollmentStatus.java | 33 public int getValue() { in getValue() method in EnrollmentStatus.TransactionType 51 public int getValue() { in getValue() method in EnrollmentStatus.DataFileGroupStatus 68 public int getValue() { in getValue() method in EnrollmentStatus.ErrorCause
|
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/ |
H A D | Attributes.java | 166 public abstract String getValue (int index); in getValue() method 239 public abstract String getValue (String uri, String localName); in getValue() method 253 public abstract String getValue (String qName); in getValue() method
|
/aosp_15_r20/frameworks/base/libs/hwui/ |
H A D | Animator.cpp | 374 float RenderPropertyAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::RenderPropertyAnimator 390 float CanvasPropertyPrimitiveAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::CanvasPropertyPrimitiveAnimator 410 float CanvasPropertyPaintAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::CanvasPropertyPaintAnimator 447 float RevealAnimator::getValue(RenderNode* target) const { in getValue() function in android::uirenderer::RevealAnimator
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
H A D | ZipShort.java | 79 public int getValue() { in getValue() method in ZipShort 112 public static int getValue(final byte[] bytes, final int offset) { in getValue() method in ZipShort 121 public static int getValue(final byte[] bytes) { in getValue() method in ZipShort
|
H A D | ZipLong.java | 122 public long getValue() { in getValue() method in ZipLong 167 public static long getValue(final byte[] bytes, final int offset) { in getValue() method in ZipLong 176 public static long getValue(final byte[] bytes) { in getValue() method in ZipLong
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/ |
D | framework.jar43 | META-INF/
META-INF/MANIFEST.MF
android/
android/adaptiveauth/
android/ ... |
D | framework.jar45 | META-INF/
META-INF/MANIFEST.MF
android/
android/net/
android/ ... |
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | Optional.h | 121 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function 122 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function 137 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } in getValue() function
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | Optional.h | 121 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function 122 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function 137 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } in getValue() function
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/leaks/ |
H A D | FakeTunerService.java | 55 public String getValue(String setting) { in getValue() method in FakeTunerService 60 public int getValue(String setting, int def) { in getValue() method in FakeTunerService 65 public String getValue(String setting, String def) { in getValue() method in FakeTunerService
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | KeyValueListParser.java | 248 public int getValue() { in getValue() method in KeyValueListParser.IntValue 296 public long getValue() { in getValue() method in KeyValueListParser.LongValue 344 public String getValue() { in getValue() method in KeyValueListParser.StringValue 392 public float getValue() { in getValue() method in KeyValueListParser.FloatValue
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/ |
D | AttributionStatus.java | 48 public int getValue() { in getValue() method in AttributionStatus.SourceType 65 public int getValue() { in getValue() method in AttributionStatus.AttributionSurface 83 public int getValue() { in getValue() method in AttributionStatus.AttributionResult 105 public int getValue() { in getValue() method in AttributionStatus.FailureType
|
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/ |
D | ReportingStatus.java | 68 public int getValue() { in getValue() method in ReportingStatus.ReportType 84 public int getValue() { in getValue() method in ReportingStatus.UploadStatus 107 public int getValue() { in getValue() method in ReportingStatus.FailureStatus 122 public int getValue() { in getValue() method in ReportingStatus.UploadMethod
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/policy/annotation/ |
D | AnnotationParam.java | 20 public final boolean getValue() { in getValue() method in AnnotationParam.Bool 58 public final int getValue() { in getValue() method in AnnotationParam.Num 99 public final java.lang.String getValue() { in getValue() method in AnnotationParam.Str
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | AttList.java | 151 public String getValue(int i) in getValue() method in AttList 192 public String getValue(String name) in getValue() method in AttList 208 public String getValue(String uri, String localName) in getValue() method in AttList
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
H A D | AttList.java | 160 public String getValue(int i) in getValue() method in AttList 201 public String getValue(String name) in getValue() method in AttList 217 public String getValue(String uri, String localName) in getValue() method in AttList
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | StringMapEntry.h | 81 const ValueTy &getValue() const { return second; } in getValue() function 82 ValueTy &getValue() { return second; } in getValue() function 95 std::nullopt_t getValue() const { return std::nullopt; } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | StringMapEntry.h | 81 const ValueTy &getValue() const { return second; } in getValue() function 82 ValueTy &getValue() { return second; } in getValue() function 95 std::nullopt_t getValue() const { return std::nullopt; } in getValue() function
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/ |
H A D | TunerService.java | 36 public abstract String getValue(String setting); in getValue() method in TunerService 37 public abstract int getValue(String setting, int def); in getValue() method in TunerService 38 public abstract String getValue(String setting, String def); in getValue() method in TunerService
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | StringMapEntry.h | 81 const ValueTy &getValue() const { return second; } in getValue() function 82 ValueTy &getValue() { return second; } in getValue() function 95 std::nullopt_t getValue() const { return std::nullopt; } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | StringMapEntry.h | 81 const ValueTy &getValue() const { return second; } in getValue() function 82 ValueTy &getValue() { return second; } in getValue() function 95 std::nullopt_t getValue() const { return std::nullopt; } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/ |
D | StringMapEntry.h | 81 const ValueTy &getValue() const { return second; } in getValue() function 82 ValueTy &getValue() { return second; } in getValue() function 95 std::nullopt_t getValue() const { return std::nullopt; } in getValue() function
|