/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
unordered_set | 173 * @param Hash Hashing function object type, defaults to hash<Value>. 174 * @param Pred Predicate function object type, defaults to equal_to<Value>. 175 * @param Alloc Allocator type, defaults to allocator<Key>. 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>.
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
unordered_map | 178 * @param Hash Hashing function object type, defaults to hash<Value>. 179 * @param Pred Predicate function object type, defaults to equal_to<Value>. 180 * @param Alloc Allocator type, defaults to allocator<Key>. 260 * @param Hash Hashing function object type, defaults to hash<Value>. 261 * @param Pred Predicate function object type, defaults to equal_to<Value>. 262 * @param Alloc Allocator type, defaults to allocator<Key>.
|
unordered_set | 173 * @param Hash Hashing function object type, defaults to hash<Value>. 174 * @param Pred Predicate function object type, defaults to equal_to<Value>. 175 * @param Alloc Allocator type, defaults to allocator<Key>. 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>.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/ |
unordered_map | 178 * @param Hash Hashing function object type, defaults to hash<Value>. 179 * @param Pred Predicate function object type, defaults to equal_to<Value>. 180 * @param Alloc Allocator type, defaults to allocator<Key>. 260 * @param Hash Hashing function object type, defaults to hash<Value>. 261 * @param Pred Predicate function object type, defaults to equal_to<Value>. 262 * @param Alloc Allocator type, defaults to allocator<Key>.
|
unordered_set | 173 * @param Hash Hashing function object type, defaults to hash<Value>. 174 * @param Pred Predicate function object type, defaults to equal_to<Value>. 175 * @param Alloc Allocator type, defaults to allocator<Key>. 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>.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
unordered_map.h | 170 * @param Hash Hashing function object type, defaults to hash<Value>. 171 * @param Pred Predicate function object type, defaults to equal_to<Value>. 172 * @param Alloc Allocator type, defaults to allocator<Key>. 222 * @param Hash Hashing function object type, defaults to hash<Value>. 223 * @param Pred Predicate function object type, defaults to equal_to<Value>. 224 * @param Alloc Allocator type, defaults to allocator<Key>.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
unordered_map.h | 170 * @param Hash Hashing function object type, defaults to hash<Value>. 171 * @param Pred Predicate function object type, defaults to equal_to<Value>. 172 * @param Alloc Allocator type, defaults to allocator<Key>. 222 * @param Hash Hashing function object type, defaults to hash<Value>. 223 * @param Pred Predicate function object type, defaults to equal_to<Value>. 224 * @param Alloc Allocator type, defaults to allocator<Key>.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
unordered_map.h | 170 * @param Hash Hashing function object type, defaults to hash<Value>. 171 * @param Pred Predicate function object type, defaults to equal_to<Value>. 172 * @param Alloc Allocator type, defaults to allocator<Key>. 222 * @param Hash Hashing function object type, defaults to hash<Value>. 223 * @param Pred Predicate function object type, defaults to equal_to<Value>. 224 * @param Alloc Allocator type, defaults to allocator<Key>.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
unordered_map.h | 170 * @param Hash Hashing function object type, defaults to hash<Value>. 171 * @param Pred Predicate function object type, defaults to equal_to<Value>. 172 * @param Alloc Allocator type, defaults to allocator<Key>. 222 * @param Hash Hashing function object type, defaults to hash<Value>. 223 * @param Pred Predicate function object type, defaults to equal_to<Value>. 224 * @param Alloc Allocator type, defaults to allocator<Key>.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
unordered_map.h | 170 * @param Hash Hashing function object type, defaults to hash<Value>. 171 * @param Pred Predicate function object type, defaults to equal_to<Value>. 172 * @param Alloc Allocator type, defaults to allocator<Key>. 222 * @param Hash Hashing function object type, defaults to hash<Value>. 223 * @param Pred Predicate function object type, defaults to equal_to<Value>. 224 * @param Alloc Allocator type, defaults to allocator<Key>.
|
/external/chromium_org/chrome/test/pyautolib/ |
pyauto.py | 131 which case the defaults will be used.) 133 clear_profile: If True, clean the profile dir before use. Defaults to True 134 homepage: the home page. Defaults to "about:blank" 136 # Fetch provided keyword args, or fill in defaults. 534 Defaults to True, that is restarts browser with a clean 799 Defaults to 0.25 secs. [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ConfigParser.py | 17 Intrinsic defaults can be specified by passing them into the 27 __init__(defaults=None) 28 create the parser and specify a dictionary of intrinsic defaults. The 52 The filename defaults to fp.name; it is only used in error 57 expanded in the return values, based on the defaults passed into the 60 contents override any pre-existing defaults. 232 def __init__(self, defaults=None, dict_type=_default_dict, 241 if defaults: 242 for key, value in defaults.items(): 245 def defaults(self) member in class:RawConfigParser [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ConfigParser.py | 17 Intrinsic defaults can be specified by passing them into the 27 __init__(defaults=None) 28 create the parser and specify a dictionary of intrinsic defaults. The 52 The filename defaults to fp.name; it is only used in error 57 expanded in the return values, based on the defaults passed into the 60 contents override any pre-existing defaults. 232 def __init__(self, defaults=None, dict_type=_default_dict, 241 if defaults: 242 for key, value in defaults.items(): 245 def defaults(self) member in class:RawConfigParser [all...] |
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
OutputPropertyUtils.java | 40 * and its defaults, recursively, are then checked. The method returns 63 * and its defaults, recursively, are then checked. The method returns
|
/external/chromium_org/chrome/installer/linux/common/ |
postinst.include | 20 # Updates defaults.list file if present. 24 local DEFAULTS_FILE="/usr/share/applications/defaults.list"
|
/external/chromium_org/chrome/tools/build/win/ |
syzygy_reorder.py | 93 help='Relinker exectuable to use, defaults to "%s"' % _DEFAULT_RELINKER) 95 help='Destination directory for reordered files, defaults to '
|
/external/chromium_org/content/browser/webui/ |
web_ui_impl.h | 89 base::string16 overridden_title_; // Defaults to empty string. 90 PageTransition link_transition_type_; // Defaults to LINK.
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
in_generator.py | 40 defaults = None variable in class:Writer 48 self.in_file = InFile.load_from_files(in_files, self.defaults, self.valid_values, self.default_parameters)
|
make_runtime_features.py | 42 # FIXME: valid_values and defaults should probably roll into one object. 46 defaults = { variable in class:RuntimeFeatureWriter
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts1j.test | 39 # the defaults. 53 # defaults, but obviously is badly broken if you hope to use things
|
fts2j.test | 39 # the defaults. 53 # defaults, but obviously is badly broken if you hope to use things
|
fts3aj.test | 39 # the defaults. 53 # defaults, but obviously is badly broken if you hope to use things
|
/external/chromium_org/tools/gn/ |
args.h | 43 // the args list will be used (which are assumed to be the defaults), but 44 // they will not override the system defaults or the current overrides.
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
results_options.py | 28 help='Output format. Defaults to "%%default". ' 32 help='Redirects output to a file. Defaults to stdout.')
|
/external/clang/test/Sema/ |
function.c | 21 int t6(int x, g); // expected-warning {{type specifier missing, defaults to 'int'}} 45 // expected-warning{{type specifier missing, defaults to 'int'}}
|