/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
D | EncodedValueRewriter.java | 78 @Override @Nonnull public String getValue() { in getValue() method in EncodedValueRewriter.RewrittenTypeEncodedValue 90 @Override @Nonnull public FieldReference getValue() { in getValue() method in EncodedValueRewriter.RewrittenFieldEncodedValue 102 @Override @Nonnull public FieldReference getValue() { in getValue() method in EncodedValueRewriter.RewrittenEnumEncodedValue 114 @Override @Nonnull public MethodReference getValue() { in getValue() method in EncodedValueRewriter.RewrittenMethodEncodedValue 126 @Override @Nonnull public List<? extends EncodedValue> getValue() { in getValue() method in EncodedValueRewriter.RewrittenArrayEncodedValue
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
D | BuilderEncodedValues.java | 74 @Nonnull @Override public List<? extends EncodedValue> getValue() { in getValue() method in BuilderEncodedValues.BuilderArrayEncodedValue 117 @Override public boolean getValue() { in getValue() method in BuilderEncodedValues.BuilderBooleanEncodedValue 151 @Nonnull @Override public BuilderFieldReference getValue() { in getValue() method in BuilderEncodedValues.BuilderEnumEncodedValue 164 @Nonnull @Override public BuilderFieldReference getValue() { in getValue() method in BuilderEncodedValues.BuilderFieldEncodedValue 198 @Override public BuilderMethodReference getValue() { in getValue() method in BuilderEncodedValues.BuilderMethodEncodedValue 225 @Nonnull @Override public String getValue() { in getValue() method in BuilderEncodedValues.BuilderStringEncodedValue 238 @Nonnull @Override public String getValue() { in getValue() method in BuilderEncodedValues.BuilderTypeEncodedValue
|
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | UnicodeLabel.java | 14 public abstract String getValue(int codepoint, boolean isShort); in getValue() method in UnicodeLabel 20 public String getValue(String s, String separator, boolean withCodePoint) { in getValue() method in UnicodeLabel 39 public String getValue(int codepoint, boolean isShort) { in getValue() method in UnicodeLabel.Hex 51 public String getValue(int codepoint, boolean isShort) { in getValue() method in UnicodeLabel.Constant
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/ |
D | UnicodeLabel.java | 15 public abstract String getValue(int codepoint, boolean isShort); in getValue() method in UnicodeLabel 21 public String getValue(String s, String separator, boolean withCodePoint) { in getValue() method in UnicodeLabel 40 public String getValue(int codepoint, boolean isShort) { in getValue() method in UnicodeLabel.Hex 52 public String getValue(int codepoint, boolean isShort) { in getValue() method in UnicodeLabel.Constant
|
/external/deqp/framework/randomshaders/ |
D | rsgExpression.hpp | 77 ExecConstValueAccess getValue (void) const { return m_valueAccess; } in getValue() function in rsg::VariableAccess 118 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::FloatLiteral 136 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::IntLiteral 154 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::BoolLiteral 172 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue() function in rsg::ConstructorOp 197 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue() function in rsg::AssignOp 219 ExecConstValueAccess getValue (void) const { return m_child->getValue(); } in getValue() function in rsg::ParenOp 238 …ExecConstValueAccess getValue (void) const { return m_value.getValue(m_outValueRange.getTyp… in getValue() function in rsg::SwizzleOp 260 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueType); } in getValue() function in rsg::TexLookup
|
/external/lldb/test/lang/objc/objc-dynamic-value/ |
D | dynamic-value.m | 12 - (uint32_t) getValue; method 23 { 59 - (uint32_t) getValue; method 70 {
|
/external/llvm/include/llvm/ADT/ |
D | Optional.h | 121 const T& getValue() const LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function 122 T& getValue() LLVM_LVALUE_FUNCTION { assert(hasVal); return *getPointer(); } in getValue() function 137 T&& getValue() && { assert(hasVal); return std::move(*getPointer()); } in getValue() function
|
/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/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 77 const Value *DbgValueInst::getValue() const { in getValue() function in DbgValueInst 81 Value *DbgValueInst::getValue() { return getValueImpl(getArgOperand(0)); } in getValue() function in DbgValueInst
|
/external/robolectric/v1/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 | 15 public float getValue(int resourceId) { in getValue() method in DimenResourceLoader 19 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/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/clang/lib/Analysis/ |
D | FormatStringParsing.h | 64 const T &getValue() const { in getValue() function 68 const T &getValue() { return FS; } in getValue() function
|
/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 | 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 | 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 | 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 | 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 | 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 | 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
|
/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
|