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

  /external/nanopb-c/tests/enum_to_string/
enum.proto 10 VALUE1 = 1;
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 37 private static final String VALUE1 = "John";
46 new Annotation(KEY1, VALUE1);
52 mAnnotation = new Annotation(KEY1, VALUE1);
53 assertEquals(VALUE1, mAnnotation.getValue());
61 mAnnotation = new Annotation(KEY1, VALUE1);
69 mAnnotation = new Annotation(KEY1, VALUE1);
78 mAnnotation = new Annotation(KEY1, VALUE1);
  /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 42 #define VALUE1 "test1"
66 set_xattr("testfile", SECURITY_KEY1, VALUE1, strlen(VALUE1));
  /cts/tests/tests/deviceconfig/src/android/deviceconfig/cts/
DeviceConfigApiTests.java 50 private static final String VALUE1 = "value1";
134 DeviceConfig.setProperty(NAMESPACE1, KEY1, VALUE1, /*makeDefault=*/false);
136 assertEquals("Value read from DeviceConfig API does not match written value.", VALUE1,
146 DeviceConfig.setProperty(NAMESPACE1, KEY1, VALUE1, /*makeDefault=*/false);
156 DeviceConfig.setProperty(NAMESPACE1, KEY1, VALUE1, /*makeDefault=*/false);
159 assertEquals("Value read from DeviceConfig API does not match written value.", VALUE1,
171 DeviceConfig.setProperty(NAMESPACE1, KEY1, VALUE1, /*makeDefault=*/false);
203 DeviceConfig.setProperty(NAMESPACE1, KEY1, VALUE1, /*makeDefault=*/false);
207 "property is not null", VALUE1, result)
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 44 private static final String VALUE1 = "value1";
72 values1.put(DummyProvider.VALUE, VALUE1);
123 assertEquals(VALUE1, rows.get(NAME1).getAsString(DummyProvider.VALUE));
145 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
163 assertEquals(VALUE1, contentValues.getAsString(DummyProvider.VALUE));
ContentResolverTest.java 81 private static final int VALUE1 = 1;
104 values.put(COLUMN_VALUE_NAME, VALUE1);
344 assertEquals(VALUE1, mCursor.getInt(mCursor.getColumnIndexOrThrow(COLUMN_VALUE_NAME)));
    [all...]
  /art/test/530-checker-lse/src/
Main.java 67 static final int VALUE1 = 0xbeef;
72 if (i != VALUE1) {
512 finalizable.i = Finalizable.VALUE1;
    [all...]
  /external/python/cpython3/Lib/unittest/test/testmock/
testmock.py 595 mock.method.side_effect = [sentinel.VALUE1, DEFAULT]
597 self.assertEqual(mock.method(), sentinel.VALUE1)
609 mock.method.side_effect = [sentinel.VALUE1, sentinel.VALUE2]
611 self.assertEqual(mock.method(), sentinel.VALUE1)
663 mock.method.side_effect = [sentinel.VALUE1, sentinel.VALUE2]
666 self.assertEqual(mock.method(), sentinel.VALUE1)
692 mock.method.side_effect = [sentinel.VALUE1, DEFAULT]
695 self.assertEqual(mock.method(), sentinel.VALUE1)
    [all...]
  /external/python/apitools/apitools/base/protorpclite/
messages_test.py 237 VALUE1 = 1
    [all...]

Completed in 572 milliseconds