/external/droiddriver/src/com/google/android/droiddriver/finders/ |
D | Attribute.java | 27 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/ |
D | Optional.h | 115 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/ |
D | IntrinsicInst.cpp | 67 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/ |
D | StringResourceLoader.java | 12 public String getValue(int resourceId) { in getValue() method in StringResourceLoader 16 public String getValue(String resourceName, boolean isSystem) { in getValue() method in StringResourceLoader
|
D | DimenResourceLoader.java | 14 public float getValue(int resourceId) { in getValue() method in DimenResourceLoader 18 public float getValue(String resourceName, boolean isSystem) { in getValue() method in DimenResourceLoader
|
D | IntegerResourceLoader.java | 13 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/ |
D | PlayReadyHeader.java | 154 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/ |
D | FormatStringParsing.h | 64 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/ |
D | AttList.java | 151 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/ |
D | AttList.java | 160 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/ |
D | AnnotationMemberValue.java | 47 Object getValue(ClassLoader cl, ClassPool cp, Method m) in getValue() method in AnnotationMemberValue 63 public Annotation getValue() { in getValue() method in AnnotationMemberValue
|
D | BooleanMemberValue.java | 60 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in BooleanMemberValue 71 public boolean getValue() { in getValue() method in BooleanMemberValue
|
D | LongMemberValue.java | 61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in LongMemberValue 72 public long getValue() { in getValue() method in LongMemberValue
|
D | ByteMemberValue.java | 60 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in ByteMemberValue 71 public byte getValue() { in getValue() method in ByteMemberValue
|
D | ShortMemberValue.java | 61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in ShortMemberValue 72 public short getValue() { in getValue() method in ShortMemberValue
|
D | StringMemberValue.java | 61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in StringMemberValue 72 public String getValue() { in getValue() method in StringMemberValue
|
D | CharMemberValue.java | 61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in CharMemberValue 72 public char getValue() { in getValue() method in CharMemberValue
|
D | IntegerMemberValue.java | 67 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in IntegerMemberValue 78 public int getValue() { in getValue() method in IntegerMemberValue
|
D | FloatMemberValue.java | 62 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in FloatMemberValue 73 public float getValue() { in getValue() method in FloatMemberValue
|
D | DoubleMemberValue.java | 62 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in DoubleMemberValue 73 public double getValue() { in getValue() method in DoubleMemberValue
|
D | EnumMemberValue.java | 58 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/ |
D | submodules.m | 9 int getValue() { function
|
D | modify-module.m | 26 int getValue() { return getA() + getB(); } function
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BasicValueFactory.cpp | 72 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/ |
D | HeaderExt.java | 35 public String getValue(); in getValue() method
|