HomeSort by relevance Sort by last modified time
    Searched refs:help (Results 326 - 350 of 2656) sorted by null

<<11121314151617181920>>

  /external/toybox/kconfig/
conf.c 38 static char nohelp_text[] = N_("Sorry, no help available for this option yet.\n");
174 const char *def, *help; local
187 /* print help */
189 help = nohelp_text;
190 if (menu->sym->help)
191 help = menu->sym->help;
192 printf("\n%s\n", menu->sym->help);
210 const char *help; local
236 if (sym->help)
    [all...]
  /toolchain/benchmark/
collect_profile.py 34 help='Select which benchmark to collect profdata.')
37 help='Specify where to generate PGO data on device, '
41 help='Specify the location to put the profdata, set '
45 help='Device serial number.')
48 help='hostname[:port] if the ADB device is connected '
gen_json.py 9 """Script to help generate json format report from raw data."""
29 '-b', '--bench', help='Generate JSON format file for which benchmark.')
32 '-i', '--input', help='Specify the input result file name.')
35 '-o', '--output', help='Specify the output JSON format result file')
40 help='Indicate the platform(experiment or device) name '
46 help='How many iterations does the result include.')
  /external/swiftshader/third_party/subzero/pydir/
crosstest_generator.py 91 # all_keys is only used in the help text.
100 metavar='FILE', help='Test configuration file')
102 help='Print the set of test names and exit')
105 help='Attributes to include (comma-separated). ' +
109 help='Attributes to include (comma-separated). ' +
112 help='Use verbose output')
114 help='Defer execution until all executables are built')
117 help="Don't build; reuse binaries from the last run")
121 help='Output directory')
123 help='Generate files for lit testing'
    [all...]
  /external/webrtc/webrtc/tools/barcode_tools/
