/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 498 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 D | SystemSettingsHelper.java | 548 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 D | DIE.h | 137 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 D | POJOPropertiesCollectorTest.java | 46 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 D | PointKeyframeAnimation.java | 16 @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 D | ValueCallbackKeyframeAnimation.java | 41 @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/ |
D | Lerper.java | 43 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/ |
D | APNumericStorage.h | 53 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/ |
D | APNumericStorage.h | 53 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/ |
D | APNumericStorage.h | 53 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 D | FormatStringParsing.h | 70 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 D | Lazy.java | 44 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 D | AnnotationMemberValue.java | 50 Object getValue(ClassLoader cl, ClassPool cp, Method m) in getValue() method in AnnotationMemberValue 66 public Annotation getValue() { in getValue() method in AnnotationMemberValue
|
H A D | StringMemberValue.java | 64 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in StringMemberValue 76 public String getValue() { in getValue() method in StringMemberValue
|
H A D | FloatMemberValue.java | 65 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in FloatMemberValue 77 public float getValue() { in getValue() method in FloatMemberValue
|
H A D | LongMemberValue.java | 64 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in LongMemberValue 76 public long getValue() { in getValue() method in LongMemberValue
|
H A D | CharMemberValue.java | 64 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in CharMemberValue 76 public char getValue() { in getValue() method in CharMemberValue
|
H A D | ByteMemberValue.java | 63 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in ByteMemberValue 75 public byte getValue() { in getValue() method in ByteMemberValue
|
H A D | ShortMemberValue.java | 64 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in ShortMemberValue 76 public short getValue() { in getValue() method in ShortMemberValue
|
H A D | IntegerMemberValue.java | 70 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 D | PublishResult.java | 49 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 D | MCFragment.h | 304 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/ |
D | config.cpp | 389 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 D | LinearObjectiveFunction.java | 92 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 D | LinearObjectiveFunction.java | 91 public double getValue(final double[] point) { in getValue() method in LinearObjectiveFunction 100 public double getValue(final RealVector point) { in getValue() method in LinearObjectiveFunction
|