Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console-message.h124 bool hasTimer(int contextId, const String16& id);
Dv8-console.cc376 if (helper.consoleMessageStorage()->hasTimer(helper.contextId(), timerId)) { in timeFunction()
395 if (!helper.consoleMessageStorage()->hasTimer(helper.contextId(), timerId)) { in timeEndFunction()
Dv8-console-message.cc554 bool V8ConsoleMessageStorage::hasTimer(int contextId, const String16& id) { in hasTimer() function in v8_inspector::V8ConsoleMessageStorage
/external/sqlite/dist/orig/
Dshell.c300 static int hasTimer(void){ in hasTimer() function
360 #define HAS_TIMER hasTimer()
/external/sqlite/dist/
Dshell.c306 static int hasTimer(void){ in hasTimer() function
366 #define HAS_TIMER hasTimer()