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

  /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/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);
  /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 '
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
HdrViewfinderActivity.java 260 MessageDialogFragment.newInstance(R.string.help_text)
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
HdrViewfinderActivity.java 260 MessageDialogFragment.newInstance(R.string.help_text)
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
HdrViewfinderActivity.java 257 MessageDialogFragment.newInstance(R.string.help_text)
  /external/selinux/python/sepolicy/sepolicy/
gui.py 264 self.help_text = builder.get_object("help_textv")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 517 help_text = self._expand_help(action)
518 help_lines = self._split_lines(help_text, help_width)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 515 help_text = self._expand_help(action)
516 help_lines = self._split_lines(help_text, help_width)
    [all...]
  /external/pcre/dist2/src/
pcre2grep.c 320 const char *help_text; member in struct:option_item
952 printf("%.*s%s" STDOUT_NL, n, " ", op->help_text);
    [all...]
  /external/python/cpython2/Lib/
argparse.py 517 help_text = self._expand_help(action)
518 help_lines = self._split_lines(help_text, help_width)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 515 help_text = self._expand_help(action)
516 help_lines = self._split_lines(help_text, help_width)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 515 help_text = self._expand_help(action)
516 help_lines = self._split_lines(help_text, help_width)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 515 help_text = self._expand_help(action)
516 help_lines = self._split_lines(help_text, help_width)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 515 help_text = self._expand_help(action)
516 help_lines = self._split_lines(help_text, help_width)
    [all...]

Completed in 583 milliseconds