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

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unordered_set.h 241 * @param Hash Hashing function object type, defaults to hash<Value>.
242 * @param Pred Predicate function object type, defaults to equal_to<Value>.
243 * @param Alloc Allocator type, defaults to allocator<Key>.
306 * @param Hash Hashing function object type, defaults to hash<Value>.
307 * @param Pred Predicate function object type, defaults to equal_to<Value>.
308 * @param Alloc Allocator type, defaults to allocator<Key>.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 252 * @param Hash Hashing function object type, defaults to hash<Value>.
253 * @param Pred Predicate function object type, defaults to equal_to<Value>.
254 * @param Alloc Allocator type, defaults to allocator<Key>.
320 * @param Hash Hashing function object type, defaults to hash<Value>.
321 * @param Pred Predicate function object type, defaults to equal_to<Value>.
322 * @param Alloc Allocator type, defaults to allocator<Key>.
unordered_set.h 271 * @param Hash Hashing function object type, defaults to hash<Value>.
272 * @param Pred Predicate function object type, defaults to equal_to<Value>.
273 * @param Alloc Allocator type, defaults to allocator<Key>.
336 * @param Hash Hashing function object type, defaults to hash<Value>.
337 * @param Pred Predicate function object type, defaults to equal_to<Value>.
338 * @param Alloc Allocator type, defaults to allocator<Key>.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 51 ('use-defaults', None,
53 "[default; disable with --no-defaults]"),
54 ('no-defaults', None,
85 boolean_options = ['use-defaults', 'prune',
94 negative_opt = {'no-defaults': 'use-defaults',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
quoprimime.py 125 charset names the character set to use to encode the header. It defaults
133 with each line wrapped safely at, at most, maxlinelen characters (defaults
142 defaults to "\\n". Set this to "\\r\\n" if you are using the result of
188 Each line of encoded text will end with eol, which defaults to "\\n". Set
192 Each line will be wrapped at, at most, maxlinelen characters (defaults to
275 Lines are separated with eol, which defaults to \\n.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 51 ('use-defaults', None,
53 "[default; disable with --no-defaults]"),
54 ('no-defaults', None,
85 boolean_options = ['use-defaults', 'prune',
94 negative_opt = {'no-defaults': 'use-defaults',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
quoprimime.py 125 charset names the character set to use to encode the header. It defaults
133 with each line wrapped safely at, at most, maxlinelen characters (defaults
142 defaults to "\\n". Set this to "\\r\\n" if you are using the result of
188 Each line of encoded text will end with eol, which defaults to "\\n". Set
192 Each line will be wrapped at, at most, maxlinelen characters (defaults to
275 Lines are separated with eol, which defaults to \\n.
  /external/blktrace/doc/
blktrace.8 30 the mounted directory for the debugfs, which defaults to
36 blktrace defaults to collecting all events that can be traced. To
133 Specifies number of buffers to use. blktrace defaults to 4 sub buffers.
  /external/chromium_org/chrome/common/extensions/api/
context_menus.json 30 "description": "The type of menu item. Defaults to 'normal' if not specified."
55 "description": "List of contexts this menu item will appear in. Defaults to ['page'] if not specified. Specifying ['all'] is equivalent to the combination of all other contexts except for 'launcher'. The 'launcher' context is only supported by apps and is used to add menu items to the context menu that appears when clicking on the app icon in the launcher/taskbar/dock/etc. Different platforms might put limitations on what is actually supported in a launcher context menu."
97 "description": "Whether this context menu item is enabled or disabled. Defaults to true."
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
logutils.py 170 logging_level: The minimum logging level to log. Defaults to
173 should be used only in unit tests. Defaults to the
177 or else logging raises an error. Defaults to sys.stderr.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
filter_unittest.py 158 # We use parameter values that are different from the defaults.
170 # Test that the attributes are getting set correctly to the defaults.
186 # These parameter values are different from the defaults.
  /external/chromium_org/third_party/skia/tests/
RecordOptsTest.cpp 109 const SkPaint defaults; local
111 REPORTER_ASSERT(r, bounded->minY <= SK_Scalar1 - defaults.getTextSize());
112 REPORTER_ASSERT(r, bounded->maxY >= SK_Scalar1 + defaults.getTextSize());
  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.h 41 // all sends occur instantly. Defaults to 0.
46 // packet loss (on a per sender basis). Defaults to 64 KB.
66 // values are measured in milliseconds. Defaults to no delay.
  /external/llvm/utils/emacs/
tablegen-mode.el 43 (put 'tablegen-mode 'font-lock-defaults '(tablegen-font-lock-keywords))
103 (make-local-variable 'font-lock-defaults)
108 font-lock-defaults `(tablegen-font-lock-keywords)
  /external/skia/tests/
RecordOptsTest.cpp 109 const SkPaint defaults; local
111 REPORTER_ASSERT(r, bounded->minY <= SK_Scalar1 - defaults.getTextSize());
112 REPORTER_ASSERT(r, bounded->maxY >= SK_Scalar1 + defaults.getTextSize());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 46 class Defaults:
54 defaults = self._getDefaults()
55 defaults.update(kwargs)
56 self.__dict__.update(defaults)
59 defaults = {}
62 defaults.update(base._getDefaults())
66 defaults[name] = deepcopy(value)
67 return defaults
71 class BundleBuilder(Defaults):
78 # (Note that Defaults.__init__ (deep)copies these values t
    [all...]
  /development/ndk/sources/android/libportable/arch-mips/
eventfd.c 33 /* NOTE: LTP defaults to using O_NONBLOCK even if EFD_NONBLOCK is defined */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 241 private void setDefault(int defaults) {
243 // This method sets the defaults on the notification before posting it.
263 notification.defaults = defaults;
  /development/samples/training/threadsample/
AndroidManifest.xml 49 No intent filters are specified, so android:exported defaults to "false". The
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_unknown.properties 21 # Specify defaults when no method="..." is specified.
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultSignedAttributeTableGenerator.java 25 * Initialise to use all defaults
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
matcher.py 52 result_mode: What mode to change to after a successful match. Defaults to
  /external/chromium_org/base/
version.h 36 // is invalid (e.g. 1.*.3 or 1.2.3*). This functions defaults to standard
  /external/chromium_org/build/
protoc_java.gypi 24 # directory containing the .proto files. If left out, it defaults to '.'.
  /external/chromium_org/build/toolchain/win/
midl.gni 15 # Directory to write the generated files to. Defaults to target_gen_dir.

Completed in 1214 milliseconds

<<11121314151617181920>>