HomeSort by relevance Sort by last modified time
    Searched refs:command_obj (Results 1 - 15 of 15) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
test_bdist.py 35 dist.command_obj['bdist'] = cmd
test_install.py 42 dist.command_obj["build"] = support.DummyCommand(
184 dist.command_obj['install'] = cmd
213 dist.command_obj['install'] = cmd
214 dist.command_obj['build_ext'] = buildextcmd
test_build_scripts.py 47 dist.command_obj["build"] = support.DummyCommand(
test_build_py.py 39 dist.command_obj["build"] = support.DummyCommand(
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_install_scripts.py 19 dist.command_obj["build"] = support.DummyCommand(
21 dist.command_obj["install"] = support.DummyCommand(
63 dist.command_obj["build"] = support.DummyCommand(build_scripts=source)
64 dist.command_obj["install"] = support.DummyCommand(
test_bdist.py 35 dist.command_obj['bdist'] = cmd
test_install.py 42 dist.command_obj["build"] = support.DummyCommand(
184 dist.command_obj['install'] = cmd
213 dist.command_obj['install'] = cmd
214 dist.command_obj['build_ext'] = buildextcmd
test_build_scripts.py 47 dist.command_obj["build"] = support.DummyCommand(
test_build_py.py 39 dist.command_obj["build"] = support.DummyCommand(
  /external/lldb/include/lldb/Interpreter/
CommandObjectMultiword.h 47 const lldb::CommandObjectSP& command_obj);
138 const lldb::CommandObjectSP& command_obj);
CommandObject.h 172 const lldb::CommandObjectSP& command_obj)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 135 'command_obj' attribute to the empty dictionary; this will be
212 # the caller at all. 'command_obj' maps command names to
215 self.command_obj = {}
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 135 'command_obj' attribute to the empty dictionary; this will be
212 # the caller at all. 'command_obj' maps command names to
215 self.command_obj = {}
    [all...]
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 849 CommandObject *command_obj = GetCommandSP (cmd_cstr, false, true, matches).get(); local
    [all...]

Completed in 623 milliseconds