HomeSort by relevance Sort by last modified time
    Searched full:defaults (Results 601 - 625 of 4080) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
bitset 22 // _WordT, which defaults to unsigned long. *YOU SHOULD NOT USE
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
bitset 22 // _WordT, which defaults to unsigned long. *YOU SHOULD NOT USE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 78 args, varargs, varkw, defaults = inspect.getargspec(object.im_func)
85 defaults,
89 args, varargs, varkw, defaults = inspect.getargspec(object)
91 args, varargs, varkw, defaults, formatvalue=self.formatvalue)
optparse.py 283 default_value = self.parser.defaults.get(option.dest)
837 def __init__(self, defaults=None):
838 if defaults:
839 for (attr, val) in defaults.items():
923 defaults : { string : any }
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
iterators.py 52 Use `maintype' as the main MIME type to match against; this defaults to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
DocXMLRPCServer.py 78 args, varargs, varkw, defaults = inspect.getargspec(object.im_func)
85 defaults,
89 args, varargs, varkw, defaults = inspect.getargspec(object)
91 args, varargs, varkw, defaults, formatvalue=self.formatvalue)
optparse.py 283 default_value = self.parser.defaults.get(option.dest)
837 def __init__(self, defaults=None):
838 if defaults:
839 for (attr, val) in defaults.items():
923 defaults : { string : any }
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
iterators.py 52 Use `maintype' as the main MIME type to match against; this defaults to
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_random.so 
  /art/test/092-locale/src/
Main.java 75 fmt.setTimeZone(tz); // defaults to local TZ; force GMT
91 fmt.setTimeZone(tz); // defaults to local TZ; force GMT
  /build/
buildspec.mk.default 48 # Set this to debug or release if you care. Otherwise, it defaults to release.
54 # it defaults to release.
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js 31 this.options = $.extend({}, $.fn.collapse.defaults, options)
136 $.fn.collapse.defaults = {
  /docs/source.android.com/src/devices/tech/storage/
config-example.jd 36 <pre><code>[physical device node] auto vfat defaults voldmanaged=sdcard0:auto,noemulatedsd
107 <pre><code>[physical device node] auto vfat defaults voldmanaged=sdcard1:auto
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
SerializerSwitcher.java 76 // defaults for the HTML method. The easiest way to do this is to
169 // defaults for the HTML method. The easiest way to do this is to
  /external/apache-xml/src/main/java/org/apache/xpath/
Arg.java 177 * defaults to true.
209 * isVisible defaults to true.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokenizer.py 37 non-matched text when in the given mode. Defaults to Type.NORMAL.
48 non-matched text when in the given mode. Defaults to Type.NORMAL.
  /external/chromium_org/chrome/browser/ui/webui/
favicon_source.h 41 // If the parameter is unspecified, the requested favicon's size defaults
42 // to 16 and the requested scale factor defaults to 1x.
  /external/chromium_org/content/browser/webui/
web_ui_impl.h 101 base::string16 overridden_title_; // Defaults to empty string.
102 PageTransition link_transition_type_; // Defaults to LINK.
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher.cc 146 // For most policies these match the defaults.
197 const base::DictionaryValue& PolicyWatcher::Defaults() const {
  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.h 45 // Creates a new instance and sets defaults.
69 // with unchanged defaults from creation time.
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
audit_runtime_enabled_features.py 30 defaults = {
39 return InFile(features_lines, defaults, valid_values)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ShortcutRegistry.js 34 var defaults = this._defaultActionsForKey(key);
35 defaults.values().forEach(function(actionId) {
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
cmdline.py 66 help="Write the XML report to this file. Defaults to 'coverage.xml'"
81 help="Specify configuration file. Defaults to '.coveragerc'"
102 Defaults are initialized for all options.
199 def __init__(self, action, options=None, defaults=None, usage=None,
206 `defaults` is a dict of default value for options.
219 self.set_defaults(actions=[action], **(defaults or {}))
309 defaults = {'erase_first': True},
323 defaults = {'outfile': 'coverage.xml'},
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
tokenizer.py 37 non-matched text when in the given mode. Defaults to Type.NORMAL.
48 non-matched text when in the given mode. Defaults to Type.NORMAL.
  /external/chromium_org/third_party/icu/source/tools/genccode/
genccode.c 129 "\t ELF format defaults to i386. Windows defaults to the native platform.\n");

Completed in 2586 milliseconds

<<21222324252627282930>>