HomeSort by relevance Sort by last modified time
    Searched full:default_options (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/dbus/
mock_object_proxy.cc 12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
object_proxy.h 51 DEFAULT_OPTIONS = 0,
bus.cc 226 ObjectProxy::DEFAULT_OPTIONS);
253 ObjectProxy::DEFAULT_OPTIONS,
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/unittest/
run_tests.py 91 default_options = browser_options.BrowserOptions()
92 default_options.browser_type = 'any'
94 parser = default_options.CreateParser('run_tests [options] [test names]')
106 if default_options.verbosity == 0:
111 browser_to_create = browser_finder.FindBrowser(default_options)
118 default_options.browser_type)
122 options_for_unittests.Set(default_options,
129 default_options.run_test_repeat_count): # pylint: disable=E1101
132 runner, default_options.run_disabled_tests)
138 if default_options.verbosity == 0
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JSilverFactory.java 34 private static final JSilverOptions DEFAULT_OPTIONS = new JSilverOptions();
47 this(DEFAULT_OPTIONS);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
text_file.py 70 default_options = { 'strip_comments': 1, variable in class:TextFile
89 # or fallback to default_options
90 for opt in self.default_options.keys():
95 setattr (self, opt, self.default_options[opt])
99 if opt not in self.default_options:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
text_file.py 70 default_options = { 'strip_comments': 1, variable in class:TextFile
89 # or fallback to default_options
90 for opt in self.default_options.keys():
95 setattr (self, opt, self.default_options[opt])
99 if opt not in self.default_options:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
optparser.py 243 default_options: A DefaultCommandOptionValues instance that provides
254 default_options,
262 default_options: See the corresponding attribute in the class
287 self.default_options = default_options
292 default_min_confidence=self.default_options.min_confidence,
293 default_output_format=self.default_options.output_format)
optparser_unittest.py 87 default_options = self._create_defaults()
95 default_options=default_options,
checker_unittest.py 180 default_options = self.defaults()
186 default_options=default_options)
    [all...]
checker.py 391 default_options = _check_webkit_style_defaults()
394 default_options=default_options)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 153 struct default_options struct
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 153 struct default_options struct
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.h 153 struct default_options struct
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.h 153 struct default_options struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
libesd.a 297 ??$??????????t?$?????=?vD?$??????????t?$?????=?v???[^]É\$?$???????\$?$??????d-terminate -nobeeps -as 2=auto_spawntrueyes1falseno0spawn_optionsdefault_optionsspawn_wait_msUnknown option %s.
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libesd.so 
libesd.so.0 
libesd.so.0.2 
libesd.so.0.2.38 
  /external/chromium_org/content/browser/
browser_main_loop.cc 564 base::Thread::Options default_options; local
579 base::Thread::Options* options = &default_options;
    [all...]

Completed in 448 milliseconds

1 2