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

  /external/oprofile/pp/
common_option.h 26 extern std::string command_options;
common_option.cpp 33 string command_options; member in namespace:options
187 options::command_options = str.str(); member in class:__anon33072::options
opreport.cpp 523 xml_utils::output_xml_header(options::command_options,
  /external/oprofile/libpp/
xml_utils.h 44 static void output_xml_header(std::string const & command_options,
xml_utils.cpp 245 void xml_utils::output_xml_header(string const & command_options,
262 cout << init_attr(TITLE, "opreport " + command_options);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 176 # 'command_options' is where we store command options between
180 # command_options = { command_name : { option : (source, value) } }
181 self.command_options = {}
295 dict = self.command_options.get(command)
297 dict = self.command_options[command] = {}
304 commands = self.command_options.keys()
316 opt_dict = self.command_options.get(cmd_name)
408 if 'global' in self.command_options:
409 for (opt, (src, val)) in self.command_options['global'].items():
587 # holding pen, the 'command_options' dictionary
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 176 # 'command_options' is where we store command options between
180 # command_options = { command_name : { option : (source, value) } }
181 self.command_options = {}
295 dict = self.command_options.get(command)
297 dict = self.command_options[command] = {}
304 commands = self.command_options.keys()
316 opt_dict = self.command_options.get(cmd_name)
408 if 'global' in self.command_options:
409 for (opt, (src, val)) in self.command_options['global'].items():
587 # holding pen, the 'command_options' dictionary
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 42 self.distribution.command_options['check'] = check_options
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 42 self.distribution.command_options['check'] = check_options
  /external/lldb/source/Interpreter/
CommandInterpreter.cpp 1725 Options *command_options = cmd_obj->GetOptions(); local
    [all...]

Completed in 275 milliseconds