HomeSort by relevance Sort by last modified time
    Searched refs:help_text (Results 1 - 25 of 40) sorted by null

1 2

  /system/core/adb/
diagnose_usb.cpp 66 std::string help_text = "no permissions"; local
69 if (!problem.empty()) help_text += " (" + problem + ")";
71 return android::base::StringPrintf("%s; see [%s]", help_text.c_str(), kPermissionsHelpUrl);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.h 105 // * help_text: Text describing this flag in the --help output.
115 const string& help_text);
128 const string& help_text);
304 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
command_line_interface.cc 712 const string& help_text) {
716 info.help_text = help_text;
723 const string& help_text) {
728 info.help_text = help_text;
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 103 // * help_text: Text describing this flag in the --help output.
113 const string& help_text);
126 const string& help_text);
275 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 103 // * help_text: Text describing this flag in the --help output.
113 const string& help_text);
126 const string& help_text);
275 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
command_line_interface.h 103 // * help_text: Text describing this flag in the --help output.
113 const string& help_text);
126 const string& help_text);
275 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 105 // * help_text: Text describing this flag in the --help output.
115 const string& help_text);
128 const string& help_text);
304 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
command_line_interface.h 103 // * help_text: Text describing this flag in the --help output.
113 const string& help_text);
126 const string& help_text);
275 string help_text; member in struct:google::protobuf::compiler::CommandLineInterface::GeneratorInfo
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
commands.py 50 def add_option(command, long_name, help_text, short_name=None, default=None,
61 opt = (long_name, short_name, help_text)
75 i_inherit, long_name, help_text, short_name, default
ext.py 80 help_text='Don\'t install C extensions',
87 help_text='Don\'t build C extensions',
data.py 132 help_text='Do not install documentation files',
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
commands.py 49 def add_option(command, long_name, help_text, short_name=None, default=None,
60 opt = (long_name, short_name, help_text)
74 i_inherit, long_name, help_text, short_name, default
ext.py 79 help_text='Don\'t install C extensions',
86 help_text='Don\'t build C extensions',
data.py 132 help_text='Do not install documentation files',
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
commands.py 50 def add_option(command, long_name, help_text, short_name=None, default=None,
61 opt = (long_name, short_name, help_text)
75 i_inherit, long_name, help_text, short_name, default
ext.py 80 help_text='Don\'t install C extensions',
87 help_text='Don\'t build C extensions',
data.py 132 help_text='Do not install documentation files',
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
commands.py 49 def add_option(command, long_name, help_text, short_name=None, default=None,
60 opt = (long_name, short_name, help_text)
74 i_inherit, long_name, help_text, short_name, default
ext.py 79 help_text='Don\'t install C extensions',
86 help_text='Don\'t build C extensions',
data.py 132 help_text='Do not install documentation files',
  /external/autotest/client/tests/monotonic_time/src/
time_test.c 54 const char help_text[] = variable
68 printf("%s", help_text);
  /device/google/contexthub/util/nanotool/
nanotool.cpp 95 const char *help_text = local
146 fprintf(stderr, "Usage: %s [options]\n\n%s\n", name, help_text);
  /test/framework/harnesses/host_controller/
console.py 269 help_text = "help_%s" % cp.command
271 setattr(self, help_text, cp._Help)
  /frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DemoModeController.java 83 mToast = Toast.makeText(mContext, R.string.help_text, Toast.LENGTH_LONG);
  /external/autotest/frontend/afe/
admin.py 131 self.fields['labels'].help_text = ('Please enter a comma seperated '

Completed in 727 milliseconds

1 2