/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/support/v4/ics/android/support/v4/view/ |
D | ViewPropertyAnimatorCompatICS.java | 25 public static void setDuration(View view, long value) { in setDuration() 29 public static void alpha(View view, float value) { in alpha() 33 public static void translationX(View view, float value) { in translationX() 37 public static void translationY(View view, float value) { in translationY() 45 public static void setInterpolator(View view, Interpolator value) { in setInterpolator() 49 public static void setStartDelay(View view, long value) { in setStartDelay() 57 public static void alphaBy(View view, float value) { in alphaBy() 61 public static void rotation(View view, float value) { in rotation() 65 public static void rotationBy(View view, float value) { in rotationBy() 69 public static void rotationX(View view, float value) { in rotationX() [all …]
|
/frameworks/base/media/java/android/mtp/ |
D | MtpObjectInfo.java | 388 public Builder setObjectHandle(int value) { in setObjectHandle() 393 public Builder setAssociationDesc(int value) { in setAssociationDesc() 398 public Builder setAssociationType(int value) { in setAssociationType() 403 public Builder setCompressedSize(long value) { in setCompressedSize() 408 public Builder setDateCreated(long value) { in setDateCreated() 413 public Builder setDateModified(long value) { in setDateModified() 418 public Builder setFormat(int value) { in setFormat() 423 public Builder setImagePixDepth(long value) { in setImagePixDepth() 428 public Builder setImagePixHeight(long value) { in setImagePixHeight() 433 public Builder setImagePixWidth(long value) { in setImagePixWidth() [all …]
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPropertyAnimatorCompat.java | 40 public void setDuration(ViewPropertyAnimatorCompat vpa, View view, long value); in setDuration() 42 public void setInterpolator(ViewPropertyAnimatorCompat vpa, View view, Interpolator value); in setInterpolator() 44 public void setStartDelay(ViewPropertyAnimatorCompat vpa, View view, long value); in setStartDelay() 46 public void alpha(ViewPropertyAnimatorCompat vpa, View view, float value); in alpha() 47 public void alphaBy(ViewPropertyAnimatorCompat vpa, View view, float value); in alphaBy() 48 public void rotation(ViewPropertyAnimatorCompat vpa, View view, float value); in rotation() 49 public void rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value); in rotationBy() 50 public void rotationX(ViewPropertyAnimatorCompat vpa, View view, float value); in rotationX() 51 public void rotationXBy(ViewPropertyAnimatorCompat vpa, View view, float value); in rotationXBy() 52 public void rotationY(ViewPropertyAnimatorCompat vpa, View view, float value); in rotationY() [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()
|
/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() 251 Object value = mValues.get(key); in getAsString() local [all …]
|
/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() method in JsonWriter 337 public JsonWriter value(double value) throws IOException { in value() method in JsonWriter 351 public JsonWriter value(long value) throws IOException { in value() argument 364 public JsonWriter value(Number value) throws IOException { in value() method in JsonWriter 400 private void string(String value) throws IOException { in string()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | Preconditions.java | 165 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value, in checkArgumentNonnegative() 182 public static @IntRange(from = 0) int checkArgumentNonnegative(final int value) { in checkArgumentNonnegative() 197 public static long checkArgumentNonnegative(final long value) { in checkArgumentNonnegative() 213 public static long checkArgumentNonnegative(final long value, final String errorMessage) { in checkArgumentNonnegative() 229 public static int checkArgumentPositive(final int value, final String errorMessage) { in checkArgumentPositive() 250 public static float checkArgumentFinite(final float value, final String valueName) { in checkArgumentFinite() 275 public static float checkArgumentInRange(float value, float lower, float upper, in checkArgumentInRange() 304 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange() 331 public static long checkArgumentInRange(long value, long lower, long upper, in checkArgumentInRange() 356 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/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 449 public ViewPropertyAnimator x(float value) { in x() 462 public ViewPropertyAnimator xBy(float value) { in xBy() 475 public ViewPropertyAnimator y(float value) { in y() 488 public ViewPropertyAnimator yBy(float value) { in yBy() 501 public ViewPropertyAnimator z(float value) { in z() 514 public ViewPropertyAnimator zBy(float value) { in zBy() 527 public ViewPropertyAnimator rotation(float value) { in rotation() 540 public ViewPropertyAnimator rotationBy(float value) { in rotationBy() 553 public ViewPropertyAnimator rotationX(float value) { in rotationX() 566 public ViewPropertyAnimator rotationXBy(float value) { in rotationXBy() [all …]
|
/frameworks/av/media/mtp/ |
D | MtpDataPacket.h | 47 inline bool getInt8(int8_t& value) { return getUInt8((uint8_t&)value); } in getInt8() 49 inline bool getInt16(int16_t& value) { return getUInt16((uint16_t&)value); } in getInt16() 51 inline bool getInt32(int32_t& value) { return getUInt32((uint32_t&)value); } in getInt32() 53 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); } in getInt64() 55 inline bool getInt128(int128_t& value) { return getUInt128((uint128_t&)value); } in getInt128()
|
D | MtpDataPacket.cpp | 52 bool MtpDataPacket::getUInt8(uint8_t& value) { in getUInt8() 59 bool MtpDataPacket::getUInt16(uint16_t& value) { in getUInt16() 68 bool MtpDataPacket::getUInt32(uint32_t& value) { in getUInt32() 78 bool MtpDataPacket::getUInt64(uint64_t& value) { in getUInt64() 90 bool MtpDataPacket::getUInt128(uint128_t& value) { in getUInt128() 105 int8_t value; in getAInt8() local 121 uint8_t value; in getAUInt8() local 137 int16_t value; in getAInt16() local 153 uint16_t value; in getAUInt16() local 169 int32_t value; in getAInt32() local [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/core/java/android/os/ |
D | Bundle.java | 126 public static Bundle forPair(String key, String value) { in forPair() 316 Object value = mMap.valueAt(i); in filterValues() local 341 public void putByte(@Nullable String key, byte value) { in putByte() 353 public void putChar(@Nullable String key, char value) { in putChar() 365 public void putShort(@Nullable String key, short value) { in putShort() 377 public void putFloat(@Nullable String key, float value) { in putFloat() 389 public void putCharSequence(@Nullable String key, @Nullable CharSequence value) { in putCharSequence() 400 public void putParcelable(@Nullable String key, @Nullable Parcelable value) { in putParcelable() 413 public void putSize(@Nullable String key, @Nullable Size value) { in putSize() 425 public void putSizeF(@Nullable String key, @Nullable SizeF value) { in putSizeF() [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/rs/server/ |
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/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/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/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/support/v4/api21/android/support/v4/view/ |
D | ViewPropertyAnimatorCompatLollipop.java | 23 public static void translationZ(View view, float value) { in translationZ() 27 public static void translationZBy(View view, float value) { in translationZBy() 31 public static void z(View view, float value) { in z() 35 public static void zBy(View view, float value) { in zBy()
|
/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()
|