Searched defs:options (Results 1 - 25 of 1658) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/intl/break-iterator/
H A Ddefault-locale.js33 var options = iterator.resolvedOptions(); variable
36 assertFalse(options.locale === 'und');
37 assertFalse(options.locale === '');
38 assertFalse(options.locale === undefined);
41 assertEquals(options.locale, %GetDefaultICULocale());
44 assertEquals(options.locale, iteratorNone.resolvedOptions().locale);
48 assertEquals(options.locale, iteratorBraket.resolvedOptions().locale);
/external/chromium_org/v8/test/intl/collator/
H A Ddefault-locale.js33 var options = collator.resolvedOptions(); variable
36 assertFalse(options.locale === 'und');
37 assertFalse(options.locale === '');
38 assertFalse(options.locale === undefined);
41 assertEquals(options.locale, %GetDefaultICULocale());
44 assertEquals(options.locale, collatorNone.resolvedOptions().locale);
48 assertEquals(options.locale, collatorBraket.resolvedOptions().locale);
/external/chromium_org/v8/test/intl/date-format/
H A Ddefault-locale.js33 var options = dtf.resolvedOptions(); variable
36 assertFalse(options.locale === 'und');
37 assertFalse(options.locale === '');
38 assertFalse(options.locale === undefined);
41 assertEquals(options.locale, %GetDefaultICULocale());
44 assertEquals(options.locale, dtfNone.resolvedOptions().locale);
/external/chromium_org/v8/test/intl/number-format/
H A Ddefault-locale.js33 var options = nf.resolvedOptions(); variable
36 assertFalse(options.locale === 'und');
37 assertFalse(options.locale === '');
38 assertFalse(options.locale === undefined);
41 assertEquals(options.locale, %GetDefaultICULocale());
44 assertEquals(options.locale, nfNone.resolvedOptions().locale);
/external/chromium_org/v8/test/mozilla/
H A Dmozilla-shell-emulation.js33 function options(aOptionName) { function
34 // Returns comma-separated list of options set.
/external/oprofile/pp/
H A Dopannotate_options.h23 namespace options { namespace
45 void handle_options(options::spec const & spec);
H A Doparchive_options.h20 namespace options { namespace
37 void handle_options(options::spec const & spec);
H A Dopgprof_options.h19 namespace options { namespace
34 void handle_options(options::spec const & spec);
H A Dopreport_options.h26 namespace options { namespace
56 void handle_options(options::spec const & spec);
/external/chromium_org/v8/test/intl/overrides/
H A Ddate.js45 // Specify locale, default options for toLocaleXXXString
58 // Specify locale and options for toLocaleXXXString
60 var options = {year: 'numeric', month: 'long', day: 'numeric',
62 var dtf = new Intl.DateTimeFormat(locale, options);
63 assertEquals(dtf.format(date), date.toLocaleString(locale, options));
64 assertEquals(dtf.format(date), date.toLocaleDateString(locale, options));
65 assertEquals(dtf.format(date), date.toLocaleTimeString(locale, options));
H A Dstring.js48 var collator = new Intl.Collator(locale, options);
51 return a.localeCompare(b, locale, options)
58 var options = undefined; variable
62 // Specify locale, keep default options.
63 options = undefined;
67 // Specify locale and options.
68 options = {caseFirst: 'upper'};
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
H A Dbackground.js14 var options = {
22 options,
/external/chromium_org/chrome/browser/resources/
H A Dsync_setup_overlay.js5 cr.exportPath('options');
53 options.DataTypeSelection = {
59 cr.define('options', function() {
71 // options in the main drop-down menu. Reset when the dialog is closed.
77 // closed. Used to restore checkbox state while switching between the options
229 * @param {options.DataTypeSelection} selectedIndex Index of user's
234 if (selectedIndex == options.DataTypeSelection.CHOOSE_WHAT_TO_SYNC) {
240 selectedIndex == options.DataTypeSelection.SYNC_EVERYTHING);
311 options.DataTypeSelection.SYNC_EVERYTHING;
313 options
[all...]
/external/bison/lib/
H A Dwaitpid.c27 waitpid (pid_t pid, int *statusp, int options) argument
/external/ceres-solver/internal/ceres/
H A Dschur_eliminator.cc51 SchurEliminatorBase::Create(const LinearSolver::Options& options) { argument
53 if ((options.row_block_size == 2) &&
54 (options.e_block_size == 2) &&
55 (options.f_block_size == 2)) {
56 return new SchurEliminator<2, 2, 2>(options);
58 if ((options.row_block_size == 2) &&
59 (options.e_block_size == 2) &&
60 (options.f_block_size == 3)) {
61 return new SchurEliminator<2, 2, 3>(options);
63 if ((options
[all...]
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Ddisplay_options.js5 cr.exportPath('options');
25 options.DisplayInfo;
32 options.SecondaryDisplayLayout = {
39 cr.define('options', function() {
74 * @return {options.SecondaryDisplayLayout} The position of the calculated
86 return options.SecondaryDisplayLayout.BOTTOM;
88 return options.SecondaryDisplayLayout.LEFT;
91 return options.SecondaryDisplayLayout.RIGHT;
93 return options.SecondaryDisplayLayout.TOP;
105 'display-options
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils.h14 namespace options { namespace
16 // Chrome advanced options utility methods.
29 } // namespace options
H A Dautomatic_settings_reset_handler.h9 #include "chrome/browser/ui/webui/options/options_ui.h"
11 namespace options { namespace
32 } // namespace options
H A Deasy_unlock_handler.h10 #include "chrome/browser/ui/webui/options/options_ui.h"
12 namespace options { namespace
41 } // namespace options
H A Dfont_settings_utils.h12 namespace options { namespace
14 // Chrome advanced options utility methods.
23 } // namespace options
H A Dfont_settings_utils_linux.cc5 #include "chrome/browser/ui/webui/options/font_settings_utils.h"
7 namespace options { namespace
14 } // namespace options
H A Dfont_settings_utils_win.cc5 #include "chrome/browser/ui/webui/options/font_settings_utils.h"
7 namespace options { namespace
14 } // namespace options
H A Dgeolocation_options_handler.h9 #include "chrome/browser/ui/webui/options/options_ui.h"
11 namespace options { namespace
13 // Handles processing of the geolocation options on settings page load.
28 } // namespace options
H A Dhelp_overlay_handler.h10 #include "chrome/browser/ui/webui/options/options_ui.h"
12 namespace options { namespace
16 class HelpOverlayHandler : public ::options::OptionsPageUIHandler {
32 } // namespace options
H A Dlanguage_options_handler.h8 #include "chrome/browser/ui/webui/options/language_options_handler_common.h"
10 namespace options { namespace
12 // Language options UI page handler for non-Chrome OS platforms. For Chrome OS,
45 } // namespace options

Completed in 1952 milliseconds

1234567891011>>