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

1 2

  /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 506 public Help getHelp() {
508 return new Help(getContext(), getConfig());
  /external/chromium/net/tools/dump_cache/
dump_cache.cc 63 int Help() {
120 return Help();
138 return Help();
185 return Help();
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
irc_command.py 101 class Help(IRCCommand):
140 "help": Help,
  /external/llvm/lib/MC/
SubtargetFeature.cpp 146 /// Display help for feature choices.
148 static void Help(const SubtargetFeatureKV *CPUTable, size_t CPUTableSize,
279 // Check if help is needed
280 if (CPU == "help")
281 Help(CPUTable, CPUTableSize, FeatureTable, FeatureTableSize);
308 // Check for help
309 if (Feature == "+help")
310 Help(CPUTable, CPUTableSize, FeatureTable, FeatureTableSize);
  /external/webkit/Source/WebCore/platform/
Cursor.cpp 62 case Cursor::Help:
157 case Cursor::Help:
158 return "Help";
370 DEFINE_STATIC_LOCAL(Cursor, c, (Cursor::Help));
Cursor.h 113 Help,
  /external/v8/test/mjsunit/
debug-liveedit-newsource.js 44 + " return 'Help ' + name;\n"
55 var new_source = new_source.replace("Help", "Hello");
debug-liveedit-1.js 35 + " ChooseAnimal.Helper = function() { return 'Help!'; }");
  /external/webkit/Source/WebCore/platform/qt/
CursorQt.cpp 105 case Help:
  /tools/motodev/src/plugins/android/
plugin.properties 45 command.name.helponline = Help Contents
53 label.help = Help
  /external/webkit/Source/WebCore/platform/mac/
CursorMac.mm 97 case Cursor::Help:
  /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/webkit/Source/WebCore/platform/chromium/
CursorChromium.cpp 331 COMPILE_ASSERT_MATCHING_ENUM(Help, TypeHelp);
  /external/webkit/Source/WebCore/platform/gtk/
CursorGtk.cpp 91 case Cursor::Help:
  /external/llvm/docs/
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:
  /frameworks/base/docs/html/design/
design_toc.cs 41 <li><a href="<?cs var:toroot ?>design/patterns/help.html">Help</a></li>
  /external/webkit/Source/WebCore/platform/win/
CursorWin.cpp 161 case Cursor::Help:
  /external/llvm/lib/Support/
CommandLine.cpp 82 // This collects additional help to be printed.
85 extrahelp::extrahelp(const char *Help)
86 : morehelp(Help) {
87 MoreHelp->push_back(Help);
704 << argv[i] << "'. Try: '" << argv[0] << " -help'\n";
734 << " positional arguments: See: " << argv[0] << " -help\n";
742 << " positional arguments: See: " << argv[0] << " -help\n";
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 172 the number on the recorded system. To help with mappings here the
251 [ -h : --help ] Default: Off
259 \caption{\label{fig:btrecord--help}\texttt{btrecord --help} Output}
284 \subsubsection{\texttt{-h} or \texttt{--help}\\Display Help Message}
289 defaults, as presented in figure~\ref{fig:btrecord--help} on
290 page~\pageref{fig:btrecord--help}.
390 [ -h : --help ] Default: Off
401 \caption{\label{fig:btreplay--help}\texttt{btreplay --help} Output
    [all...]
  /external/stlport/
configure.bat 5 REM * to see available options, call with option --help
20 echo use "configure --help" to see the available ones.
32 REM First parameter can only be help or compiler
33 REM help option
38 if "%1" == "--help" goto opt_help
102 REM * Help
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/e2fsprogs/lib/et/
texinfo.tex 102 %what you give them. Help stamp out software-hoarding!
    [all...]
  /external/v8/src/
d8.js 503 case 'help':
    [all...]
  /external/grub/docs/
texinfo.tex 103 % If this character appears in an error message or help string, it
724 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
    [all...]

Completed in 595 milliseconds

1 2