Searched refs:getValue (Results 26 - 50 of 265) sorted by relevance

1234567891011

/frameworks/base/core/jni/android/graphics/
H A DTextLayout.cpp56 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
70 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
96 sp<TextLayoutValue> value = TextLayoutEngine::getInstance().getValue(paint,
/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/tools/layoutlib/bridge/src/android/content/res/
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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameValue.java23 public Object getValue() { method in class:FrameValue
H A DSignature.java147 stringBuffer.append(entry.getValue().toString("input", entry.getKey()) + "\n");
150 stringBuffer.append(entry.getValue().toString("output", entry.getKey()) + "\n");
177 PortInfo portInfo = entry.getValue();
198 PortInfo portInfo = entry.getValue();
H A DToStringFilter.java43 String outStr = objectFrame.getValue().toString();
H A DVariableSource.java36 public synchronized Object getValue() { method in class:VariableSource
H A DTextViewTarget.java55 final String text = (String)textFrame.getValue();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DFloatArrayToSizeFilterTest.java47 assertEquals(3, ((Integer) getOutputFrame("size").asFrameValue().getValue()).intValue());
H A DFloatArrayToStrFilterTest.java48 getValue());
H A DImageGoodnessFilterTest.java65 getValue());
93 getValue());
121 getValue());
149 getValue());
177 getValue());
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DAlignFragment.h29 int64_t getValue() const { return m_Value; } function in class:mcld::AlignFragment
/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/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java127 int count = entry.getValue();
191 entry.getValue().toString() + " }";
210 HistogramCounter counter = entry.getValue();
223 double appScore = item.getValue();
248 double appScore = entry.getValue();
261 return o2.getValue().compareTo(o1.getValue());
277 String featureValue = entry.getValue();
309 model.put(entry.getKey(), entry.getValue().getCounter());
344 mPredictor.get(entry.getKey()).setCounter(entry.getValue());
[all...]
/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java97 assertEquals("eng", req.getValue().getLanguage());
98 assertEquals("USA", req.getValue().getCountry());
99 assertEquals("", req.getValue().getVariant());
120 assertEquals("eng", req2.getValue().getLanguage());
121 assertEquals("USA", req2.getValue().getCountry());
122 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/base/core/java/com/android/internal/preference/
H A DYesNoPreference.java75 public boolean getValue() { method in class:YesNoPreference
104 myState.wasPositiveResult = getValue();
/frameworks/base/services/java/com/android/server/
H A DCertBlacklister.java72 public String getValue() { method in class:CertBlacklister.BlacklistObserver
80 String blacklist = getValue();
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DImageGoodnessFilter.java99 float sharpness = ((Float)sharpnessFrameValue.getValue()).floatValue();
103 float overExposure = ((Float)overExposureFrameValue.getValue()).floatValue();
107 float underExposure = ((Float)underExposureFrameValue.getValue()).floatValue();
111 float colorfulness = ((Float)colorfulnessFrameValue.getValue()).floatValue();
115 float contrastRating = ((Float)contrastRatingFrameValue.getValue()).floatValue();
119 float brightness = ((Float)brightnessFrameValue.getValue()).floatValue();
123 float[] motionValues = (float[]) motionValuesFrameValue.getValue();
132 boolean capturing = (Boolean) capturingFrameValue.getValue();
H A DAverageFilter.java58 temp[counter] = ((Float)inFrameValue.getValue()).floatValue();
H A DFloatArrayToSizeFilter.java59 Object array = arrayFrame.getValue();
/frameworks/compile/mclinker/unittests/
H A DGCFactoryListTraitsTest.cpp61 ASSERT_TRUE(v_ == it->getValue()); \
106 I->getValue();
/frameworks/av/include/drm/
H A DDrmMetadata.h101 const char* getValue(const String8* key) const;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothGattDescriptor.java208 public byte[] getValue() { method in class:BluetoothGattDescriptor
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DKeyValueMap.java71 Object value = entry.getValue();

Completed in 629 milliseconds

1234567891011