/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.help_3.5.0.v20100524.jar | ... org/
org/eclipse/
org/eclipse/help/
org/eclipse/help/AbstractContentExtensionProvider.class ... |
D | org.eclipse.help.base_3.5.2.v201011171123.jar | ... afterTag
boolean afterSpace
String eol
private org.eclipse.help.internal.search.LimitedSizeCharArrayWriter writer
private Exception exception ... |
/external/autotest/server/ |
D | autoserv_parser.py | 35 help='list of machines') 38 help='list of machines from file') 41 help='control file is client side') 44 help='control file is server side') 47 help='specify results directory') 50 help='label for the job') 53 help='The host_group_name to store in keyvals') 57 help='username for the job') 61 help=('Parse the results of the job using this' 67 help=('Accessible in control files as job.tag;' [all …]
|
/external/fio/ |
D | options.c | 1280 .help = "Text job description", 1289 .help = "Name of this job", 1300 .help = "File(s) to use for the workload", 1310 .help = "Directory to store files in", 1319 .help = "Override default $jobname.$jobnum.$filenum naming", 1329 .help = "Lock file when doing IO to it", 1339 .help = "No file locking", 1343 .help = "Exclusive file lock", 1348 .help = "Read vs write lock", 1358 .help = "Recursively add files from this directory and down", [all …]
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
D | arg_parser.py | 54 help='Print the typ version and exit.') 59 help=('Takes the list of tests from the file ' 62 help=('Run all the tests, including the ones ' 66 help=('Globs of tests to run in isolation ' 70 help=('Globs of test names to skip (' 74 help=('Globs of test filenames to look for (' 80 help=('Builder name to include in the ' 83 help='Reports coverage information.') 86 help=('Directories to include when running and ' 91 help=('Globs to omit when reporting coverage ' [all …]
|
/external/selinux/prebuilts/bin/ |
D | sesearch.py | 30 parser.add_argument("policy", help="Path to the SELinux policy to search.", nargs="?") 32 help="Print extra informational messages") 33 parser.add_argument("--debug", action="store_true", dest="debug", help="Enable debugging.") 38 help="Search allow rules.") 41 help="Search auditallow rules.") 44 help="Search dontaudit rules.") 47 help="Search type_transition rules.") 50 help="Search type_change rules.") 53 help="Search type_member rules.") 58 help="Search role allow rules.") [all …]
|
D | seinfo.py | 36 parser.add_argument("policy", help="Path to the SELinux policy to query.", nargs="?") 38 help="Print additional information about the specified components.") 39 parser.add_argument("--flat", help="Print without item count nor indentation.", 42 help="Print extra informational messages") 43 parser.add_argument("--debug", action="store_true", dest="debug", help="Enable debugging.") 46 queries.add_argument("-a", "--attribute", help="Print type attributes.", dest="typeattrquery", 48 queries.add_argument("-b", "--bool", help="Print Booleans.", dest="boolquery", 50 queries.add_argument("-c", "--class", help="Print object classes.", dest="classquery", 52 queries.add_argument("-r", "--role", help="Print roles.", dest="rolequery", 54 queries.add_argument("-t", "--type", help="Print types.", dest="typequery", [all …]
|
/external/v8/tools/ |
D | run-tests.py | 196 help=("The architecture to run tests for, " 200 help="Architecture and mode in the format 'arch.mode'", 203 help="Regard test expectations for ASAN", 206 help="Run tests with UBSAN cfi_vptr option.", 209 help="Adapt to path structure used on buildbots", 212 help="Indicates that V8 was compiled with DCHECKs enabled", 215 help="Indicates that V8 was compiled without VFP3 support", 217 result.add_option("--cat", help="Print the source of the tests", 220 help="Regard tests marked as flaky (run|skip|dontcare)", 223 help="Regard slow tests (run|skip|dontcare)", [all …]
|
D | run-deopt-fuzzer.py | 153 help=("The architecture to run tests for, " 157 help="Architecture and mode in the format 'arch.mode'", 160 help="Regard test expectations for ASAN", 163 help="Adapt to path structure used on buildbots", 166 help="Indicates that V8 was compiled with DCHECKs enabled", 169 help="Prepended to each shell command used to run a test", 171 result.add_option("--coverage", help=("Exponential test coverage " 174 result.add_option("--coverage-lift", help=("Lifts test coverage for tests " 177 result.add_option("--download-data", help="Download missing test suite data", 179 result.add_option("--distribution-factor1", help=("Factor of the first " [all …]
|
/external/libbrillo/brillo/ |
D | flag_helper.h | 73 const char* help, 95 const char* help, 111 const char* help, 126 const char* help, 141 const char* help, 156 const char* help, 171 const char* help, 187 #define DEFINE_type(type, classtype, name, value, help) \ argument 190 new brillo::classtype(#name, &FLAGS_##name, #value, help, true))); 192 #define DEFINE_int32(name, value, help) \ argument [all …]
|
D | flag_helper.cc | 23 const char* help, in Flag() argument 27 help_(help), in Flag() 43 const char* help, in BoolFlag() argument 45 : Flag(name, default_value, help, visible), in BoolFlag() 74 const char* help, in Int32Flag() argument 76 : Flag(name, default_value, help, visible), value_(value) { in Int32Flag() 90 const char* help, in Int64Flag() argument 92 : Flag(name, default_value, help, visible), value_(value) { in Int64Flag() 106 const char* help, in UInt64Flag() argument 108 : Flag(name, default_value, help, visible), value_(value) { in UInt64Flag() [all …]
|
/external/toybox/scripts/ |
D | config2help.c | 29 struct double_list *help; member 55 char *dlist_zap(struct double_list **help) in dlist_zap() argument 57 struct double_list *dd = dlist_pop(help); in dlist_zap() 65 int zap_blank_lines(struct double_list **help) in zap_blank_lines() argument 69 while (*help) { in zap_blank_lines() 72 s = trim((*help)->data); in zap_blank_lines() 76 free(dlist_zap(help)); in zap_blank_lines() 92 char **grab_dashlines(struct double_list **help, struct double_list **from, in grab_dashlines() argument 100 zap_blank_lines(help); in grab_dashlines() 101 *from = *help; in grab_dashlines() [all …]
|
/external/selinux/policycoreutils/sepolicy/ |
D | sepolicy.py | 330 help=_('Graphical User Interface for SELinux Policy')) 333 help=_("Domain name(s) of man pages to be created")) 335 help=argparse.SUPPRESS) 363 help=_('Generate SELinux man pages')) 366 help=_("path in which the generated SELinux man pages will be stored")) 368 help=_("name of the OS for man pages")) 370 help=_("Generate HTML man pages structure for selected SELinux man page")) 372 help=_("Alternate root directory, defaults to /")) 374 …help=_("With this flag, alternative root path needs to include file context files and policy.xml f… 378 help=_("All domains")) [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
D | mturk | 98 help = 'use the production site (default: use the sandbox)') 102 help = 'where to store HIT nicknames (default: {})'.format( 352 help = 'display your prepaid balance') 356 help = 'get information about a HIT') 358 help = 'nickname or ID of the HIT to show') 363 help = 'list all your HITs') 367 help = 'create a new HIT (external questions only)', 371 help = 'path to JSON configuration file for the HIT') 374 help = 'URL for the external question') 377 help = 'number of assignments') [all …]
|
/external/autotest/client/bin/ |
D | autotest | 27 help="additional args to pass to control file") 30 default=False, help="continue previously started job") 33 help="set the job tag") 36 help="set the harness type") 39 help="arguments delivered to harness") 42 default='', help="set the job username") 45 default=False, help="enable external logging") 48 help='Include DEBUG messages in console output') 51 help='Not include DEBUG messages in console output') 55 help='Take this as the hostname of this machine ' [all …]
|
/external/webrtc/tools/valgrind-webrtc/ |
D | webrtc_tests.py | 91 help=('Location of the compiler output. Can only be used ' 93 parser.add_option("--target", help="Debug or Release") 94 parser.add_option('-t', '--test', help='Test to run.') 96 help='Generate baseline data instead of validating') 98 help='Additional arguments to --gtest_filter') 100 help='Argument for --gtest_repeat') 102 help="Randomize tests' orders on every iteration.") 105 help="Drop in to debugger on assertion failure. Also " 110 help='Verbose output - enable debug log messages') 112 help='Specify a valgrind tool to run the tests under') [all …]
|
/external/autotest/client/virt/ |
D | kvm_vm.py | 164 def has_option(help, option): argument 165 return bool(re.search(r"^-%s(\s|$)" % option, help, re.MULTILINE)) 173 def add_name(help, name): argument 176 def add_human_monitor(help, filename): argument 179 def add_qmp_monitor(help, filename): argument 182 def add_serial(help, filename): argument 185 def add_mem(help, mem): argument 188 def add_smp(help, smp): argument 191 def add_cdrom(help, filename, index=None, format=None): argument 192 if has_option(help, "drive"): [all …]
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | parse.py | 155 dest="profile", help="Use the hotshot profiler to " 160 …help="Time the run using time.time (may not be accurate on all platforms, especially for short run… 166 dest="error", help="Print a list of parse errors") 169 dest="fragment", help="Parse as a fragment") 172 dest="tree", help="Output as debug tree") 175 dest="xml", help="Output as xml") 178 dest="html", help="Don't output html") 181 dest="hilite", help="Output as formatted highlighted code.") 184 dest="encoding", help="Print character encoding used") 188 help="inject <meta charset>") [all …]
|
/external/chromium-trace/catapult/systrace/systrace/ |
D | systrace.py | 43 parser.add_option('-o', dest='output_file', help='write HTML to FILE', 46 help='trace for N seconds', metavar='N') 48 help='use a trace buffer size of N KB', metavar='N') 50 help='specify a comma-separated list of kernel functions ' 54 help='list the available categories and exit') 57 help='enable application-level tracing for comma-separated ' 61 help='don\'t fix missing or truncated thread names') 64 help='Do not run extra commands to restore missing thread ' 68 help='don\'t fix truncated circular traces') 71 help='Tell the device not to send the trace data in ' [all …]
|
/external/autotest/cli/ |
D | query_results | 18 help='Comma-separated list of column names to display') 20 help=("The WHERE condition for the query witten in the 'new style' " 25 help='Specifies a test attribute to include as a field. The attribute ' 32 help='Specifies a test label to include as a field. See ' 35 help='Specifies an iteration result to include as a field. ' 40 help='Specifies a machine label to include as a field. See ' 43 help='Specifies a job keyval to include as a field. See ' 46 help='Specifies an iteration attribute to include as a ' 51 dest='separator', help = 'output separator') 53 help='Do not display line counts before each line') [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | replay.py | 386 help='Download real responses and record them to replay_file') 389 help='Append responses to replay_file.') 394 help='Minimum verbosity level to log') 398 help='Log file to use in addition to writting logs to stderr.') 406 help='Upload Bandwidth in [K|M]{bit/s|Byte/s}. Zero means unlimited.') 410 help='Download Bandwidth in [K|M]{bit/s|Byte/s}. Zero means unlimited.') 414 help='Propagation delay (latency) in milliseconds. Zero means no delay.') 418 help='Packet loss rate in range [0..1]. Zero means no loss.') 422 help='Set initial cwnd (linux only, requires kernel patch)') 427 help='Select a set of network options: %s.' % ', '.join( [all …]
|
/external/vixl/tools/ |
D | test.py | 71 def __init__(self, option_type, name, help, argument 77 self.help = help 98 def __init__(self, name, environment_variable_name, help, argument 103 help, 115 def __init__(self, name, help, argument 120 help, 130 def __init__(self, name, help, argument 134 help, 187 help='Run tests matching all of the (regexp) filters.') 195 help = option.help [all …]
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | main.py | 79 timed_options.add_option('-t', '--time', help='Profile for N seconds and ' 85 cont_options.add_option('--continuous', help='Profile continuously until ' 87 cont_options.add_option('--ring-buffer', help='Use the trace buffer as a ' 94 chrome_opts.add_option('-c', '--categories', help='Select Chrome tracing ' 103 help='Deprecated, use --trace-frame-viewer.', 106 help='Enable enough trace categories for ' 109 help='Enable enough trace categories for ' 111 chrome_opts.add_option('--trace-gpu', help='Enable extra trace categories ' 113 chrome_opts.add_option('--trace-flow', help='Enable extra trace categories ' 115 chrome_opts.add_option('--trace-memory', help='Enable extra trace categories ' [all …]
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
D | cmdline.py | 24 help="Append coverage data to .coverage, otherwise it is started clean with each run.", 28 help="Measure branch coverage in addition to statement coverage.", 36 help=( 43 help="Debug options, separated by commas", 47 help="Write the output files to DIR.", 51 help="Exit with a status of 2 if the total coverage is less than MIN.", 53 help = optparse.make_option( variable in Opts 55 help="Get help on this command.", 59 help="Ignore errors while reading source files.", 64 help=( [all …]
|
/external/llvm/utils/lit/lit/ |
D | main.py | 144 help="Show version and exit", 147 help="Number of testing threads", 150 metavar="NAME", help="Prefix for 'lit' config files", 154 help="Add 'NAME' = 'VAL' to the user defined parameters", 161 help="Suppress no error output", 164 help="Reduce amount of output", 167 help="Show test output for failures", 170 help="Display all commandlines and output", 173 help="Write test results to the provided path", 176 help="Do not use curses based progress bar", [all …]
|