Searched defs:value (Results 51 - 75 of 1088) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/util/
H A DIntProperty.java37 public abstract void setValue(T object, int value); argument
40 final public void set(T object, Integer value) { argument
41 setValue(object, value.intValue());
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestApp/src/com/android/multidexlegacytestapp/annotation/
H A DTestAnnotation3.java30 Value value(); method in interface:TestAnnotation3
/frameworks/base/location/lib/java/com/android/location/provider/
H A DFusedProvider.java53 * @param value The instance to set. This can be null in cases where the service connection
56 public abstract void setFusedLocationHardware(FusedLocationHardware value); argument
/frameworks/base/media/mca/filterfw/native/core/
H A Dstatistics.cpp34 void IncrementalGaussian::Add(float value) { argument
36 sum_x_ += value;
37 sum_x2_ += value * value;
50 float IncrementalGaussian::Pdf(float value) const {
51 if (var_ == 0.0f) { return n_ > 0 ? value == mean_ : 0.0f; }
52 const float diff = value - mean_;
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DThumbnailCache.java29 protected int sizeOf(Uri key, Bitmap value) { argument
30 return value.getByteCount();
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DProximityEvaluator.java20 public static float evaluate(float value, int type) { argument
26 if (value >= threshold) evaluation += 2.0;
/frameworks/compile/mclinker/lib/Script/
H A DBinaryOp.cpp30 res->setValue(m_pOperand[0]->value() * m_pOperand[1]->value());
38 res->setValue(m_pOperand[0]->value() / m_pOperand[1]->value());
46 res->setValue(m_pOperand[0]->value() % m_pOperand[1]->value());
54 res->setValue(m_pOperand[0]->value() + m_pOperand[1]->value());
62 res->setValue(m_pOperand[0]->value() - m_pOperand[1]->value());
179 uint64_t value = m_pOperand[0]->value(); local
193 uint64_t value = m_pOperand[0]->value() + m_pOperand[1]->value(); local
[all...]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DNumberPickerBindingAdapter.java34 @InverseBindingMethod(type = NumberPicker.class, attribute = "android:value"),
38 @BindingAdapter("android:value")
39 public static void setValue(NumberPicker view, int value) { argument
40 if (view.getValue() != value) {
41 view.setValue(value);
45 @BindingAdapter(value = {"android:onValueChange", "android:valueAttrChanged"},
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DObservableField.java29 * field's value, not of the field itself.
41 * @param value The value to be wrapped as an observable.
43 public ObservableField(T value) { argument
44 mValue = value;
54 * @return the stored value.
61 * Set the stored value.
63 public void set(T value) { argument
64 if (value != mValue) {
65 mValue = value;
[all...]
H A DObservableParcelable.java33 * field's value, not of the field itself.
45 * @param value The value to be wrapped as an observable.
47 public ObservableParcelable(T value) { argument
48 super(value);
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DUnnecessaryCalculationTest.java68 public String boolMethod(boolean value) { argument
70 return super.boolMethod(value);
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DCustomNamespaceAdapter.java23 public static void setOne(TextView view, String value) { argument
24 view.setText(value);
28 public static void setTwo(TextView view, String value) { argument
29 view.setText(value);
/frameworks/support/annotations/src/android/support/annotation/
H A DRestrictTo.java56 Scope[] value(); method in interface:RestrictTo
/frameworks/av/include/camera/
H A DCameraParameters2.h41 void set(const char *key, const char *value);
42 void set(const char *key, int value);
43 void setFloat(const char *key, float value);
44 // Look up string value by key.
119 ssize_t add(const KeyT& key, const ValueT& value) { argument
120 return mList.add(Pair(key, value));
168 ssize_t replaceValueFor(const KeyT& key, const ValueT& value) {
170 return add(key, value);
177 Pair(const KeyT& key, const ValueT& value) :
179 mValue(value) {}
[all...]
/frameworks/av/media/img_utils/src/
H A DTiffEntry.cpp37 const sp<TiffIfd>* TiffEntry::forceValidType<sp<TiffIfd> >(TagType type, const sp<TiffIfd>* value) { argument
39 return value;
47 const uint8_t* TiffEntry::forceValidType<uint8_t>(TagType type, const uint8_t* value) { argument
49 return value;
57 const int8_t* TiffEntry::forceValidType<int8_t>(TagType type, const int8_t* value) { argument
59 return value;
67 const uint16_t* TiffEntry::forceValidType<uint16_t>(TagType type, const uint16_t* value) { argument
69 return value;
77 const int16_t* TiffEntry::forceValidType<int16_t>(TagType type, const int16_t* value) { argument
79 return value;
87 forceValidType(TagType type, const uint32_t* value) argument
97 forceValidType(TagType type, const int32_t* value) argument
107 forceValidType(TagType type, const double* value) argument
117 forceValidType(TagType type, const float* value) argument
[all...]
/frameworks/av/media/libmedia/
H A DMediaResource.cpp29 MediaResource::MediaResource(Type type, uint64_t value) argument
32 mValue(value) {}
34 MediaResource::MediaResource(Type type, SubType subType, uint64_t value) argument
37 mValue(value) {}
H A DMediaResourcePolicy.cpp29 MediaResourcePolicy::MediaResourcePolicy(String8 type, String8 value) argument
31 mValue(value) {}
H A DMediaScannerClient.cpp42 status_t MediaScannerClient::addStringTag(const char* name, const char* value) argument
44 handleStringTag(name, value);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dprm2bits.cpp91 value = value to be converted to binary of type Word16
92 no_of_bits = number of bits associated with value of type Word16
128 Word16 value, // input : value to be converted to binary
129 Word16 no_of_bits, // input : number of bits associated with value
139 bit = value & MASK;
148 value = shr (value, 1);
179 Word16 value, /* inpu
178 Int2bin( Word16 value, Word16 no_of_bits, Word16 *bitstream ) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dbits.c188 Word16 value, /* input : parameter value */
197 bit = (Word16) (value & 0x0001); /* get lsb */
202 value >>= 1;
187 Parm_serial( Word16 value, Word16 no_of_bits, Word16 ** prms ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_seq_param_set.c50 /* enumeration to indicate invalid return value from the GetDpbSize function */
88 u32 tmp, i, value; local
138 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
141 if (value > 12)
147 pSeqParamSet->maxFrameNum = 1 << (value+4);
150 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
153 if (value > 2)
158 pSeqParamSet->picOrderCntType = value;
163 tmp = h264bsdDecodeExpGolombUnsigned(pStrmData, &value);
166 if (value > 1
[all...]
H A Dh264bsd_vlc.c50 /* definition of special code num, this along with the return value is used
81 2^32-1 is indicated by BIG_CODE_NUM with return value HANTRO_OK
82 while symbol 2^32 is indicated by BIG_CODE_NUM with return value
88 DecodeExpGolombSigned to express value -2^31.
214 by unsigned 32-bit value. This is signaled as a special case from
222 value decoded code word is stored here
230 u32 h264bsdDecodeExpGolombSigned(strmData_t *pStrmData, i32 *value) argument
240 ASSERT(value);
255 *value = (i32)(2147483648U);
263 * (codeNum+1)>>1 when value i
300 h264bsdDecodeExpGolombMapped(strmData_t *pStrmData, u32 *value, u32 isIntra) argument
363 h264bsdDecodeExpGolombTruncated( strmData_t *pStrmData, u32 *value, u32 greaterThanOne) argument
[all...]
/frameworks/av/media/libstagefright/include/
H A DSoftOMXComponent.h174 static_assert(std::is_same< decltype(a->nSize), OMX_U32>::value, "nSize has wrong type"); member in class:android::OMX_U32
176 static_assert(std::is_same< decltype(a->nVersion), OMX_VERSIONTYPE>::value, member in class:android::OMX_VERSIONTYPE
/frameworks/av/media/mtp/
H A DMtpDataPacket.h46 bool getUInt8(uint8_t& value);
47 inline bool getInt8(int8_t& value) { return getUInt8((uint8_t&)value); } argument
48 bool getUInt16(uint16_t& value);
49 inline bool getInt16(int16_t& value) { return getUInt16((uint16_t&)value); } argument
50 bool getUInt32(uint32_t& value);
51 inline bool getInt32(int32_t& value) { return getUInt32((uint32_t&)value); } argument
52 bool getUInt64(uint64_t& value);
53 getInt64(int64_t& value) argument
55 getInt128(int128_t& value) argument
[all...]
/frameworks/av/services/audioflinger/
H A DAudioResamplerFirOps.h42 static const bool value = false; member in struct:android::is_same
48 static const bool value = true; member in struct:android::is_same

Completed in 8921 milliseconds

1234567891011>>