HomeSort by relevance Sort by last modified time
    Searched full:defaults (Results 151 - 175 of 4736) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
routes.py 233 def __init__(self, template, handler=None, name=None, defaults=None,
248 defaults={'_uri': '/bar'})
275 template, handler=handler, name=name, defaults=defaults,
288 self.defaults['_uri'] = redirect_to
316 defaults = self.defaults.copy()
317 defaults.update({
322 defaults=defaults)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 43 * its "defaults"; this second property list is searched if the property key
62 * Creates an empty OutputProperties with the specified defaults.
64 * @param defaults the defaults.
66 public OutputProperties(Properties defaults)
68 m_properties = new Properties(defaults);
72 * Creates an empty OutputProperties with the defaults specified by
147 * and its defaults, recursively, are then checked. The method returns
161 * and its defaults, recursively, are then checked. The method returns
202 * and its defaults, recursively, are then checked. The method return
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 157 defaults = fob.func_defaults or []
158 defaults = list(map(lambda name: "=%s" % repr(name), defaults))
159 defaults = [""] * (len(real_args) - len(defaults)) + defaults
160 items = map(lambda arg, dflt: arg + dflt, real_args, defaults)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 157 defaults = fob.func_defaults or []
158 defaults = list(map(lambda name: "=%s" % repr(name), defaults))
159 defaults = [""] * (len(real_args) - len(defaults)) + defaults
160 items = map(lambda arg, dflt: arg + dflt, real_args, defaults)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 157 defaults = fob.func_defaults or []
158 defaults = list(map(lambda name: "=%s" % repr(name), defaults))
159 defaults = [""] * (len(real_args) - len(defaults)) + defaults
160 items = map(lambda arg, dflt: arg + dflt, real_args, defaults)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 157 defaults = fob.func_defaults or []
158 defaults = list(map(lambda name: "=%s" % repr(name), defaults))
159 defaults = [""] * (len(real_args) - len(defaults)) + defaults
160 items = map(lambda arg, dflt: arg + dflt, real_args, defaults)
  /tools/test/connectivity/acts/tests/google/ble/api/
BleScanApiTest.py 77 was set or not set such that it matches the defaults.
284 to their respective defaults.
311 to their respective defaults.
339 to their respective defaults.
393 their respective defaults.
421 their respective defaults.
448 their respective defaults.
498 settings set to their respective defaults.
526 settings set to their respective defaults.
554 settings set to their respective defaults
    [all...]
  /external/avahi/man/
avahi-daemon.conf.5.xml.in 38 to register on the LAN. If omited defaults to the system host
51 omitted defaults to ".local".</p>
100 implementations of mDNS it defaults to "no". On the other hand
114 this option defaults to "no".</p>
122 which case it defaults to "yes". "warn" behaves like "yes",
138 people this option defaults to "no".</p>
144 interfaces with the POINTOPOINT flag set. This option defaults
207 "kitchen.local". This option defaults to "yes".</p>
218 measure. This option defaults to "no"</p></option>
224 measure. This option defaults to "no"</p></option
    [all...]
  /external/curl/winbuild/
BUILD.WINDOWS.txt 63 Defaults to sibbling directory deps: ../deps
70 ENABLE_SSPI=<yes or no> - Enable SSPI support, defaults to yes
71 ENABLE_IPV6=<yes or no> - Enable IPv6, defaults to yes
72 ENABLE_IDN=<yes or no> - Enable use of Windows IDN APIs, defaults to yes
75 ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
Makefile.vc 20 !MESSAGE Defaults to sibbling directory deps: ../deps
27 !MESSAGE ENABLE_IDN=<yes or no> - Enable use of Windows IDN APIs, defaults to yes
30 !MESSAGE ENABLE_IPV6=<yes or no> - Enable IPv6, defaults to yes
31 !MESSAGE ENABLE_SSPI=<yes or no> - Enable SSPI support, defaults to yes
32 !MESSAGE ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
  /external/selinux/policycoreutils/audit2allow/
sepolgen-ifgen 24 # to the default location (obtained from sepolgen.defaults), but
37 import sepolgen.defaults as defaults
49 parser.add_option("-o", "--output", dest="output", default=defaults.interface_info(),
51 parser.add_option("-i", "--interfaces", dest="headers", default=defaults.headers(),
  /external/skia/include/gpu/gl/
GrGLConfig.h 33 * GR_GL_LOG_CALLS: if 1 Gr can print every GL call using SkDebugf. Defaults to
39 * GR_GL_LOG_CALLS is 1. Defaults to 0.
42 * Defaults to 1 if SK_DEBUG is set, otherwise 0. When GR_GL_CHECK_ERROR is 1
47 * when GR_GL_CHECK_ERROR is 1. Defaults to 1.
57 * to zero (for security reasons). Defaults to 1 (enabled).
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
base64mime.py 74 charset names the character set to use to encode the header. It defaults
82 defaults to "\\n". Set this to "\\r\\n" if you are using the result of
90 with each line wrapped at, at most, maxlinelen characters (defaults to 76
128 Each line will be wrapped at, at most, maxlinelen characters (defaults to
135 Each line of encoded text will end with eol, which defaults to "\\n". Set
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
base64mime.py 74 charset names the character set to use to encode the header. It defaults
82 defaults to "\\n". Set this to "\\r\\n" if you are using the result of
90 with each line wrapped at, at most, maxlinelen characters (defaults to 76
128 Each line will be wrapped at, at most, maxlinelen characters (defaults to
135 Each line of encoded text will end with eol, which defaults to "\\n". Set
  /prebuilts/ndk/
gen-blueprints.py 48 defaults = []
66 defaults.append('\n'.join(default))
67 return defaults
92 ' defaults: ["ndk_{version}_defaults"],\n'
103 ' defaults: ["ndk_{version}_defaults"],\n'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 74 charset names the character set to use to encode the header. It defaults
82 defaults to "\\n". Set this to "\\r\\n" if you are using the result of
90 with each line wrapped at, at most, maxlinelen characters (defaults to 76
128 Each line will be wrapped at, at most, maxlinelen characters (defaults to
135 Each line of encoded text will end with eol, which defaults to "\\n". Set
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 74 charset names the character set to use to encode the header. It defaults
82 defaults to "\\n". Set this to "\\r\\n" if you are using the result of
90 with each line wrapped at, at most, maxlinelen characters (defaults to 76
128 Each line will be wrapped at, at most, maxlinelen characters (defaults to
135 Each line of encoded text will end with eol, which defaults to "\\n". Set
  /external/chromium-trace/catapult/third_party/Paste/paste/
wsgiwrappers.py 35 'paste.wsgiwrappers.WSGIRequest.defaults instead',
37 WSGIResponse.defaults._push_object(obj)
40 # settings is deprecated: use WSGIResponse.defaults instead
85 The class variable ``defaults`` specifies default values for
109 defaults = StackedObjectProxy(default=dict(charset=None, errors='replace', variable in class:WSGIRequest
117 defaults = self.defaults._current_obj()
118 self.charset = defaults.get('charset')
125 self.errors = defaults.get('errors', 'strict')
126 self.decode_param_names = defaults.get('decode_param_names', False
303 defaults = StackedObjectProxy( variable in class:WSGIResponse
    [all...]
  /bionic/libc/include/sys/
ttydefaults.h 40 * System wide defaults for terminal state.
46 * Defaults on "first" open.
55 * Control Character Defaults
  /development/ndk/platforms/android-21/include/sys/
ttydefaults.h 40 * System wide defaults for terminal state.
46 * Defaults on "first" open.
55 * Control Character Defaults
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
LaunchingPreferences.java 47 * These preferences have defaults, so before using them go apply those
48 * defaults. This will only execute once -- when the defaults are applied
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DumpTask.java 53 * IP Address or hostname to connect to. Defaults to <code>localhost</code>
97 * Defaults to <code>true</code>
108 * been dumped. Defaults to <code>false</code>
  /external/llvm/docs/
Packaging.rst 32 defaults to enabled regardless of the optimization setting, but it slows
37 ``make``'s environment. This defaults to disabled when optimizing, so you
43 ``make``'s environment. This defaults to enabled when not in a
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
AbstractStubCommandHandler.java 35 // Defaults to zero; must be set to non-zero
38 // Defaults to null; if set to non-null, this value will override the default reply text associated with
42 // The message key for the reply text. Defaults to null. If null, use the default message associated
  /external/opencv3/modules/imgcodecs/src/
rgbe.hpp 55 * after "#?". defaults to "RGBE" */
57 * given gamma. defaults to 1.0 (no correction) */
60 * defaults to 1.0 */

Completed in 485 milliseconds

1 2 3 4 5 67 8 91011>>