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

<<21222324252627282930>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
BiMapRemoveTester.java 57 getMap().values().remove(samples.e0.getValue());
65 getMap().inverse().remove(samples.e0.getValue());
73 getMap().inverse().keySet().remove(samples.e0.getValue());
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
MapHashCodeTester.java 51 Map.Entry<K, V> entryWithNull = entry(null, samples.e3.getValue());
81 ^ (e.getValue() == null ? 0 : e.getValue().hashCode());
  /external/guava/guava-tests/test/com/google/common/cache/
NullCacheTest.java 53 assertSame(computed, notification.getValue());
70 assertSame(computed, notification.getValue());
87 assertSame(computed, notification.getValue());
  /external/guava/guava-tests/test/com/google/common/collect/
WellBehavedMapTest.java 55 entry.setValue(entry.getValue() + 5);
81 assertEquals(entry1.getValue(), entry2.getValue());
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
DotPrinter.java 79 + a.getValue(node).toString() + "'\"];");
85 Node nd = (Node) sn.getValue(node);
91 NodeList<? extends Node> nl = (NodeList<? extends Node>) sl.getValue(node);
YamlPrinter.java 73 + a.getValue(node).toString() + "\"");
77 Node nd = (Node) sn.getValue(node);
83 NodeList<? extends Node> nl = (NodeList<? extends Node>) sl.getValue(node);
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-model/
com_github_javaparser_symbolsolver_model_typesystem_parametrization_TypeParametersMap.txt 23 Line 134) type.replaceTypeVariables(typeParameterDeclaration, getValue(typeParameterDeclaration), inferredTypes) ==> com.github.javaparser.symbolsolver.model.typesystem.Type.replaceTypeVariables(com.github.javaparser.symbolsolver.model.declarations.TypeParameterDeclaration, com.github.javaparser.symbolsolver.model.typesystem.Type, java.util.Map<com.github.javaparser.symbolsolver.model.declarations.TypeParameterDeclaration, com.github.javaparser.symbolsolver.model.typesystem.Type>)
24 Line 134) getValue(typeParameterDeclaration) ==> com.github.javaparser.symbolsolver.model.typesystem.parametrization.TypeParametersMap.getValue(com.github.javaparser.symbolsolver.model.declarations.TypeParameterDeclaration)
  /external/javassist/src/main/javassist/bytecode/annotation/
