Searched defs:value (Results 1 - 25 of 460) sorted by relevance

1234567891011>>

/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
H A Dh264bsdCountLeadingZeros.s25 value RN 0 label
45 CLZ value, value
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdCountLeadingZeros.S24 #define value r0 define
44 CLZ value, value
/frameworks/base/core/java/android/webkit/
H A DValueCallback.java26 public void onReceiveValue(T value); argument
H A DCertTool.java70 static void addCertificate(Context context, String type, byte[] value) { argument
71 Credentials.getInstance().install(context, type, value);
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dget_amr_wb_bits.cpp121 int16 value = 0; local
125 value <<= 2;
129 value |= 2;
134 value |= 1;
141 value <<= 1;
145 value |= 1;
150 return (value);
156 int16 value = 0; local
160 value = 1;
162 return (value);
[all...]
/frameworks/base/tools/localize/
H A DXMLNode.h12 string value; member in struct:XMLAttribute
/frameworks/base/cmds/bootanimation/
H A Dbootanimation_main.cpp47 char value[PROPERTY_VALUE_MAX]; local
48 property_get("debug.sf.nobootanimation", value, "0");
49 int noBootAnimation = atoi(value);
/frameworks/base/include/ui/
H A DKeycodeLabels.h24 int value; member in struct:KeycodeLabel
/frameworks/base/core/java/android/annotation/
H A DSdkConstant.java25 * Indicates a constant field value should be exported to be used in the SDK tools.
35 SdkConstantType value(); method in interface:SdkConstant
/frameworks/base/core/java/android/util/
H A DFloatMath.java34 * positive infinity) integer value which is less than the argument.
36 * @param value to be converted
37 * @return the floor of value
39 public static native float floor(float value); argument
43 * negative infinity) integer value which is greater than the argument.
45 * @param value to be converted
46 * @return the ceiling of value
48 public static native float ceil(float value); argument
70 * @param value to compute sqrt of
71 * @return the square root of value
73 sqrt(float value) argument
[all...]
H A DFloatProperty.java41 public abstract void setValue(T object, float value); argument
44 final public void set(T object, Float value) { argument
45 setValue(object, value);
H A DIntProperty.java41 public abstract void setValue(T object, int value); argument
44 final public void set(T object, Integer value) { argument
45 set(object, value.intValue());
/frameworks/base/media/libstagefright/codecs/amrnb/common/src/
H A Dbits2prm.cpp83 no_of_bits = number of bits associated with value
119 Word16 no_of_bits, // input : number of bits associated with value
123 Word16 value, i, bit;
125 value = 0;
128 value = shl (value, 1);
131 value = add (value, 1);
133 return (value);
163 Word16 no_of_bits, /* input : number of bits associated with value */
167 Word16 value; local
[all...]
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_pic_param_set.c94 u32 tmp, i, value; local
139 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
142 pPicParamSet->numSliceGroups = value + 1;
170 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
173 pPicParamSet->runLength[i] = value+1;
188 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
191 pPicParamSet->topLeft[i] = value;
192 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
195 pPicParamSet->bottomRight[i] = value;
208 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DFloatMath_Delegate.java39 * positive infinity) integer value which is less than the argument.
41 * @param value to be converted
42 * @return the floor of value
45 /*package*/ static float floor(float value) { argument
46 return (float)Math.floor(value);
51 * negative infinity) integer value which is greater than the argument.
53 * @param value to be converted
54 * @return the ceiling of value
57 /*package*/ static float ceil(float value) { argument
58 return (float)Math.ceil(value);
91 sqrt(float value) argument
[all...]
/frameworks/base/cmds/keystore/
H A Dkeystore_get.h37 * specifies the buffer to store the retrieved value, which must be an array of
38 * KEYSTORE_MESSAGE_SIZE bytes. This function returns the length of the value or
40 static int keystore_get(const char *key, int length, char *value) argument
61 int n = recv(sock, &value[offset], length - offset, 0);
/frameworks/base/core/java/android/text/
H A DAnnotation.java22 * Annotations are simple key-value pairs that are preserved across
30 public Annotation(String key, String value) { argument
32 mValue = value;
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DAcknowledgeInd.java30 * @param transactionId the transaction-id value
53 * Get X-Mms-Report-Allowed field value.
55 * @return the X-Mms-Report-Allowed value
62 * Set X-Mms-Report-Allowed field value.
64 * @param value the value
65 * @throws InvalidHeaderValueException if the value is invalid.
67 public void setReportAllowed(int value) throws InvalidHeaderValueException { argument
68 mPduHeaders.setOctet(value, PduHeaders.REPORT_ALLOWED);
72 * Get X-Mms-Transaction-Id field value
86 setTransactionId(byte[] value) argument
[all...]
H A DDeliveryInd.java49 * Get Date value.
51 * @return the value
58 * Set Date value.
60 * @param value the value
62 public void setDate(long value) { argument
63 mPduHeaders.setLongInteger(value, PduHeaders.DATE);
67 * Get Message-ID value.
69 * @return the value
76 * Set Message-ID value
81 setMessageId(byte[] value) argument
100 setStatus(int value) argument
119 setTo(EncodedStringValue[] value) argument
[all...]
H A DGenericPdu.java54 * Get X-Mms-Message-Type field value.
56 * @return the X-Mms-Report-Allowed value
63 * Set X-Mms-Message-Type field value.
65 * @param value the value
66 * @throws InvalidHeaderValueException if the value is invalid.
67 * RuntimeException if field's value is not Octet.
69 public void setMessageType(int value) throws InvalidHeaderValueException { argument
70 mPduHeaders.setOctet(value, PduHeaders.MESSAGE_TYPE);
74 * Get X-Mms-MMS-Version field value
89 setMmsVersion(int value) argument
110 setFrom(EncodedStringValue value) argument
[all...]
H A DSendConf.java46 * Get Message-ID value.
48 * @return the value
55 * Set Message-ID value.
57 * @param value the value
58 * @throws NullPointerException if the value is null.
60 public void setMessageId(byte[] value) { argument
61 mPduHeaders.setTextString(value, PduHeaders.MESSAGE_ID);
67 * @return the value
76 * @param value th
79 setResponseStatus(int value) argument
98 setTransactionId(byte[] value) argument
[all...]
/frameworks/base/core/jni/android/graphics/
H A DHarfbuzzSkia.h45 static inline HB_Fixed SkScalarToHBFixed(SkScalar value) { argument
47 return SkScalarToFloat(value) * 64.0f;
/frameworks/base/core/tests/coretests/src/android/animation/
H A DAnimatorSetEventsTest.java78 public void setTranslationX(float value) { argument
79 button.setTranslationX(value);
83 public void setTranslationY(float value) { argument
84 button.setTranslationY(value);
/frameworks/base/graphics/java/android/graphics/
H A DBlurMaskFilter.java33 Blur(int value) { argument
34 native_int = value;
H A DPathDashPathEffect.java26 Style(int value) { argument
27 native_style = value;

Completed in 1200 milliseconds

1234567891011>>