/frameworks/base/media/mca/filterfw/native/core/ |
D | value.cpp | 34 POD GetPODValue(Value value) { in GetPODValue() 39 PTR GetPtrValue(Value value) { in GetPtrValue() 44 Value MakePODValue(POD value) { in MakePODValue() 64 int SetPODValue(Value* value, POD new_value) { in SetPODValue() 78 int SetPtrValue(Value* value, const BASE* new_values, int count) { in SetPtrValue() 92 int GetIntValue(Value value) { in GetIntValue() 96 float GetFloatValue(Value value) { in GetFloatValue() 100 const char* GetStringValue(Value value) { in GetStringValue() 104 const char* GetBufferValue(Value value) { in GetBufferValue() 110 char* GetMutableBufferValue(Value value) { in GetMutableBufferValue() [all …]
|
/frameworks/base/media/java/android/mtp/ |
D | MtpObjectInfo.java | 393 public Builder setObjectHandle(int value) { in setObjectHandle() 398 public Builder setAssociationDesc(int value) { in setAssociationDesc() 403 public Builder setAssociationType(int value) { in setAssociationType() 408 public Builder setCompressedSize(long value) { in setCompressedSize() 413 public Builder setDateCreated(long value) { in setDateCreated() 418 public Builder setDateModified(long value) { in setDateModified() 423 public Builder setFormat(int value) { in setFormat() 428 public Builder setImagePixDepth(long value) { in setImagePixDepth() 433 public Builder setImagePixHeight(long value) { in setImagePixHeight() 438 public Builder setImagePixWidth(long value) { in setImagePixWidth() [all …]
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | ViewPropertyAnimatorCompat.java | 120 public ViewPropertyAnimatorCompat setDuration(long value) { in setDuration() 135 public ViewPropertyAnimatorCompat alpha(float value) { in alpha() 150 public ViewPropertyAnimatorCompat alphaBy(float value) { in alphaBy() 165 public ViewPropertyAnimatorCompat translationX(float value) { in translationX() 180 public ViewPropertyAnimatorCompat translationY(float value) { in translationY() 251 public ViewPropertyAnimatorCompat setInterpolator(Interpolator value) { in setInterpolator() 283 public ViewPropertyAnimatorCompat setStartDelay(long value) { in setStartDelay() 315 public ViewPropertyAnimatorCompat rotation(float value) { in rotation() 330 public ViewPropertyAnimatorCompat rotationBy(float value) { in rotationBy() 345 public ViewPropertyAnimatorCompat rotationX(float value) { in rotationX() [all …]
|
/frameworks/base/core/java/android/content/ |
D | ContentValues.java | 95 public void put(String key, String value) { in put() 114 public void put(String key, Byte value) { in put() 124 public void put(String key, Short value) { in put() 134 public void put(String key, Integer value) { in put() 144 public void put(String key, Long value) { in put() 154 public void put(String key, Float value) { in put() 164 public void put(String key, Double value) { in put() 174 public void put(String key, Boolean value) { in put() 184 public void put(String key, byte[] value) { in put() 262 Object value = mValues.get(key); in getAsString() local [all …]
|
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/ |
D | SendReq.java | 106 public void addBcc(EncodedStringValue value) { in addBcc() 116 public void setBcc(EncodedStringValue[] value) { in setBcc() 135 public void addCc(EncodedStringValue value) { in addCc() 145 public void setCc(EncodedStringValue[] value) { in setCc() 164 public void setContentType(byte[] value) { in setContentType() 183 public void setDeliveryReport(int value) throws InvalidHeaderValueException { in setDeliveryReport() 204 public void setExpiry(long value) { in setExpiry() 224 public void setMessageSize(long value) { in setMessageSize() 245 public void setMessageClass(byte[] value) { in setMessageClass() 264 public void setReadReport(int value) throws InvalidHeaderValueException { in setReadReport() [all …]
|
D | RetrieveConf.java | 73 public void addCc(EncodedStringValue value) { in addCc() 92 public void setContentType(byte[] value) { in setContentType() 111 public void setDeliveryReport(int value) throws InvalidHeaderValueException { in setDeliveryReport() 132 public void setFrom(EncodedStringValue value) { in setFrom() 153 public void setMessageClass(byte[] value) { in setMessageClass() 172 public void setMessageId(byte[] value) { in setMessageId() 191 public void setReadReport(int value) throws InvalidHeaderValueException { in setReadReport() 210 public void setRetrieveStatus(int value) throws InvalidHeaderValueException { in setRetrieveStatus() 229 public void setRetrieveText(EncodedStringValue value) { in setRetrieveText() 248 public void setTransactionId(byte[] value) { in setTransactionId()
|
D | NotificationInd.java | 65 public void setContentClass(int value) throws InvalidHeaderValueException { in setContentClass() 87 public void setContentLocation(byte[] value) { in setContentLocation() 109 public void setExpiry(long value) { in setExpiry() 131 public void setFrom(EncodedStringValue value) { in setFrom() 153 public void setMessageClass(byte[] value) { in setMessageClass() 173 public void setMessageSize(long value) { in setMessageSize() 193 public void setSubject(EncodedStringValue value) { in setSubject() 213 public void setTransactionId(byte[] value) { in setTransactionId() 233 public void setDeliveryReport(int value) throws InvalidHeaderValueException { in setDeliveryReport()
|
D | ReadOrigInd.java | 59 public void setDate(long value) { in setDate() 80 public void setFrom(EncodedStringValue value) { in setFrom() 99 public void setMessageId(byte[] value) { in setMessageId() 118 public void setReadStatus(int value) throws InvalidHeaderValueException { in setReadStatus() 137 public void setTo(EncodedStringValue[] value) { in setTo()
|
D | DeliveryInd.java | 62 public void setDate(long value) { in setDate() 81 public void setMessageId(byte[] value) { in setMessageId() 100 public void setStatus(int value) throws InvalidHeaderValueException { in setStatus() 119 public void setTo(EncodedStringValue[] value) { in setTo()
|
/frameworks/base/core/tests/coretests/src/android/util/ |
D | LongSparseLongArrayTest.java | 35 final long value = 1 << i; in testSimplePut() local 39 final long value = 1 << i; in testSimplePut() local 48 final long value = 1 << i; in testSimplePutBackwards() local 52 final long value = 1 << i; in testSimplePutBackwards() local 61 final long value = 1 << i; in testMiddleInsert() local 67 final long value = 1 << i; in testMiddleInsert() local 83 final long value = r.nextLong(); in testFuzz() local 99 final long value = e.getValue(); in testFuzz() local
|
/frameworks/base/core/java/android/util/ |
D | JsonWriter.java | 299 public JsonWriter value(String value) throws IOException { in value() method in JsonWriter 324 public JsonWriter value(boolean value) throws IOException { in value() argument 337 public JsonWriter value(double value) throws IOException { in value() argument 351 public JsonWriter value(long value) throws IOException { in value() argument 364 public JsonWriter value(Number value) throws IOException { in value() argument 400 private void string(String value) throws IOException { in string()
|
/frameworks/support/compat/java/android/support/v4/util/ |
D | Preconditions.java | 168 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value, in checkArgumentNonnegative() 185 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value) { in checkArgumentNonnegative() 200 public static long checkArgumentNonnegative(final long value) { in checkArgumentNonnegative() 216 public static long checkArgumentNonnegative(final long value, final String errorMessage) { in checkArgumentNonnegative() 232 public static int checkArgumentPositive(final int value, final String errorMessage) { in checkArgumentPositive() 253 public static float checkArgumentFinite(final float value, final String valueName) { in checkArgumentFinite() 278 public static float checkArgumentInRange(float value, float lower, float upper, in checkArgumentInRange() 307 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange() 334 public static long checkArgumentInRange(long value, long lower, long upper, in checkArgumentInRange() 359 public static <T> T[] checkArrayElementsNotNull(final T[] value, final String valueName) { in checkArrayElementsNotNull() [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | DummyLogMessage.java | 22 public WifiLog.LogMessage r(String value) { in r() 27 public WifiLog.LogMessage c(String value) { in c() 32 public WifiLog.LogMessage c(long value) { in c() 37 public WifiLog.LogMessage c(char value) { in c() 42 public WifiLog.LogMessage c(boolean value) { in c()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 450 public ViewPropertyAnimator x(float value) { in x() 463 public ViewPropertyAnimator xBy(float value) { in xBy() 476 public ViewPropertyAnimator y(float value) { in y() 489 public ViewPropertyAnimator yBy(float value) { in yBy() 502 public ViewPropertyAnimator z(float value) { in z() 515 public ViewPropertyAnimator zBy(float value) { in zBy() 528 public ViewPropertyAnimator rotation(float value) { in rotation() 541 public ViewPropertyAnimator rotationBy(float value) { in rotationBy() 554 public ViewPropertyAnimator rotationX(float value) { in rotationX() 567 public ViewPropertyAnimator rotationXBy(float value) { in rotationXBy() [all …]
|
/frameworks/base/core/java/com/android/internal/util/ |
D | Preconditions.java | 202 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value, in checkArgumentNonnegative() 219 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value) { in checkArgumentNonnegative() 234 public static long checkArgumentNonnegative(final long value) { in checkArgumentNonnegative() 250 public static long checkArgumentNonnegative(final long value, final String errorMessage) { in checkArgumentNonnegative() 266 public static int checkArgumentPositive(final int value, final String errorMessage) { in checkArgumentPositive() 287 public static float checkArgumentFinite(final float value, final String valueName) { in checkArgumentFinite() 312 public static float checkArgumentInRange(float value, float lower, float upper, in checkArgumentInRange() 341 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange() 368 public static long checkArgumentInRange(long value, long lower, long upper, in checkArgumentInRange() 393 public static <T> T[] checkArrayElementsNotNull(final T[] value, final String valueName) { in checkArrayElementsNotNull() [all …]
|
D | TypedProperties.java | 203 final Object value = parseValue(st, type); in parse() local 257 long value; in parseValue() local 301 double value; in parseValue() local 403 Object value = super.get(key); in get() local 419 TypeException(String property, Object value, String requestedType) { in TypeException() 435 Object value = super.get(property); in getBoolean() local 455 Object value = super.get(property); in getByte() local 475 Object value = super.get(property); in getShort() local 495 Object value = super.get(property); in getInt() local 515 Object value = super.get(property); in getLong() local [all …]
|
/frameworks/av/media/mtp/ |
D | MtpDataPacket.h | 48 inline bool getInt8(int8_t& value) { return getUInt8((uint8_t&)value); } in getInt8() 50 inline bool getInt16(int16_t& value) { return getUInt16((uint16_t&)value); } in getInt16() 52 inline bool getInt32(int32_t& value) { return getUInt32((uint32_t&)value); } in getInt32() 54 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); } in getInt64() 56 inline bool getInt128(int128_t& value) { return getUInt128((uint128_t&)value); } in getInt128()
|
D | MtpDataPacket.cpp | 74 bool MtpDataPacket::getUInt8(uint8_t& value) { in getUInt8() 81 bool MtpDataPacket::getUInt16(uint16_t& value) { in getUInt16() 90 bool MtpDataPacket::getUInt32(uint32_t& value) { in getUInt32() 100 bool MtpDataPacket::getUInt64(uint64_t& value) { in getUInt64() 112 bool MtpDataPacket::getUInt128(uint128_t& value) { in getUInt128() 127 int8_t value; in getAInt8() local 143 uint8_t value; in getAUInt8() local 159 int16_t value; in getAInt16() local 175 uint16_t value; in getAUInt16() local 191 int32_t value; in getAInt32() local [all …]
|
/frameworks/base/core/java/android/os/ |
D | Bundle.java | 137 public static Bundle forPair(String key, String value) { in forPair() 342 Object value = map.valueAt(i); in filterValues() local 389 public void putByte(@Nullable String key, byte value) { in putByte() 401 public void putChar(@Nullable String key, char value) { in putChar() 413 public void putShort(@Nullable String key, short value) { in putShort() 425 public void putFloat(@Nullable String key, float value) { in putFloat() 437 public void putCharSequence(@Nullable String key, @Nullable CharSequence value) { in putCharSequence() 448 public void putParcelable(@Nullable String key, @Nullable Parcelable value) { in putParcelable() 461 public void putSize(@Nullable String key, @Nullable Size value) { in putSize() 473 public void putSizeF(@Nullable String key, @Nullable SizeF value) { in putSizeF() [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | FrameValues.java | 31 Object value = super.getValue(); in getCount() local 49 Object value = super.getValue(); in getValues() local 70 Object value = super.getValue(); in getValueAtIndex() local 92 Object value = getValueAtIndex(index); in getFrameValueAtIndex() local 118 public void setValueAtIndex(Object value, int index) { in setValueAtIndex() 142 Object value = frame.getValue(); in setFrameValueAtIndex() local
|
/frameworks/base/location/java/android/location/ |
D | GpsMeasurement.java | 241 public void setPrn(byte value) { in setPrn() 263 public void setTimeOffsetInNs(double value) { in setTimeOffsetInNs() 280 public void setState(short value) { in setState() 336 public void setReceivedGpsTowInNs(long value) { in setReceivedGpsTowInNs() 350 public void setReceivedGpsTowUncertaintyInNs(long value) { in setReceivedGpsTowUncertaintyInNs() 367 public void setCn0InDbHz(double value) { in setCn0InDbHz() 391 public void setPseudorangeRateInMetersPerSec(double value) { in setPseudorangeRateInMetersPerSec() 416 public void setPseudorangeRateUncertaintyInMetersPerSec(double value) { in setPseudorangeRateUncertaintyInMetersPerSec() 432 public void setAccumulatedDeltaRangeState(short value) { in setAccumulatedDeltaRangeState() 482 public void setAccumulatedDeltaRangeInMeters(double value) { in setAccumulatedDeltaRangeInMeters() [all …]
|
/frameworks/av/media/img_utils/src/ |
D | TiffEntry.cpp | 37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) { in forceValidType() 47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) { in forceValidType() 57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) { in forceValidType() 67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) { in forceValidType() 77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) { in forceValidType() 87 const uint32_t* TiffEntry::forceValidType<uint32_t>(TagType type, const uint32_t* value) { in forceValidType() 97 const int32_t* TiffEntry::forceValidType<int32_t>(TagType type, const int32_t* value) { in forceValidType() 107 const double* TiffEntry::forceValidType<double>(TagType type, const double* value) { in forceValidType() 117 const float* TiffEntry::forceValidType<float>(TagType type, const float* value) { in forceValidType()
|
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/ |
D | MarshalQueryablePrimitive.java | 69 public int calculateMarshalSize(T value) { in calculateMarshalSize() 74 public void marshal(T value, ByteBuffer buffer) { in marshal() 104 private void marshalPrimitive(int value, ByteBuffer buffer) { in marshalPrimitive() 108 private void marshalPrimitive(float value, ByteBuffer buffer) { in marshalPrimitive() 112 private void marshalPrimitive(double value, ByteBuffer buffer) { in marshalPrimitive() 116 private void marshalPrimitive(long value, ByteBuffer buffer) { in marshalPrimitive() 120 private void marshalPrimitive(Rational value, ByteBuffer buffer) { in marshalPrimitive() 125 private void marshalPrimitive(byte value, ByteBuffer buffer) { in marshalPrimitive()
|
/frameworks/rs/cpp/util/ |
D | TypeHelpers.h | 33 template <typename T> struct trait_trivial_ctor { enum { value = false }; }; enumerator 34 template <typename T> struct trait_trivial_dtor { enum { value = false }; }; enumerator 35 template <typename T> struct trait_trivial_copy { enum { value = false }; }; enumerator 36 template <typename T> struct trait_trivial_move { enum { value = false }; }; enumerator 37 template <typename T> struct trait_pointer { enum { value = false }; }; enumerator
|
/frameworks/base/core/java/android/animation/ |
D | Keyframe.java | 82 public static Keyframe ofInt(float fraction, int value) { in ofInt() 114 public static Keyframe ofFloat(float fraction, float value) { in ofFloat() 146 public static Keyframe ofObject(float fraction, Object value) { in ofObject() 203 public abstract void setValue(Object value); in setValue() 269 ObjectKeyframe(float fraction, Object value) { in ObjectKeyframe() 280 public void setValue(Object value) { in setValue() 304 IntKeyframe(float fraction, int value) { in IntKeyframe() 324 public void setValue(Object value) { in setValue() 351 FloatKeyframe(float fraction, float value) { in FloatKeyframe() 371 public void setValue(Object value) { in setValue()
|