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

  /bootable/recovery/
ui.h 153 int last_key; member in class:RecoveryUI
ui.cpp 63 last_key(-1),
414 last_key = key;
  /art/test/099-vmdebug/src/
Main.java 148 long last_key = 0; local
166 if (key < last_key) {
170 last_key = key;
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 236 long last_key = 0; local
248 assertTrue(key >= last_key);
249 last_key = key;
  /external/protobuf/src/google/protobuf/
map_test.cc 325 int last_key = 0; local
331 last_key =
332 static_cast<int>(frog) >= 0 ? static_cast<int>(frog) : last_key ^ 1;
333 GOOGLE_DCHECK_GE(last_key, 0);
334 map[last_key] = last_key ^ 1;
472 int last_key = 0; local
478 last_key =
479 static_cast<int>(frog) >= 0 ? static_cast<int>(frog) : last_key ^ 1;
480 GOOGLE_DCHECK_GE(last_key, 0)
    [all...]
  /art/runtime/verifier/
method_verifier.cc 1556 int32_t last_key = switch_insns[keys_offset] | (switch_insns[keys_offset + 1] << 16); local
    [all...]

Completed in 562 milliseconds