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

1 2 3

  /frameworks/base/tests/SystemUIDemoModeController/res/values/
strings.xml 20 <string name="help_text">"Drag: control icon states\nLong-press + drag: control background color\nDouble-tap: toggle bar mode</string>
  /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);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
Colors.h 38 #define HELP_TEXT EFI_BLUE
  /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',
  /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',
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/res/values/
strings.xml 34 <string name="help_text">
  /developers/samples/android/media/HdrViewfinder/Application/src/main/res/values/
strings.xml 34 <string name="help_text">
  /development/samples/browseable/HdrViewfinder/res/values/
strings.xml 34 <string name="help_text">
  /frameworks/rs/tests/java_api/CannyLive/res/values/
strings.xml 34 <string name="help_text">
  /frameworks/rs/tests/java_api/RsCameraDemo/res/values/
strings.xml 34 <string name="help_text">
  /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
  /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);

Completed in 514 milliseconds

1 2 3