HomeSort by relevance Sort by last modified time
    Searched refs:VALUE2 (Results 1 - 8 of 8) sorted by null

  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 28 private static final String VALUE2 = "Smith";
48 mAnnotation = new Annotation(KEY2, VALUE2);
49 assertEquals(VALUE2, mAnnotation.getValue());
56 mAnnotation = new Annotation(KEY2, VALUE2);
  /external/clang/test/Parser/
recovery.c 95 #define VALUE2 VALUE+VALUE
98 x = VALUE2 // expected-error{{expected ';' after expression}}
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/
HttpPostRequestTest.java 56 public static final String VALUE2 = "Grand Canyon";
121 + "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE2
131 assertEquals(HttpPostRequestTest.VALUE2, this.testServer.parms.get(HttpPostRequestTest.FIELD2));
140 + "--" + divider + "\r\n" + "Content-Disposition: form-data; name=\"" + HttpPostRequestTest.FIELD2 + "\"\r\n" + "\r\n" + HttpPostRequestTest.VALUE2
150 assertEquals(HttpPostRequestTest.VALUE2, this.testServer.parms.get(HttpPostRequestTest.FIELD2));
  /frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
SparseMappingTableTest.java 43 final long VALUE2 = 10000000000L;
85 table.setValue(key, VALUE2);
109 Assert.assertEquals(VALUE2, table1.getValue(key));
129 table.setValue(key, VALUE2);
156 Assert.assertEquals(VALUE2, table1.getValue(key));
  /frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/dummy/
InnerTest.java 56 VALUE2(2);
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 46 private static final String VALUE2 = "value2";
153 values.put(DummyProvider.VALUE, VALUE2);
167 assertEquals(VALUE2, contentValues.getAsString(DummyProvider.VALUE));
187 values.put(DummyProvider.VALUE, VALUE2);
208 assertEquals(VALUE2, contentValues.getAsString(DummyProvider.VALUE));
289 values.put(DummyProvider.VALUE, VALUE2);
310 assertEquals(VALUE2, contentValues.getAsString(DummyProvider.VALUE));
ContentResolverTest.java 80 private static final int VALUE2 = 2;
107 values.put(COLUMN_VALUE_NAME, VALUE2);
322 assertEquals(VALUE2, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
378 assertEquals(VALUE2, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
783 values.put(COLUMN_VALUE_NAME, VALUE2);
    [all...]
  /frameworks/base/tools/layoutlib/create/tests/data/
mock_android.jar 

Completed in 219 milliseconds