Home
last modified time | relevance | path

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

12345678910>>...19

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DEncodedValueRewriter.java78 @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/
DBuilderEncodedValues.java74 @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/
DUnicodeLabel.java14 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/
DUnicodeLabel.java15 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/
DrsgExpression.hpp77 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/llvm/include/llvm/ADT/
DOptional.h121 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/opencv3/modules/cudawarping/test/
Dinterpolation.hpp59 …static T getValue(const cv::Mat& src, float y, float x, int c, int border_type, cv::Scalar borderV… in getValue() function
67 …static T getValue(const cv::Mat& src, float y, float x, int c, int border_type, cv::Scalar borderV… in getValue() function
104 …static T getValue(const cv::Mat& src, float y, float x, int c, int border_type, cv::Scalar borderV… in getValue() function
/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/llvm/lib/IR/
DIntrinsicInst.cpp77 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/
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.java15 public float getValue(int resourceId) { in getValue() method in DimenResourceLoader
19 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/opencv3/3rdparty/openexr/Imath/
DImathShear.h404 Shear6<T>::getValue (S &XY, S &XZ, S &YZ, S &YX, S &ZX, S &ZY) const in getValue() function
417 Shear6<T>::getValue (Shear6<S> &h) const in getValue() function
429 Shear6<T>::getValue() in getValue() function
436 Shear6<T>::getValue() const in getValue() function
DImathColor.h538 Color4<T>::getValue (S &x, S &y, S &z, S &w) const in getValue() function
549 Color4<T>::getValue (Color4<S> &v) const in getValue() function
559 Color4<T>::getValue() in getValue() function
566 Color4<T>::getValue() const 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/clang/lib/Analysis/
DFormatStringParsing.h64 const T &getValue() const { in getValue() function
68 const T &getValue() { return FS; } in getValue() function
/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
DStringMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in StringMemberValue
72 public String getValue() { in getValue() method in StringMemberValue
DFloatMemberValue.java62 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in FloatMemberValue
73 public float getValue() { in getValue() method in FloatMemberValue
DShortMemberValue.java61 Object getValue(ClassLoader cl, ClassPool cp, Method m) { in getValue() method in ShortMemberValue
72 public short getValue() { in getValue() method in ShortMemberValue
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
/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/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
DLinearObjectiveFunction.java91 public double getValue(final double[] point) { in getValue() method in LinearObjectiveFunction
100 public double getValue(final RealVector point) { in getValue() method in LinearObjectiveFunction

12345678910>>...19