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

1 2 3 4 5 67 8 91011>>

  /development/ndk/platforms/android-L/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/chromium_org/chrome/browser/extensions/
extension_service_test_base.h 47 bool autoupdate_enabled; // defaults to false.
48 bool is_first_run; // defaults to true.
49 bool profile_is_supervised; // defaults to false.
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_mac.mm 103 NSUserDefaults* defaults = [NSUserDefaults standardUserDefaults];
104 NSString* value = [defaults stringForKey:key];
105 if (value && [defaults objectIsForcedForKey:key]) {
  /external/chromium_org/chrome/common/extensions/api/
alarms.idl 64 // |name|: Optional name to identify this alarm. Defaults to the empty
77 // |name|: The name of the alarm to get. Defaults to the empty string.
84 // |name|: The name of the alarm to clear. Defaults to the empty string.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
options.html 61 #defaults {
126 <button id="defaults">Defaults</button>
  /external/chromium_org/chrome/installer/util/
legacy_firewall_manager_win.cc 126 // IpVersion defaults to NET_FW_IP_VERSION_ANY.
127 // Scope defaults to NET_FW_SCOPE_ALL.
128 // RemoteAddresses defaults to "*".
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_qualified_names.py 48 defaults = { variable in class:MakeQualifiedNamesWriter
68 self.tags_in_file = InFile.load_from_files([in_file_paths.pop(0)], self.defaults, self.valid_values, self.default_parameters)
72 self.attrs_in_file = InFile.load_from_files([in_file_paths.pop()], self.defaults, self.valid_values, self.default_parameters)
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
ttydefaults.h 38 * System wide defaults for terminal state. Linux version.
44 * Defaults on "first" open.
53 * Control Character Defaults
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
ttydefaults.h 38 * System wide defaults for terminal state. Linux version.
44 * Defaults on "first" open.
53 * Control Character Defaults
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
ttydefaults.h 40 * System wide defaults for terminal state.
46 * Defaults on "first" open.
55 * Control Character Defaults
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
ttydefaults.h 40 * System wide defaults for terminal state.
46 * Defaults on "first" open.
55 * Control Character Defaults
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
ttydefaults.h 40 * System wide defaults for terminal state.
46 * Defaults on "first" open.
55 * Control Character Defaults
  /external/chromium_org/third_party/skia/include/gpu/
GrPaint.h 54 * destination color. Defaults to kOne for src and kZero for dst (i.e. src mode).
64 * The initial color of the drawn primitive. Defaults to solid white.
70 * Applies fractional coverage to the entire drawn primitive. Defaults to 0xff.
76 * Should primitives be anti-aliased or not. Defaults to false.
82 * Should dithering be applied. Defaults to false.
148 * Resets the paint to the defaults.
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLConfig.h 33 * GR_GL_LOG_CALLS: if 1 Gr can print every GL call using GrPrintf. 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.
53 * the GL stream is converted to DX as in ANGLE on Chrome). Defaults to 0.
63 * to zero (for security reasons). Defaults to 1 (enabled).
  /external/skia/include/gpu/
GrPaint.h 54 * destination color. Defaults to kOne for src and kZero for dst (i.e. src mode).
64 * The initial color of the drawn primitive. Defaults to solid white.
70 * Applies fractional coverage to the entire drawn primitive. Defaults to 0xff.
76 * Should primitives be anti-aliased or not. Defaults to false.
82 * Should dithering be applied. Defaults to false.
148 * Resets the paint to the defaults.
  /external/skia/include/gpu/gl/
GrGLConfig.h 33 * GR_GL_LOG_CALLS: if 1 Gr can print every GL call using GrPrintf. 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.
53 * the GL stream is converted to DX as in ANGLE on Chrome). Defaults to 0.
63 * to zero (for security reasons). Defaults to 1 (enabled).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
166 * @param Pred Predicate function object type, defaults to equal_to<Value>.
167 * @param Alloc Allocator type, defaults to allocator<Key>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
215 * @param Pred Predicate function object type, defaults to equal_to<Value>.
216 * @param Alloc Allocator type, defaults to allocator<Key>.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
166 * @param Pred Predicate function object type, defaults to equal_to<Value>.
167 * @param Alloc Allocator type, defaults to allocator<Key>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
215 * @param Pred Predicate function object type, defaults to equal_to<Value>.
216 * @param Alloc Allocator type, defaults to allocator<Key>.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
166 * @param Pred Predicate function object type, defaults to equal_to<Value>.
167 * @param Alloc Allocator type, defaults to allocator<Key>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
215 * @param Pred Predicate function object type, defaults to equal_to<Value>.
216 * @param Alloc Allocator type, defaults to allocator<Key>.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
166 * @param Pred Predicate function object type, defaults to equal_to<Value>.
167 * @param Alloc Allocator type, defaults to allocator<Key>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
215 * @param Pred Predicate function object type, defaults to equal_to<Value>.
216 * @param Alloc Allocator type, defaults to allocator<Key>.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
166 * @param Pred Predicate function object type, defaults to equal_to<Value>.
167 * @param Alloc Allocator type, defaults to allocator<Key>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
215 * @param Pred Predicate function object type, defaults to equal_to<Value>.
216 * @param Alloc Allocator type, defaults to allocator<Key>.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
166 * @param Pred Predicate function object type, defaults to equal_to<Value>.
167 * @param Alloc Allocator type, defaults to allocator<Key>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
215 * @param Pred Predicate function object type, defaults to equal_to<Value>.
216 * @param Alloc Allocator type, defaults to allocator<Key>.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
unordered_set.h 165 * @param Hash Hashing function object type, defaults to hash<Value>.
166 * @param Pred Predicate function object type, defaults to equal_to<Value>.
167 * @param Alloc Allocator type, defaults to allocator<Key>.
214 * @param Hash Hashing function object type, defaults to hash<Value>.
215 * @param Pred Predicate function object type, defaults to equal_to<Value>.
216 * @param Alloc Allocator type, defaults to allocator<Key>.

Completed in 559 milliseconds

1 2 3 4 5 67 8 91011>>