Home
last modified time | relevance | path

Searched defs:getValue (Results 126 – 150 of 6342) sorted by relevance

12345678910>>...254

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h498 bool getValue() const { return Value; } in getValue() function
580 int64_t getValue() const { return Value; } in getValue() function
610 StringRef getValue() const { return Value; } in getValue() function
642 StringRef getValue() const { return Value; } in getValue() function
1414 Init *getValue() const { return Value; } in getValue() function
1522 const RecordVal *getValue(const Init *Name) const { in getValue() function
1528 const RecordVal *getValue(StringRef Name) const { in getValue() function
1532 RecordVal *getValue(const Init *Name) { in getValue() function
1536 RecordVal *getValue(StringRef Name) { in getValue() function
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/location/injector/
H A DSystemSettingsHelper.java548 public boolean getValue(boolean defaultValue) { in getValue() method in SystemSettingsHelper.BooleanGlobalSetting
574 public long getValue(long defaultValue) { in getValue() method in SystemSettingsHelper.LongGlobalSetting
610 public synchronized Set<String> getValue() { in getValue() method in SystemSettingsHelper.StringSetCachedGlobalSetting
716 public synchronized PackageTagsList getValue() { in getValue() method in SystemSettingsHelper.PackageTagsListSetting
/aosp_15_r20/external/llvm/include/llvm/CodeGen/
H A DDIE.h137 uint64_t getValue() const { return Integer; } in getValue() function
157 const MCExpr *getValue() const { return Expr; } in getValue() function
176 const MCSymbol *getValue() const { return Label; } in getValue() function
257 size_t getValue() const { return Index; } in getValue() function
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
H A DPOJOPropertiesCollectorTest.java46 public int getValue() { return value; } in getValue() method in POJOPropertiesCollectorTest.Empty
56 public int getValue() { return value; } in getValue() method in POJOPropertiesCollectorTest.IgnoredSetter
84 public int getValue() { return 1; } in getValue() method in POJOPropertiesCollectorTest.RenamedProperties2
116 public Integer getValue() { return 0; } in getValue() method in POJOPropertiesCollectorTest.TypeTestBean
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
H A DPointKeyframeAnimation.java16 @Override public PointF getValue(Keyframe<PointF> keyframe, float keyframeProgress) { in getValue() method in PointKeyframeAnimation
20 …@Override protected PointF getValue(Keyframe<PointF> keyframe, float linearKeyframeProgress, float… in getValue() method in PointKeyframeAnimation
H A DValueCallbackKeyframeAnimation.java41 @Override public A getValue() { in getValue() method in ValueCallbackKeyframeAnimation
46 @Override A getValue(Keyframe<K> keyframe, float keyframeProgress) { in getValue() method in ValueCallbackKeyframeAnimation
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DLerper.java43 public int getValue(int currentValue, int targetValue) { in getValue() method in Lerper
72 public float getValue(float currentValue, float targetValue) { in getValue() method in Lerper
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DAPNumericStorage.h53 llvm::APInt getValue() const { return getIntValue(); } in getValue() function
61 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DAPNumericStorage.h53 llvm::APInt getValue() const { return getIntValue(); } in getValue() function
61 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DAPNumericStorage.h53 llvm::APInt getValue() const { return getIntValue(); } in getValue() function
61 llvm::APFloat getValue(const llvm::fltSemantics &Semantics) const { in getValue() function
/aosp_15_r20/external/clang/lib/Analysis/
H A DFormatStringParsing.h70 const T &getValue() const { in getValue() function
74 const T &getValue() { return FS; } in getValue() function
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DLazy.java44 public T getValue() { in getValue() method in Lazy
94 public T getValue() { in getValue() method in Lazy.ResolvedLazy
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/annotation/
H A DAnnotationMemberValue.java50 Object getValue(ClassLoader cl, ClassPool cp, Method m) in getValue() method in AnnotationMemberValue
66 public Annotation getValue() { in getValue() method in AnnotationMemberValue
H A DStringMemberValue.java64 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in StringMemberValue
76 public String getValue() { in getValue() method in StringMemberValue
H A DFloatMemberValue.java65 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in FloatMemberValue
77 public float getValue() { in getValue() method in FloatMemberValue
H A DLongMemberValue.java64 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in LongMemberValue
76 public long getValue() { in getValue() method in LongMemberValue
H A DCharMemberValue.java64 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in CharMemberValue
76 public char getValue() { in getValue() method in CharMemberValue
H A DByteMemberValue.java63 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in ByteMemberValue
75 public byte getValue() { in getValue() method in ByteMemberValue
H A DShortMemberValue.java64 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in ShortMemberValue
76 public short getValue() { in getValue() method in ShortMemberValue
H A DIntegerMemberValue.java70 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in IntegerMemberValue
82 public int getValue() { in getValue() method in IntegerMemberValue
/aosp_15_r20/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/mqtt5/
H A DPublishResult.java49 public Object getValue() { in getValue() method in PublishResult
115 public int getValue() { in getValue() method in PublishResult.PublishResultType
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCFragment.h304 int64_t getValue() const { return Value; } in getValue() function
334 uint64_t getValue() const { return Value; } in getValue() function
363 uint8_t getValue() const { return Value; } in getValue() function
387 const MCExpr &getValue() const { return *Value; } in getValue() function
/aosp_15_r20/hardware/st/nfc/1.0/adaptation/
Dconfig.cpp389 bool CNfcConfig::getValue(const char* name, char* pValue, size_t& len) const { in getValue() function in CNfcConfig
412 bool CNfcConfig::getValue(const char* name, unsigned long& rValue) const { in getValue() function in CNfcConfig
433 bool CNfcConfig::getValue(const char* name, unsigned short& rValue) const { in getValue() function in CNfcConfig
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/optimization/linear/
H A DLinearObjectiveFunction.java92 public double getValue(final double[] point) { in getValue() method in LinearObjectiveFunction
101 public double getValue(final RealVector point) { in getValue() method in LinearObjectiveFunction
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
H A DLinearObjectiveFunction.java91 public double getValue(final double[] point) { in getValue() method in LinearObjectiveFunction
100 public double getValue(final RealVector point) { in getValue() method in LinearObjectiveFunction

12345678910>>...254