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

123456789

/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
342 public Object getValue() { method in class:Keyframe.FloatKeyframe
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFilterFunction.java68 if (entry.getValue() instanceof Frame) {
69 mFilter.pushInputFrame(entry.getKey(), (Frame)entry.getValue());
71 mFilter.pushInputValue(entry.getKey(), entry.getValue());
H A DProgramVariable.java49 public Object getValue() { method in class:ProgramVariable
/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/av/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/core/java/android/text/
H A DAnnotation.java57 public String getValue() { method in class:Annotation
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java89 value = r.getValue();
106 value = r.getValue();
130 value = r.getValue();
147 value = r.getValue();
164 s = r.getValue();
187 value = r.getValue();
210 value = r.getValue();
226 value = r.getValue();
242 s = r.getValue();
/frameworks/compile/linkloader/include/impl/
H A DELFSymbol.hxx101 PRINT_LINT("Value", getValue() );
115 setw(7) << getValue() <<
164 my_addr =const_cast<unsigned char *>(&st[0] + (off_t)getValue());
177 std::max((size_t)getValue(), sizeof(void*)),
182 my_addr = memalign(std::max((size_t)getValue(), sizeof(void *)),
191 size_t align = (size_t)getValue();
229 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
259 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
288 my_addr = const_cast<unsigned char *>(&st[0] + (off_t)getValue());
/frameworks/compile/mclinker/include/mcld/LD/
H A DFillFragment.h30 int64_t getValue() const { return m_Value; } function in class:mcld::FillFragment
H A DAlignFragment.h30 int64_t getValue() const { return m_Value; } function in class:mcld::AlignFragment
/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
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(fram
[all...]
H A DPerformanceTest.java65 statVals.aggVal += e.getValue();
66 statVals.aggSqrVal += e.getValue() * e.getValue();
72 mDataMap.put(name, aggVal + e.getValue());
104 b.putDouble(e.getKey(), e.getValue() / count);
109 AnimStat statVals = e.getValue();
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DpredictorHist.java57 mCountHist.put(x.getKey(), x.getValue());
58 mSampleCount = mSampleCount + x.getValue();
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DBridgeResources.java176 return ResourceHelper.getColor(value.getSecond().getValue());
219 String v = resValue.getValue();
249 File xml = new File(value.getValue());
262 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
286 File xml = new File(value.getValue());
296 "Failed to configure parser for " + value.getValue(), e, null /*data*/);
331 String v = resValue.getValue();
365 String v = resValue.getValue();
393 String v = resValue.getValue();
421 String v = resValue.getValue();
513 public void getValue(int id, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
538 public void getValue(String name, TypedValue outValue, boolean resolveRefs) method in class:BridgeResources
[all...]
H A DBridgeTypedArray.java144 return mResourceData[index].getValue();
165 return mResourceData[index].getValue();
189 String s = mResourceData[index].getValue();
215 String s = mResourceData[index].getValue();
286 String s = mResourceData[index].getValue();
354 String value = resValue.getValue();
441 String s = mResourceData[index].getValue();
513 String s = mResourceData[index].getValue();
568 String s = mResourceData[index].getValue();
618 String value = mResourceData[index].getValue();
833 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/ml/bordeaux/learning/stochastic_linear_ranker/java/android/bordeaux/learning/
H A DStochasticLinearRanker.java114 wValues[i] = e.getValue();
122 res = setModelParameter(e.getKey(), e.getValue());
145 Sw = Sw + "<" + e.getKey() + "," + e.getValue() + "> ";
147 Sp = Sp + "<" + e.getKey() + "," + e.getValue() + "> ";
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java93 assertEquals("eng", req.getValue().getLanguage());
94 assertEquals("USA", req.getValue().getCountry());
95 assertEquals("", req.getValue().getVariant());
114 assertEquals("eng", req2.getValue().getLanguage());
115 assertEquals("USA", req2.getValue().getCountry());
116 assertEquals("", req2.getValue().getVariant());
/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java113 byte[] val = this.getValue(key);
218 private byte[] getValue(int index) { method in class:DnsSdTxtRecord
242 byte[] value = this.getValue(index);
246 private byte[] getValue(String forKey) { method in class:DnsSdTxtRecord
252 return this.getValue(i);
/frameworks/native/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();

Completed in 474 milliseconds

123456789