HomeSort by relevance Sort by last modified time
    Searched full:getvalue (Results 626 - 650 of 10882) sorted by null

<<21222324252627282930>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
TrieMap.java 106 abstract V getValue();
128 return bytesTrie.current().hasValue() ? intToValue[bytesTrie.getValue()] : null;
139 return result.hasValue() ? intToValue[bytesTrie.getValue()] : null;
158 // return result.hasValue() ? intToValue[bytesTrie.getValue()] : null;
205 public V getValue() {
234 * point. Once that happens, call nextStart(); Call getValue to get the current value.
248 value = intToValue[bytesTrie.getValue()];
270 public V getValue() {
320 add(entry.getKey(), entry.getValue());
344 return result.hasValue() ? intToValue[charsTrie.getValue()] : null
    [all...]
BytesTrieTest.java 285 if(trie.next('n')!=BytesTrie.Result.INTERMEDIATE_VALUE || 6!=trie.getValue()) {
288 // getUniqueValue() after getValue()
317 // getNextBytes() after getValue()
318 trie.getValue(); // next() had returned BytesTrie.Result.INTERMEDIATE_VALUE.
322 errln("months getNextBytes()!=[.abcdefghijklmnopqru] after \"jan\"+getValue()");
583 int firstValue=firstResult.hasValue() ? trie.getValue() : -1;
588 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) ||
607 } else if(trie.getValue()!=data[i].value) {
610 trie.getValue(), trie.getValue(),
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
TrieMap.java 105 abstract V getValue();
127 return bytesTrie.current().hasValue() ? intToValue[bytesTrie.getValue()] : null;
138 return result.hasValue() ? intToValue[bytesTrie.getValue()] : null;
157 // return result.hasValue() ? intToValue[bytesTrie.getValue()] : null;
204 public V getValue() {
233 * point. Once that happens, call nextStart(); Call getValue to get the current value.
247 value = intToValue[bytesTrie.getValue()];
269 public V getValue() {
319 add(entry.getKey(), entry.getValue());
343 return result.hasValue() ? intToValue[charsTrie.getValue()] : null
    [all...]
BytesTrieTest.java 282 if(trie.next('n')!=BytesTrie.Result.INTERMEDIATE_VALUE || 6!=trie.getValue()) {
285 // getUniqueValue() after getValue()
314 // getNextBytes() after getValue()
315 trie.getValue(); // next() had returned BytesTrie.Result.INTERMEDIATE_VALUE.
319 errln("months getNextBytes()!=[.abcdefghijklmnopqru] after \"jan\"+getValue()");
580 int firstValue=firstResult.hasValue() ? trie.getValue() : -1;
585 firstValue!=(firstResult.hasValue() ? trie.getValue() : -1) ||
604 } else if(trie.getValue()!=data[i].value) {
607 trie.getValue(), trie.getValue(),
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 295 String sourceTag = attributes.getValue("source");
308 sourceFilterName = attributes.getValue("sourceFilter");
309 sourcePortName = attributes.getValue("sourcePort");
312 String targetTag = attributes.getValue("target");
325 targetFilterName = attributes.getValue("targetFilter");
326 targetPortName = attributes.getValue("targetPort");
329 String sourceSlotName = attributes.getValue("sourceSlot");
330 String targetSlotName = attributes.getValue("targetSlot");
411 if ((strValue = attributes.getValue("stringValue")) != null) {
413 } else if ((strValue = attributes.getValue("booleanValue")) != null)
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
LinkedHashMapTest.java 56 assertEquals("value1", newest.getValue());
77 assertEquals("value2", newest.getValue());
85 assertEquals("value1", newest.getValue());
109 assertEquals("value2", newest.getValue());
118 assertEquals("value2", newest.getValue());
136 assertEquals("value2", newest.getValue());
154 assertEquals("value1", newest.getValue());
163 assertEquals("value3", newest.getValue());
180 assertEquals("value3", newest.getValue());
197 assertEquals("value3", newest.getValue());
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 100 result[e.getIndex()] += e.getValue();
116 result.setEntry(index, e.getValue() + result.getEntry(index));
128 result[index] = e.getValue() - result[index];
144 v.setEntry(index, e.getValue() - result.getEntry(index));
181 d += e.getValue() * v.getEntry(e.getIndex());
203 final double diff = e.getValue() - v.getEntry(e.getIndex());
215 final double value = e.getValue();
227 norm += FastMath.abs(e.getValue());
238 norm = FastMath.max(norm, FastMath.abs(e.getValue()));
255 d += FastMath.abs(e.getValue() - v.getEntry(e.getIndex()))
    [all...]
  /frameworks/layoutlib/bridge/src/android/content/res/
Resources_Delegate.java 190 String key = value.getSecond().getValue();
227 return ResourceHelper.getColor(resourceValue.getValue());
232 if (new File(resourceValue.getValue()).isFile()) {
285 String v = resValue.getValue();
304 String v = resValue.getValue();
326 resolveReference(resources, resValue.getValue(), resValue.isFramework())};
340 resolveReference(resources, resValue.getValue(), resValue.isFramework())};
370 String firstValue = resolveReference(resources, rv.getValue(), rv.isFramework());
459 return rv.getValue();
477 "Failed to configure parser for " + value.getValue(), e, null /*data*/)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 116 return StringRef(I->getValue());
147 return V.getValue();
262 return AlwaysInlineSize.getValue();
283 return MaxInlinableSize.getValue();
289 return GraphTrimInterval.getValue();
295 return MaxTimesInlineLarge.getValue();
302 return MinCFGSizeTreatFunctionsAsLarge.getValue();
321 return MaxNodesPerTopLevelFunction.getValue();
339 return InlineLambdas.getValue();
345 return WidenLoops.getValue();
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/rtt/
RttServiceImplTest.java 275 mDut.onRangingResults(mIntCaptor.getValue(), results.get(i).first);
283 mDut.onRangingResults(mIntCaptor.getValue(), results.get(i).first);
328 RangingRequest finalRequest = mRequestCaptor.getValue();
338 RttTestUtils.getDummyRangingResults(mRequestCaptor.getValue());
344 mDut.onRangingResults(mIntCaptor.getValue(), results.first);
352 assertTrue(compareListContentsNoOrdering(results.second, mListCaptor.getValue()));
404 mDut.onRangingResults(mIntCaptor.getValue(), results.get(i).first);
450 mDut.onRangingResults(mIntCaptor.getValue(), results.first);
503 verify(mockNative).rangeCancel(eq(mIntCaptor.getValue()),
506 assertEquals(request0.mRttPeers.size(), mListCaptor.getValue().size())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 89 public abstract String getValue(@NonNull IMarker marker);
133 return getValue(o1).compareTo(getValue(o2));
159 public String getValue(@NonNull IMarker marker) {
290 public String getValue(@NonNull IMarker marker) {
316 public String getValue(@NonNull IMarker marker) {
396 public String getValue(@NonNull IMarker marker) {
426 public String getValue(@NonNull IMarker marker) {
457 public String getValue(@NonNull IMarker marker) {
506 public String getValue(@NonNull IMarker marker)
    [all...]
  /system/tpm/trunks/generator/
generator_test.py 42 self.assertEqual(out_file.getvalue(), 'typedef int INT;\n')
51 self.assertRegexpMatches(out_file2.getvalue(), output_re)
76 self.assertRegexpMatches(out_file.getvalue(), output_re)
97 self.assertRegexpMatches(out_file.getvalue(), output_re)
128 self.assertRegexpMatches(out_file.getvalue(), output_re)
147 self.assertIn(expected_callback, out_file.getvalue())
152 self.assertIn(expected_serialize, out_file.getvalue())
157 self.assertIn(expected_parse, out_file.getvalue())
162 self.assertIn(expected_async, out_file.getvalue())
167 self.assertIn(expected_sync, out_file.getvalue())
    [all...]
  /frameworks/rs/script_api/
Specification.cpp 229 const string s = scanner->getValue();
248 sscanf(scanner->getValue().c_str(), "%i", &intSize);
282 string value = scanner->getValue();
295 mSummary = scanner->getValue();
300 mDescription.push_back(scanner->getValue());
367 string name = scanner->getValue();
384 spec->mValue = scanner->getValue();
387 spec->mType = scanner->getValue();
396 string name = scanner->getValue();
414 spec->mSimpleType = scanner->getValue();
    [all...]
  /packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
HvacTestFragment.java 87 mTvOutsideTemp.setText(String.valueOf(value.getValue()));
90 mTbDual.setChecked((boolean)value.getValue());
93 mTbAc.setChecked((boolean)value.getValue());
96 mTbAuto.setChecked((boolean)value.getValue());
99 switch((int)value.getValue()) {
119 Log.e(TAG, "Unknown fan position: " + value.getValue());
125 mTbMaxAc.setChecked((boolean)value.getValue());
128 mTbRecirc.setChecked((boolean)value.getValue());
132 mCurFanSpeed = (int)value.getValue();
138 mCurDTemp = (float)value.getValue();
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
BugreportCollectorTest.java 163 "value", mTestCapture.getValue().get("key").getMeasurements().getSingleString());
165 "value", mRunCapture.getValue().get("key2").getMeasurements().getSingleString());
184 "value", mTestCapture.getValue().get("key").getMeasurements().getSingleString());
186 "value", mRunCapture.getValue().get("key2").getMeasurements().getSingleString());
205 "value", mTestCapture.getValue().get("key").getMeasurements().getSingleString());
207 "value", mRunCapture.getValue().get("key2").getMeasurements().getSingleString());
228 "value", mTestCapture.getValue().get("key").getMeasurements().getSingleString());
230 "value", mRunCapture.getValue().get("key2").getMeasurements().getSingleString());
249 "value", mTestCapture.getValue().get("key").getMeasurements().getSingleString());
251 "value", mRunCapture.getValue().get("key2").getMeasurements().getSingleString())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 667 *Flag = P.getValue(2);
670 Chain = P.getValue(1);
744 getCopyToParts(DAG, dl, Val.getValue(Val.getResNo() + Value),
757 *Flag = Part.getValue(1);
760 Chains[i] = Part.getValue(0);
    [all...]
  /art/runtime/
lock_word.h 165 return LockWord().GetValue() == lw.GetValue();
253 return lw1.GetValue() == lw2.GetValue();
295 // Note GetValue() includes the read barrier bits and comparing (==)
296 // GetValue() between two lock words to compare the lock states may
298 uint32_t GetValue() const {
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableBiMap.java 67 V value = entry.getValue();
82 checkNoConflict(!value.equals(valueEntry.getValue()), "value", entry, valueEntry);
116 V value = entry.getValue();
131 checkNoConflict(!value.equals(valueEntry.getValue()), "value", entry, valueEntry);
196 return entry.getValue();
270 if (value.equals(entry.getValue())) {
309 return Maps.immutableEntry(entry.getValue(), entry.getKey());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapPutTester.java 56 nullKeyEntry = entry(null, samples.e3.getValue());
123 samples.e0.getValue(), put(samples.e0));
133 getMap().put(samples.e0.getKey(), samples.e3.getValue());
149 Entry<K, V> newEntry = entry(null, samples.e3.getValue());
193 samples.e0.getValue(), put(presentKeyNullValueEntry));
222 Entry<K, V> newEntry = entry(getKeyForNullValue(), samples.e3.getValue());
239 return getMap().put(entry.getKey(), entry.getValue());
  /external/smali/smalidea/src/test/java/org/jf/smalidea/
SmaliClassModifierListTest.java 53 Assert.assertEquals(AccessFlags.PUBLIC.getValue() |
54 AccessFlags.FINAL.getValue() |
55 AccessFlags.INTERFACE.getValue() |
56 AccessFlags.ABSTRACT.getValue() |
57 AccessFlags.SYNTHETIC.getValue() |
58 AccessFlags.ENUM.getValue() |
59 AccessFlags.ANNOTATION.getValue(),
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructor.java 80 property.set(bean, entry.getValue());
138 List<NodeTuple> list = mnode.getValue();
144 if (GUESS_COMPACT.matcher(scalar.getValue()).matches()) {
151 if (GUESS_COMPACT.matcher(scalar.getValue()).matches()) {
164 NodeTuple nodeTuple = mnode.getValue().iterator().next();
186 NodeTuple nodeTuple = mnode.getValue().iterator().next();
194 CompactData data = getCompactData(tmpNode.getValue());
  /frameworks/base/core/java/com/android/internal/os/
BinderCallsStats.java 163 uidTotals.sort((o1, o2) -> o2.getValue().compareTo(o1.getValue()));
167 uidTotal.getKey(), uidTotal.getValue(),
168 100d * uidTotal.getValue() / totalCallsTime, callCount));
178 uidTotals.sort((o1, o2) -> o2.getValue().compareTo(o1.getValue()));
182 uidTotal.getKey(), callCount, 100d * uidTotal.getValue() / totalCallsTime));
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierSignalAgentTest.java 158 mCaptorIntent.getValue().getAction());
159 assertEquals(PCO_RECEIVER, mCaptorIntent.getValue().getComponent().flattenToString());
196 assertEquals(ACTION_CARRIER_SIGNAL_PCO_VALUE, mCaptorIntent.getValue().getAction());
197 assertEquals(PCO_RECEIVER, mCaptorIntent.getValue().getComponent().flattenToString());
205 mCaptorIntent.getValue().getAction());
206 assertEquals(PCO_RECEIVER, mCaptorIntent.getValue().getComponent().flattenToString());
269 messageArgumentCaptor.getValue().what);
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestOAEP.java 145 Arrays.equals(PSource.PSpecified.DEFAULT.getValue(),
146 ((PSource.PSpecified) producedSpec.getPSource()).getValue()));
158 Arrays.equals(PSource.PSpecified.DEFAULT.getValue(),
159 ((PSource.PSpecified) producedSpec.getPSource()).getValue()));
172 ((PSource.PSpecified) producedSpec.getPSource()).getValue()));
184 Arrays.equals(PSource.PSpecified.DEFAULT.getValue(),
185 ((PSource.PSpecified) producedSpec.getPSource()).getValue()));
  /libcore/ojluni/src/main/java/java/util/
AbstractMap.java 116 if (e.getValue()==null)
122 if (value.equals(e.getValue()))
181 return e.getValue();
187 return e.getValue();
218 * obtained with its <tt>getValue</tt> operation, the entry is removed
253 oldValue = correctEntry.getValue();
281 put(e.getKey(), e.getValue());
418 return i.next().getValue();
490 V value = e.getValue();
556 V value = e.getValue();
    [all...]

Completed in 1015 milliseconds

<<21222324252627282930>>