HomeSort by relevance Sort by last modified time
    Searched defs:default (Results 26 - 41 of 41) sorted by null

12

  /external/chromium_org/tools/cr/cr/
plugin.py 27 # Lowest priority, always there default values.
28 _PluginConfig('DEFAULT').AddChild(_selectors),
126 # Default the name to the lowercased class name.
163 # By default all non type classes are enabled.
282 def default(cls): member in class:Plugin
293 plugin = cls.default
305 """Detects and connects the default Config objects from a module."""
  /external/skia/tools/
svndiff.py 229 # Validate parameters, filling in default values if necessary and possible.
321 action='store', type='string', default=None,
326 action='store', type='string', default=None,
332 default=os.path.join('expectations', 'gm'), variable
334 'files; defaults to "%default"')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cmd.py 26 The `default' method may be overridden to intercept commands for which there
210 return self.default(line)
215 return self.default(line)
220 return self.default(line)
233 def default(self, line): member in class:Cmd
246 By default, it returns an empty list.
cookielib.py 37 import httplib # only for the default HTTP port namespace
769 def get_nonstandard_attr(self, name, default=None):
770 return self._rest.get(name, default)
    [all...]
pdb.py 23 # The default of 30 truncates error messages too easily.
57 line_prefix = '\n-> ' # Probably a better default
214 """Custom displayhook for the exec in default(), which prevents
221 def default(self, line): member in class:Pdb
303 func = self.default
428 """Produce a reasonable default."""
478 # this method should be callable before starting debugging, so default
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cmd.py 26 The `default' method may be overridden to intercept commands for which there
210 return self.default(line)
215 return self.default(line)
220 return self.default(line)
233 def default(self, line): member in class:Cmd
246 By default, it returns an empty list.
cookielib.py 37 import httplib # only for the default HTTP port namespace
769 def get_nonstandard_attr(self, name, default=None):
770 return self._rest.get(name, default)
    [all...]
pdb.py 23 # The default of 30 truncates error messages too easily.
57 line_prefix = '\n-> ' # Probably a better default
214 """Custom displayhook for the exec in default(), which prevents
221 def default(self, line): member in class:Pdb
303 func = self.default
428 """Produce a reasonable default."""
478 # this method should be callable before starting debugging, so default
    [all...]
  /external/chromium_org/ppapi/generators/
idl_thunk.py 23 default=os.path.join('..', 'thunk')) variable
175 """Returns the default failure value for a given type.
177 Returns None if no default failure value exists for the type.
327 raise TGenError('There is no default value for rtype %s. '
566 # Default invocation will verify the golden files are unchanged.
  /external/chromium_org/third_party/jstemplate/
jstemplate_compiled.js 1 (function(){var i=null;function k(){return Function.prototype.call.apply(Array.prototype.slice,arguments)}function l(a,b){var c=k(arguments,2);return function(){return b.apply(a,c)}}function m(a,b){var c=new n(b);for(c.f=[a];c.f.length;){var e=c,d=c.f.shift();e.g(d);for(d=d.firstChild;d;d=d.nextSibling)d.nodeType==1&&e.f.push(d)}}function n(a){this.g=a}function o(a){a.style.display=""}function p(a){a.style.display="none"};var q=":",r=/\s*;\s*/;function s(){this.i.apply(this,arguments)}s.prototype.i=function(a,b){if(!this.a)this.a={};if(b){var c=this.a,e=b.a,d;for(d in e)c[d]=e[d]}else for(c in d=this.a,e=t,e)d[c]=e[c];this.a.$this=a;this.a.$context=this;this.d=typeof a!="undefined"&&a!=i?a:"";if(!b)this.a.$top=this.d};var t={$default:i},u=[];function v(a){for(var b in a.a)delete a.a[b];a.d=i;u.push(a)}function w(a,b,c){try{return b.call(c,a.a,a.d)}catch(e){return t.$default}}
  /external/linux-tools-perf/config/
utilities.mak 14 # newlines; the default is a bizarre string.
47 # the default escape is a bizarre string.
63 # the default escape is a bizarre string.
171 # get-supplied-or-default-executable
173 # Usage: absolute-executable-path-or-empty = $(call get-executable-or-default,variable,default)
175 define get-executable-or-default
  /build/core/
Makefile 58 # default.prop
59 INSTALLED_DEFAULT_PROP_TARGET := $(TARGET_ROOT_OUT)/default.prop
95 # non-default dev keys (usually private keys from a vendor directory).
134 # Whether there is default locale set in PRODUCT_PROPERTY_OVERRIDES
145 define default-locale
152 define default-locale-language
153 $(if $(product_property_override_locale_language),,$(word 1, $(call default-locale, $(1))))
155 define default-locale-region
156 $(if $(product_property_overrides_locale_region),,$(word 2, $(call default-locale, $(1))))
174 PRODUCT_DEFAULT_LANGUAGE="$(call default-locale-language,$(PRODUCT_LOCALES))"
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
RemoteObject.js 559 default:
712 default:
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 34 #define default macro
119 default
  /external/chromium_org/v8/tools/
grokdump.py 1993 default="\/usr\/bin\/objdump", variable
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 283 default: return object;
908 default: result = key + '=' + encodeURIComponent(value);
1155 default: proto[key] = value;
    [all...]

Completed in 692 milliseconds

12