| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Optional.h | 72 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/llvm-project/llvm/include/llvm/ADT/ |
| D | Optional.h | 73 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue() function 77 constexpr T const &getValue() const LLVM_LVALUE_FUNCTION noexcept { in getValue() function 82 T &&getValue() && noexcept { in getValue() function 173 T &getValue() LLVM_LVALUE_FUNCTION noexcept { in getValue() function 177 constexpr T const &getValue() const LLVM_LVALUE_FUNCTION noexcept { in getValue() function 182 T &&getValue() && noexcept { in getValue() function 257 constexpr const T &getValue() const LLVM_LVALUE_FUNCTION { in getValue() function 260 T &getValue() LLVM_LVALUE_FUNCTION { return Storage.getValue(); } in getValue() function 285 T &&getValue() && { return std::move(Storage.getValue()); } in getValue() function
|
| D | StringMapEntry.h | 50 const ValueTy &getValue() const { return second; } in getValue() function 51 ValueTy &getValue() { return second; } in getValue() function 62 NoneType getValue() const { return None; } in getValue() function
|
| /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/ |
| D | BuilderEncodedValues.java | 76 @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/ |
| 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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/module/ |
| D | TestAbstractTypes.java | 35 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/ |
| 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
|
| /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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/introspect/ |
| D | TestAnnotationMerging.java | 22 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/llvm-project/lldb/test/API/lang/objc/objc-dynamic-value/ |
| D | dynamic-value.m | 12 - (uint32_t) getValue; method 23 { 59 - (uint32_t) getValue; method 70 {
|
| /external/llvm-project/clang/include/clang/Tooling/Refactoring/ |
| D | RefactoringOptions.h | 35 const ValueType &getValue() const { return Value; } in getValue() function 48 const ValueType &getValue() const { in getValue() function
|
| /external/llvm-project/lldb/test/API/macosx/dyld-trie-symbols/ |
| D | main.mm | 12 - (uint32_t) getValue; method 23 { 59 - (uint32_t) getValue; method 70 {
|
| /external/guava/android/guava/src/com/google/common/collect/ |
| D | DenseImmutableTable.java | 103 abstract V getValue(int keyIndex); in getValue() method in DenseImmutableTable.ImmutableArrayMap 155 V getValue(int keyIndex) { in getValue() method in Row 179 V getValue(int keyIndex) { in getValue() method in Column 201 ImmutableMap<C, V> getValue(int keyIndex) { in getValue() method in RowMap 223 ImmutableMap<R, V> getValue(int keyIndex) { in getValue() method in ColumnMap 270 V getValue(int index) { in getValue() method
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | DenseImmutableTable.java | 102 abstract @Nullable V getValue(int keyIndex); in getValue() method in DenseImmutableTable.ImmutableArrayMap 154 V getValue(int keyIndex) { in getValue() method in Row 178 V getValue(int keyIndex) { in getValue() method in Column 200 ImmutableMap<C, V> getValue(int keyIndex) { in getValue() method in RowMap 222 ImmutableMap<R, V> getValue(int keyIndex) { in getValue() method in ColumnMap 269 V getValue(int index) { in getValue() method
|
| /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
|
| /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/llvm-project/clang/test/ASTMerge/class-template/Inputs/ |
| D | class-template1.cpp | 3 T getValue(T arg) { return arg; } in getValue() function 31 char getValue(char ch) { return static_cast<char>(member); } in getValue() function
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/ |
| D | JsonValueExtTypeIdTest.java | 20 public BigDecimal getValue(){ return value; } in getValue() method in JsonValueExtTypeIdTest.DecimalValue 29 public DecimalValue getValue(){ in getValue() method in JsonValueExtTypeIdTest.DecimalEntry
|
| /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/llvm-project/mlir/include/mlir/Dialect/StandardOps/IR/ |
| D | Ops.h | 62 APFloat getValue() { in getValue() function 86 int64_t getValue() { in getValue() function 105 int64_t getValue() { 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/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
| D | ValueCallbackKeyframeAnimation.java | 39 @Override public A getValue() { in getValue() method in ValueCallbackKeyframeAnimation 44 @Override A getValue(Keyframe<K> keyframe, float keyframeProgress) { in getValue() method in ValueCallbackKeyframeAnimation
|
| /external/turbine/java/com/google/turbine/processing/ |
| D | TurbineAnnotationMirror.java | 179 public AnnotationMirror getValue() { in getValue() method in TurbineAnnotationMirror 219 public List<AnnotationValue> getValue() { in getValue() method in TurbineAnnotationMirror.TurbineArrayConstant 253 public TypeMirror getValue() { in getValue() method in TurbineAnnotationMirror.TurbineClassConstant 290 public Object getValue() { in getValue() method in TurbineAnnotationMirror.TurbineEnumConstant 319 public Object getValue() { in getValue() method in TurbineAnnotationMirror.TurbinePrimitiveConstant
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/struct/ |
| D | TestBackRefsWithPolymorphic.java | 28 @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
|