HomeSort by relevance Sort by last modified time
    Searched defs:help (Results 351 - 375 of 538) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/apilint/
apilint.py 1514 help="previous.txt") variable
1516 help="Disable terminal colors") variable
1518 help="Allow references to Google") variable
1520 help="Show API changes noticed") variable
1522 help="Show API deprecations at birth") variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
opts.h 58 /* Help text for --help, or NULL. */
59 const char *help; member in struct:cl_option
130 #define CL_PARAMS (1U << 16) /* Fake entry. Used to display --param info with --help. */
142 This distinction is important because --help will not list options
147 #define CL_UNDOCUMENTED (1U << 24) /* Do not output with --help. */
172 /* Help text, or NULL if the values should not be listed in --help
174 const char *help; member in struct:cl_enum
  /system/bt/service/client/
main.cc 634 "\t-h\tShow this help message\n";
889 "\t-h\tShow this help message\n";
934 string help; member in struct:__anon2054::__anon2055
936 {"help", HandleHelp, "\t\t\tDisplay this message"},
981 cout << "\t" << kCommandMap[i].command << kCommandMap[i].help << endl;
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 122 void help OF((int));
581 void help(int exitval) function
589 " untgz -h display this help\n");
632 help(0);
638 help(0);
642 help(0);
650 help(1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
pydoc.py 5 In the Python interpreter, do "from pydoc import help" to provide online
6 help. Calling help(thing) on a Python object documents the object.
1763 def help(self, request): function
1898 help = Helper() variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
pydoc.py 18 In the Python interpreter, do "from pydoc import help" to provide online
19 help. Calling help(thing) on a Python object documents the object.
1843 def help(self, request): function
1978 help = Helper() variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pdb.py 29 "post_mortem", "help"]
903 # Help methods (derived from pdb.doc)
911 With a command name as argument, print help about that command
912 "help pdb" pipes the full documentation file to the $PAGER
913 "help exec" gives help on the ! command"""
1281 def help(): function
    [all...]
pydoc.py 5 In the Python interpreter, do "from pydoc import help" to provide online
6 help. Calling help(thing) on a Python object documents the object.
1759 def help(self, request): function
1894 help = Helper() variable
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
main.c 632 static void help( void );
639 static void help( );
681 if ( argc == 1 ) { help(); zzDIE; }
1011 help( void ) function
    [all...]
  /external/e2fsprogs/lib/support/
dict.c 1303 char *help = local
1323 puts(help);
1370 char *help = local
    [all...]
  /external/f2fs-tools/fsck/
dict.c 1273 char *help = local
1293 puts(help);
1340 char *help = local
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 83 static void help ( const char *argv0 );
1005 help(argv[0]);
1014 help(argv[0]);
1061 else if (strcmp( argv[i], "-h" )==0 || strcmp( argv[i], "--help" )==0)
1063 help( argv[0] );
1073 help( argv[0] );
1173 static void help ( const char *argv0 ) function
    [all...]
  /external/iproute2/include/
xtables.h 237 void (*help)(void); member in struct:xtables_match
315 void (*help)(void); member in struct:xtables_target
  /external/libvpx/libvpx/
vpxdec.c 50 static const arg_def_t help = variable
51 ARG_DEF(NULL, "help", 0, "Show usage options and exit");
103 &help, &codecarg, &use_yv12,
163 fprintf(fout, "Use --help to see the full list of options.\n");
565 if (arg_match(&arg, &help, argi)) {
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
growfiles.c 39 * See help and prt_examples functions below.
105 void help(void);
417 help();
1814 void help(void) function
    [all...]
iogen.c 125 int help(FILE * stream);
1935 int help(FILE * stream) function
    [all...]
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 99 // Modify HELP CommandHandler to return a predefined help message
100 final String HELP = "help message";
101 HelpCommandHandler helpCommandHandler = (HelpCommandHandler) stubFtpServer.getCommandHandler(CommandNames.HELP);
102 helpCommandHandler.setHelpMessage(HELP);
106 // HELP
107 String help = ftpClient.listHelp(); local
108 assertTrue("Wrong response", help.indexOf(HELP) != -1);
    [all...]
  /external/python/cpython2/Lib/
pdb.py 29 "post_mortem", "help"]
903 # Help methods (derived from pdb.doc)
911 With a command name as argument, print help about that command
912 "help pdb" pipes the full documentation file to the $PAGER
913 "help exec" gives help on the ! command"""
1281 def help(): function
    [all...]
pydoc.py 5 In the Python interpreter, do "from pydoc import help" to provide online
6 help. Calling help(thing) on a Python object documents the object.
1827 def help(self, request): function
1962 help = Helper() variable
    [all...]
  /external/python/cpython3/Lib/
pdb.py 26 that 'help' can be typed as 'h' or 'help' (but not as 'he' or 'hel',
27 nor as 'H' or 'Help' or 'HELP'). Optional arguments are enclosed in
43 have parameters (see the alias help entry) which allows one a certain
90 "post_mortem", "help"]
1615 def help(): function
    [all...]
pydoc.py 4 At the Python interactive prompt, calling help(thing) on a Python object
5 documents the object, and calling help() starts up an interactive
6 help session.
37 __all__ = ['help']
1893 def help(self, request): function
2057 help = Helper() variable
    [all...]
  /external/skia/bench/
nanobench.cpp 88 SkString help; local
89 help.printf("Number of times to run each bench. Set this to %d to auto-"
92 return help;
    [all...]
  /external/skia/tools/bookmaker/
bookmaker.cpp 20 // h is reserved for help
1852 bool help = false; local
    [all...]
  /external/skqp/bench/
nanobench.cpp 88 SkString help; local
89 help.printf("Number of times to run each bench. Set this to %d to auto-"
92 return help;
    [all...]
  /external/skqp/tools/bookmaker/
bookmaker.cpp 20 // h is reserved for help
1743 bool help = false; local
    [all...]

Completed in 1712 milliseconds

<<11121314151617181920>>