Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/droiddriver/src/com/google/android/droiddriver/finders/
DAttribute.java27 public Boolean getValue(UiElement element) { in getValue() method
34 public Boolean getValue(UiElement element) { in getValue() method
41 public String getValue(UiElement element) { in getValue() method
48 public Boolean getValue(UiElement element) { in getValue() method
55 public String getValue(UiElement element) { in getValue() method
62 public Boolean getValue(UiElement element) { in getValue() method
69 public Boolean getValue(UiElement element) { in getValue() method
76 public Boolean getValue(UiElement element) { in getValue() method
83 public Boolean getValue(UiElement element) { in getValue() method
90 public String getValue(UiElement element) { in getValue() method
[all …]
/external/llvm/include/llvm/ADT/
DOptional.h115 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function
116 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function
126 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } in getValue() function
/external/llvm/lib/IR/
DIntrinsicInst.cpp67 const Value *DbgValueInst::getValue() const { in getValue() function in DbgValueInst
71 Value *DbgValueInst::getValue() { in getValue() function in DbgValueInst
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DStringResourceLoader.java12 public String getValue(int resourceId) { in getValue() method in StringResourceLoader
16 public String getValue(String resourceName, boolean isSystem) { in getValue() method in StringResourceLoader
DDimenResourceLoader.java14 public float getValue(int resourceId) { in getValue() method in DimenResourceLoader
18 public float getValue(String resourceName, boolean isSystem) { in getValue() method in DimenResourceLoader
DIntegerResourceLoader.java13 public int getValue( int resourceId ) { in getValue() method in IntegerResourceLoader
27 public int getValue( String resourceName, boolean isSystem ) { in getValue() method in IntegerResourceLoader
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
DPlayReadyHeader.java154 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
/external/clang/lib/Analysis/
DFormatStringParsing.h64 const T &getValue() const { in getValue() function
68 const T &getValue() { return FS; } in getValue() function
/external/apache-xml/src/main/java/org/apache/xml/utils/
DAttList.java151 public String getValue(int i) in getValue() method in AttList
192 public String getValue(String name) in getValue() method in AttList
208 public String getValue(String uri, String localName) in getValue() method in AttList
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DAttList.java160 public String getValue(int i) in getValue() method in AttList
201 public String getValue(String name) in getValue() method in AttList
217 public String getValue(String uri, String localName) in getValue() method in AttList
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotationMemberValue.java47 Object getValue(ClassLoader cl, ClassPool cp, Method m) in getValue() method in AnnotationMemberValue
63 public Annotation getValue() { in getValue() method in AnnotationMemberValue
DBooleanMemberValue.java60 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in BooleanMemberValue
71 public boolean getValue() { in getValue() method in BooleanMemberValue
DLongMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in LongMemberValue
72 public long getValue() { in getValue() method in LongMemberValue
DByteMemberValue.java60 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in ByteMemberValue
71 public byte getValue() { in getValue() method in ByteMemberValue
DShortMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in ShortMemberValue
72 public short getValue() { in getValue() method in ShortMemberValue
DStringMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in StringMemberValue
72 public String getValue() { in getValue() method in StringMemberValue
DCharMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in CharMemberValue
72 public char getValue() { in getValue() method in CharMemberValue
DIntegerMemberValue.java67 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in IntegerMemberValue
78 public int getValue() { in getValue() method in IntegerMemberValue
DFloatMemberValue.java62 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in FloatMemberValue
73 public float getValue() { in getValue() method in FloatMemberValue
DDoubleMemberValue.java62 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in DoubleMemberValue
73 public double getValue() { in getValue() method in DoubleMemberValue
DEnumMemberValue.java58 Object getValue(ClassLoader cl, ClassPool cp, Method m) in getValue() method in EnumMemberValue
97 public String getValue() { in getValue() method in EnumMemberValue
/external/clang/test/Modules/
Dsubmodules.m9 int getValue() { function
Dmodify-module.m26 int getValue() { return getA() + getB(); } function
/external/clang/lib/StaticAnalyzer/Core/
DBasicValueFactory.cpp72 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
/external/nist-sip/java/gov/nist/javax/sip/header/
DHeaderExt.java35 public String getValue(); in getValue() method

12345678910>>...12