Home
last modified time | relevance | path

Searched +defs:line +defs:Command (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/release/
Dcommon_includes.py85 def Fill80(line): argument
190 def Command(cmd, args="", prefix="", pipe=True, cwd=None): function
238 def Command(self, cmd, args="", prefix="", pipe=True, cwd=None): member in SideEffectHandler
493 def Command(self, name, args, cwd=None): member in Step
/external/vixl/src/aarch64/
Ddebugger-aarch64.cc754 char* line = ReadCommandLine("vixl> ", buffer, kMaxDebugShellLine); in RunDebuggerShell() local
781 static bool StringToUInt64(uint64_t* value, const char* line, int base = 10) { in StringToUInt64()
806 static bool StringToInt64(int64_t* value, const char* line, int base = 10) { in StringToInt64()
1147 DebugCommand* DebugCommand::Parse(char* line) { in Parse()
1179 #define RETURN_IF_MATCH(Command) \ in Parse() argument
1212 #define PRINT_HELP(Command) \ in Run() argument