Home
last modified time | relevance | path

Searched defs:SetArguments (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Interpreter/
DArgs.cpp574 Args::SetArguments (size_t argc, const char **argv) in SetArguments() function in Args
595 Args::SetArguments (const char **argv) in SetArguments() function in Args
/external/lldb/source/Target/
DProcess.cpp389 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) in SetArguments() function in ProcessInfo
408 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) in SetArguments() function in ProcessInfo
/external/chromium_org/third_party/motemplate/
Dmotemplate.py752 def SetArguments(self, args): member in _PartialNode
/external/lldb/source/API/
DSBTarget.cpp134 SBLaunchInfo::SetArguments (const char **argv, bool append) in SetArguments() function in SBLaunchInfo
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_runner.cc117 void SetArguments(int argc, v8::Handle<v8::Value> argv[]) { in SetArguments() function in content::InvokeCallbackTask