/external/skia/tests/ |
AndroidPaintTest.cpp | 27 // These are all non-default options. 44 // Opposite test of above: make sure the serialized default values of a paint overwrite 45 // non-default values on the paint we're unflattening into. 64 // A paint with default android options should serialize to something smaller than 65 // a paint with non-default android options.
|
/frameworks/base/core/tests/systemproperties/src/android/os/ |
SystemPropertiesTest.java | 51 value = SystemProperties.get(KEY, "default"); 52 assertEquals("default", value); 55 value = SystemProperties.get(KEY, "default"); 62 value = SystemProperties.get(KEY, "default"); 63 assertEquals("default", value);
|
/external/protobuf/src/google/protobuf/ |
unittest.proto | 133 optional int32 default_int32 = 61 [default = 41 ]; 134 optional int64 default_int64 = 62 [default = 42 ]; 135 optional uint32 default_uint32 = 63 [default = 43 ]; 136 optional uint64 default_uint64 = 64 [default = 44 ]; 137 optional sint32 default_sint32 = 65 [default = -45 ]; 138 optional sint64 default_sint64 = 66 [default = 46 ]; 139 optional fixed32 default_fixed32 = 67 [default = 47 ]; 140 optional fixed64 default_fixed64 = 68 [default = 48 ]; 141 optional sfixed32 default_sfixed32 = 69 [default = 49 ]; 142 optional sfixed64 default_sfixed64 = 70 [default = -50 ] [all...] |
/external/chromium_org/chrome/browser/ |
shell_integration.h | 21 // Sets Chrome as the default browser (only for the current user). Returns 26 // Chrome as the default browser. Returns false if the flow cannot be 29 // thread. If Chrome is already default browser, no interactive dialog will be 33 // Sets Chrome as the default client application for the given protocol 38 // Chrome as the default handler for |protocol|. Returns false if the flow 41 // a FILE thread. If Chrome is already default for |protocol|, no interactive 46 // In Windows 8 a browser can be made default-in-metro only in an interactive 55 // Returns requirements for making the running browser the user's default. 58 // Returns requirements for making the running browser the user's default 66 // On Linux, it may not be possible to determine or set the default browse [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
regexcst.txt | 58 default term doPatStart 78 default errorDeath doRuleError 92 default expr-cont 102 default term 113 default open-paren 117 default open-paren-extended 126 default term ^expr-quant doOpenCaptureParen 145 default errorDeath doBadOpenParenType 150 default errorDeath doBadOpenParenType 159 default n paren-commen [all...] |
/external/chromium_org/third_party/lcov/man/ |
lcovrc.5 | 266 By default, a standard CSS file is generated. 283 High: hi_limit <= rate <= 100 default color: green 285 Medium: med_limit <= rate < hi_limit default color: orange 287 Low: 0 <= rate < med_limit default color: red 300 Default is 12. 310 Default is 16. 321 Default is 80. 335 Default is 4. 352 Default is 10. 367 Default is 0 [all...] |
/external/icu4c/i18n/ |
regexcst.txt | 58 default term doPatStart 78 default errorDeath doRuleError 92 default expr-cont 102 default term 113 default open-paren 117 default open-paren-extended 126 default term ^expr-quant doOpenCaptureParen 145 default errorDeath doBadOpenParenType 150 default errorDeath doBadOpenParenType 159 default n paren-commen [all...] |
/external/chromium_org/net/third_party/nss/ssl/ |
unix_err.c | 43 default: nss_MD_unix_map_default_error(err); return; 59 default: nss_MD_unix_map_default_error(err); return; 69 default: nss_MD_unix_map_default_error(err); return; 79 default: nss_MD_unix_map_default_error(err); return; 89 default: nss_MD_unix_map_default_error(err); return; 99 default: nss_MD_unix_map_default_error(err); return; 109 default: nss_MD_unix_map_default_error(err); return; 127 default: nss_MD_unix_map_default_error(err); return; 138 default: nss_MD_unix_map_default_error(err); return; 150 default: nss_MD_unix_map_default_error(err); return [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Window.idl | 68 void alert([Default=Undefined] optional DOMString message); 69 boolean confirm([Default=Undefined] optional DOMString message); 70 [TreatReturnedNullStringAs=Null] DOMString prompt([Default=Undefined] optional DOMString message, 71 [TreatNullAs=NullString, TreatUndefinedAs=NullString,Default=Undefined] optional DOMString defaultValue); 73 boolean find([Default=Undefined] optional DOMString string, 74 [Default=Undefined] optional boolean caseSensitive, 75 [Default=Undefined] optional boolean backwards, 76 [Default=Undefined] optional boolean wrap, 77 [Default=Undefined] optional boolean wholeWord, 78 [Default=Undefined] optional boolean searchInFrames [all...] |
/external/v8/tools/ |
test-wrapper-gypbuild.py | 52 default=None) 55 default='out') 58 default=False, action="store_true") 63 default='release,debug') 66 default='ia32,x64,arm') 70 default=False, action="store_true") 73 choices=PROGRESS_INDICATORS, default="mono") 75 default=False, action="store_true") 77 default=False, action="store_true") 79 default=[], action="append" [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/ |
PSSParameterSpecTest.java | 228 * Test for <code>DEFAULT</code> field<br> 229 * Assertion: default message digest algorithm name is "SHA-1" 232 assertEquals("SHA-1", PSSParameterSpec.DEFAULT.getDigestAlgorithm()); 236 * Test for <code>DEFAULT</code> field<br> 237 * Assertion: default mask generation function algorithm name is "MGF1" 240 assertEquals("MGF1", PSSParameterSpec.DEFAULT.getMGFAlgorithm()); 244 * Test for <code>DEFAULT</code> field<br> 245 * Assertion: default algorithm parameters for mask 249 assertTrue(MGF1ParameterSpec.SHA1.equals(PSSParameterSpec.DEFAULT.getMGFParameters())); 253 * Test for <code>DEFAULT</code> field<br [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
LzmaLib.h | 22 by default (lc=3, lp=0), state_size = 16 KB. 54 The default value for "level" is 5. 62 The default value is 16 MB = (1 << 24) bytes. 67 It can be in the range from 0 to 8. The default value is 3. 71 It can be in the range from 0 to 4. The default value is 0. 77 It can be in the range from 0 to 4. The default value is 2. 81 It can be in the range from 5 to 273. The default value is 32. 85 numThreads - The number of thereads. 1 or 2. The default value is 2. 100 int level, /* 0 <= level <= 9, default = 5 */ 101 unsigned dictSize, /* default = (1 << 24) * [all...] |
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
LzmaLib.h | 23 by default (lc=3, lp=0), state_size = 16 KB. 55 The default value for "level" is 5. 63 The default value is 16 MB = (1 << 24) bytes. 68 It can be in the range from 0 to 8. The default value is 3. 72 It can be in the range from 0 to 4. The default value is 0. 78 It can be in the range from 0 to 4. The default value is 2. 82 It can be in the range from 5 to 273. The default value is 32. 86 numThreads - The number of thereads. 1 or 2. The default value is 2. 101 int level, /* 0 <= level <= 9, default = 5 */ 102 unsigned dictSize, /* default = (1 << 24) * [all...] |
/external/clang/test/CXX/special/class.copy/ |
p12-0x.cpp | 29 NonConstCopy(NonConstCopy &) = default; 60 MutableTemplateCtorMember2(const MutableTemplateCtorMember2 &) = default; 61 MutableTemplateCtorMember2(MutableTemplateCtorMember2 &&) = default; 69 TNT(const TNT &) = default; // trivial 72 TNT(TNT &&) = default; // trivial 123 TemplateCtorNoMove(const TemplateCtorNoMove &) = default; 136 TemplateCtorNoMoveSFINAE(const TemplateCtorNoMoveSFINAE &) = default; 150 PrivateMove(const PrivateMove &) = default; 182 class HasInaccessibleDestructor { ~HasInaccessibleDestructor() = default; }; 185 HasImplicitlyDeletedCopyCtor() = default; [all...] |
/external/lzma/C/ |
LzmaLib.h | 22 by default (lc=3, lp=0), state_size = 16 KB.
54 The default value for "level" is 5.
62 The default value is 16 MB = (1 << 24) bytes.
67 It can be in the range from 0 to 8. The default value is 3.
71 It can be in the range from 0 to 4. The default value is 0.
77 It can be in the range from 0 to 4. The default value is 2.
81 It can be in the range from 5 to 273. The default value is 32.
85 numThreads - The number of thereads. 1 or 2. The default value is 2.
100 int level, /* 0 <= level <= 9, default = 5 */
101 unsigned dictSize, /* default = (1 << 24) */ [all...] |
/libcore/luni/src/test/java/tests/security/spec/ |
PSSParameterSpecTest.java | 220 * Test for <code>DEFAULT</code> field<br> 221 * Assertion: default message digest algorithm name is "SHA-1" 224 assertEquals("SHA-1", PSSParameterSpec.DEFAULT.getDigestAlgorithm()); 228 * Test for <code>DEFAULT</code> field<br> 229 * Assertion: default mask generation function algorithm name is "MGF1" 232 assertEquals("MGF1", PSSParameterSpec.DEFAULT.getMGFAlgorithm()); 236 * Test for <code>DEFAULT</code> field<br> 237 * Assertion: default algorithm parameters for mask 241 assertTrue(MGF1ParameterSpec.SHA1.equals(PSSParameterSpec.DEFAULT.getMGFParameters())); 245 * Test for <code>DEFAULT</code> field<br [all...] |
/device/lge/hammerhead/nfc/ |
libnfc-brcm.conf | 26 # Delay after turning on chip, before writing to transport (default 300) 28 # Delay after deasserting NFC-Wake before turn off chip (default 0) 30 # Delay after turning off chip, before USERIAL_close returns (default 0) 38 # The default is 1000. 44 # If NFA_DM_CFG is not provided, stack default settings are 52 # Default poll duration (in ms) 67 # Configure the default Destination Gate used by HCI (the default is 4, which 72 # Override the stack default for NFA_EE_MAX_EE_SUPPORTED set in nfc_target.h. 73 # The value is set to 3 by default as it assumes we will discover 0xF2 [all...] |
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/ |
RealmChoiceCallbackTest.java | 44 "Another default realm info", 45 "Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for default realm info Long string for d (…) [all...] |
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/ |
options.h | 36 // Default: a comparator that uses lexicographic byte-wise ordering 44 // Default: false 48 // Default: false 56 // Default: false 61 // Default: Env::Default() 67 // Default: NULL 82 // Default: 4MB 89 // Default: 1000 97 // Default: NUL [all...] |
/external/eigen/doc/ |
I14_PreprocessorDirectives.dox | 27 of Eigen2 to Eigen3 (see \ref Eigen2ToEigen3). Not defined by default. 31 (DenseBase::Index). Set to \c std::ptrdiff_t by default. 33 Defaults to the #IOFormat constructed by the default constructor IOFormat(). 35 initializes to zero, as are new entries in matrices and arrays after resizing. Not defined by default. 38 the correct size. Not defined by default. 46 - \b EIGEN_NO_DEBUG - disables %Eigen's assertions if defined. Not defined by default, unless the 49 this saves compilation time. Not defined by default. 50 - \b eigen_assert - macro with one argument that is used inside %Eigen for assertions. By default, it is 60 expect that any objects passed to it are aligned. This will turn off vectorization. Not defined by default. 61 - \b EIGEN_DONT_ALIGN_STATICALLY - disables alignment of arrays on the stack. Not defined by default, unles [all...] |
/frameworks/base/docs/html/tools/devices/ |
managing-avds.jd | 63 <p>Give it a name, a platform target, an SD card size, and a skin (HVGA is default). You can 95 <td>The amount of physical RAM on the device, in megabytes. Default value is "96".</td> 103 <td>Whether there is a touch screen or not on the device. Default value is "yes".</td> 111 <td>Whether there is a trackball on the device. Default value is "yes".</td> 119 <td>Whether the device has a QWERTY keyboard. Default value is "yes".</td> 127 <td>Whether the device has DPad keys. Default value is "yes".</td> 135 <td>Whether there is a GSM modem in the device. Default value is "yes".</td> 143 <td>Whether the device has a camera. Default value is "no".</td> 151 <td>Default value is "640".</td> 159 <td>Default value is "480".</td [all...] |
/ndk/build/tools/ |
dev-defaults.sh | 0 # Default values used by several dev-scripts. 11 # Default ABIs for the target prebuilt binaries. 41 # The default GCC version for this NDK, i.e. the first item in 57 # Default platform to build target binaries against. 60 # The list of default CPU architectures we support 63 # Default toolchain names and prefix 82 # The default LLVM version (first item in the list) 85 # The default URL to download the LLVM tar archive 88 # The list of default host NDK systems we support 91 # The default issue tracker UR [all...] |
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
RecognizerSharedState.pm | 13 default => sub { [] }, 19 default => -1, 28 default => 0, 39 default => -1, 47 default => 0, 54 default => 0, 62 default => 0, 69 # This is only used if rule memoization is on (which it is by default). 93 default => -1,
|
/external/chromium_org/chrome/app/resources/ |
locale_settings_win.grd | 120 <!-- The default value for |WebPreference::standard_font_family| --> 125 <!-- The default value for |WebPreference::fixed_font_family| --> 130 <!-- The default value for |WebPreference::serif_font_family| --> 135 <!-- The default value for |WebPreference::sans_serif_font_family| --> 140 <!-- The default value for |WebPreference::cursive_font_family| --> 145 <!-- The default value for |WebPreference::fantasy_font_family| --> 150 <!-- The default value for |WebPreference::pictograph_font_family| --> 155 <!-- The default value for |WebPreference::standard_font_family_map| for 161 <!-- The default value for |WebPreference::fixed_font_family_map| for 167 <!-- The default value for |WebPreference::serif_font_family_map| fo [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
codemirror.css | 62 /* DEFAULT THEME */ 64 .cm-s-default .cm-keyword {color: #708;} 65 .cm-s-default .cm-atom {color: #219;} 66 .cm-s-default .cm-number {color: #164;} 67 .cm-s-default .cm-def {color: #00f;} 68 .cm-s-default .cm-variable {color: black;} 69 .cm-s-default .cm-variable-2 {color: #05a;} 70 .cm-s-default .cm-variable-3 {color: #085;} 71 .cm-s-default .cm-property {color: black;} 72 .cm-s-default .cm-operator {color: black; [all...] |