/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/ |
D | FiraParams.java | 795 public long getValue() { in getValue() method in FiraParams.AoaCapabilityFlag 820 public long getValue() { in getValue() method in FiraParams.DeviceRoleCapabilityFlag 837 public long getValue() { in getValue() method in FiraParams.MultiNodeCapabilityFlag 853 public long getValue() { in getValue() method in FiraParams.RangingTimeStructCapabilitiesFlag 870 public long getValue() { in getValue() method in FiraParams.SchedulingModeCapabilitiesFlag 886 public long getValue() { in getValue() method in FiraParams.CcConstraintLengthCapabilitiesFlag 902 public long getValue() { in getValue() method in FiraParams.PrfCapabilityFlag 924 public long getValue() { in getValue() method in FiraParams.RangingRoundCapabilityFlag 941 public long getValue() { in getValue() method in FiraParams.RframeCapabilityFlag 960 public long getValue() { in getValue() method in FiraParams.StsCapabilityFlag [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | DenseImmutableTable.java | 111 abstract V getValue(int keyIndex); in getValue() method in DenseImmutableTable.ImmutableArrayMap 175 V getValue(int keyIndex) { in getValue() method in Row 209 V getValue(int keyIndex) { in getValue() method in Column 240 ImmutableMap<C, V> getValue(int keyIndex) { in getValue() method in RowMap 271 ImmutableMap<R, V> getValue(int keyIndex) { in getValue() method in ColumnMap 329 V getValue(int index) { in getValue() method
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | DenseImmutableTable.java | 111 abstract V getValue(int keyIndex); in getValue() method in DenseImmutableTable.ImmutableArrayMap 175 V getValue(int keyIndex) { in getValue() method in Row 209 V getValue(int keyIndex) { in getValue() method in Column 240 ImmutableMap<C, V> getValue(int keyIndex) { in getValue() method in RowMap 271 ImmutableMap<R, V> getValue(int keyIndex) { in getValue() method in ColumnMap 329 V getValue(int index) { in getValue() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/kotlin/ |
D | DaggerKt.java | 20 public static final <T extends java.lang.Object>T getValue(@org.jetbrains.annotations.NotNull() in getValue() argument 39 public static final <T extends java.lang.Object>T getValue(@org.jetbrains.annotations.NotNull() in getValue() argument
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/Metadata/src/com/android/settingslib/metadata/ |
H A D | PersistentPreference.kt | 130 fun getValue(context: Context, index: Int): T in isValidValue() method 144 override fun getValue(context: Context, index: Int): CharSequence = in getValue() method 159 override fun getValue(context: Context, index: Int): String = in getValue() method 174 override fun getValue(context: Context, index: Int): Int = in getValue() method
|
/aosp_15_r20/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/ |
H A D | GlesStubActivity.java | 216 abstract public Object getValue(); in getValue() method in GlesStubActivity.ImplementationVariable 240 public Object getValue() { in getValue() method in GlesStubActivity.IntVectorValue 264 public Object getValue() { in getValue() method in GlesStubActivity.DynamicIntVectorValue 287 public Object getValue() { in getValue() method in GlesStubActivity.FloatVectorValue 309 public Object getValue() { in getValue() method in GlesStubActivity.LongVectorValue 328 public Object getValue() { in getValue() method in GlesStubActivity.StringValue
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/ |
H A D | UnicodeLabel.java | 14 public abstract String getValue(int codepoint, boolean isShort); in getValue() method in UnicodeLabel 21 public String getValue(String s, String separator, boolean withCodePoint) { in getValue() method in UnicodeLabel 41 public String getValue(int codepoint, boolean isShort) { in getValue() method in UnicodeLabel.Hex 56 public String getValue(int codepoint, boolean isShort) { in getValue() method in UnicodeLabel.Constant
|
/aosp_15_r20/cts/tests/tests/tools/processors/view_inspector/src/android/processor/view/inspector/cts/ |
H A D | PlatformInspectableProcessorTest.java | 93 public int getValue() { in getValue() method in PlatformInspectableProcessorTest.IntPropertyTest 125 public int getValue() { in getValue() method in PlatformInspectableProcessorTest.NamedPropertyTest 140 public int getValue() { in getValue() method in PlatformInspectableProcessorTest.HasAttributeIdFalseTest 153 public int getValue() { in getValue() method in PlatformInspectableProcessorTest.AttributeIdEqualsTest 301 public int getValue() { in getValue() method in PlatformInspectableProcessorTest.ValueTypeTest 434 public int getValue() { in getValue() method in PlatformInspectableProcessorTest.IntEnumTest 470 public int getValue() { in getValue() method in PlatformInspectableProcessorTest.IntFlagTest
|
/aosp_15_r20/external/turbine/java/com/google/turbine/processing/ |
H A D | TurbineAnnotationMirror.java | 186 public AnnotationMirror getValue() { in getValue() method in TurbineAnnotationMirror 226 public List<AnnotationValue> getValue() { in getValue() method in TurbineAnnotationMirror.TurbineArrayConstant 260 public TypeMirror getValue() { in getValue() method in TurbineAnnotationMirror.TurbineClassConstant 297 public Object getValue() { in getValue() method in TurbineAnnotationMirror.TurbineEnumConstant 326 public Object getValue() { in getValue() method in TurbineAnnotationMirror.TurbinePrimitiveConstant
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ |
H A D | TestBackRefsWithPolymorphic.java | 28 @Override PropertySheet getValue(); in getValue() method 40 T getValue(); in getValue() method 61 @Override String getValue(); in getValue() method 132 @Override public PropertySheet getValue() { in getValue() method in TestBackRefsWithPolymorphic.NestedPropertySheetImpl 183 @Override public String getValue() { in getValue() method in TestBackRefsWithPolymorphic.StringPropertyImpl
|
/aosp_15_r20/art/test/638-checker-inline-caches/src/ |
H A D | Main.java | 18 int getValue() { return 42; } in getValue() method in SubA 23 int getValue() { return 38; } in getValue() method in SubB 28 int getValue() { return 10; } in getValue() method in SubD 33 int getValue() { return -4; } in getValue() method in SubE
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
H A D | TestAnnotationMerging.java | 22 public Object getValue() { return value; } in getValue() method in TestAnnotationMerging.Wrapper 33 public int getValue() { return value; } in getValue() method in TestAnnotationMerging.SharedName 39 public int getValue() { return 1; } in getValue() method in TestAnnotationMerging.SharedName2 54 public Object getValue() { return value; } in getValue() method in TestAnnotationMerging.TypeWrapper
|
/aosp_15_r20/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/ |
D | MainActivity.java | 229 public int getValue() { in getValue() method in MainActivity.CodecTypeEnum 256 public int getValue() { in getValue() method in MainActivity.AmrModeEnum 280 public int getValue() { in getValue() method in MainActivity.EvsBandwidthEnum 319 public int getValue() { in getValue() method in MainActivity.EvsModeEnum 338 public int getValue() { in getValue() method in MainActivity.VideoCodecEnum 358 public int getValue() { in getValue() method in MainActivity.VideoModeEnum 383 public int getValue() { in getValue() method in MainActivity.VideoCodecProfileEnum 425 public int getValue() { in getValue() method in MainActivity.VideoCodecLevelEnum 447 public int getValue() { in getValue() method in MainActivity.VideoCameraIdEnum 474 public int getValue() { in getValue() method in MainActivity.VideoCameraZoomEnum [all …]
|
/aosp_15_r20/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/ |
D | WifiSwitchPreferenceTest.kt | 52 val getValue = wifiSwitchPreference.storage(context).getBoolean(WifiSwitchPreference.KEY) in getValue_defaultOn_returnOn() constant 61 val getValue = wifiSwitchPreference.storage(context).getBoolean(WifiSwitchPreference.KEY) in getValue_defaultOff_returnOff() constant
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/ |
H A D | PlayReadyHeader.java | 154 public abstract ByteBuffer getValue(); in getValue() method in PlayReadyHeader.PlayReadyRecord 175 public ByteBuffer getValue() { in getValue() method in PlayReadyHeader.PlayReadyRecord.RMHeader 217 public ByteBuffer getValue() { in getValue() method in PlayReadyHeader.PlayReadyRecord.EmeddedLicenseStore 245 public ByteBuffer getValue() { in getValue() method in PlayReadyHeader.PlayReadyRecord.DefaulPlayReadyRecord
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fShaderBuiltinConstantTests.cpp | 150 … GetConstantValueFunc getValue, const char *requiredExt) in ShaderBuiltinConstantCase() 331 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue; in init() member 375 ShaderBuiltinConstantCase<tcu::IVec3>::GetConstantValueFunc getValue; in init() member 407 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue; in init() member 434 ShaderBuiltinConstantCase<int>::GetConstantValueFunc getValue; in init() member
|
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie_compose/android_common/kotlin/ |
D | lottie_compose.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/external__lottie__android_common__lottie_compose.kotlin_module
com ... |
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/ |
H A D | ExpatAttributes.java | 77 public String getValue(int index) { in getValue() method in ExpatAttributes 122 public String getValue(String uri, String localName) { in getValue() method in ExpatAttributes 136 public String getValue(String qName) { in getValue() method in ExpatAttributes 153 private static native String getValue(long attributePointer, String uri, String localName); in getValue() method in ExpatAttributes
|
/aosp_15_r20/frameworks/base/core/java/android/animation/ |
H A D | Keyframe.java | 196 public abstract Object getValue(); in getValue() method in Keyframe 276 public Object getValue() { in getValue() method in Keyframe.ObjectKeyframe 320 public Object getValue() { in getValue() method in Keyframe.IntKeyframe 367 public Object getValue() { in getValue() method in Keyframe.FloatKeyframe
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/jsAndWasmSharedMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.kt | 50 public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): T = value in atomic() method 81 … public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Boolean = value in getValue() method 114 actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Int = value in toString() method 174 public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Long = value in getValue() method
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | BasicValueFactory.cpp | 72 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) { in getValue() function in BasicValueFactory 89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X, in getValue() function in BasicValueFactory 95 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth, in getValue() function in BasicValueFactory 102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) { in getValue() function in BasicValueFactory
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
D | AirplaneModePreferenceTest.kt | 90 val getValue = in getValue_defaultOn_returnOn() constant 100 val getValue = in getValue_defaultOff_returnOff() constant
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/shared/model/ |
D | SpanValue.java | 9 public abstract int getValue(); in getValue() method 18 public int getValue() { in getValue() method in SpanValue.Fixed 44 public int getValue() { in getValue() method in SpanValue.Responsive
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/metrics/export/ |
H A D | Value.java | 133 abstract double getValue(); in getValue() method in Value.ValueDouble 168 abstract long getValue(); in getValue() method in Value.ValueLong 206 abstract Distribution getValue(); in getValue() method in Value.ValueDistribution 244 abstract Summary getValue(); in getValue() method in Value.ValueSummary
|
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/nativeMain/kotlin/kotlinx/atomicfu/ |
H A D | AtomicFU.kt | 45 public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): T = value in atomic() method in kotlinx.atomicfu.AtomicRef 80 … public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Boolean = value in getValue() method in kotlinx.atomicfu.AtomicBoolean 113 actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Int = value in toString() method in kotlinx.atomicfu.AtomicInt 152 public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Long = value in getValue() method in kotlinx.atomicfu.AtomicLong
|