HomeSort by relevance Sort by last modified time
    Searched defs:getValue (Results 1 - 25 of 4901) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/638-checker-inline-caches/src/
Super.java 18 abstract int getValue();
  /art/test/638-checker-inline-caches/src-multidex/
SubC.java 18 public int getValue() { return 24; }
  /art/test/084-class-init/src/
IntHolder.java 35 public int getValue() {
  /external/llvm/lib/DebugInfo/PDB/
PDBSymbolCompilandEnv.cpp 25 std::string PDBSymbolCompilandEnv::getValue() const {
26 Variant Value = RawSymbol->getValue();
  /external/swiftshader/third_party/LLVM/lib/VMCore/
IntrinsicInst.cpp 67 const Value *DbgValueInst::getValue() const {
71 Value *DbgValueInst::getValue() {
  /art/test/078-polymorphic-virtual/src/
Base.java 29 public int getValue() {
  /external/compiler-rt/test/asan/TestCases/
initialization-constexpr.cc 22 int getValue() {return value;}
25 int getCoolestInteger() { return coolestInteger.getValue(); }
  /external/testng/src/main/java/org/testng/annotations/
IExpectedExceptionsAnnotation.java 12 public Class[] getValue();
IParametersAnnotation.java 25 public String[] getValue();
IListenersAnnotation.java 7 Class<? extends ITestNGListener>[] getValue();
  /test/suite_harness/tools/dex-tools/src/dex/structure/
DexEncodedAnnotation.java 24 List<DexAnnotationAttribute> getValue();
DexEncodedValue.java 37 Object getValue();
  /art/test/643-checker-bogus-ic/src/
Main.java 23 /// CHECK: InvokeVirtual method_name:Main.getValue
26 /// CHECK: InvokeVirtual method_name:Main.getValue
29 return a.getValue();
33 /// CHECK: InvokeVirtual method_name:Main.getValue
36 /// CHECK: InvokeVirtual method_name:Main.getValue
38 return a.getValue();
41 public int getValue() {
  /art/test/707-checker-invalid-profile/src/
Main.java 23 /// CHECK: InvokeVirtual method_name:Main.getValue
25 return a.getValue();
29 /// CHECK: InvokeVirtual method_name:Main.getValue
31 return a.getValue();
34 public int getValue() {
  /art/test/ProfileTestMultiDex/
Second.java 30 int getValue() { return 24; }
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammarHelper.cs 101 internal BigInteger getValue( string name )
ProfileTreeGrammarHelper.cs 101 public BigInteger getValue( string name )
  /external/apache-http/src/org/apache/http/
Header.java 65 String getValue();
NameValuePair.java 111 String getValue();
  /external/nist-sip/java/gov/nist/javax/sip/header/
HeaderExt.java 35 public String getValue();
  /external/nist-sip/java/javax/sip/header/
ExtensionHeader.java 6 String getValue();
  /external/skia/tools/debugger/
SkJsonWriteBuffer.h 51 const Json::Value& getValue() const { return fJson; }
  /external/skqp/tools/debugger/
SkJsonWriteBuffer.h 51 const Json::Value& getValue() const { return fJson; }
  /frameworks/base/core/java/android/hardware/camera2/impl/
GetCommand.java 32 public <T> T getValue(CameraMetadataNative metadata, CameraMetadataNative.Key<T> key);
  /frameworks/support/dynamic-animation/src/main/java/androidx/dynamicanimation/animation/
FloatValueHolder.java 21 * i.e. {@link #setValue(float)} and {@link #getValue()}) to access this float value. Animations can
24 * obtain the up-to-date animation value via {@link FloatValueHolder#getValue()}.
71 public float getValue() {

Completed in 1093 milliseconds

1 2 3 4 5 6 7 8 91011>>