Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 207) sorted by relevance

123456789

/frameworks/base/core/java/android/content/
DDefaultDataHandler.java100 String uriStr = atts.getValue(URI_STR); in parseRow()
107 atts.getValue(URI_STR) + " parsing failure"); in parseRow()
112 String postfix = atts.getValue(POSTFIX); in parseRow()
165 String key = atts.getValue(0); in startElement()
166 String value = atts.getValue(1); in startElement()
176 Uri u = Uri.parse(atts.getValue(URI_STR)); in startElement()
179 atts.getValue(URI_STR) + " parsing failure"); in startElement()
185 selectionArgs[i] = atts.getValue(i+2); in startElement()
187 mContentResolver.delete(u, atts.getValue(1), selectionArgs); in startElement()
189 mContentResolver.delete(u, atts.getValue(1), null); in startElement()
/frameworks/base/core/java/android/animation/
DKeyframeSet.java163 public Object getValue(float fraction) { in getValue() method in KeyframeSet
170 return mEvaluator.evaluate(fraction, mFirstKeyframe.getValue(), in getValue()
171 mLastKeyframe.getValue()); in getValue()
182 return mEvaluator.evaluate(intervalFraction, mFirstKeyframe.getValue(), in getValue()
183 nextKeyframe.getValue()); in getValue()
193 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(), in getValue()
194 mLastKeyframe.getValue()); in getValue()
207 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(), in getValue()
208 nextKeyframe.getValue()); in getValue()
213 return mLastKeyframe.getValue(); in getValue()
[all …]
DKeyframe.java173 public abstract Object getValue(); in getValue() method in Keyframe
253 public Object getValue() { in getValue() method in Keyframe.ObjectKeyframe
296 public Object getValue() { in getValue() method in Keyframe.IntKeyframe
342 public Object getValue() { in getValue() method in Keyframe.FloatKeyframe
/frameworks/base/core/tests/coretests/src/android/text/
DPackedIntVectorTest.java59 assertEquals(0, p.getValue(at, j)); in testBasic()
61 assertEquals(p.getValue(at, j), i + j); in testBasic()
72 assertEquals(p.getValue(i, j), i * j); in testBasic()
90 assertEquals(p.getValue(i, j), expect); in testBasic()
109 assertEquals(p.getValue(i, j), expect); in testBasic()
122 assertEquals(p.getValue(i, j), i * j); in testBasic()
143 assertEquals(p.getValue(i, j), i * j); in testBasic()
149 assertEquals(p.getValue(i, j), (i + height - p.size()) * j); in testBasic()
/frameworks/compile/linkloader/include/impl/
DELFSymbol.hxx101 PRINT_LINT("Value", getValue() ); in print()
115 setw(7) << getValue() << in print()
164 my_addr =const_cast<unsigned char *>(&st[0] + (off_t)getValue()); in getAddress()
177 std::max((size_t)getValue(), sizeof(void*)), in getAddress()
182 my_addr = memalign(std::max((size_t)getValue(), sizeof(void *)), in getAddress()
191 size_t align = (size_t)getValue(); in getAddress()
229 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue()); in getAddress()
259 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue()); in getAddress()
288 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue()); in getAddress()
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DBridgeResources.java176 return ResourceHelper.getColor(value.getSecond().getValue()); in getColor()
219 String v = resValue.getValue(); in getText()
249 File xml = new File(value.getValue()); in getLayout()
262 "Failed to configure parser for " + value.getValue(), e, null /*data*/); in getLayout()
286 File xml = new File(value.getValue()); in getAnimation()
296 "Failed to configure parser for " + value.getValue(), e, null /*data*/); in getAnimation()
331 String v = resValue.getValue(); in getDimension()
365 String v = resValue.getValue(); in getDimensionPixelOffset()
393 String v = resValue.getValue(); in getDimensionPixelSize()
421 String v = resValue.getValue(); in getInteger()
[all …]
DBridgeTypedArray.java144 return mResourceData[index].getValue(); in getText()
165 return mResourceData[index].getValue(); in getString()
189 String s = mResourceData[index].getValue(); in getBoolean()
215 String s = mResourceData[index].getValue(); in getInt()
286 String s = mResourceData[index].getValue(); in getFloat()
354 String value = resValue.getValue(); in getColorStateList()
441 String s = mResourceData[index].getValue(); in getDimension()
513 String s = mResourceData[index].getValue(); in getDimensionPixelSize()
568 String s = mResourceData[index].getValue(); in getDimension()
618 String value = mResourceData[index].getValue(); in getFraction()
[all …]
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
DPlaybackGraphs.java50 public double getValue(TileData[] frame); in getValue() method
61 public double getValue(TileData[] frame) {
78 public double getValue(TileData[] frame) {
105 public double getValue(double sortedValues[]); in getValue() method
152 public double getValue(double[] sortedValues) {
162 public double getValue(double[] sortedValues) {
172 public double getValue(double[] sortedValues) {
182 public double getValue(double[] sortedValues) {
192 public double getValue(double[] sortedValues) {
221 double absoluteValue = s.getValue(frame); in gatherFrameMetric()
[all …]
DPerformanceTest.java65 statVals.aggVal += e.getValue(); in aggregate()
66 statVals.aggSqrVal += e.getValue() * e.getValue(); in aggregate()
72 mDataMap.put(name, aggVal + e.getValue()); in aggregate()
104 b.putDouble(e.getKey(), e.getValue() / count); in getBundle()
109 AnimStat statVals = e.getValue(); in getBundle()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java89 value = r.getValue(); in getAttributeListValue()
106 value = r.getValue(); in getAttributeBooleanValue()
130 value = r.getValue(); in getAttributeIntValue()
147 value = r.getValue(); in getAttributeUnsignedIntValue()
164 s = r.getValue(); in getAttributeFloatValue()
187 value = r.getValue(); in getAttributeBooleanValue()
210 value = r.getValue(); in getAttributeIntValue()
226 value = r.getValue(); in getAttributeUnsignedIntValue()
242 s = r.getValue(); in getAttributeFloatValue()
/frameworks/base/sax/tests/saxtests/src/android/sax/
DSafeSaxTest.java246 String url = attributes.getValue("", "url"); in newContentHandler()
256 String url = attributes.getValue("", "url"); in newContentHandler()
266 String url = attributes.getValue("", "url"); in newContentHandler()
304 String seconds = attributes.getValue("", "seconds"); in newContentHandler()
313 String viewCount = attributes.getValue("", "viewCount"); in newContentHandler()
322 String average = attributes.getValue("", "average"); in newContentHandler()
390 String url = attributes.getValue("", "url"); in startElement()
398 String url = attributes.getValue("", "url"); in startElement()
406 String url = attributes.getValue("", "url"); in startElement()
427 attributes.getValue("", "seconds"), 0); in startElement()
[all …]
/frameworks/av/drm/common/
DDrmMetadata.cpp39 if (NULL != getValue(&key)) { in get()
40 return String8(getValue(&key)); in get()
47 const char* DrmMetadata::getValue(const String8* key) const { in getValue() function in DrmMetadata
61 return getValue(key); in getAsByteArray()
DDrmConstraints.cpp44 if (NULL != getValue(&key)) { in get()
45 return String8(getValue(&key)); in get()
50 const char* DrmConstraints::getValue(const String8* key) const { in getValue() function in DrmConstraints
58 return getValue(key); in getAsByteArray()
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java93 assertEquals("eng", req.getValue().getLanguage()); in testSetLanguage_availableLanguage()
94 assertEquals("USA", req.getValue().getCountry()); in testSetLanguage_availableLanguage()
95 assertEquals("", req.getValue().getVariant()); in testSetLanguage_availableLanguage()
114 assertEquals("eng", req2.getValue().getLanguage()); in testSetLanguage_unavailableLanguage()
115 assertEquals("USA", req2.getValue().getCountry()); in testSetLanguage_unavailableLanguage()
116 assertEquals("", req2.getValue().getVariant()); in testSetLanguage_unavailableLanguage()
/frameworks/ex/common/tests/src/com/android/common/
DRfc822ValidatorTest.java55 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString()); in testEmailValidator()
70 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString()); in testEmailValidatorNullDomain()
86 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString()); in testEmailValidatorRemoveInvalid()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DFilterFunction.java68 if (entry.getValue() instanceof Frame) { in execute()
69 mFilter.pushInputFrame(entry.getKey(), (Frame)entry.getValue()); in execute()
71 mFilter.pushInputValue(entry.getKey(), entry.getValue()); in execute()
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
DStochasticLinearRanker.java114 wValues[i] = e.getValue(); in loadModel()
122 res = setModelParameter(e.getKey(), e.getValue()); in loadModel()
145 Sw = Sw + "<" + e.getKey() + "," + e.getValue() + "> "; in print()
147 Sp = Sp + "<" + e.getKey() + "," + e.getValue() + "> "; in print()
/frameworks/base/core/java/android/net/nsd/
DDnsSdTxtRecord.java113 byte[] val = this.getValue(key); in get()
218 private byte[] getValue(int index) { in getValue() method in DnsSdTxtRecord
242 byte[] value = this.getValue(index); in getValueAsString()
246 private byte[] getValue(String forKey) { in getValue() method in DnsSdTxtRecord
252 return this.getValue(i); in getValue()
/frameworks/native/libs/utils/
DBlobCache.cpp110 sp<Blob> oldValueBlob(mCacheEntries[index].getValue()); in set()
150 sp<Blob> valueBlob(mCacheEntries[index].getValue()); in get()
171 sp<Blob> valueBlob = e.getValue(); in getFlattenedSize()
207 sp<Blob> valueBlob = e.getValue(); in flatten()
303 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize(); in clean()
370 sp<BlobCache::Blob> BlobCache::CacheEntry::getValue() const { in getValue() function in android::BlobCache::CacheEntry
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
DpredictorHist.java57 mCountHist.put(x.getKey(), x.getValue()); in set()
58 mSampleCount = mSampleCount + x.getValue(); in set()
/frameworks/base/core/java/android/text/
DDynamicLayout.java569 return mInts.getValue(line, TOP); in getLineTop()
574 return mInts.getValue(line, DESCENT); in getLineDescent()
579 return mInts.getValue(line, START) & START_MASK; in getLineStart()
584 return (mInts.getValue(line, TAB) & TAB_MASK) != 0; in getLineContainsTab()
589 return mInts.getValue(line, DIR) >> DIR_SHIFT; in getParagraphDirection()
594 return mObjects.getValue(line, 0); in getLineDirections()
664 return mInts.getValue(line, ELLIPSIS_START); in getEllipsisStart()
673 return mInts.getValue(line, ELLIPSIS_COUNT); in getEllipsisCount()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DImportTestProvider.java98 Object value = entry.getValue(); in applyBatch()
185 final Object value = entry.getValue(); in convertToEasilyReadableString()
200 final String value = entry.getValue(); in convertToEasilyReadableString()
220 final Object value = entry.getValue(); in equalsForContentValues()
/frameworks/base/core/java/android/content/res/
DResources.java522 getValue(id, value, true); in getDimension()
554 getValue(id, value, true); in getDimensionPixelOffset()
588 getValue(id, value, true); in getDimensionPixelSize()
619 getValue(id, value, true); in getFraction()
659 getValue(id, value, true); in getDrawable()
744 getValue(id, value, true); in getColor()
775 getValue(id, value, true); in getColorStateList()
796 getValue(id, value, true); in getBoolean()
821 getValue(id, value, true); in getInteger()
939 getValue(id, value, true); in openRawResource()
[all …]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
DRecurrenceSet.java184 String dtstart = dtstartProperty.getValue(); in populateContentValues()
461 return durationProperty.getValue(); in computeDuration()
477 end.parse(dtendProperty.getValue()); in computeDuration()
496 return properties.get(0).getValue(); in flattenProperties()
510 sb.append(property.getValue()); in flattenProperties()
522 return tzidParam.value + ";" + recurrence.getValue(); in extractDates()
524 return recurrence.getValue(); in extractDates()
/frameworks/base/core/jni/android/graphics/
DTextLayout.cpp56 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint, in handleText()
70 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint, in getTextRunAdvances()
104 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint, in drawTextOnPath()

123456789