HomeSort by relevance Sort by last modified time
    Searched refs:KEY1 (Results 1 - 8 of 8) 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")
  /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);
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 135 bool operator() (const Key& KEY1, const Key& KEY2) const
138 if ((KEY1.prototype() == KEY2.prototype()) &&
139 (KEY1.addend() == KEY2.addend())) {
141 if (KEY1.symbol() == KEY2.symbol()) {
145 if (KEY1.symbol()->hasFragRef() && KEY2.symbol()->hasFragRef()) {
146 const FragmentRef* ref1 = KEY1.symbol()->fragRef();
  /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());
  /external/pixman/test/
glyph-test.c 212 #define KEY1(p) ((void *)(((uintptr_t)p) ^ (0xa7e23dfaUL)))
250 void *key1 = KEY1 (glyph_img); local
254 if (!(glyph = pixman_glyph_cache_lookup (cache, key1, key2)))
257 pixman_glyph_cache_insert (cache, key1, key2, 5, 8, glyph_img);
307 void *key1, *key2; local
309 key1 = KEY1 (img);
312 pixman_glyph_cache_remove (cache, key1, key2);
  /cts/tests/tests/content/src/android/content/cts/
ContentResolverTest.java 71 private static final String KEY1 = "key1";
96 values.put(COLUMN_KEY_NAME, KEY1);
329 assertEquals(KEY1, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
777 values.put(COLUMN_KEY_NAME, KEY1);
799 assertEquals(KEY1, mCursor.getString(mCursor.getColumnIndexOrThrow(COLUMN_KEY_NAME)));
    [all...]
  /frameworks/base/libs/androidfw/tests/
BackupData_test.cpp 34 #define KEY1 "key1"
64 mKey1 = String8(KEY1);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 200 milliseconds