barcode_encoder.py 283 help=('Width of the barcodes to be overlaid on top of the'
286 help=('Height of the barcodes to be overlaid on top of the'
289 help=('Width of the base YUV file\'s frames. '
292 help=('Height of the top YUV file\'s frames. '
296 help=('The YUV file with the barcodes in YUV. '
299 help=('The base YUV file to be overlaid. '
302 help=('The output YUV file containing the base overlaid'
305 help=('Output directory where the PNG barcodes will be '
308 help=('Input directory from where the PNG barcodes will be '
311 help=('Output directory where the YUV barcodes will be
    [all...]
  /development/tools/repo_diff/
repo_diff_android.py 37 help="manifest url",
40 help="manifest branch",
43 help="upstream manifest url",
46 help="upstream manifest branch",
49 help="exclusions file",
52 help="release tag (optional). If not set then will "
56 help="repo sync might fail due to varios reasons. "
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
Rsa2048Sha256GenerateKeys.py 33 # Globals for help information
47 group.add_argument("-o", "--output", dest='OutputFile', type=argparse.FileType('wb'), metavar='filename', nargs='*', help="specify the output private key filename in PEM format")
48 group.add_argument("-i", "--input", dest='InputFile', type=argparse.FileType('rb'), metavar='filename', nargs='*', help="specify the input private key filename in PEM format")
49 parser.add_argument("--public-key-hash", dest='PublicKeyHashFile', type=argparse.FileType('wb'), help="specify the public key hash filename that is SHA 256 hash of 2048 bit RSA public key in binary format")
50 parser.add_argument("--public-key-hash-c", dest='PublicKeyHashCFile', type=argparse.FileType('wb'), help="specify the public key hash filename that is SHA 256 hash of 2048 bit RSA public key in C structure format")
51 parser.add_argument("-v", "--verbose", dest='Verbose', action="store_true", help="increase output messages")
52 parser.add_argument("-q", "--quiet", dest='Quiet', action="store_true", help="reduce output messages")
53 parser.add_argument("--debug", dest='Debug', type=int, metavar='[0-9]', choices=range(0,10), default=0, help="set debug level")
  /external/curl/tests/
dictserver.py 85 type=int, help="port to listen on")
87 help="verbose output")
89 help="file name for the PID")
91 help="file name for the log")
92 parser.add_argument("--srcdir", action="store", help="test directory")
93 parser.add_argument("--id", action="store", help="server ID")
95 help="IPv4 flag")
  /external/gflags/test/
CMakeLists.txt 36 # Make sure the --help output doesn't print the stripped text.
37 add_gflags_test (strip_flags_help 1 "" "This text should be stripped out" gflags_strip_flags_test --help)
64 # --help should show all flags, including flags from gflags_reporting
65 add_gflags_test(help-reporting 1 "${SLASH}gflags_reporting.cc:" "" gflags_unittest --help)
67 # Make sure that --help prints even very long helpstrings.
68 add_gflags_test(long-helpstring 1 "end of a long helpstring" "" gflags_unittest --help)
70 # Make sure --help reflects flag changes made before flag-parsing
71 add_gflags_test(changed_bool1 1 "-changed_bool1 (changed) type: bool default: true" "" gflags_unittest --help)
72 add_gflags_test(changed_bool2 1 "-changed_bool2 (changed) type: bool default: false currently: true" "" gflags_unittest --help)
    [all...]
  /external/python/cpython3/Lib/ensurepip/
__init__.py 139 help="Show the version of pip that is bundled with this Python.",
146 help=("Give more output. Option is additive, and can be used up to 3 "
153 help="Upgrade pip and dependencies, even if already installed.",
159 help="Install using the user scheme.",
164 help="Install everything relative to this alternate root directory.",
170 help=("Make an alternate install, installing only the X.Y versioned"
177 help=("Make a default pip install, installing the unqualified pip "
  /external/tensorflow/tensorflow/contrib/boosted_trees/examples/
boston.py 139 help="The batch size for reading data.") variable
144 help="Choose the dir for the output.") variable
149 help="The number of steps to run evaluation for.") variable
152 "--depth", type=int, default=4, help="Maximum depth of weak learners.")
154 "--l2", type=float, default=1.0, help="l2 regularization per batch.")
159 help="Learning rate (shrinkage weight) with which each new tree is added." variable
166 help="Number of trees to grow before stopping.") variable
  /external/tensorflow/tensorflow/examples/how_tos/reading_data/
fully_connected_preloaded.py 150 help='Initial learning rate.'
156 help='Number of epochs to run trainer.'
162 help='Number of units in hidden layer 1.'
168 help='Number of units in hidden layer 2.'
174 help='Batch size. Must divide evenly into the dataset sizes.'
180 help='Directory to put the training data.'
185 help='If true, uses fake data for unit testing.',
fully_connected_preloaded_var.py 161 help='Initial learning rate.'
167 help='Number of epochs to run trainer.'
173 help='Number of units in hidden layer 1.'
179 help='Number of units in hidden layer 2.'
185 help='Batch size. Must divide evenly into the dataset sizes.'
191 help='Directory to put the training data.'
196 help='If true, uses fake data for unit testing.',
  /external/tensorflow/tensorflow/examples/learn/
random_forest_mnist.py 98 help='Base directory for output models.'
104 help='Directory for storing data'
110 help='Number of training steps.'
116 help='Number of examples in a training batch.'
122 help='Number of trees in the forest.'
128 help='Max total nodes in a single tree.'
134 help='If true, use training loss as termination criteria.'
  /prebuilts/go/darwin-x86/src/cmd/go/
main.go 28 "cmd/go/internal/help"
57 help.HelpC,
58 help.HelpBuildmode,
59 help.HelpCache,
60 help.HelpFileType,
61 help.HelpGopath,
62 help.HelpEnvironment,
63 help.HelpImportPath,
64 help.HelpPackages,
82 if args[0] == "help" {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
main.go 28 "cmd/go/internal/help"
57 help.HelpC,
58 help.HelpBuildmode,
59 help.HelpCache,
60 help.HelpFileType,
61 help.HelpGopath,
62 help.HelpEnvironment,
63 help.HelpImportPath,
64 help.HelpPackages,
82 if args[0] == "help" {
    [all...]
  /external/selinux/python/semanage/
semanage 203 parser.add_argument('-S', '--store', default='', help=_("Select an alternate SELinux Policy Store to manage"))
207 parser.add_argument('-P', '--priority', type=int, default=400, help=_("Select a priority for module operations"))
211 parser.add_argument('-n', '--noheading', action='store_false', default=True, help=_("Do not print heading when listing %s object types") % name)
215 parser.add_argument('-N', '--noreload', action='store_true', default=False, help=_('Do not reload policy after commit'))
219 parser.add_argument('-C', '--locallist', action='store_true', default=False, help=_("List %s local customizations") % name)
223 parser.add_argument('-a', '--add', dest='action', action='store_const', const='add', help=_("Add a record of the %s object type") % name)
227 parser.add_argument('-t', '--type', help=_('SELinux Type for the object'))
231 parser.add_argument('-L', '--level', default='s0', help=_('Default SELinux Level for SELinux user, s0 Default. (MLS/MCS Systems only)'))
236 help=_('''
245 parser.add_argument('-p', '--proto', help=_(''
    [all...]
  /external/clang/utils/
FuzzTest 4 This is a generic fuzz testing tool, see --help for more information.
203 parser.add_option("-v", "--verbose", help="Show more output",
205 parser.add_option("-s", "--succinct", help="Reduce amount of output",
209 group.add_option("", "--expected-exit-code", help="Set expected exit code",
213 help="Set additional expected exit code",
217 help="Capture test logs to an output directory",
221 help="Log all outputs (not just failures)",
227 help="Add an input file to fuzz",
230 help="Add a list of inputs files to fuzz (one per line)",
236 help="Characters to insert/replace"
    [all...]
  /external/autotest/cli/
job.py 111 self.parser.add_option('-a', '--all', help='List jobs for all '
113 self.parser.add_option('-r', '--running', help='List only running '
115 self.parser.add_option('-u', '--user', help='List jobs for given '
155 help='Display the control file',
158 help='Display only a list of hosts',
161 help='Display only the hosts in these statuses '
264 help='Job priority (int)', type='int',
267 help='Comma separated list of labels '
269 self.parser.add_option('-m', '--machine', help='List of machines to '
272 help='File listing machines to use'
    [all...]
server.py 58 help='Name of a role',
63 help=('Set to True to apply actions when role '
127 help=('List details of all servers in a table, '
134 help='Only show servers with given status',
139 help=('Show the summary of roles and status '
146 help='Format output as JSON.',
150 help='Only return hostnames.',
217 help='note of the server',
312 help='Status of the server',
316 help='Note of the server'
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
UPT.py 109 Parser.add_option("-d", "--debug", action="store", type="int", dest="debug_level", help=ST.HLP_PRINT_DEBUG_INFO)
112 help=ST.HLP_PRINT_INFORMATIONAL_STATEMENT)
114 Parser.add_option("-s", "--silent", action="store_true", dest="opt_slient", help=ST.HLP_RETURN_NO_DISPLAY)
116 Parser.add_option("-q", "--quiet", action="store_true", dest="opt_quiet", help=ST.HLP_RETURN_AND_DISPLAY)
119 help=ST.HLP_SPECIFY_PACKAGE_NAME_INSTALL)
122 help=ST.HLP_SPECIFY_PACKAGE_NAME_CREATE)
125 help=ST.HLP_SPECIFY_PACKAGE_NAME_REMOVE)
128 help=ST.HLP_SPECIFY_TEMPLATE_NAME_CREATE)
131 help=ST.HLP_SPECIFY_DEC_NAME_CREATE)
134 help=ST.HLP_SPECIFY_INF_NAME_CREATE)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
main.py 98 help="Fix up doctests only")
100 help="Each FIX specifies a transformation; default: all")
102 type="int", help="Run 2to3 concurrently")
104 help="Prevent a transformation from being run")
106 help="List available transformations")
108 help="Modify the grammar so that print() is a function")
110 help="More verbose logging")
112 help="Don't show diffs of the refactoring")
114 help="Write back modified files")
116 help="Don't write backups for modified files")
    [all...]
  /external/selinux/python/audit2allow/
sepolgen-ifgen 50 help="filename to store output")
52 help="location of the interface header files")
56 help="print debuging output")
58 help="extra debugging output")
60 help="do not retrieve attribute access from kernel policy")
  /test/framework/harnesses/host_controller/command_processor/
command_build.py 141 help="Update build info")
145 help="session ID only required for 'stop' update command")
150 help="Interval (seconds) to repeat build update.")
155 help="The type of an artifact to update")
159 help="Branch to grab the artifact from.")
163 help="a comma-separate list of build target product(s).")
167 help="Partner Android Build account_id to use.")
172 help="Method for getting build information")
175 help=
181 help="True to not use a local webserver for authentication."
    [all...]
  /external/python/cpython2/Lib/lib2to3/
main.py 147 help="Fix up doctests only")
149 help="Each FIX specifies a transformation; default: all")
151 type="int", help="Run 2to3 concurrently")
153 help="Prevent a transformation from being run")
155 help="List available transformations")
157 help="Modify the grammar so that print() is a function")
159 help="More verbose logging")
161 help="Don't show diffs of the refactoring")
163 help="Write back modified files")
165 help="Don't write backups for modified files"
    [all...]

Completed in 545 milliseconds

<<11121314151617181920>>