Searched refs:KEY1 (Results 1 – 3 of 3) sorted by relevance
129 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()
45 private static final String KEY1 = "key1"; field in BackupDataTest49 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()
34 #define KEY1 "key1" macro64 mKey1 = String8(KEY1); in SetUp()