Home
last modified time | relevance | path

Searched refs:hasTimer (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/inspector/
Dv8-console-message.h127 bool hasTimer(int contextId, const String16& id);
Dv8-console.cc378 if (helper.consoleMessageStorage()->hasTimer(helper.contextId(), timerId)) { in timeFunction()
396 if (!helper.consoleMessageStorage()->hasTimer(helper.contextId(), timerId)) { in timeEndFunction()
Dv8-console-message.cc613 bool V8ConsoleMessageStorage::hasTimer(int contextId, const String16& id) { in hasTimer() function in v8_inspector::V8ConsoleMessageStorage
/external/sqlite/dist/
Dshell.c315 static int hasTimer(void){ in hasTimer() function
375 #define HAS_TIMER hasTimer()
/external/sqlite/dist/orig/
Dshell.c309 static int hasTimer(void){ in hasTimer() function
369 #define HAS_TIMER hasTimer()