Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 1106) sorted by relevance

12345678910>>...45

/frameworks/base/media/mca/filterfw/native/core/
Dvalue.cpp34 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/
DViewPropertyAnimatorCompatICS.java25 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/support/v4/java/android/support/v4/view/
DViewPropertyAnimatorCompat.java40 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/
DSendReq.java106 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 …]
DRetrieveConf.java73 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()
DNotificationInd.java65 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()
DReadOrigInd.java59 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/
DContentValues.java95 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()
250 Object value = mValues.get(key); in getAsString() local
[all …]
/frameworks/base/core/tests/coretests/src/android/util/
DLongSparseLongArrayTest.java35 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/
DJsonWriter.java299 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/base/core/java/com/android/internal/util/
DPreconditions.java98 public static int checkArgumentNonnegative(final int value, final String errorMessage) { in checkArgumentNonnegative()
114 public static long checkArgumentNonnegative(final long value, final String errorMessage) { in checkArgumentNonnegative()
130 public static int checkArgumentPositive(final int value, final String errorMessage) { in checkArgumentPositive()
151 public static float checkArgumentFinite(final float value, final String valueName) { in checkArgumentFinite()
176 public static float checkArgumentInRange(float value, float lower, float upper, in checkArgumentInRange()
205 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange()
230 public static <T> T[] checkArrayElementsNotNull(final T[] value, final String valueName) { in checkArrayElementsNotNull()
256 public static <T> Collection<T> checkCollectionElementsNotNull(final Collection<T> value, in checkCollectionElementsNotNull()
285 public static <T> Collection<T> checkCollectionNotEmpty(final Collection<T> value, in checkCollectionNotEmpty()
312 public static float[] checkArrayElementsInRange(float[] value, float lower, float upper, in checkArrayElementsInRange()
DTypedProperties.java203 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/os/
DBundle.java123 public static Bundle forPair(String key, String value) { in forPair()
264 Object value = mMap.valueAt(i); in filterValues() local
287 public void putByte(@Nullable String key, byte value) { in putByte()
299 public void putChar(@Nullable String key, char value) { in putChar()
311 public void putShort(@Nullable String key, short value) { in putShort()
323 public void putFloat(@Nullable String key, float value) { in putFloat()
335 public void putCharSequence(@Nullable String key, @Nullable CharSequence value) { in putCharSequence()
346 public void putParcelable(@Nullable String key, @Nullable Parcelable value) { in putParcelable()
359 public void putSize(@Nullable String key, @Nullable Size value) { in putSize()
371 public void putSizeF(@Nullable String key, @Nullable SizeF value) { in putSizeF()
[all …]
/frameworks/base/core/java/android/view/
DViewPropertyAnimator.java449 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/
DMtpDataPacket.h47 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()
DMtpDataPacket.cpp54 bool MtpDataPacket::getUInt8(uint8_t& value) { in getUInt8()
61 bool MtpDataPacket::getUInt16(uint16_t& value) { in getUInt16()
70 bool MtpDataPacket::getUInt32(uint32_t& value) { in getUInt32()
80 bool MtpDataPacket::getUInt64(uint64_t& value) { in getUInt64()
92 bool MtpDataPacket::getUInt128(uint128_t& value) { in getUInt128()
107 int8_t value; in getAInt8() local
123 uint8_t value; in getAUInt8() local
139 int16_t value; in getAInt16() local
155 uint16_t value; in getAUInt16() local
171 int32_t value; in getAInt32() local
[all …]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DFrameValues.java31 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/av/media/img_utils/src/
DTiffEntry.cpp37 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/location/java/android/location/
DGpsMeasurement.java241 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/rs/server/
DTypeHelpers.h33 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/
DTypeHelpers.h33 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/hardware/camera2/marshal/impl/
DMarshalQueryablePrimitive.java69 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/honeycomb/android/support/v4/view/
DViewCompatHC.java92 public static void setTranslationX(View view, float value) { in setTranslationX()
96 public static void setTranslationY(View view, float value) { in setTranslationY()
100 public static void setAlpha(View view, float value) { in setAlpha()
104 public static void setX(View view, float value) { in setX()
108 public static void setY(View view, float value) { in setY()
112 public static void setRotation(View view, float value) { in setRotation()
116 public static void setRotationX(View view, float value) { in setRotationX()
120 public static void setRotationY(View view, float value) { in setRotationY()
124 public static void setScaleX(View view, float value) { in setScaleX()
128 public static void setScaleY(View view, float value) { in setScaleY()
[all …]
/frameworks/support/v4/api21/android/support/v4/view/
DViewPropertyAnimatorCompatLollipop.java23 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/
DKeyframe.java82 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()

12345678910>>...45