Home
last modified time | relevance | path

Searched refs:last_tb (Results 1 – 2 of 2) sorted by relevance

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DAudioTest.java54 private long last_tb = 0; field in AudioTest
337 last_tb = Integer.parseInt(s);
359 long tb = last_tb; // When WALT started a beep (according to WALT clock)
/external/python/cpython2/Modules/
D_lsprof.c383 PyObject *last_type, *last_value, *last_tb; in ptrace_enter_call() local
384 PyErr_Fetch(&last_type, &last_value, &last_tb); in ptrace_enter_call()
409 PyErr_Restore(last_type, last_value, last_tb); in ptrace_enter_call()