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

  /external/clang/test/Preprocessor/
print-pragma-microsoft.c 9 #define KEY1 "KEY1"
14 #pragma detect_mismatch(KEY1 KEY2, VAL1 VAL2)
15 // CHECK: #pragma detect_mismatch("KEY1" "KEY2", "VAL1\"" "VAL2")
  /frameworks/base/libs/androidfw/tests/
BackupData_test.cpp 34 #define KEY1 "key1"
64 mKey1 = String8(KEY1);
  /cts/tests/tests/text/src/android/text/cts/
AnnotationTest.java 25 private static final String KEY1 = "name";
41 new Annotation(KEY1, VALUE1);
46 mAnnotation = new Annotation(KEY1, VALUE1);
54 mAnnotation = new Annotation(KEY1, VALUE1);
55 assertEquals(KEY1, mAnnotation.getKey());
61 mAnnotation = new Annotation(KEY1, VALUE1);
69 mAnnotation = new Annotation(KEY1, VALUE1);
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
InvocationRecordTest.java 38 private static final String KEY1 = "key1";
77 invocationRecord.set(KEY1, null);
78 assertNull(KEY1, invocationRecord.getObject(KEY1));
85 invocationRecord.set(KEY1, STRING);
86 assertTrue(KEY1, invocationRecord.containsKey(KEY1));
108 invocationRecord.set(KEY1, STRING);
109 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
    [all...]
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/command/
InvocationRecordTest.java 40 private static final String KEY1 = "key1";
79 invocationRecord.set(KEY1, null);
80 assertNull(KEY1, invocationRecord.getObject(KEY1));
87 invocationRecord.set(KEY1, STRING);
88 assertTrue(KEY1, invocationRecord.containsKey(KEY1));
110 invocationRecord.set(KEY1, STRING);
111 assertEquals(KEY1, STRING, invocationRecord.getString(KEY1));
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/backup/
BackupDataTest.java 45 private static final String KEY1 = "key1";
49 private static final String[] KEYS = {KEY1, KEY2, KEY3, KEY4};
85 writeEntity(bdo, KEY1, DATA1.getBytes());
93 readAndVerifyEntity(bdi, KEY1, DATA1.getBytes());
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 76 private static final String KEY1 = "key1";
101 values.put(COLUMN_KEY_NAME, KEY1);
333 assertEquals(KEY1, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
778 values.put(COLUMN_KEY_NAME, KEY1);
800 assertEquals(KEY1, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
    [all...]

Completed in 389 milliseconds