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

1 2

  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
command_utils.h 34 Help,
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
command_utils_test.cpp 32 EXPECT_EQ(CommandUtils::getCommandType("help"), CommandType::Help);
  /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);
  /external/llvm/lib/MC/
SubtargetFeature.cpp 92 /// Display help for feature choices.
94 static void Help(ArrayRef<SubtargetFeatureKV> CPUTable,
253 // Check if help is needed
254 if (CPU == "help")
255 Help(CPUTable, FeatureTable);
280 // Check for help
281 if (Feature == "+help")
282 Help(CPUTable, FeatureTable);
  /external/llvm/unittests/Option/
OptionParsingTest.cpp 93 // Check the help text.
94 std::string Help;
95 raw_string_ostream RSO(Help);
97 EXPECT_NE(Help.find("-A"), std::string::npos);
  /external/chromium-trace/catapult/telemetry/telemetry/
benchmark_runner.py 96 class Help(command_line.OptparseCommand):
97 """Display help information about a command"""
119 print >> sys.stderr, ('"%s help <command>" to see usage information '
388 if len(sys.argv) > 1 and sys.argv[1] == '--help':
389 sys.argv[1] = 'help'
398 if command_name == 'help' and len(sys.argv) > 2 and sys.argv[2] == 'run':
400 sys.argv[2] = '--help'
404 all_commands = [Help, List, Run] + extra_commands
441 if command == 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...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 6 and default window size. Define additional help sources.
62 #self.bind('<F1>',self.Help) #context help
81 self.buttonHelp = Button(frameActionButtons,text='Help',
82 command=self.Help,takefocus=FALSE,
348 text=' Additional Help Sources ')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 6 and default window size. Define additional help sources.
62 #self.bind('<F1>',self.Help) #context help
81 self.buttonHelp = Button(frameActionButtons,text='Help',
82 command=self.Help,takefocus=FALSE,
348 text=' Additional Help Sources ')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 6 and default window size. Define additional help sources.
62 #self.bind('<F1>',self.Help) #context help
81 self.buttonHelp = Button(frameActionButtons,text='Help',
82 command=self.Help,takefocus=FALSE,
348 text=' Additional Help Sources ')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 6 and default window size. Define additional help sources.
62 #self.bind('<F1>',self.Help) #context help
81 self.buttonHelp = Button(frameActionButtons,text='Help',
82 command=self.Help,takefocus=FALSE,
348 text=' Additional Help Sources ')
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 249 Help = "\u001b[28~";
269 FunctionKey[15] = Help;
824 private String Help, Do, Find, Select;
    [all...]
  /external/jcommander/src/test/java/com/beust/jcommander/
JCommanderTest.java 243 Assert.assertTrue(argsHelp.help);
500 @Parameters(commandDescription = "Help for the given commands.")
501 public static class Help {
502 public static final String NAME = "help";
675 @Parameter(names = { "-h", "--help" }, description = "Show this help screen")
676 private boolean help = false; field in class:JCommanderTest.BaseArgs
837 @Parameter(names = "--help", help = true)
838 public boolean help = false field in class:JCommanderTest.Arg
853 private boolean help = false; field in class:JCommanderTest.Arg
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmcobj.h 353 virtual void WINAPI Help(void) = 0;
376 void (WINAPI *Help)(_Application *This);
401 #define _Application_Help(This) (This)->lpVtbl->Help(This)
    [all...]
ocidl.h     [all...]
shldisp.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 

Completed in 769 milliseconds

1 2