/external/llvm/docs/ |
CMake.rst | 171 targets. Case-sensitive. Defaults to *all*. Example: 175 Build LLVM tools. Defaults to ON. Targets for building each tool are generated 181 Generate build targets for the LLVM tools. Defaults to ON. You can use that 185 Build LLVM examples. Defaults to OFF. Targets for building each example are 190 Generate build targets for the LLVM examples. Defaults to ON. You can use that 194 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test 202 Generate build targets for the LLVM unit tests. Defaults to ON. You can use 209 cmake must be invoked before the build. Defaults to OFF. 212 Build with threads support, if available. Defaults to ON. 215 Enables code assertions. Defaults to OFF if and only if ``CMAKE_BUILD_TYPE` [all...] |
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
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
OutputProperties.java | 43 * its "defaults"; this second property list is searched if the property key 62 * Creates an empty OutputProperties with the specified defaults. 64 * @param defaults the defaults. 66 public OutputProperties(Properties defaults) 68 m_properties = new Properties(defaults); 72 * Creates an empty OutputProperties with the defaults specified by 147 * and its defaults, recursively, are then checked. The method returns 161 * and its defaults, recursively, are then checked. The method returns 202 * and its defaults, recursively, are then checked. The method return [all...] |
/external/e2fsprogs/e2fsck/ |
e2fsck.conf.5.in | 88 of 32. This setting defaults to false. 110 boolean value of false. This setting defaults to true. 131 defaults to true. 136 be doubled if the system is running on battery. This setting defaults to 146 higher, more efficient level. This relation defaults to 20 226 defaults to true. 231 defaults to true.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 157 defaults = fob.func_defaults or [] 158 defaults = list(map(lambda name: "=%s" % repr(name), defaults)) 159 defaults = [""] * (len(real_args) - len(defaults)) + defaults 160 items = map(lambda arg, dflt: arg + dflt, real_args, defaults)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CallTips.py | 157 defaults = fob.func_defaults or [] 158 defaults = list(map(lambda name: "=%s" % repr(name), defaults)) 159 defaults = [""] * (len(real_args) - len(defaults)) + defaults 160 items = map(lambda arg, dflt: arg + dflt, real_args, defaults)
|
/external/chromium_org/cc/layers/ |
texture_layer.h | 97 // Sets whether this texture should be Y-flipped at draw time. Defaults to 101 // Sets a UV transform to be used at draw time. Defaults to (0, 0) and (1, 1). 112 // Defaults to true. 116 // at draw time. Defaults to false. 121 // Requires a non-nil client. Defaults to false.
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
AppSettings.java | 55 private static final AppSettings defaults = new AppSettings(false); field in class:AppSettings 127 defaults.put("Width", 640); 128 defaults.put("Height", 480); 129 defaults.put("BitsPerPixel", 24); 130 defaults.put("Frequency", 60); 131 defaults.put("DepthBits", 24); 132 defaults.put("StencilBits", 0); 133 defaults.put("Samples", 0); 134 defaults.put("Fullscreen", false); 135 defaults.put("Title", "jMonkey Engine 3.0") [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
base64mime.py | 74 charset names the character set to use to encode the header. It defaults 82 defaults to "\\n". Set this to "\\r\\n" if you are using the result of 90 with each line wrapped at, at most, maxlinelen characters (defaults to 76 128 Each line will be wrapped at, at most, maxlinelen characters (defaults to 135 Each line of encoded text will end with eol, which defaults to "\\n". Set
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
base64mime.py | 74 charset names the character set to use to encode the header. It defaults 82 defaults to "\\n". Set this to "\\r\\n" if you are using the result of 90 with each line wrapped at, at most, maxlinelen characters (defaults to 76 128 Each line will be wrapped at, at most, maxlinelen characters (defaults to 135 Each line of encoded text will end with eol, which defaults to "\\n". Set
|
/bionic/libc/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/chrome/browser/sync/ |
profile_sync_factory_impl_unittest.cc | 60 std::vector<syncable::ModelType> defaults = DefaultDatatypes(); local 62 for (iter = defaults.begin(); iter != defaults.end(); ++iter) {
|
/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 | 63 // |name|: Optional name to identify this alarm. Defaults to the empty 76 // |name|: The name of the alarm to get. Defaults to the empty string. 83 // |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/device/bluetooth/ |
bluetooth_profile.h | 52 // connect. Defaults to false. 56 // Defaults to false. 61 // Defaults to false.
|
/external/chromium_org/printing/backend/ |
print_backend.h | 49 // Current defaults. 80 // Gets the semantic capabilities and defaults for a specific printer. 88 // Gets the capabilities and defaults for a specific printer.
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/ |
make_qualified_names.py | 48 defaults = { variable in class:MakeQualifiedNamesWriter 67 self.tags_in_file = InFile.load_from_files([in_file_paths.pop(0)], self.defaults, self.valid_values, self.default_parameters) 71 self.attrs_in_file = InFile.load_from_files([in_file_paths.pop()], self.defaults, self.valid_values, self.default_parameters)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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
|
/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.
|