Searched refs:options (Results 76 - 100 of 3839) sorted by relevance

1234567891011>>

/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Doptions_for_unittests.py11 browser, in face of multiple options."""
17 def Push(options):
18 _options.append(options)
/external/lldb/test/pexpect-2.4/examples/
H A Dastat.py28 ## Parse the options, arguments, get ready, etc.
35 options = dict(optlist)
39 if [elem for elem in options if elem in ['-h','--h','-?','--?','--help']]:
43 if '-s' in options:
44 hostname = options['-s']
47 if '-u' in options:
48 username = options['-u']
51 if '-p' in options:
52 password = options['-p']
/external/oprofile/pp/
H A Dopgprof_options.h19 namespace options { namespace
34 void handle_options(options::spec const & spec);
/external/chromium_org/chrome/common/extensions/docs/examples/api/fileSystemProvider/basic/
H A Dbackground.js30 function onGetMetadataRequested(options, onSuccess, onError) {
31 if (!METADATA[options.entryPath])
34 onSuccess(METADATA[options.entryPath]);
37 function onReadDirectoryRequested(options, onSuccess, onError) {
38 if (!METADATA[options.directoryPath]) {
42 if (!METADATA[options.directoryPath].isDirectory) {
51 if (entry == options.directoryPath)
54 if (entry.indexOf(options.directoryPath) != 0)
57 if (entry.substring(options.directoryPath.length + 1).indexOf('/') != -1)
65 function onOpenFileRequested(options, onSucces
[all...]
/external/chromium_org/tools/generate_library_loader/
H A Dgenerate_library_loader.py148 options, args = parser.parse_args()
150 if not options.name:
152 if not options.output_cc:
154 if not options.output_h:
156 if not options.header:
165 options.output_cc = os.path.relpath(options.output_cc, source_tree_root)
166 options.output_h = os.path.relpath(options.output_h, source_tree_root)
172 re.sub(r'[\W]', '_', options
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
H A DOptions.java10 package com.adobe.xmp.options;
26 /** the internal int containing all options */
27 private int options = 0; field in class:Options
42 * Constructor with the options bit mask.
44 * @param options the options bit mask
45 * @throws XMPException If the options are not correct
47 public Options(int options) throws XMPException argument
49 assertOptionsValid(options);
50 setOptions(options);
127 setOptions(int options) argument
220 assertConsistency(int options) argument
234 assertOptionsValid(int options) argument
[all...]
/external/chromium_org/build/android/gyp/
H A Dcreate_placeholder_files.py24 options, args = parser.parse_args()
27 target_path = os.path.join(options.dest_lib_dir, name)
30 if options.stamp:
31 build_utils.Touch(options.stamp)
H A Dzip.py19 options, _ = parser.parse_args()
21 inputs = build_utils.FindInDirectory(options.input_dir, '*')
22 build_utils.DoZip(inputs, options.output, options.input_dir)
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dbluetooth_pairing_ui.h8 #include "chrome/browser/ui/webui/options/options_ui.h"
13 namespace options { namespace in namespace:chromeos
20 public ::options::OptionsPageUIHandlerHost {
29 options::CoreChromeOSOptionsHandler* core_handler_;
30 options::BluetoothOptionsHandler* bluetooth_handler_;
H A Dproxy_settings_ui.h8 #include "chrome/browser/ui/webui/options/options_ui.h"
13 namespace options { namespace in namespace:chromeos
21 public ::options::OptionsPageUIHandlerHost {
32 options::ProxyHandler* proxy_handler_; // Weak ptr.
33 options::CoreChromeOSOptionsHandler* core_handler_; // WeakPtr.
/external/chromium_org/chrome/installer/util/
H A Dchrome_browser_sxs_operations.cc14 const std::set<base::string16>& options,
19 ChromeBrowserOperations::AppendProductFlags(options, cmd_line);
23 const std::set<base::string16>& options,
28 ChromeBrowserOperations::AppendRenameFlags(options, cmd_line);
13 AppendProductFlags( const std::set<base::string16>& options, CommandLine* cmd_line) const argument
22 AppendRenameFlags( const std::set<base::string16>& options, CommandLine* cmd_line) const argument
/external/chromium_org/remoting/host/
H A Ddesktop_shape_tracker_mac.cc13 webrtc::DesktopCaptureOptions options) {
12 Create( webrtc::DesktopCaptureOptions options) argument
H A Ddesktop_shape_tracker_x11.cc13 webrtc::DesktopCaptureOptions options) {
12 Create( webrtc::DesktopCaptureOptions options) argument
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A D__init__.py31 from webkitpy.tool.steps.options import Options
H A Dabstractstep.py32 from webkitpy.tool.steps.options import Options
36 def __init__(self, tool, options):
38 self._options = options
44 def options(cls): member in class:AbstractStep
/external/chromium_org/third_party/icu/source/test/perf/charperf/
H A DCharPerf.pl17 my $options = {
55 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/icu/source/test/perf/convperf/
H A DConvPerf_r.pl22 my $options = {
66 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
H A DStringPerf.pl17 my $options = {
72 runTests($options, $tests, $dataFiles);
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
H A Dtasm-options.c33 #include "tasm-options.h"
45 parse_cmdline(int argc, char **argv, opt_option *options, size_t nopts, argument
62 size_t len = strlen(options[i].opt);
63 if (yasm__strncasecmp(cmd, options[i].opt, len) == 0) {
67 if (options[i].takes_param) {
71 options[i].opt);
81 if (!options[i].handler(cmd, param, options[i].extra))
103 help_msg(const char *msg, const char *tail, opt_option *options, size_t nopts) argument
114 if (options[
[all...]
/external/chromium_org/tools/coverity/
H A Dcoverity.py20 For a full list of options, pass the '--help' switch.
105 def run_coverity(options, args):
109 lock_filename = os.path.join(options.source_dir, LOCK_FILE)
120 options.target = options.target.title()
124 print 'Change directory to ' + options.source_dir
125 os.chdir(options.source_dir)
130 coverity_password = _ReadPassword(options.coverity_password_file)
133 gclient_exit = _RunCommand(cmd, options.dry_run, shell=True)
143 rm_path = os.path.join(options
[all...]
/external/icu/icu4c/source/test/perf/charperf/
H A DCharPerf.pl17 my $options = {
55 runTests($options, $tests, $dataFiles);
/external/icu/icu4c/source/test/perf/convperf/
H A DConvPerf_r.pl22 my $options = {
66 runTests($options, $tests, $dataFiles);
/external/icu/icu4c/source/test/perf/ustrperf/
H A DStringPerf.pl17 my $options = {
72 runTests($options, $tests, $dataFiles);
/external/qemu/proxy/
H A Dproxy_http.h22 const ProxyOption* options );
/external/zopfli/src/zopfli/
H A Dzopfli_lib.c28 void ZopfliCompress(const ZopfliOptions* options, ZopfliFormat output_type, argument
32 ZopfliGzipCompress(options, in, insize, out, outsize);
34 ZopfliZlibCompress(options, in, insize, out, outsize);
37 ZopfliDeflate(options, 2 /* Dynamic block */, 1,

Completed in 826 milliseconds

1234567891011>>