Home
last modified time | relevance | path

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

12345678910>>...38

/frameworks/base/media/mca/filterfw/native/core/
Dvalue.cpp33 POD GetPODValue(Value value) { in GetPODValue()
38 PTR GetPtrValue(Value value) { in GetPtrValue()
43 Value MakePODValue(POD value) { in MakePODValue()
63 int SetPODValue(Value* value, POD new_value) { in SetPODValue()
77 int SetPtrValue(Value* value, const BASE* new_values, int count) { in SetPtrValue()
91 int GetIntValue(Value value) { in GetIntValue()
95 float GetFloatValue(Value value) { in GetFloatValue()
99 const char* GetStringValue(Value value) { in GetStringValue()
103 const char* GetBufferValue(Value value) { in GetBufferValue()
109 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/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/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/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() argument
324 public JsonWriter value(boolean value) throws IOException { in value() argument
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() argument
400 private void string(String value) throws IOException { in string()
/frameworks/base/core/java/com/android/internal/util/
DPreconditions.java92 public static int checkArgumentNonnegative(final int value, final String errorMessage) { in checkArgumentNonnegative()
108 public static long checkArgumentNonnegative(final long value, final String errorMessage) { in checkArgumentNonnegative()
124 public static int checkArgumentPositive(final int value, final String errorMessage) { in checkArgumentPositive()
145 public static float checkArgumentFinite(final float value, final String valueName) { in checkArgumentFinite()
170 public static float checkArgumentInRange(float value, float lower, float upper, in checkArgumentInRange()
199 public static int checkArgumentInRange(int value, int lower, int upper, in checkArgumentInRange()
224 public static <T> T[] checkArrayElementsNotNull(final T[] value, final String valueName) { in checkArrayElementsNotNull()
250 public static <T> Collection<T> checkCollectionElementsNotNull(final Collection<T> value, in checkCollectionElementsNotNull()
279 public static <T> Collection<T> checkCollectionNotEmpty(final Collection<T> value, in checkCollectionNotEmpty()
306 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/view/
DViewPropertyAnimator.java451 public ViewPropertyAnimator x(float value) { in x()
464 public ViewPropertyAnimator xBy(float value) { in xBy()
477 public ViewPropertyAnimator y(float value) { in y()
490 public ViewPropertyAnimator yBy(float value) { in yBy()
503 public ViewPropertyAnimator z(float value) { in z()
516 public ViewPropertyAnimator zBy(float value) { in zBy()
529 public ViewPropertyAnimator rotation(float value) { in rotation()
542 public ViewPropertyAnimator rotationBy(float value) { in rotationBy()
555 public ViewPropertyAnimator rotationX(float value) { in rotationX()
568 public ViewPropertyAnimator rotationXBy(float value) { in rotationXBy()
[all …]
/frameworks/base/core/java/android/os/
DBundle.java123 public static Bundle forPair(String key, String value) { in forPair()
262 public void putBoolean(String key, boolean value) { in putBoolean()
274 public void putByte(String key, byte value) { in putByte()
286 public void putChar(String key, char value) { in putChar()
298 public void putShort(String key, short value) { in putShort()
310 public void putFloat(String key, float value) { in putFloat()
322 public void putCharSequence(String key, CharSequence value) { in putCharSequence()
333 public void putParcelable(String key, Parcelable value) { in putParcelable()
346 public void putSize(String key, Size value) { in putSize()
358 public void putSizeF(String key, SizeF value) { in putSizeF()
[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/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/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.java224 public void setPrn(byte value) { in setPrn()
246 public void setTimeOffsetInNs(double value) { in setTimeOffsetInNs()
263 public void setState(short value) { in setState()
318 public void setReceivedGpsTowInNs(long value) { in setReceivedGpsTowInNs()
332 public void setReceivedGpsTowUncertaintyInNs(long value) { in setReceivedGpsTowUncertaintyInNs()
349 public void setCn0InDbHz(double value) { in setCn0InDbHz()
364 public void setPseudorangeRateInMetersPerSec(double value) { in setPseudorangeRateInMetersPerSec()
379 public void setPseudorangeRateUncertaintyInMetersPerSec(double value) { in setPseudorangeRateUncertaintyInMetersPerSec()
395 public void setAccumulatedDeltaRangeState(short value) { in setAccumulatedDeltaRangeState()
442 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.java71 public int calculateMarshalSize(T value) { in calculateMarshalSize()
76 public void marshal(T value, ByteBuffer buffer) { in marshal()
106 private void marshalPrimitive(int value, ByteBuffer buffer) { in marshalPrimitive()
110 private void marshalPrimitive(float value, ByteBuffer buffer) { in marshalPrimitive()
114 private void marshalPrimitive(double value, ByteBuffer buffer) { in marshalPrimitive()
118 private void marshalPrimitive(long value, ByteBuffer buffer) { in marshalPrimitive()
122 private void marshalPrimitive(Rational value, ByteBuffer buffer) { in marshalPrimitive()
127 private void marshalPrimitive(byte value, ByteBuffer buffer) { in marshalPrimitive()
/frameworks/rs/driver/runtime/
Drs_core.c61 extern int32_t __attribute__((overloadable)) rsAtomicAdd(volatile int32_t *ptr, int32_t value) { in rsAtomicAdd()
65 extern int32_t __attribute__((overloadable)) rsAtomicAdd(volatile uint32_t *ptr, uint32_t value) { in rsAtomicAdd()
69 extern int32_t __attribute__((overloadable)) rsAtomicSub(volatile int32_t *ptr, int32_t value) { in rsAtomicSub()
73 extern int32_t __attribute__((overloadable)) rsAtomicSub(volatile uint32_t *ptr, uint32_t value) { in rsAtomicSub()
77 extern int32_t __attribute__((overloadable)) rsAtomicAnd(volatile int32_t *ptr, int32_t value) { in rsAtomicAnd()
81 extern int32_t __attribute__((overloadable)) rsAtomicAnd(volatile uint32_t *ptr, uint32_t value) { in rsAtomicAnd()
85 extern int32_t __attribute__((overloadable)) rsAtomicOr(volatile int32_t *ptr, int32_t value) { in rsAtomicOr()
89 extern int32_t __attribute__((overloadable)) rsAtomicOr(volatile uint32_t *ptr, uint32_t value) { in rsAtomicOr()
93 extern int32_t __attribute__((overloadable)) rsAtomicXor(volatile int32_t *ptr, int32_t value) { in rsAtomicXor()
97 extern int32_t __attribute__((overloadable)) rsAtomicXor(volatile uint32_t *ptr, uint32_t value) { in rsAtomicXor()
[all …]
/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()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java85 String value = getAttributeValue(namespace, attribute); in getAttributeListValue() local
102 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue() local
118 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue() local
126 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue() local
143 String value = getAttributeValue(namespace, attribute); in getAttributeUnsignedIntValue() local
183 String value = getAttributeValue(index); in getAttributeBooleanValue() local
199 String value = getAttributeValue(index); in getAttributeResourceValue() local
206 String value = getAttributeValue(index); in getAttributeIntValue() local
225 String value = getAttributeValue(index); in getAttributeUnsignedIntValue() local
260 private ResourceValue getResourceValue(String value) { in getResourceValue()
[all …]
/frameworks/av/media/libmedia/
DAudioParameter.cpp48 String8 value; in AudioParameter() local
87 status_t AudioParameter::add(const String8& key, const String8& value) in add()
98 status_t AudioParameter::addInt(const String8& key, const int value) in addInt()
109 status_t AudioParameter::addFloat(const String8& key, const float value) in addFloat()
130 status_t AudioParameter::get(const String8& key, String8& value) in get()
140 status_t AudioParameter::getInt(const String8& key, int& value) in getInt()
156 status_t AudioParameter::getFloat(const String8& key, float& value) in getFloat()
172 status_t AudioParameter::getAt(size_t index, String8& key, String8& value) in getAt()

12345678910>>...38