Home
last modified time | relevance | path

Searched defs:SubCommand (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dtest_thread.c325 struct SubCommand { in sqlthread_proc() struct
326 char *zName; in sqlthread_proc()
327 Tcl_ObjCmdProc *xProc; in sqlthread_proc()
328 int nArg; in sqlthread_proc()
329 char *zUsage; in sqlthread_proc()
Dtest_multiplex.c1110 struct SubCommand { in test_multiplex_control() struct
1111 const char *zName; in test_multiplex_control()
1112 int op; in test_multiplex_control()
1113 int argtype; in test_multiplex_control()
/external/chromium_org/tools/deep_memory_profiler/lib/
Dsubcommand.py23 class SubCommand(object): class