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

12 3 4 5 6 7 8 91011>>

  /art/test/707-checker-invalid-profile/src/
Main.java 23 /// CHECK: InvokeVirtual method_name:Main.getValue
25 return a.getValue();
29 /// CHECK: InvokeVirtual method_name:Main.getValue
31 return a.getValue();
34 public int getValue() {
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
AnyTest.java 50 assertTrue(container.getValue().is(TestAllTypes.class));
51 assertFalse(container.getValue().is(TestAny.class));
53 TestAllTypes result = container.getValue().unpack(TestAllTypes.class);
59 TestAny wrongMessage = container.getValue().unpack(TestAny.class);
71 TestAllTypes parsingFailed = container.getValue().unpack(TestAllTypes.class);
88 container.getValue().getTypeUrl());
90 assertTrue(container.getValue().is(TestAllTypes.class));
91 assertFalse(container.getValue().is(TestAny.class));
93 TestAllTypes result = container.getValue().unpack(TestAllTypes.class);
101 container.getValue().getTypeUrl())
    [all...]
  /frameworks/base/core/java/com/android/internal/app/procstats/
PssTable.java 51 mergeStats(state, (int)that.getValue(key, PSS_SAMPLE_COUNT),
52 that.getValue(key, PSS_MINIMUM),
53 that.getValue(key, PSS_AVERAGE),
54 that.getValue(key, PSS_MAXIMUM),
55 that.getValue(key, PSS_USS_MINIMUM),
56 that.getValue(key, PSS_USS_AVERAGE),
57 that.getValue(key, PSS_USS_MAXIMUM),
58 that.getValue(key, PSS_RSS_MINIMUM),
59 that.getValue(key, PSS_RSS_AVERAGE),
60 that.getValue(key, PSS_RSS_MAXIMUM))
    [all...]
  /external/deqp/framework/common/