ArrayMemberValue.java 53 Object getValue(ClassLoader cl, ClassPool cp, Method method)
73 Array.set(a, i, values[i].getValue(cl, cp, method));
98 public MemberValue[] getValue() {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 190 public String getValue() {
442 setAttribute(attribute.getKey(), attribute.getValue());
452 setValue(from.getValue());
471 if (getValue() != null) {
474 if (getValue().contains("\n")) {
477 out.append(" = ").append(getValue()).append('\n');
510 String value = entry.getValue();
524 while (getValue().contains(marker)) {
527 out.append(" << ").append(marker).append('\n').append(getValue());
528 if (!getValue().endsWith("\n"))
    [all...]
  /external/libmojo/mojo/android/system/src/org/chromium/mojo/system/impl/
CoreImpl.java 165 new MessagePipeHandleImpl(this, result.getValue().first),
166 new MessagePipeHandleImpl(this, result.getValue().second));
187 new DataPipeProducerHandleImpl(this, result.getValue().first),
188 new DataPipeConsumerHandleImpl(this, result.getValue().second));
207 return new SharedBufferHandleImpl(this, result.getValue());
311 MessagePipeHandle.ReadMessageResult readResult = result.getValue();
337 return result.getValue();
353 elements.limit(result.getValue());
369 return result.getValue().asReadOnlyBuffer();
401 return result.getValue();
    [all...]
  /external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
ReturnsGenericDeepStubsTest.java 46 Set<Number> value = mock.entrySet().iterator().next().getValue();
47 Iterator<Number> numbersIterator = mock.entrySet().iterator().next().getValue().iterator();
48 Number number = mock.entrySet().iterator().next().getValue().iterator().next();
  /external/nist-sip/java/gov/nist/core/
MultiValueMapImpl.java 64 ArrayList list = (ArrayList) (keyValuePair.getValue());
76 ArrayList list = (ArrayList) (keyValuePair.getValue());
89 ArrayList list = (ArrayList) (keyValuePair.getValue());
  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpMethodResponse.java 85 headers.add(new OAuth.Parameter(header.getName(), header.getValue()));
105 request.append(header.getName()).append(": ").append(header.getValue()).append(EOL);
126 value = header.getValue();
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableMap.h 214 value_type_ref operator*() const { return itr->getValue(); }
215 value_type* operator->() const { return &itr->getValue(); }
217 key_type_ref getKey() const { return itr->getValue().first; }
218 data_type_ref getData() const { return itr->getValue().second; }
235 if (T) return &T->getValue().second;
245 return Root ? &(Root->getMaxElement()->getValue()) : 0;
367 value_type_ref operator*() const { return itr->getValue(); }
368 value_type* operator->() const { return &itr->getValue(); }
370 key_type_ref getKey() const { return itr->getValue().first; }
371 data_type_ref getData() const { return itr->getValue().second;
    [all...]
  /external/volley/src/test/java/com/android/volley/toolbox/
BaseHttpStackTest.java 101 assertEquals("ValueA", resp.getAllHeaders()[0].getValue());
103 assertEquals("ValueB_1", resp.getAllHeaders()[1].getValue());
105 assertEquals("ValueB_2", resp.getAllHeaders()[2].getValue());
  /frameworks/base/core/java/android/animation/
FloatKeyframeSet.java 29 * int, exists to speed up the getValue() method when there is no custom
39 public Object getValue(float fraction) {
111 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).floatValue();
IntKeyframeSet.java 29 * float, exists to speed up the getValue() method when there is no custom
39 public Object getValue(float fraction) {
110 return ((Number)mKeyframes.get(mNumKeyframes - 1).getValue()).intValue();
Keyframes.java 54 Object getValue(float fraction);
70 * Works like {@link #getValue(float)}, but returning a primitive.
83 * Works like {@link #getValue(float)}, but returning a primitive.
  /frameworks/base/core/java/android/view/textclassifier/
EntityConfidence.java 64 if (it.getValue() <= 0) continue;
65 mEntityConfidence.put(it.getKey(), Math.min(1, it.getValue()));
107 dest.writeFloat(entry.getValue());
  /frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
CarrierDefaultReceiverTest.java 101 assertEquals(PORTAL_NOTIFICATION_ID, (int) mInt.getValue());
102 assertEquals(PORTAL_NOTIFICATION_TAG, mString.getValue());
103 PendingIntent pendingIntent = mNotification.getValue().contentIntent;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
CustomListPreference.java 97 .findIndexOfValue(getCustomizablePreference().getValue());
147 private String getValue() {
165 final String value = getValue();
TunerService.java 42 public abstract String getValue(String setting);
43 public abstract int getValue(String setting, int def);
44 public abstract String getValue(String setting, String def);
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 246 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("", "seconds"), 0)
    [all...]
  /frameworks/native/libs/binder/
PersistableBundle.cpp 49 bool getValue(const android::String16& key, T* out, const map<android::String16, T>& map) {
223 return getValue(key, out, mBoolMap);
227 return getValue(key, out, mIntMap);
231 return getValue(key, out, mLongMap);
235 return getValue(key, out, mDoubleMap);
239 return getValue(key, out, mStringMap);
243 return getValue(key, out, mBoolVectorMap);
247 return getValue(key, out, mIntVectorMap);
251 return getValue(key, out, mLongVectorMap);
255 return getValue(key, out, mDoubleVectorMap)
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/apdu/
LogicalChannelMocker.java 52 Message msg = response.getValue();
86 Message msg = response.getValue();
98 Message msg = response.getValue();

Completed in 681 milliseconds

<<21222324252627282930>>