/aosp_15_r20/external/javassist/src/main/javassist/bytecode/annotation/ |
H A D | BooleanMemberValue.java | 63 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in BooleanMemberValue 75 public boolean getValue() { in getValue() method in BooleanMemberValue
|
H A D | DoubleMemberValue.java | 65 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in DoubleMemberValue 77 public double getValue() { in getValue() method in DoubleMemberValue
|
H A D | EnumMemberValue.java | 60 Object getValue(ClassLoader cl, ClassPool cp, Method m) in getValue() method in EnumMemberValue 100 public String getValue() { in getValue() method in EnumMemberValue
|
H A D | ClassMemberValue.java | 68 Object getValue(ClassLoader cl, ClassPool cp, Method m) in getValue() method in ClassMemberValue 103 public String getValue() { in getValue() method in ClassMemberValue
|
H A D | ArrayMemberValue.java | 56 Object getValue(ClassLoader cl, ClassPool cp, Method method) in getValue() method in ArrayMemberValue 102 public MemberValue[] getValue() { in getValue() method in ArrayMemberValue
|
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/http/ |
H A D | Http2ConnectionSetting.java | 24 public int getValue() { in getValue() method in Http2ConnectionSetting.ID 32 public long getValue() { in getValue() method in Http2ConnectionSetting
|
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/ |
H A D | ResourceTable.java | 14 TypedResource getValue(int resId, ResTable_config config); in getValue() method 16 TypedResource getValue(@Nonnull ResName resName, ResTable_config config); in getValue() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 301 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } in getValue() function 338 const CompoundValData* getValue() const { in getValue() function 467 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 309 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } in getValue() function 346 const CompoundValData* getValue() const { in getValue() function 475 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } in getValue() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 309 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } in getValue() function 346 const CompoundValData* getValue() const { in getValue() function 475 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } in getValue() function
|
/aosp_15_r20/frameworks/base/core/java/android/content/integrity/ |
H A D | AtomicFormula.java | 288 public Long getValue() { in getValue() method in AtomicFormula.LongAtomicFormula 479 public String getValue() { in getValue() method in AtomicFormula.StringAtomicFormula 653 public Boolean getValue() { in getValue() method in AtomicFormula.BooleanAtomicFormula
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | SVals.h | 309 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } in getValue() function 346 const CompoundValData* getValue() const { in getValue() function 475 const llvm::APSInt &getValue() const { return *castDataAs<llvm::APSInt>(); } in getValue() function
|
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/helpers/ |
H A D | ParserAdapter.java | 973 public String getValue (int i) in getValue() method in ParserAdapter.AttributeListAdapter 1044 public String getValue (String uri, String localName) in getValue() method in ParserAdapter.AttributeListAdapter 1056 public String getValue (String qName) in getValue() method in ParserAdapter.AttributeListAdapter
|
H A D | AttributeListImpl.java | 246 public String getValue(int i) { in getValue() method in AttributeListImpl 276 public String getValue(String name) { in getValue() method in AttributeListImpl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 513 bool getValue() const { return Value; } in getValue() function 595 int64_t getValue() const { return Value; } in getValue() function 625 unsigned getValue() const { return Value; } in getValue() function 668 StringRef getValue() const { return Value; } in getValue() function 1547 Init *getValue() const { return Value; } in getValue() function 1706 const RecordVal *getValue(const Init *Name) const { in getValue() function 1712 const RecordVal *getValue(StringRef Name) const { in getValue() function 1716 RecordVal *getValue(const Init *Name) { in getValue() function 1720 RecordVal *getValue(StringRef Name) { in getValue() function
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgVariableValue.hpp | 585 StridedValueAccess<Stride> getValue(const VariableType &type) in getValue() function in rsg::ValueStorage 589 ConstStridedValueAccess<Stride> getValue(const VariableType &type) const in getValue() function in rsg::ValueStorage 632 ValueAccess getValue(void) in getValue() function in rsg::VariableValue 636 ConstValueAccess getValue(void) const in getValue() function in rsg::VariableValue
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SettingsLib/Metadata/SettingsLibMetadata/android_common/kotlin_headers/ |
D | SettingsLibMetadata.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__packages__SettingsLib__Metadata__android_common__SettingsLibMetadata.kotlin_module
com ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/ui/ |
D | AnimatedValue.java | 30 public final T getValue() { in getValue() method in AnimatedValue.Animating 83 public final T getValue() { in getValue() method in AnimatedValue.NotAnimating
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
H A D | SplitDimensionPathKeyframeAnimation.java | 62 @Override public PointF getValue() { in getValue() method in SplitDimensionPathKeyframeAnimation 66 @Override PointF getValue(Keyframe<PointF> keyframe, float keyframeProgress) { in getValue() method in SplitDimensionPathKeyframeAnimation
|
/aosp_15_r20/external/llvm/utils/TableGen/ |
H A D | DAGISelMatcher.h | 565 int64_t getValue() const { return Value; } in getValue() function 589 int64_t getValue() const { return Value; } in getValue() function 696 int64_t getValue() const { return Value; } in getValue() function 717 int64_t getValue() const { return Value; } in getValue() function 754 int64_t getValue() const { return Val; } in getValue() function 778 const std::string &getValue() const { return Val; } in getValue() function
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/default/config/audioPolicy/capengine/audio_policy_capengine_configuration_aidl_default/gen/cpp/ |
D | android_audio_policy_capengine_configuration.cpp | 89 const std::string& BooleanParameterType::getValue() const { in getValue() function in android::audio::policy::capengine::configuration::BooleanParameterType 128 const std::string& IntegerParameterType::getValue() const { in getValue() function in android::audio::policy::capengine::configuration::IntegerParameterType 167 const std::string& EnumParameterType::getValue() const { in getValue() function in android::audio::policy::capengine::configuration::EnumParameterType 206 const std::string& PointParameterType::getValue() const { in getValue() function in android::audio::policy::capengine::configuration::PointParameterType 290 const std::string& StringParameterType::getValue() const { in getValue() function in android::audio::policy::capengine::configuration::StringParameterType 515 const std::string& SelectionCriterionRuleType::getValue() const { in getValue() function in android::audio::policy::capengine::configuration::SelectionCriterionRuleType
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | LazyField.java | 66 public MessageLite getValue() { in getValue() method in LazyField 104 public Object getValue() { in getValue() method in LazyField.LazyEntry
|
/aosp_15_r20/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/ |
D | CarBezierFunction.java | 57 public static double getValue(double t, double a, double b, double c, double d) { in getValue() method in CarBezierFunction 74 public double getValue(double t) { in getValue() method in CarBezierFunction
|
/aosp_15_r20/packages/modules/Uwb/ranging/rtt_backend/src/com/android/ranging/rtt/backend/internal/ |
D | RttRangingPosition.java | 147 public int getValue() { in getValue() method in RttRangingPosition.Azimuth 156 public int getValue() { in getValue() method in RttRangingPosition.Elevation
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | LazyField.java | 66 public MessageLite getValue() { in getValue() method in LazyField 104 public Object getValue() { in getValue() method in LazyField.LazyEntry
|