tcuEither.cpp 71 int getValue (void) const
202 TCU_CHECK(either.getFirst().getValue() == testObject.getValue());
203 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue());
217 TCU_CHECK(either.getSecond().getValue() == testObject.getValue());
218 TCU_CHECK(either.get<TestClassWithConstructor>().getValue() == testObject.getValue());
235 TCU_CHECK(either.getFirst().getValue() == testObject.getValue())
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
CurrentXmlHandler.java 65 mCurrentPackageName = getValue(attributes, "name");
76 mCurrentClassName = getValue(attributes, "name");
78 String superClass = attributes.getValue("extends");
91 mCurrentMethodName = getValue(attributes, "name");
92 mCurrentMethodReturnType = getValue(attributes, "return");
94 mCurrentMethodVisibility = getValue(attributes, "visibility");
99 mCurrentParameterTypes.add(getValue(attributes, "type"));
136 static String getValue(Attributes attributes, String key) {
138 return attributes.getValue(key)
144 return "deprecated".equals(attributes.getValue("deprecated"))
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/changes/
ListRemovalChange.java 20 public Object getValue(ObservableProperty property, Node node) {
23 Object currentRawValue = new NoChange().getValue(property, node);
32 return new NoChange().getValue(property, node);
NoChange.java 12 public Object getValue(ObservableProperty property, Node node) {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleMediaTypeBox.java 32 if (mediaTypes.containsKey(getValue())) {
33 return mediaTypes.get(getValue());
35 return "unknown media type " + getValue();
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/res/
IntegerResourceLoaderTest.java 30 assertThat( resourceLoader.getValue( R.integer.test_integer1 ), equalTo( 2000 ) );
31 assertThat( resourceLoader.getValue( R.integer.test_integer2 ), equalTo( 9 ) );
32 assertThat( resourceLoader.getValue( R.integer.test_large_hex), equalTo( 0xFFFF0000 ) );
PluralResourceLoaderTest.java 28 assertThat(pluralResourceLoader.getValue(R.plurals.beer, 0), equalTo("Howdy"));
29 assertThat(pluralResourceLoader.getValue(R.plurals.beer, 1), equalTo("One beer"));
30 assertThat(pluralResourceLoader.getValue(R.plurals.beer, 2), equalTo("Two beers"));
31 assertThat(pluralResourceLoader.getValue(R.plurals.beer, 3), equalTo("%d beers, yay!"));
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/tester/org/apache/http/
TestHttpResponseTest.java 27 assertThat(resp.getFirstHeader(l).getValue(), equalTo("http://bar.com"));
41 assertThat(resp.getLastHeader(l).getValue(), equalTo("http://zombo.com"));
65 assertThat(it.nextHeader().getValue(), equalTo("http://bar.com"));
66 assertThat(it.nextHeader().getValue(), equalTo("http://zombo.com"));
81 assertThat(it.nextHeader().getValue(), equalTo("http://bar.com"));
83 assertThat(it.nextHeader().getValue(), equalTo("http://foo.com"));
99 assertThat(headers[0].getValue(), CoreMatchers.equalTo("http://bar.com"));
100 assertThat(headers[1].getValue(), CoreMatchers.equalTo("http://foo.com"));
109 assertThat(response.getHeaders("foo")[0].getValue(), CoreMatchers.equalTo("bar"));
117 assertThat(response.getHeaders("foo")[0].getValue(), CoreMatchers.equalTo("bletch"))
    [all...]
  /external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/
TestHttpResponseTest.java 23 assertThat(resp.getFirstHeader(l).getValue()).isEqualTo("http://bar.com");
37 assertThat(resp.getLastHeader(l).getValue()).isEqualTo("http://zombo.com");
61 assertThat(it.nextHeader().getValue()).isEqualTo("http://bar.com");
62 assertThat(it.nextHeader().getValue()).isEqualTo("http://zombo.com");
77 assertThat(it.nextHeader().getValue()).isEqualTo("http://bar.com");
79 assertThat(it.nextHeader().getValue()).isEqualTo("http://foo.com");
95 assertThat(headers[0].getValue()).isEqualTo("http://bar.com");
96 assertThat(headers[1].getValue()).isEqualTo("http://foo.com");
105 assertThat(response.getHeaders("foo")[0].getValue()).isEqualTo("bar");
113 assertThat(response.getHeaders("foo")[0].getValue()).isEqualTo("bletch")
    [all...]
  /external/v8/src/ast/
compile-time-value.h 29 static Handle<FixedArray> GetValue(Isolate* isolate, Expression* expression);
31 // Get the type of a compile time value returned by GetValue().
34 // Get the elements of a compile time value returned by GetValue().
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
PositionMetric.java 60 return getValue();
62 return (size/2f) + getValue();
64 return size - getValue();
75 return size * getValue();
77 return (size/2f) + ((size/2f) * getValue());
79 return size + (size*getValue());
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResourceTable.java 14 TypedResource getValue(int resId, ResTable_config config);
16 TypedResource getValue(@Nonnull ResName resName, ResTable_config config);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
EncodedValueUtils.java 41 return !((BooleanEncodedValue)encodedValue).getValue();
43 return ((ByteEncodedValue)encodedValue).getValue() == 0;
45 return ((CharEncodedValue)encodedValue).getValue() == 0;
47 return ((DoubleEncodedValue)encodedValue).getValue() == 0;
49 return ((FloatEncodedValue)encodedValue).getValue() == 0;
51 return ((IntEncodedValue)encodedValue).getValue() == 0;
53 return ((LongEncodedValue)encodedValue).getValue() == 0;
57 return ((ShortEncodedValue)encodedValue).getValue() == 0;
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
ResourceParserTest.java 31 TypedResource value = resourceTable.getValue(new ResName("org.robolectric", "drawable", "rainbow"), config);
40 TypedResource value = resourceTable.getValue(new ResName("org.robolectric", "drawable", "an_image"), config);
49 TypedResource value = resourceTable.getValue(new ResName("org.robolectric", "drawable", "example_item_drawable"), config);
58 TypedResource value = resourceTable.getValue(new ResName("org.robolectric", "id", "id_declared_in_item_tag"), config);
68 TypedResource value2 = resourceTable.getValue(new ResName("org.robolectric", "id", "id_with_string_value"), config);
74 TypedResource value = gradleResourceTable.getValue(new ResName("org.robolectric.gradleapp", "string", "from_gradle_output"), config);
81 TypedResource value = gradleResourceTable.getValue(new ResName("org.robolectric.gradleapp", "dimen", "example_dimen"), config);
88 TypedResource value = gradleResourceTable.getValue(new ResName("org.robolectric.gradleapp", "dimen", "example_item_dimen"), config);
95 TypedResource value = gradleResourceTable.getValue(new ResName("org.robolectric.gradleapp", "string", "item_from_gradle_output"), config);
102 TypedResource value = gradleResourceTable.getValue(new ResName("org.robolectric.gradleapp", "color", "example_color"), config)
    [all...]
  /art/test/638-checker-inline-caches/src/
Main.java 18 int getValue() { return 42; }
22 int getValue() { return 38; }
26 int getValue() { return 10; }
30 int getValue() { return -4; }
36 /// CHECK: InvokeVirtual method_name:Super.getValue
44 /// CHECK: <<DefaultRet:i\d+>> InvokeVirtual [<<Obj>>] method_name:Super.getValue
51 return a.getValue();
55 /// CHECK: InvokeVirtual method_name:Super.getValue
71 /// CHECK-DAG: <<DefaultRet:i\d+>> InvokeVirtual [<<Obj>>] method_name:Super.getValue
79 return a.getValue();
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
CallbackHandlerTest.java 72 assertTrue(captor.getValue());
98 assertEquals(enabled, (boolean) enableArg.getValue());
99 assertEquals(status, statusArg.getValue());
100 assertEquals(qs, qsArg.getValue());
101 assertEquals(in, (boolean) inArg.getValue());
102 assertEquals(out, (boolean) outArg.getValue());
103 assertEquals(description, descArg.getValue());
104 assertTrue(isTransient.getValue());
105 assertEquals(secondaryLabel, secondary.getValue());
139 assertEquals(status, statusArg.getValue());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BasicValueFactory.cpp 66 I->getValue().~APSInt();
72 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APSInt& X) {
89 const llvm::APSInt& BasicValueFactory::getValue(const llvm::APInt& X,
92 return getValue(V);
95 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, unsigned BitWidth,
99 return getValue(V);
102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) {
104 return getValue(getAPSIntType(T).getValue(X));
154 return &getValue( V1 * V2 )
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DexPool.java 129 writer.writeArray(arrayEncodedValue.getValue());
132 writer.writeBoolean(((BooleanEncodedValue)encodedValue).getValue());
135 writer.writeByte(((ByteEncodedValue)encodedValue).getValue());
138 writer.writeChar(((CharEncodedValue)encodedValue).getValue());
141 writer.writeDouble(((DoubleEncodedValue)encodedValue).getValue());
144 writer.writeEnum(((EnumEncodedValue)encodedValue).getValue());
147 writer.writeField(((FieldEncodedValue)encodedValue).getValue());
150 writer.writeFloat(((FloatEncodedValue)encodedValue).getValue());
153 writer.writeInt(((IntEncodedValue)encodedValue).getValue());
156 writer.writeLong(((LongEncodedValue)encodedValue).getValue());
    [all...]
  /external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/expr/
StringLiteralExprTest.java 12 assertEquals("xxx\\u03a9xxx", omega.getValue());
  /external/nist-sip/java/javax/sip/
DialogState.java 21 public int getValue() {
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
IntegerResourceLoader.java 13 public int getValue( int resourceId ) {
19 Integer value = integerResolver.getValue(resourceName);
27 public int getValue( String resourceName, boolean isSystem ) {
32 return getValue(resourceId);
  /external/testng/src/main/java/org/testng/annotations/
IExpectedExceptionsAnnotation.java 12 public Class[] getValue();

Completed in 1007 milliseconds

12 3 4 5 6 7 8 91011>>