/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/cldr/tools/java/org/unicode/cldr/util/props/ |
D | UnicodeLabel.java | 14 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 41 public String getValue(int codepoint, boolean isShort) { in getValue() method in UnicodeLabel.Hex 54 public String getValue(int codepoint, boolean isShort) { in getValue() method in UnicodeLabel.Constant
|
/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/deqp/framework/randomshaders/ |
D | rsgExpression.hpp | 77 ExecConstValueAccess getValue (void) const { return m_valueAccess; } in getValue() function in rsg::VariableAccess 119 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::FloatLiteral 137 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::IntLiteral 156 …ExecConstValueAccess getValue (void) const { return m_value.getValue(VariableType::getScalarTyp… in getValue() function in rsg::BoolLiteral 174 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue() function in rsg::ConstructorOp 199 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueRange.getType()); } in getValue() function in rsg::AssignOp 222 ExecConstValueAccess getValue (void) const { return m_child->getValue(); } in getValue() function in rsg::ParenOp 241 …ExecConstValueAccess getValue (void) const { return m_value.getValue(m_outValueRange.getTyp… in getValue() function in rsg::SwizzleOp 263 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_valueType); } in getValue() function in rsg::TexLookup
|
D | rsgExecutionContext.cpp | 35 ExecValueAccess ExecMaskStorage::getValue (void) in getValue() function in rsg::ExecMaskStorage 40 ExecConstValueAccess ExecMaskStorage::getValue (void) const in getValue() function in rsg::ExecMaskStorage 61 ExecValueAccess ExecutionContext::getValue (const Variable* variable) in getValue() function in rsg::ExecutionContext
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | IntrinsicInst.cpp | 67 const Value *DbgValueInst::getValue() const { in getValue() function in DbgValueInst 71 Value *DbgValueInst::getValue() { in getValue() function in DbgValueInst
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | ZipShort.java | 79 public int getValue() { in getValue() method in ZipShort 112 public static int getValue(final byte[] bytes, final int offset) { in getValue() method in ZipShort 121 public static int getValue(final byte[] bytes) { in getValue() method in ZipShort
|
D | ZipLong.java | 122 public long getValue() { in getValue() method in ZipLong 167 public static long getValue(final byte[] bytes, final int offset) { in getValue() method in ZipLong 176 public static long getValue(final byte[] bytes) { in getValue() method in ZipLong
|
/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/swiftshader/third_party/llvm-subzero/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/desugar/java/com/google/devtools/common/options/ |
D | OptionValueDescription.java | 47 public abstract Object getValue(); in getValue() method in OptionValueDescription 121 public Object getValue() { in getValue() method in OptionValueDescription.DefaultOptionValueDescription 164 public Object getValue() { in getValue() method in OptionValueDescription.SingleOptionValueDescription 288 public List<Object> getValue() { in getValue() method in OptionValueDescription.RepeatableOptionValueDescription 351 public Object getValue() { in getValue() method in OptionValueDescription.ExpansionOptionValueDescription
|
/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 | 70 const T &getValue() const { in getValue() function 74 const T &getValue() { return FS; } in getValue() function
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/res/ |
D | NullResourceTable.java | 23 public TypedResource getValue(int resId, ResTable_config config) { in getValue() method in NullResourceTable 30 public TypedResource getValue(@Nonnull ResName resName, ResTable_config config) { in getValue() method in NullResourceTable
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/ |
D | LinearObjectiveFunction.java | 91 public double getValue(final double[] point) { in getValue() method in LinearObjectiveFunction 100 public double getValue(final RealVector point) { in getValue() method in LinearObjectiveFunction
|
/external/clang/test/Modules/ |
D | modify-module.m | 26 int getValue() { return getA() + getB(); } function
|
D | submodules.m | 9 int getValue() { 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/robolectric-shadows/resources/src/main/java/org/robolectric/res/ |
D | ResourceTable.java | 14 TypedResource getValue(int resId, ResTable_config config); in getValue() method 16 TypedResource getValue(@Nonnull ResName resName, ResTable_config config); in getValue() method
|
/external/testng/src/main/java/org/testng/annotations/ |
D | IParametersAnnotation.java | 25 public String[] getValue(); in getValue() method
|
D | IExpectedExceptionsAnnotation.java | 12 public Class[] getValue(); in getValue() method
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
D | ConstantPushInstruction.java | 31 Number getValue(); in getValue() method
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | HeaderExt.java | 35 public String getValue(); in getValue() method
|