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

  /external/robolectric-shadows/processor/src/test/resources/org/robolectric/annotation/processing/shadows/
DocumentedObjectShadow.java 20 VALUE1, VALUE2
  /external/ltp/testcases/kernel/syscalls/lgetxattr/
lgetxattr01.c 43 #define VALUE2 "test2"
67 set_xattr("symlink", SECURITY_KEY2, VALUE2, strlen(VALUE2));
81 if (TST_RET != strlen(VALUE2)) {
86 if (!strncmp(buf, VALUE2, TST_RET))
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 38 private static final String VALUE2 = "Smith";
54 mAnnotation = new Annotation(KEY2, VALUE2);
55 assertEquals(VALUE2, mAnnotation.getValue());
63 mAnnotation = new Annotation(KEY2, VALUE2);
  /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));
  /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 82 private static final int VALUE2 = 2;
109 values.put(COLUMN_VALUE_NAME, VALUE2);
327 assertEquals(VALUE2, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
500 assertEquals(VALUE2, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
    [all...]
  /art/test/530-checker-lse/src/
Main.java 68 static final int VALUE2 = 0xcafe;
511 finalizable.i = Finalizable.VALUE2;
    [all...]
  /cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DeviceConfigApiTests.java 51 private static final String VALUE2 = "value2";
157 DeviceConfig.setProperty(NAMESPACE2, KEY1, VALUE2, /*makeDefault=*/false);
162 assertEquals("Value read from DeviceConfig API does not match written value.", VALUE2,
172 DeviceConfig.setProperty(NAMESPACE1, KEY1, VALUE2, /*makeDefault=*/false);
175 + " value.", VALUE2, result);
756 DeviceConfig.setProperty(NAMESPACE1, KEY1, VALUE2, /*makeDefault=*/false);
765 receivedUpdates1.get(1).assertEqual(NAMESPACE1, KEY1, VALUE2);
766 receivedUpdates2.get(0).assertEqual(NAMESPACE1, KEY1, VALUE2);
782 DeviceConfig.setProperty(NAMESPACE1, KEY1, VALUE2, /*makeDefault=*/false)
    [all...]

Completed in 1271 milliseconds