Searched refs:options (Results 276 - 300 of 3839) sorted by relevance

<<11121314151617181920>>

/external/icu/icu4c/source/tools/icupkg/
H A Dicupkg.cpp18 * extract data pieces according to command-line options.
68 "Read the input ICU .dat package file, modify it according to the options,\n"
87 "Allowed options include -t, -w, -s and -d.\n"
89 "Other options are not allowed in this mode.\n");
141 "\t At most one of the auto_toc_prefix options\n"
186 static UOption options[]={ variable
269 argc=u_parseArgs(argc, argv, LENGTHOF(options), options);
270 isHelp=options[OPT_HELP_H].doesOccur || options[OPT_HELP_QUESTION_MAR
[all...]
/external/ceres-solver/internal/ceres/
H A Dsolver.cc51 if (!(options.x OP y)) { \
54 ss << string("Solver::Options::" #x " = ") << options.x << ". "; \
62 if (!(options.x OP options.y)) { \
65 ss << string("Solver::Options::" #x " = ") << options.x << ". "; \
66 ss << string("Solver::Options::" #y " = ") << options.y << ". "; \
81 bool CommonOptionsAreValid(const Solver::Options& options, string* error) { argument
89 if (options.check_gradients) {
96 bool TrustRegionOptionsAreValid(const Solver::Options& options, string* error) { argument
113 if (options
229 LineSearchOptionsAreValid(const Solver::Options& options, string* error) argument
312 Solve(const Solver::Options& options, Problem* problem, Solver::Summary* summary) argument
331 Solve(const Solver::Options& options, Problem* problem, Solver::Summary* summary) argument
[all...]
/external/chromium_org/build/android/gyp/
H A Dpackage_resources.py23 """Parses command line options.
26 An options object as from optparse.OptionsParser.parse_args()
50 (options, args) = parser.parse_args()
55 # Check that required options have been provided.
60 build_utils.CheckOptions(options, parser, required=required_options)
62 return options
113 options = ParseArgs()
114 android_jar = os.path.join(options.android_sdk, 'android.jar')
115 aapt = os.path.join(options.android_sdk_tools, 'aapt')
120 '--version-code', options
[all...]
/external/chromium_org/chrome/installer/util/
H A Dchrome_browser_operations.cc25 std::set<base::string16>* options)
27 DCHECK(options);
33 options->insert(kOptionMultiInstall);
38 std::set<base::string16>* options)
40 DCHECK(options);
43 options->insert(kOptionMultiInstall);
47 const std::set<base::string16>& options,
54 const std::set<base::string16>& options,
59 const std::set<base::string16>& options,
63 if (options
46 AddKeyFiles( const std::set<base::string16>& options, std::vector<base::FilePath>* key_files) const argument
53 AddComDllList( const std::set<base::string16>& options, std::vector<base::FilePath>* com_dll_list) const argument
58 AppendProductFlags( const std::set<base::string16>& options, CommandLine* cmd_line) const argument
73 AppendRenameFlags( const std::set<base::string16>& options, CommandLine* cmd_line) const argument
85 SetChannelFlags( const std::set<base::string16>& options, bool set, ChannelInfo* channel_info) const argument
141 LaunchUserExperiment( const base::FilePath& setup_path, const std::set<base::string16>& options, InstallStatus status, bool system_level) const argument
[all...]
/external/chromium_org/tools/gn/
H A Descape.cc44 const EscapeOptions& options,
72 const EscapeOptions& options,
80 EscapeStringToString_Ninja(str, options, dest, needed_quoting);
82 if (!options.inhibit_quoting)
109 if (!options.inhibit_quoting)
118 const EscapeOptions& options,
147 const EscapeOptions& options,
150 switch (options.mode) {
155 EscapeStringToString_Ninja(str, options, dest, needed_quoting);
158 switch (options
43 EscapeStringToString_Ninja(const base::StringPiece& str, const EscapeOptions& options, DestString* dest, bool* needed_quoting) argument
71 EscapeStringToString_WindowsNinjaFork(const base::StringPiece& str, const EscapeOptions& options, DestString* dest, bool* needed_quoting) argument
117 EscapeStringToString_PosixNinjaFork(const base::StringPiece& str, const EscapeOptions& options, DestString* dest, bool* needed_quoting) argument
146 EscapeStringToString(const base::StringPiece& str, const EscapeOptions& options, DestString* dest, bool* needed_quoting) argument
190 EscapeString(const base::StringPiece& str, const EscapeOptions& options, bool* needed_quoting) argument
199 EscapeStringToStream(std::ostream& out, const base::StringPiece& str, const EscapeOptions& options) argument
[all...]
/external/chromium_org/tools/perf/benchmarks/
H A Dsmoothness.py74 def CustomizeBrowserOptions(self, options):
75 silk_flags.CustomizeBrowserOptionsForFastPath(options)
85 def CustomizeBrowserOptions(self, options):
86 silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
97 def CustomizeBrowserOptions(self, options):
98 silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
108 def CustomizeBrowserOptions(self, options):
109 silk_flags.CustomizeBrowserOptionsForGpuRasterization(options)
121 def CustomizeBrowserOptions(self, options):
123 CustomizeBrowserOptions(options)
[all...]
/external/chromium_org/tools/perf_expectations/
H A Dupdate_perf_expectations.py169 An options object containing command line arguments and their values.
193 options = parser.parse_args()[0]
194 return options
199 options = GetCommandLineOptions()
201 _SetLogger(options.verbose)
203 if not options.input_file and not options.tests_filter:
206 if options.input_file and options.tests_filter:
209 if not options
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h27 * Collation settings/options/attributes.
56 /** maxVariable options bit mask before shifting. */
87 * It is the top used bit field in the options. (No need to mask after shifting.)
90 /** Strength options bit mask before shifting. */
102 : options((UCOL_DEFAULT_STRENGTH << STRENGTH_SHIFT) |
126 static int32_t getStrength(int32_t options) { argument
127 return options >> STRENGTH_SHIFT;
131 return getStrength(options);
134 /** Sets the options bit for an on/off attribute. */
139 return ((options
166 isTertiaryWithCaseBits(int32_t options) argument
169 getTertiaryMask(int32_t options) argument
175 sortsTertiaryUpperCaseFirst(int32_t options) argument
194 int32_t options; member in struct:CollationSettings
[all...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/operations/
H A Dopen_file.cc39 OpenFileRequestedOptions options; local
40 options.file_system_id = file_system_info_.file_system_id();
41 options.request_id = request_id;
42 options.file_path = file_path_.AsUTF8Unsafe();
46 options.mode = extensions::api::file_system_provider::OPEN_FILE_MODE_READ;
49 options.mode =
58 options));
/external/chromium_org/components/nacl/zygote/
H A Dnacl_fork_delegate_linux_unittest.cc40 base::LaunchOptions options; local
41 NaClForkDelegate::AddPassthroughEnvToOptions(&options);
42 EXPECT_EQ(value1, options.environ[passthrough1]);
43 EXPECT_EQ(0U, options.environ.count(passthrough2));
44 EXPECT_EQ(value3, options.environ[passthrough3]);
45 EXPECT_EQ(0U, options.environ.count(passthrough4));
46 EXPECT_EQ(value5, options.environ[passthrough5]);
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_generator.cc58 vector<pair<string, string> > options; local
59 ParseGeneratorParameter(parameter, &options);
62 // parse generator options
64 // TODO(kenton): If we ever have more options, we may want to create a
83 for (int i = 0; i < options.size(); i++) {
84 if (options[i].first == "dllexport_decl") {
85 file_options.dllexport_decl = options[i].second;
86 } else if (options[i].first == "safe_boundary_check") {
89 *error = "Unknown generator option: " + options[i].first;
/external/chromium_org/tools/perf/measurements/
H A Drepaint.py28 def CustomizeBrowserOptions(self, options):
29 options.AppendExtraBrowserArgs([
45 args['mode'] = self.options.mode
46 if self.options.width:
47 args['width'] = self.options.width
48 if self.options.height:
49 args['height'] = self.options.height
/external/harfbuzz_ng/util/
H A Dmain-font-text.hh27 #include "options.hh"
38 : options ("[FONT-FILE] [TEXT]"),
39 font_opts (&options),
40 input (&options),
41 consumer (&options) {}
46 options.parse (&argc, &argv);
54 options.usage ();
73 option_parser_t options; member in struct:main_font_text_t
/external/oprofile/pp/
H A Doparchive_options.cpp33 namespace options { namespace
47 popt::option(options::outdirectory, "output-directory", 'o',
49 popt::option(options::exclude_dependent, "exclude-dependent", 'x',
51 popt::option(options::list_files, "list-files", 'l',
57 * check incompatible or meaningless options
62 using namespace options;
81 void handle_options(options::spec const & spec)
83 using namespace options;
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py76 def MakeEnv(options):
79 env['NACL_ENABLE_PPAPI_DEV'] = str(options.enable_ppapi_dev)
80 if options.debug:
92 def __init__(self, options):
93 self.options = options
115 if self.options.browser_path:
116 return self.options.browser_path
184 if self.options.sel_ldr:
185 env['NACL_SEL_LDR'] = self.options
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dcompute_global_objects.py29 usage = 'Usage: %prog [options] [GlobalObjectsComponent.pickle]... [GlobalObjects.pickle]'
34 options, args = parser.parse_args()
36 if options.idl_files_list is None:
38 if options.write_file_only_if_changed is None:
40 options.write_file_only_if_changed = bool(options.write_file_only_if_changed)
45 return options, args
92 options, args = parse_options()
101 idl_files = read_file_to_list(options.idl_files_list)
107 options
[all...]
/external/chromium_org/chrome/tools/build/win/
H A Dcreate_installer_archive.py26 # suffix to uncompresed full archive file, appended to options.output_name
30 CHROME_PATCH_FILE_SUFFIX = "_patch" # prefixed by options.output_name
32 # compressed full archive suffix, will be prefixed by options.output_name
113 for option in config.options(section):
126 def GenerateDiffPatch(options, orig_file, new_file, patch_file):
127 if (options.diff_algorithm == "COURGETTE"):
128 exe_file = os.path.join(options.last_chrome_installer, COURGETTE_EXEC)
131 exe_file = os.path.join(options.build_dir, BSDIFF_EXEC)
190 def CreateArchiveFile(options, staging_dir, current_version, prev_version):
194 lzma_exec = GetLZMAExec(options
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Dinteractive.rb18 # accepts the following options in a symbol-to-value hash:
24 def initialize( options = {}, &block ) # for 1.9
27 @position = options.fetch :position, 0
28 @line = options.fetch :line, 1
29 @column = options.fetch :column, 0
34 @name ||= options[ :file ] || options[ :name ] || '(interactive)'
55 # accepts the following options in a symbol-to-value hash:
61 def initialize( options = {}, &block )
63 @position = options
[all...]
/external/chromium_org/base/process/
H A Dlaunch.cc42 LaunchOptions options; local
47 options.allow_new_privs = true;
49 return options;
/external/chromium_org/build/android/
H A Denable_asserts.py23 options, _ = option_parser.parse_args(argv)
29 if options.set_asserts != None:
30 if device.SetJavaAsserts(options.set_asserts):
/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_linux.cc25 base::LaunchOptions options; local
27 options.allow_new_privs = true;
28 return base::LaunchProcess(command_line, options, NULL);
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/tools/
H A Dgenerate_test_messages.py32 options, args = parser.parse_args()
33 if options.output_file is None:
40 with open(options.output_file, 'w') as out_file:
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_options.css5 #autofill-options {
14 #autofill-options list {
30 #autofill-options > div:last-child {
34 #autofill-options > div.settings-list > div:last-child {
44 #autofill-options .list-inline-button {
49 #autofill-options div[role='listitem']:not(:hover):not([selected])
/external/chromium_org/chrome/test/chromedriver/
H A Dembed_version_in_cpp.py25 options, args = parser.parse_args()
27 version = open(options.version_file, 'r').read().strip()
37 options.directory, global_string_map)
/external/chromium_org/content/common/
H A Dsandbox_util.cc21 DWORD options = DUPLICATE_SAME_ACCESS; local
23 options |= DUPLICATE_CLOSE_SOURCE;
25 0, options)) {

Completed in 751 milliseconds

<<11121314151617181920>>