Searched refs:getValue (Results 1 - 25 of 150) sorted by relevance

123456

/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java100 String uriStr = atts.getValue(URI_STR);
107 atts.getValue(URI_STR) + " parsing failure");
112 String postfix = atts.getValue(POSTFIX);
165 String key = atts.getValue(0);
166 String value = atts.getValue(1);
176 Uri u = Uri.parse(atts.getValue(URI_STR));
179 atts.getValue(URI_STR) + " parsing failure");
185 selectionArgs[i] = atts.getValue(i+2);
187 mContentResolver.delete(u, atts.getValue(1), selectionArgs);
189 mContentResolver.delete(u, atts.getValue(
[all...]
/frameworks/base/core/tests/coretests/src/android/text/
H A DPackedIntVectorTest.java59 assertEquals(0, p.getValue(at, j));
61 assertEquals(p.getValue(at, j), i + j);
72 assertEquals(p.getValue(i, j), i * j);
90 assertEquals(p.getValue(i, j), expect);
109 assertEquals(p.getValue(i, j), expect);
122 assertEquals(p.getValue(i, j), i * j);
143 assertEquals(p.getValue(i, j), i * j);
149 assertEquals(p.getValue(i, j), (i + height - p.size()) * j);
/frameworks/base/core/java/android/animation/
H A DKeyframeSet.java163 public Object getValue(float fraction) { method in class:KeyframeSet
170 return mEvaluator.evaluate(fraction, mFirstKeyframe.getValue(),
171 mLastKeyframe.getValue());
182 return mEvaluator.evaluate(intervalFraction, mFirstKeyframe.getValue(),
183 nextKeyframe.getValue());
193 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(),
194 mLastKeyframe.getValue());
207 return mEvaluator.evaluate(intervalFraction, prevKeyframe.getValue(),
208 nextKeyframe.getValue());
213 return mLastKeyframe.getValue();
[all...]
H A DKeyframe.java173 public abstract Object getValue(); method in class:Keyframe
253 public Object getValue() { method in class:Keyframe.ObjectKeyframe
296 public Object getValue() { method in class:Keyframe.IntKeyframe
340 public Object getValue() { method in class:Keyframe.FloatKeyframe
H A DFloatKeyframeSet.java29 * int, exists to speed up the getValue() method when there is no custom
44 public Object getValue(float fraction) { method in class:FloatKeyframeSet
130 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).floatValue();
H A DIntKeyframeSet.java29 * float, exists to speed up the getValue() method when there is no custom
44 public Object getValue(float fraction) { method in class:IntKeyframeSet
129 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).intValue();
/frameworks/compile/linkloader/include/impl/
H A DELFSymbol.hxx106 PRINT_LINT("Value", getValue() );
120 setw(7) << getValue() <<
169 my_addr =const_cast<unsigned char *>(&st[0] + (off_t)getValue());
176 uint32_t *p = (uint32_t *)(&st[0] + (size_t)getValue());
195 std::max((size_t)getValue(), sizeof(void*)),
200 my_addr = memalign(std::max((size_t)getValue(), sizeof(void *)),
209 size_t align = (size_t)getValue();
244 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
274 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
303 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
[all...]
/frameworks/ex/common/tests/src/com/android/common/
H A DRfc822ValidatorTest.java55 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
70 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
86 assertEquals(e.getValue(), validator.fixText(e.getKey()).toString());
/frameworks/base/core/java/android/text/
H A DAnnotation.java57 public String getValue() { method in class:Annotation
H A DDynamicLayout.java373 return mInts.getValue(line, TOP);
378 return mInts.getValue(line, DESCENT);
383 return mInts.getValue(line, START) & START_MASK;
388 return (mInts.getValue(line, TAB) & TAB_MASK) != 0;
393 return mInts.getValue(line, DIR) >> DIR_SHIFT;
398 return mObjects.getValue(line, 0);
466 return mInts.getValue(line, ELLIPSIS_START);
475 return mInts.getValue(line, ELLIPSIS_COUNT);
/frameworks/base/drm/common/
H A DDrmConstraints.cpp44 if (NULL != getValue(&key)) {
45 return String8(getValue(&key));
50 const char* DrmConstraints::getValue(const String8* key) const { function in class:DrmConstraints
58 return getValue(key);
H A DDrmMetadata.cpp39 if (NULL != getValue(&key)) {
40 return String8(getValue(&key));
47 const char* DrmMetadata::getValue(const String8* key) const { function in class:DrmMetadata
61 return getValue(key);
/frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
H A DPlaybackGraphs.java50 public double getValue(TileData[] frame); method in interface:PlaybackGraphs.MetricGen
61 public double getValue(TileData[] frame) {
78 public double getValue(TileData[] frame) {
105 public double getValue(double sortedValues[]); method in interface:PlaybackGraphs.StatGen
124 public double getValue(double[] sortedValues) {
134 public double getValue(double[] sortedValues) {
144 public double getValue(double[] sortedValues) {
181 double absoluteValue = s.getValue(frame);
201 Stats[statIndex].getValue(metricValues);
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java178 return ResourceHelper.getColor(value.getSecond().getValue());
221 String v = resValue.getValue();
251 File xml = new File(value.getValue());
264 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
288 File xml = new File(value.getValue());
298 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
333 String v = resValue.getValue();
367 String v = resValue.getValue();
395 String v = resValue.getValue();
423 String v = resValue.getValue();
515 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
540 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
[all...]
H A DBridgeTypedArray.java139 return mResourceData[index].getValue();
160 return mResourceData[index].getValue();
184 String s = mResourceData[index].getValue();
210 String s = mResourceData[index].getValue();
278 String s = mResourceData[index].getValue();
346 String value = resValue.getValue();
433 String s = mResourceData[index].getValue();
505 String s = mResourceData[index].getValue();
560 String s = mResourceData[index].getValue();
610 String value = mResourceData[index].getValue();
825 public boolean getValue(int index, TypedValue outValue) { method in class:BridgeTypedArray
[all...]
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java246 String url = attributes.getValue("", "url");
256 String url = attributes.getValue("", "url");
266 String url = attributes.getValue("", "url");
304 String seconds = attributes.getValue("", "seconds");
313 String viewCount = attributes.getValue("", "viewCount");
322 String average = attributes.getValue("", "average");
390 String url = attributes.getValue("", "url");
398 String url = attributes.getValue("", "url");
406 String url = attributes.getValue("", "url");
427 attributes.getValue("", "second
[all...]
/frameworks/base/libs/utils/
H A DBlobCache.cpp110 sp<Blob> oldValueBlob(mCacheEntries[index].getValue());
150 sp<Blob> valueBlob(mCacheEntries[index].getValue());
171 sp<Blob> valueBlob = e.getValue();
207 sp<Blob> valueBlob = e.getValue();
303 mTotalSize -= entry.getKey()->getSize() + entry.getValue()->getSize();
370 sp<BlobCache::Blob> BlobCache::CacheEntry::getValue() const { function in class:android::BlobCache::CacheEntry
/frameworks/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java75 public boolean getValue() { method in class:YesNoPreference
104 myState.wasPositiveResult = getValue();
/frameworks/base/include/drm/
H A DDrmMetadata.h101 const char* getValue(const String8* key) const;
/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientChip.java77 public CharSequence getValue() { method in class:RecipientChip
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DImportTestProvider.java98 Object value = entry.getValue();
185 final Object value = entry.getValue();
200 final String value = entry.getValue();
220 final Object value = entry.getValue();
/frameworks/base/core/java/android/net/
H A DLinkCapabilities.java315 sb.append(entry.getValue());
330 dest.writeString(entry.getValue());
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java172 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:MockResources
178 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:MockResources
/frameworks/base/tests/TileBenchmark/tests/src/com/test/tilebenchmark/
H A DPerformanceTest.java59 mDataMap.put(e.getKey(), aggVal + e.getValue());
67 b.putDouble(e.getKey(), e.getValue() / count);
/frameworks/base/core/java/android/content/pm/
H A DManifestDigest.java44 final String value = attributes.getValue(DIGEST_TYPES[i]);

Completed in 3199 milliseconds

123456