/frameworks/base/media/mca/filterfw/native/core/ |
D | value.cpp | 33 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/base/core/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 | 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 | 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 | 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()
|
D | ReadRecInd.java | 71 public void setDate(long value) { in setDate() 90 public void setMessageId(byte[] value) { in setMessageId() 109 public void setTo(EncodedStringValue[] value) { in setTo() 128 public void setReadStatus(int value) throws InvalidHeaderValueException { in setReadStatus()
|
D | MultimediaMessagePdu.java | 91 public void setSubject(EncodedStringValue value) { in setSubject() 110 public void addTo(EncodedStringValue value) { in addTo() 129 public void setPriority(int value) throws InvalidHeaderValueException { in setPriority() 147 public void setDate(long value) { in setDate()
|
D | SendConf.java | 60 public void setMessageId(byte[] value) { in setMessageId() 79 public void setResponseStatus(int value) throws InvalidHeaderValueException { in setResponseStatus() 98 public void setTransactionId(byte[] value) { in setTransactionId()
|
/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() 250 Object value = mValues.get(key); in getAsString() local [all …]
|
/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()
|
D | FloatMath.java | 39 public static native float floor(float value); in floor() 48 public static native float ceil(float value); in ceil() 73 public static native float sqrt(float value); in sqrt()
|
/frameworks/base/core/java/android/view/ |
D | ViewPropertyAnimator.java | 373 public ViewPropertyAnimator x(float value) { in x() 386 public ViewPropertyAnimator xBy(float value) { in xBy() 399 public ViewPropertyAnimator y(float value) { in y() 412 public ViewPropertyAnimator yBy(float value) { in yBy() 425 public ViewPropertyAnimator rotation(float value) { in rotation() 438 public ViewPropertyAnimator rotationBy(float value) { in rotationBy() 451 public ViewPropertyAnimator rotationX(float value) { in rotationX() 464 public ViewPropertyAnimator rotationXBy(float value) { in rotationXBy() 477 public ViewPropertyAnimator rotationY(float value) { in rotationY() 490 public ViewPropertyAnimator rotationYBy(float value) { in rotationYBy() [all …]
|
/frameworks/native/include/utils/ |
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 | 73 public static Keyframe ofInt(float fraction, int value) { in ofInt() 105 public static Keyframe ofFloat(float fraction, float value) { in ofFloat() 137 public static Keyframe ofObject(float fraction, Object value) { in ofObject() 180 public abstract void setValue(Object value); in setValue() 246 ObjectKeyframe(float fraction, Object value) { in ObjectKeyframe() 257 public void setValue(Object value) { in setValue() 280 IntKeyframe(float fraction, int value) { in IntKeyframe() 300 public void setValue(Object value) { in setValue() 324 FloatKeyframe(float fraction, float value) { in FloatKeyframe() 344 public void setValue(Object value) { in setValue()
|
/frameworks/base/core/java/com/android/internal/util/ |
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/os/ |
D | Bundle.java | 140 public static Bundle forPair(String key, String value) { in forPair() 394 public void putBoolean(String key, boolean value) { in putBoolean() 406 public void putByte(String key, byte value) { in putByte() 418 public void putChar(String key, char value) { in putChar() 430 public void putShort(String key, short value) { in putShort() 442 public void putInt(String key, int value) { in putInt() 454 public void putLong(String key, long value) { in putLong() 466 public void putFloat(String key, float value) { in putFloat() 478 public void putDouble(String key, double value) { in putDouble() 490 public void putString(String key, String value) { in putString() [all …]
|
/frameworks/av/media/libmedia/ |
D | AudioParameter.cpp | 47 String8 value; in AudioParameter() local 86 status_t AudioParameter::add(const String8& key, const String8& value) in add() 97 status_t AudioParameter::addInt(const String8& key, const int value) in addInt() 108 status_t AudioParameter::addFloat(const String8& key, const float value) in addFloat() 129 status_t AudioParameter::get(const String8& key, String8& value) in get() 139 status_t AudioParameter::getInt(const String8& key, int& value) in getInt() 155 status_t AudioParameter::getFloat(const String8& key, float& value) in getFloat() 171 status_t AudioParameter::getAt(size_t index, String8& key, String8& value) in getAt()
|
/frameworks/av/drm/libdrmframework/plugins/common/util/include/ |
D | SessionMap.h | 50 bool addValue(int key, TValue value) { in addValue() 89 TValue value = NULL; in getValueAt() local 142 void deleteValue(TValue value) { in deleteValue() 143 delete value; in deleteValue() local 179 TValue value = NULL; in getValueInternal() local
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
D | BridgeXmlPullAttributes.java | 84 String value = getAttributeValue(namespace, attribute); in getAttributeListValue() local 101 String value = getAttributeValue(namespace, attribute); in getAttributeBooleanValue() local 117 String value = getAttributeValue(namespace, attribute); in getAttributeResourceValue() local 125 String value = getAttributeValue(namespace, attribute); in getAttributeIntValue() local 142 String value = getAttributeValue(namespace, attribute); in getAttributeUnsignedIntValue() local 182 String value = getAttributeValue(index); in getAttributeBooleanValue() local 198 String value = getAttributeValue(index); in getAttributeResourceValue() local 205 String value = getAttributeValue(index); in getAttributeIntValue() local 221 String value = getAttributeValue(index); in getAttributeUnsignedIntValue() local 256 private ResourceValue getResourceValue(String value) { in getResourceValue() [all …]
|
D | FloatMath_Delegate.java | 45 /*package*/ static float floor(float value) { in floor() 57 /*package*/ static float ceil(float value) { in ceil() 91 /*package*/ static float sqrt(float value) { in sqrt()
|
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/ |
D | RequestSync.java | 119 final String value = nextArgRequired(); in parseArgs() local 126 final String value = nextArgRequired(); in parseArgs() local 130 final String value = nextArgRequired(); in parseArgs() local 134 final String value = nextArgRequired(); in parseArgs() local 138 final String value = nextArgRequired(); in parseArgs() local 142 final String value = nextArgRequired(); in parseArgs() local
|
/frameworks/base/media/mca/filterfw/jni/ |
D | jni_util.cpp | 98 jstring ToJString(JNIEnv* env, const std::string& value) { in ToJString() 102 std::string ToCppString(JNIEnv* env, jstring value) { in ToCppString() 111 jboolean ToJBool(bool value) { in ToJBool() 115 bool ToCppBool(jboolean value) { in ToCppBool() 127 … CreateJObject(JNIEnv* env, const std::string& class_name, const std::string& signature, T value) { in CreateJObject() 162 jobject ToJObject(JNIEnv* env, const Value& value) { in ToJObject()
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | BridgeResources.java | 157 Pair<String, ResourceValue> value = getResourceValue(id, mPlatformResourceFlag); in getDrawable() local 172 Pair<String, ResourceValue> value = getResourceValue(id, mPlatformResourceFlag); in getColor() local 212 Pair<String, ResourceValue> value = getResourceValue(id, mPlatformResourceFlag); in getText() local 238 ResourceValue value = v.getSecond(); in getLayout() local 282 ResourceValue value = v.getSecond(); in getAnimation() local 324 Pair<String, ResourceValue> value = getResourceValue(id, mPlatformResourceFlag); in getDimension() local 358 Pair<String, ResourceValue> value = getResourceValue(id, mPlatformResourceFlag); in getDimensionPixelOffset() local 386 Pair<String, ResourceValue> value = getResourceValue(id, mPlatformResourceFlag); in getDimensionPixelSize() local 414 Pair<String, ResourceValue> value = getResourceValue(id, mPlatformResourceFlag); in getInteger() local 446 Pair<String, ResourceValue> value = getResourceValue(id, mPlatformResourceFlag); in getBoolean() local [all …]
|
/frameworks/base/core/java/android/net/http/ |
D | Headers.java | 383 public void setContentLength(long value) { in setContentLength() 387 public void setContentType(String value) { in setContentType() 391 public void setContentEncoding(String value) { in setContentEncoding() 395 public void setLocation(String value) { in setLocation() 399 public void setWwwAuthenticate(String value) { in setWwwAuthenticate() 403 public void setProxyAuthenticate(String value) { in setProxyAuthenticate() 407 public void setContentDisposition(String value) { in setContentDisposition() 411 public void setAcceptRanges(String value) { in setAcceptRanges() 415 public void setExpires(String value) { in setExpires() 419 public void setCacheControl(String value) { in setCacheControl() [all …]
|