Home
last modified time | relevance | path

Searched refs:KEY1 (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h129 bool operator()(const Key& KEY1, const Key& KEY2) const { in operator()
131 if ((KEY1.prototype() == KEY2.prototype()) && in operator()
132 (KEY1.addend() == KEY2.addend())) { in operator()
133 if (KEY1.symbol() == KEY2.symbol()) { in operator()
137 if (KEY1.symbol()->hasFragRef() && KEY2.symbol()->hasFragRef()) { in operator()
138 const FragmentRef* ref1 = KEY1.symbol()->fragRef(); in operator()
/frameworks/base/core/tests/coretests/src/android/app/backup/
DBackupDataTest.java45 private static final String KEY1 = "key1"; field in BackupDataTest
49 private static final String[] KEYS = {KEY1, KEY2, KEY3, KEY4};
85 writeEntity(bdo, KEY1, DATA1.getBytes()); in testSingle()
93 readAndVerifyEntity(bdi, KEY1, DATA1.getBytes()); in testSingle()
/frameworks/base/libs/androidfw/tests/
DBackupData_test.cpp34 #define KEY1 "key1" macro
64 mKey1 = String8(KEY1); in SetUp()