HomeSort by relevance Sort by last modified time
    Searched refs:options (Results 126 - 150 of 4325) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/installer/util/
chrome_frame_operations.h 20 std::set<string16>* options) const OVERRIDE;
23 std::set<string16>* options) const OVERRIDE;
26 const std::set<string16>& options,
30 const std::set<string16>& options,
33 virtual void AppendProductFlags(const std::set<string16>& options,
36 virtual void AppendRenameFlags(const std::set<string16>& options,
39 virtual bool SetChannelFlags(const std::set<string16>& options,
44 const std::set<string16>& options) const OVERRIDE;
52 const std::set<string16>& options,
product_operations.h 33 // Reads product-specific options from |prefs|, adding them to |options|.
35 std::set<string16>* options) const = 0;
37 // Reads product-specific options from |command|, adding them to |options|.
39 std::set<string16>* options) const = 0;
49 virtual void AddKeyFiles(const std::set<string16>& options,
55 const std::set<string16>& options,
61 virtual void AppendProductFlags(const std::set<string16>& options,
65 virtual void AppendRenameFlags(const std::set<string16>& options,
    [all...]
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_debug_renderer_info.py 20 def CustomizeBrowserOptions(self, options):
21 chrome_finch_option = options.finch_option
22 if options.finch_option == "bypassed":
24 options.AppendExtraBrowserArgs('--disable-webgl-debug-renderer-info')
25 options.AppendExtraBrowserArgs(
28 options.AppendExtraBrowserArgs('--google-base-url=http://127.0.0.1')
43 group = optparse.OptionGroup(parser, 'Finch experiment options')
46 Options: enabled, disabled, bypassed
55 def CreatePageSet(self, options):
63 options.finch_option
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
abstractlocalservercommand.py 36 options = [
40 AbstractDeclarativeCommand.__init__(self, options=options)
42 def _prepare_config(self, options, args, tool):
45 def execute(self, options, args, tool):
46 config = self._prepare_config(options, args, tool)
48 server_url = "http://localhost:%d%s" % (options.httpd_port, self.launch_path)
52 if options.show_results:
56 httpd = self.server(httpd_port=options.httpd_port, config=config) # pylint: disable=E1102
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner_repeat.py 15 self.options = repeat_options
37 if (self.options.pageset_repeat_secs and
39 self.options.pageset_repeat_secs):
41 elif (not self.options.pageset_repeat_secs and
42 self.pageset_iters >= self.options.pageset_repeat_iters):
48 if (self.options.page_repeat_secs and
49 time.time() - self.page_start_time > self.options.page_repeat_secs):
51 elif (not self.options.page_repeat_secs and
52 self.page_iters >= self.options.page_repeat_iters):
page_filter_unittest.py 41 options = MockUrlFilterOptions('conformance/textures', '')
42 page_filter = page_filter_module.PageFilter(options)
45 options = MockUrlFilterOptions('textures', '')
46 page_filter = page_filter_module.PageFilter(options)
49 options = MockUrlFilterOptions('somethingelse', '')
50 page_filter = page_filter_module.PageFilter(options)
55 options = MockUrlFilterOptions('somethingelse', '')
56 page_filter = page_filter_module.PageFilter(options)
59 options = MockUrlFilterOptions('textures_tex_sub_image', '')
60 page_filter = page_filter_module.PageFilter(options)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils.h 14 namespace options { namespace
16 // Chrome advanced options utility methods.
29 } // namespace options
language_options_dictionary_download_browsertest.js 7 * options WebUI.
17 * Browse to languages options.
28 options.LanguageOptions.onDictionaryDownloadBegin('en-US');
38 options.LanguageOptions.onDictionaryDownloadSuccess('en-US');
39 expectFalse($('language-options-spell-check-language-message').hidden);
40 expectTrue($('language-options-dictionary-downloading-message').hidden);
41 expectTrue($('language-options-dictionary-download-failed-message').hidden);
43 $('language-options-dictionary-download-fail-help-message').hidden);
51 options.LanguageOptions.onDictionaryDownloadBegin('en-US');
52 expectTrue($('language-options-spell-check-language-message').hidden)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
__init__.py 31 from webkitpy.tool.steps.options import Options
abstractstep.py 32 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
47 Options.git_commit,
  /external/chromium_org/third_party/icu/source/test/perf/normperf/
NormPerf.pl 15 my $options = {
59 runTests($options, $tests, $dataFiles);
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
glcpp-test 8 Usage: glcpp [options...]
12 Valid options include:
18 # Parse command-line options
  /external/chromium_org/tools/perf/benchmarks/
silk.py 15 options = {'metric': 'timeline'} variable in class:SilkKeySilkCases
  /external/icu4c/test/perf/normperf/
NormPerf.pl 15 my $options = {
59 runTests($options, $tests, $dataFiles);
  /external/libogg/macos/compat/sys/
types.h 19 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
  /external/libvorbis/macos/compat/sys/
types.h 19 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
  /external/mesa3d/src/glsl/glcpp/tests/
glcpp-test 8 Usage: glcpp [options...]
12 Valid options include:
18 # Parse command-line options
  /frameworks/support/v4/jellybean/android/support/v4/app/
ActivityCompatJB.java 25 public static void startActivity(Context context, Intent intent, Bundle options) {
26 context.startActivity(intent, options);
29 public static void startActivityForResult(Activity activity, Intent intent, int requestCode, Bundle options) {
30 activity.startActivityForResult(intent, requestCode, options);
  /external/kernel-headers/original/asm-mips/
cpu-features.h 21 * SMP assumption: Options of CPU 0 are a superset of all processors.
25 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)
28 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
31 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
36 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
39 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE)
42 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
43 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
48 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
51 #define cpu_has_counter (cpu_data[0].options & MIPS_CPU_COUNTER
    [all...]
  /external/smack/src/org/apache/harmony/javax/security/auth/callback/
ConfirmationCallback.java 28 public static final int YES = 0; // default options
36 public static final int YES_NO_OPTION = 0; // options type
58 private String[] options; field in class:ConfirmationCallback
92 public ConfirmationCallback(int messageType, String[] options, int defaultOption) {
98 if (options == null || options.length == 0) {
101 for (int i = 0; i < options.length; i++) {
102 if (options[i] == null || options[i].length() == 0) {
106 if (0 > defaultOption || defaultOption >= options.length)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 15 # options (all have default values):
34 # options for the directory chooser:
50 self.options["filetypes"] = tuple(self.options["filetypes"])
65 self.options["initialdir"] = path
66 self.options["initialfile"] = file
86 self.options["initialdir"] = path
89 if not widget.tk.wantobjects() and "multiple" in self.options:
115 self.options["initialdir"] = result
122 def askopenfilename(**options)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
tkFileDialog.py 15 # options (all have default values):
34 # options for the directory chooser:
50 self.options["filetypes"] = tuple(self.options["filetypes"])
65 self.options["initialdir"] = path
66 self.options["initialfile"] = file
86 self.options["initialdir"] = path
89 if not widget.tk.wantobjects() and "multiple" in self.options:
115 self.options["initialdir"] = result
122 def askopenfilename(**options)
    [all...]
  /external/chromium_org/build/android/buildbot/
bb_device_steps.py 86 def _GetRevision(options):
90 options: options object.
95 revision = options.build_properties.get('got_revision')
97 revision = options.build_properties.get('revision', 'testing')
132 def RunTestSuites(options, suites):
136 options: options object.
140 if options.target == 'Release':
142 if options.asan
    [all...]
  /external/chromium_org/chrome/tools/build/win/
syzygy_reorder.py 70 def main(options):
74 if not os.path.isdir(options.destination_dir):
76 options.destination_dir)
77 os.makedirs(options.destination_dir)
80 _ReorderBinary(options.relinker,
81 options.input_executable,
82 options.input_symbol,
83 options.destination_dir)
97 options, args = option_parser.parse_args()
99 if not options.input_executable
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_field.cc 56 const Options& options) {
65 (*variables)["deprecation"] = descriptor->options().deprecated()
86 const Options& options)
91 field_generators_[i].reset(MakeGenerator(descriptor->field(i), options));
96 const Options& options) {
100 return new RepeatedMessageFieldGenerator(field, options);
102 switch (field->options().ctype())
    [all...]

Completed in 714 milliseconds

1 2 3 4 56 7 8 91011>>