/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
threading.py | 417 negative. If not given, value defaults to 1. 426 negative. If not given, value defaults to 1. 504 given, value defaults to 1. 509 without making the counter negative. If not given, value defaults to 1. 662 method. Defaults to None, meaning nothing is called. 667 *args* is the argument tuple for the target invocation. Defaults to (). 670 invocation. Defaults to {}. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
threading.py | 417 negative. If not given, value defaults to 1. 426 negative. If not given, value defaults to 1. 504 given, value defaults to 1. 509 without making the counter negative. If not given, value defaults to 1. 662 method. Defaults to None, meaning nothing is called. 667 *args* is the argument tuple for the target invocation. Defaults to (). 670 invocation. Defaults to {}. [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/wallet/ |
Address.html | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 264 names, defaults, flags = self.com_arglist(args[1:]) 266 names = defaults = () 277 return Function(decorators, name, names, defaults, flags, doc, code, 283 names, defaults, flags = self.com_arglist(nodelist[2][1:]) 285 names = defaults = () 291 return Lambda(names, defaults, flags, code, lineno=nodelist[1][2]) 820 defaults = [] 851 defaults.append(self.com_node(nodelist[i + 1])) 853 elif len(defaults): 861 return names, defaults, flag [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
transformer.py | 264 names, defaults, flags = self.com_arglist(args[1:]) 266 names = defaults = () 277 return Function(decorators, name, names, defaults, flags, doc, code, 283 names, defaults, flags = self.com_arglist(nodelist[2][1:]) 285 names = defaults = () 291 return Lambda(names, defaults, flags, code, lineno=nodelist[1][2]) 820 defaults = [] 851 defaults.append(self.com_node(nodelist[i + 1])) 853 elif len(defaults): 861 return names, defaults, flag [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
triggerC.test | 867 foreach {testno tbl defaults} { 883 } $defaults 894 } [concat $defaults $defaults] 903 } $defaults
|
/external/chromium_org/tools/gn/ |
functions.cc | 28 "Imports are for defining defaults, variables, and rules. The\n" 60 // Copy the target defaults, if any, into the scope we're going to execute 67 function, "target defaults", err)) 270 " However, these defaults will not override command-line values.\n" 296 // scope with the proper values (taking into account the defaults given in
|
/frameworks/base/core/java/android/service/dreams/ |
DreamService.java | 463 * Returns whether or not this dream is interactive. Defaults to false. 488 * Returns whether or not this dream is in low profile mode. Defaults to true. 513 * Returns whether or not this dream is in fullscreen mode. Defaults to false. 536 * Defaults to false, allowing the screen to dim if necessary. 646 * it is running without actually turning off the screen. Defaults to false, [all...] |
/external/clang/docs/ |
UsersManual.rst | 76 picking a language to use, defaults to C99 by default. Autosenses based 161 This option, which defaults to on, controls whether or not Clang 183 This option, which defaults to on, controls whether or not Clang 201 This option, which defaults to on, controls whether or not Clang 214 This option, which defaults to on when a color-capable terminal is 243 defaults to off. 273 This option, which defaults to on, controls whether or not Clang 297 This option, which defaults to "none", controls whether or not Clang 321 This option, which defaults to on, controls whether or not Clang 443 This option, which defaults to on, enables warnings about extr [all...] |
/external/dnsmasq/src/ |
option.c | 232 { 'c', ARG_ONE, "cachesize", gettext_noop("Specify the size of the cache in entries (defaults to %s)."), "$" }, 233 { 'C', ARG_DUP, "path", gettext_noop("Specify configuration file (defaults to %s)."), CONFFILE }, 240 { 'g', ARG_ONE, "groupname", gettext_noop("Change to this group after startup (defaults to %s)."), CHGRP }, 256 { 'l', ARG_ONE, "path", gettext_noop("Specify where to store DHCP leases (defaults to %s)."), LEASEFILE }, 265 { 'p', ARG_ONE, "number", gettext_noop("Specify port to listen for DNS requests on (defaults to 53)."), NULL }, 266 { 'P', ARG_ONE, "<size>", gettext_noop("Maximum supported UDP packet size for EDNS.0 (defaults to %s)."), "*" }, 270 { 'r', ARG_DUP, "path", gettext_noop("Specify path to resolv.conf (defaults to %s)."), RESOLVFILE }, 277 { 'u', ARG_ONE, "username", gettext_noop("Change to this user after startup. (defaults to %s)."), CHUSER }, 283 { 'x', ARG_ONE, "path", gettext_noop("Specify path of PID file (defaults to %s)."), RUNFILE }, 284 { 'X', ARG_ONE, "number", gettext_noop("Specify maximum number of DHCP leases (defaults to %s)."), "&" } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
unordered_map.h | 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 81 * @tparam _Pred Predicate function object type, defaults 83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 761 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 762 * @tparam _Pred Predicate function object type, defaults 764 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. [all...] |
unordered_set.h | 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 78 * @tparam _Pred Predicate function object type, defaults to 81 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 683 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 684 * @tparam _Pred Predicate function object type, defaults 686 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
unordered_map.h | 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 81 * @tparam _Pred Predicate function object type, defaults 83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 761 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 762 * @tparam _Pred Predicate function object type, defaults 764 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. [all...] |
unordered_set.h | 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 78 * @tparam _Pred Predicate function object type, defaults to 81 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 683 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 684 * @tparam _Pred Predicate function object type, defaults 686 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
unordered_map.h | 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 81 * @tparam _Pred Predicate function object type, defaults 83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 761 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 762 * @tparam _Pred Predicate function object type, defaults 764 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. [all...] |
unordered_set.h | 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 78 * @tparam _Pred Predicate function object type, defaults to 81 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 683 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 684 * @tparam _Pred Predicate function object type, defaults 686 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
unordered_map.h | 80 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 81 * @tparam _Pred Predicate function object type, defaults 83 * @tparam _Alloc Allocator type, defaults to 792 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 793 * @tparam _Pred Predicate function object type, defaults 795 * @tparam _Alloc Allocator type, defaults to [all...] |
unordered_set.h | 76 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 78 * @tparam _Pred Predicate function object type, defaults to 81 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. 713 * @tparam _Hash Hashing function object type, defaults to hash<_Value>. 714 * @tparam _Pred Predicate function object type, defaults 716 * @tparam _Alloc Allocator type, defaults to allocator<_Key>. [all...] |
/frameworks/support/v4/java/android/support/v4/app/ |
NotificationCompat.java | [all...] |
/external/bison/m4/ |
threadlib.m4 | 53 [m4_divert_text([DEFAULTS], [gl_use_threads_default=no])], 54 [m4_divert_text([DEFAULTS], [gl_use_threads_default=])])
|
/external/chromium_org/build/android/pylib/base/ |
test_dispatcher.py | 301 timeout: Watchdog timeout in seconds, defaults to the default timeout. 324 timeout: Watchdog timeout in seconds, defaults to the default timeout.
|
/external/chromium_org/build/android/pylib/utils/ |
emulator.py | 234 abi: target platform for emulator being created, defaults to x86 293 # Remove config files with defaults to replace with Google's GN settings.
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
declarative_rule.h | 167 // this rule. Defaults to MIN_INT. 240 // this rule. Defaults to MIN_INT. Only valid if the conditions of this rule
|
/external/chromium_org/chrome/browser/extensions/ |
crx_installer.h | 290 // successful. Defaults to INTERNAL. 327 // Whether we're supposed to delete the source file on destruction. Defaults
|
/external/chromium_org/chrome/browser/search_engines/ |
default_search_policy_handler_unittest.cc | 120 // search URL, that all the elements have been given proper defaults. 397 // search URL, that all the elements have been given proper defaults.
|