Home
last modified time | relevance | path

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

12345678910>>...31

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DOptional.h72 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue() function
76 T const &getValue() const LLVM_LVALUE_FUNCTION noexcept { in getValue() function
81 T &&getValue() && noexcept { in getValue() function
172 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue() function
176 T const &getValue() const LLVM_LVALUE_FUNCTION noexcept { in getValue() function
181 T &&getValue() && noexcept { in getValue() function
255 const T &getValue() const LLVM_LVALUE_FUNCTION { return Storage.getValue(); } in getValue() function
256 T &getValue() LLVM_LVALUE_FUNCTION { return Storage.getValue(); } in getValue() function
279 T &&getValue() && { return std::move(Storage.getValue()); } in getValue() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderEncodedValues.java76 @Nonnull @Override public List<? extends EncodedValue> getValue() { in getValue() method in BuilderEncodedValues.BuilderArrayEncodedValue
119 @Override public boolean getValue() { in getValue() method in BuilderEncodedValues.BuilderBooleanEncodedValue
153 @Nonnull @Override public BuilderFieldReference getValue() { in getValue() method in BuilderEncodedValues.BuilderEnumEncodedValue
166 @Nonnull @Override public BuilderFieldReference getValue() { in getValue() method in BuilderEncodedValues.BuilderFieldEncodedValue
200 @Override public BuilderMethodReference getValue() { in getValue() method in BuilderEncodedValues.BuilderMethodEncodedValue
227 @Nonnull @Override public String getValue() { in getValue() method in BuilderEncodedValues.BuilderStringEncodedValue
240 @Nonnull @Override public String getValue() { in getValue() method in BuilderEncodedValues.BuilderTypeEncodedValue
253 … @Nonnull @Override public BuilderMethodProtoReference getValue() { return methodProtoReference; } in getValue() method in BuilderEncodedValues.BuilderMethodTypeEncodedValue
264 …@Nonnull @Override public BuilderMethodHandleReference getValue() { return methodHandleReference; } in getValue() method in BuilderEncodedValues.BuilderMethodHandleEncodedValue
/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/
DTestAbstractTypes.java35 public int getValue(); in getValue() method
40 public int getValue() { return 3; } in getValue() method in TestAbstractTypes.AbstractImpl
45 String getValue(); in getValue() method
49 String getValue(); in getValue() method
62 public String getValue() { in getValue() method in TestAbstractTypes.SimpleDatatype1
76 public String getValue() { in getValue() method in TestAbstractTypes.SimpleDatatype2
/external/deqp/framework/randomshaders/
DrsgExpression.hpp77 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
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
DUnicodeLabel.java14 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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/
DTestAnnotationMerging.java22 public Object getValue() { return value; } in getValue() method in TestAnnotationMerging.Wrapper
33 public int getValue() { return value; } in getValue() method in TestAnnotationMerging.SharedName
39 public int getValue() { return 1; } in getValue() method in TestAnnotationMerging.SharedName2
54 public Object getValue() { return value; } in getValue() method in TestAnnotationMerging.TypeWrapper
/external/guava/android/guava/src/com/google/common/collect/
DDenseImmutableTable.java109 abstract V getValue(int keyIndex); in getValue() method in DenseImmutableTable.ImmutableArrayMap
164 V getValue(int keyIndex) { in getValue() method in Row
189 V getValue(int keyIndex) { in getValue() method in Column
211 ImmutableMap<C, V> getValue(int keyIndex) { in getValue() method in RowMap
233 ImmutableMap<R, V> getValue(int keyIndex) { in getValue() method in ColumnMap
282 V getValue(int index) { in getValue() method
/external/guava/guava/src/com/google/common/collect/
DDenseImmutableTable.java109 abstract V getValue(int keyIndex); in getValue() method in DenseImmutableTable.ImmutableArrayMap
164 V getValue(int keyIndex) { in getValue() method in Row
189 V getValue(int keyIndex) { in getValue() method in Column
211 ImmutableMap<C, V> getValue(int keyIndex) { in getValue() method in RowMap
233 ImmutableMap<R, V> getValue(int keyIndex) { in getValue() method in ColumnMap
282 V getValue(int index) { in getValue() method
/external/turbine/java/com/google/turbine/model/
DConst.java98 public Object getValue() { in getValue() method in Const.BooleanValue
142 public Object getValue() { in getValue() method in Const.IntValue
185 public Object getValue() { in getValue() method in Const.LongValue
228 public Object getValue() { in getValue() method in Const.CharValue
274 public Object getValue() { in getValue() method in Const.FloatValue
326 public Object getValue() { in getValue() method in Const.DoubleValue
369 public Object getValue() { in getValue() method in Const.StringValue
412 public Object getValue() { in getValue() method in Const.ShortValue
446 public Object getValue() { in getValue() method in Const.ByteValue
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipShort.java79 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
DZipLong.java122 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/swiftshader/third_party/llvm-subzero/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/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/desugar/java/com/google/devtools/common/options/
DOptionValueDescription.java47 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/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/
DTestBackRefsWithPolymorphic.java28 @Override PropertySheet getValue(); in getValue() method
40 T getValue(); in getValue() method
61 @Override String getValue(); in getValue() method
132 @Override public PropertySheet getValue() { in getValue() method in TestBackRefsWithPolymorphic.NestedPropertySheetImpl
183 @Override public String getValue() { in getValue() method in TestBackRefsWithPolymorphic.StringPropertyImpl
/external/turbine/java/com/google/turbine/processing/
DTurbineAnnotationMirror.java186 public AnnotationMirror getValue() { in getValue() method in TurbineAnnotationMirror
226 public List<AnnotationValue> getValue() { in getValue() method in TurbineAnnotationMirror.TurbineArrayConstant
260 public TypeMirror getValue() { in getValue() method in TurbineAnnotationMirror.TurbineClassConstant
297 public Object getValue() { in getValue() method in TurbineAnnotationMirror.TurbineEnumConstant
326 public Object getValue() { in getValue() method in TurbineAnnotationMirror.TurbinePrimitiveConstant
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
DJsonValueExtTypeIdTest.java20 public BigDecimal getValue(){ return value; } in getValue() method in JsonValueExtTypeIdTest.DecimalValue
29 public DecimalValue getValue(){ in getValue() method in JsonValueExtTypeIdTest.DecimalEntry
/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/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DValueCallbackKeyframeAnimation.java39 @Override public A getValue() { in getValue() method in ValueCallbackKeyframeAnimation
44 @Override A getValue(Keyframe<K> keyframe, float keyframeProgress) { in getValue() method in ValueCallbackKeyframeAnimation
DSplitDimensionPathKeyframeAnimation.java34 @Override public PointF getValue() { in getValue() method in SplitDimensionPathKeyframeAnimation
38 @Override PointF getValue(Keyframe<PointF> keyframe, float keyframeProgress) { in getValue() method in SplitDimensionPathKeyframeAnimation
/external/kotlinx.atomicfu/atomicfu/src/jsMain/kotlin/kotlinx/atomicfu/
DAtomicFU.kt42 public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): T = value in atomic() method
71 … public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Boolean = value in getValue() method
102 actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Int = value in toString() method
160 public actual inline operator fun getValue(thisRef: Any?, property: KProperty<*>): Long = value in getValue() method
/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

12345678910>>...31