/external/llvm/include/llvm/MC/ |
MCObjectFileInfo.h | 39 /// non-.globl label. This defaults to true. 134 const MCSection *TLSDataSection; // Defaults to ".tdata". 139 const MCSection *TLSBSSSection; // Defaults to ".tbss". 162 const MCSection *TLSTLVSection; // Defaults to ".tlv". 166 const MCSection *TLSThreadInitSection; // Defaults to ".thread_init_func".
|
/frameworks/base/core/java/android/content/ |
AbstractThreadedSyncAdapter.java | 66 * <li><code>android:userVisible</code> defaults to true and controls whether or not this sync 68 * <li><code>android:supportsUploading</code> defaults 73 * <li><code>android:allowParallelSyncs</code> defaults to false and if true indicates that 77 * <li><code>android:isAlwaysSyncable</code> defaults to false and if true tells the SyncManager 79 * <li><code>android:syncAdapterSettingsAction</code> defaults to null and if supplied it
|
/external/chromium_org/chrome/installer/mac/ |
dmgdiffer.sh | 161 if ! old_app_version="$(defaults read "${old_app_plist}" \ 173 if ! old_app_bundleid="$(defaults read "${old_app_plist}" \ 181 if ! old_ks_version="$(defaults read "${old_ks_plist}" \ 190 if ! new_app_version="$(defaults read "${new_app_plist}" \ 203 if ! new_ks_version="$(defaults read "${new_ks_plist}" \ 210 if ! new_ks_product="$(defaults read "${new_app_plist}" \ 223 new_ks_channel="$(defaults read "${new_app_plist}" \
|
/external/eigen/cmake/ |
EigenTesting.cmake | 219 message(STATUS "SSE2: Using architecture defaults") 225 message(STATUS "SSE3: Using architecture defaults") 231 message(STATUS "SSSE3: Using architecture defaults") 237 message(STATUS "SSE4.1: Using architecture defaults") 243 message(STATUS "SSE4.2: Using architecture defaults") 249 message(STATUS "Altivec: Using architecture defaults") 255 message(STATUS "ARM NEON: Using architecture defaults")
|
/external/chromium_org/chromeos/docs/ |
onc_spec.html | 279 (optional, defaults to <span class="value">false</span>) 491 (optional, defaults to <span class="value">false</span>) 512 (optional, defaults to <span class="value">false</span>) 579 (optional, defaults to <span class="value">false</span>) 744 is <span class="value">PSK</span>, otherwise ignored, defaults 792 (optional, defaults to <span class="value">false</span>) 828 (optional, defaults to <span class="value">false</span>) 908 (optional, defaults to <span class="value">SHA1</span>) 916 (optional, defaults to <span class="value">none</span>) 935 (optional, defaults to <span class="value">false</span> [all...] |
/libcore/luni/src/main/java/java/util/ |
Properties.java | 84 protected Properties defaults; field in class:Properties 103 defaults = properties; 158 if (property == null && defaults != null) { 159 property = defaults.getProperty(name); 179 if (property == null && defaults != null) { 180 property = defaults.getProperty(name); 216 Properties def = defaults; 219 def = def.defaults; 462 if (defaults != null) { 463 defaults.selectProperties(selectProperties, isStringOnly) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
inspect.py | 801 ArgSpec = namedtuple('ArgSpec', 'args varargs keywords defaults') 806 A tuple of four things is returned: (args, varargs, varkw, defaults). 809 'defaults' is an n-tuple of the default values of the last n arguments. [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
inspect.py | 801 ArgSpec = namedtuple('ArgSpec', 'args varargs keywords defaults') 806 A tuple of four things is returned: (args, varargs, varkw, defaults). 809 'defaults' is an n-tuple of the default values of the last n arguments. [all...] |
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
NotificationBuilderTest.java | 424 // defaults 425 int defaults = 0; local 427 defaults |= Notification.DEFAULT_SOUND; 430 defaults |= Notification.DEFAULT_VIBRATE; 433 defaults |= Notification.DEFAULT_LIGHTS; 435 b.setDefaults(defaults);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
unordered_map.h | 246 * @param Hash Hashing function object type, defaults to hash<Value>. 247 * @param Pred Predicate function object type, defaults to equal_to<Value>. 248 * @param Alloc Allocator type, defaults to allocator<Key>. 314 * @param Hash Hashing function object type, defaults to hash<Value>. 315 * @param Pred Predicate function object type, defaults to equal_to<Value>. 316 * @param Alloc Allocator type, defaults to allocator<Key>.
|
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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
unordered_map.h | 246 * @param Hash Hashing function object type, defaults to hash<Value>. 247 * @param Pred Predicate function object type, defaults to equal_to<Value>. 248 * @param Alloc Allocator type, defaults to allocator<Key>. 314 * @param Hash Hashing function object type, defaults to hash<Value>. 315 * @param Pred Predicate function object type, defaults to equal_to<Value>. 316 * @param Alloc Allocator type, defaults to allocator<Key>.
|
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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
unordered_map.h | 246 * @param Hash Hashing function object type, defaults to hash<Value>. 247 * @param Pred Predicate function object type, defaults to equal_to<Value>. 248 * @param Alloc Allocator type, defaults to allocator<Key>. 314 * @param Hash Hashing function object type, defaults to hash<Value>. 315 * @param Pred Predicate function object type, defaults to equal_to<Value>. 316 * @param Alloc Allocator type, defaults to allocator<Key>.
|
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/8/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
unordered_map.h | 246 * @param Hash Hashing function object type, defaults to hash<Value>. 247 * @param Pred Predicate function object type, defaults to equal_to<Value>. 248 * @param Alloc Allocator type, defaults to allocator<Key>. 314 * @param Hash Hashing function object type, defaults to hash<Value>. 315 * @param Pred Predicate function object type, defaults to equal_to<Value>. 316 * @param Alloc Allocator type, defaults to allocator<Key>.
|
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.
|