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

1 2 3

  /external/chromium_org/net/tools/dump_cache/
dump_cache.cc 42 int Help() {
63 return Help();
69 return Help();
87 return Help();
  /external/chromium_org/third_party/mesa/src/
SConstruct 60 Help(opts.GenerateHelpText(env))
158 env.Help('\n')
159 env.Help('Recognized targets:\n')
161 env.Help(' %s\n' % alias)
  /external/mesa3d/
SConstruct 60 Help(opts.GenerateHelpText(env))
158 env.Help('\n')
159 env.Help('Recognized targets:\n')
161 env.Help(' %s\n' % alias)
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Help.java 26 * Handles app help.
28 public class Help {
33 public Help(Context context, Config config) {
46 inflater.inflate(R.menu.help, menu);
QsbApplication.java 360 public Help getHelp() {
362 return new Help(getContext(), getConfig());
  /external/clang/lib/Tooling/
CommonOptionsParser.cpp 16 // for locating a compilation database and source files, and help messages
59 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
73 if (I->second->Category != &Category && I->first() != "help" &&
  /external/llvm/lib/MC/
SubtargetFeature.cpp 111 /// Display help for feature choices.
113 static void Help(ArrayRef<SubtargetFeatureKV> CPUTable,
235 // Check if help is needed
236 if (CPU == "help")
237 Help(CPUTable, FeatureTable);
262 // Check for help
263 if (Feature == "+help")
264 Help(CPUTable, FeatureTable);
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 94 // Check the help text.
95 std::string Help;
96 raw_string_ostream RSO(Help);
98 EXPECT_NE(Help.find("-A"), std::string::npos);
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventFactoryMac.mm 186 /* 0x72 */ VK_INSERT, // Help
556 // "Help"
558 return @"Help";
    [all...]
  /external/chromium_org/tools/gn/
commands.cc 18 help(NULL),
26 help(in_help),
43 INSERT_COMMAND(Help)
  /external/chromium_org/v8/test/mjsunit/
debug-liveedit-newsource.js 45 + " return 'Help ' + name;\n"
56 var new_source = new_source.replace("Help", "Hello");
debug-liveedit-1.js 35 + " ChooseAnimal.Helper = function() { return 'Help!'; }");
debug-liveedit-compile-error.js 35 + " ChooseAnimal.Helper = function() { return 'Help!'; }\n");
  /external/chromium_org/third_party/WebKit/Source/platform/
Cursor.h 46 Help,
Cursor.cpp 63 case Cursor::Help:
292 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Help));
  /external/chromium_org/tools/grit/grit/gather/
rc.py 169 # POPUP "&Help"
  /external/deqp/framework/delibs/decpp/
deCommandLine.cpp 39 struct Help { typedef bool ValueType; };
102 addOption(Option<Help>("h", "help", "Show this help"));
151 DE_ASSERT(!dst->m_options.get<Help>());
238 // Help specified?
239 if (dst->m_options.get<Help>())
245 void Parser::help (std::ostream& str) const function in class:de::cmdline::detail::Parser
372 const char* args[] = { "--help" };
415 parser.help(err)
    [all...]
  /external/webp/examples/
dwebp.c 342 static void Help(void) {
360 " -h ....... this help message.\n"
389 if (!strcmp(argv[c], "-h") || !strcmp(argv[c], "-help")) {
390 Help();
433 Help();
442 Help();
  /external/chromium_org/chrome/browser/resources/
about_conflicts.js 22 'recommended_action': 'The help tips bitmask',
23 'possible_resolution': 'The help tips in string form',
24 'help_url': 'The link to the Help Center article'
  /external/clang/tools/clang-format/
ClangFormat.cpp 31 static cl::opt<bool> Help("h", cl::desc("Alias for -help"), cl::Hidden);
34 // and -help) will be hidden.
276 if (I->second->Category != &ClangFormatCategory && I->first() != "help" &&
291 if (Help)
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
make.bat 12 if "%1" == "" goto help
14 if "%1" == "help" (
15 :help
21 echo. htmlhelp to make HTML files and a HTML help project
67 echo.Build finished; now you can run HTML Help Workshop with the ^
78 echo.To view the help file:
  /external/mesa3d/src/gallium/docs/
make.bat 12 if "%1" == "" goto help
14 if "%1" == "help" (
15 :help
21 echo. htmlhelp to make HTML files and a HTML help project
67 echo.Build finished; now you can run HTML Help Workshop with the ^
78 echo.To view the help file:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
searchcvs.php 111 <h6>Help</h6>
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js 87 * @param {string} link Text to use for help link.
88 * @param {number} helpId Help topic Id associated with help link.
  /external/clang/docs/analyzer/
make.bat 16 if "%1" == "" goto help
18 if "%1" == "help" (
19 :help
26 echo. htmlhelp to make HTML files and a HTML help project
91 echo.Build finished; now you can run HTML Help Workshop with the ^
103 echo.To view the help file:

Completed in 3061 milliseconds

1 2 3