/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_animation_unittest.cc | 22 // Ensure that the defaults are correct.
|
/external/clang/test/Modules/ |
objc-categories.m | 43 [foo left_sub]; // expected-warning{{instance method '-left_sub' not found (return type defaults to 'id')}} 49 [p3 p3_method]; // expected-warning{{instance method '-p3_method' not found (return type defaults to 'id')}} 51 [p4 p4_method]; // expected-warning{{instance method '-p4_method' not found (return type defaults to 'id')}} 73 [p4 p4_method]; // expected-warning{{instance method '-p4_method' not found (return type defaults to 'id')}}
|
/external/clang/test/SemaObjC/ |
compare-qualified-id.m | 28 id <XCPropertyValues> cachedValueNode = [_propNamesToPropValuesCache objectForKey:property]; // expected-warning {{method '-objectForKey:' not found (return type defaults to 'id')}}
|
super.m | 34 [super cMethod]; // expected-warning{{method '+cMethod' not found (return type defaults to 'id')}}
|
/external/dexmaker/javadoc/ |
stylesheet.css | 3 /* Define colors, fonts and other style attributes here to override the defaults */
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
dnsmasq.leasedir.diff.gz | |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
PluginFlyoutPreferences.java | 45 * Initializes defaults using given values.
|
/external/emma/ |
BUILD.txt | 30 ${basedir}/${dist.dir}, which defaults to ./dist
|
/external/iptables/extensions/ |
libxt_IDLETIMER.man | 24 time. Defaults to 0.
|
/external/jsr305/javadoc/ |
stylesheet.css | 3 /* Define colors, fonts and other style attributes here to override the defaults */
|
/external/libvpx/libvpx/libmkv/ |
WebMElement.h | 21 // this function is a helper only, it assumes a lot of defaults
|
/external/libvpx/libvpx/third_party/googletest/src/xcode/Config/ |
General.xcconfig | 29 // not sure why apple defaults this on, but it's pretty risky
|
/external/markdown/markdown/extensions/ |
toc.py | 108 "Defaults to \"[TOC]\""], 111 "Defaults to a built in slugify function."], 114 "Defaults to None"], 117 "Defaults to 0"]}
|
/external/protobuf/gtest/xcode/Config/ |
General.xcconfig | 29 // not sure why apple defaults this on, but it's pretty risky
|
/external/protobuf/src/google/protobuf/io/ |
gzip_stream.h | 121 // Defaults to GZIP. 124 // What size buffer to use internally. Defaults to 64kB. 128 // compression. Defaults to Z_DEFAULT_COMPRESSION (see zlib.h). 131 // Defaults to Z_DEFAULT_STRATEGY. Can also be set to Z_FILTERED,
|
/frameworks/base/core/java/android/test/ |
FlakyTest.java | 28 * defaults to 1.
|
RepetitiveTest.java | 27 * numIterations and defaults to 1.
|
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-common/SRC/ |
DriverView.java.template | 39 // In this case, just use the defaults
|
/frameworks/volley/tests/src/com/android/volley/utils/ |
CacheTestUtils.java | 35 * defaults to an unexpired entry.
|
/libcore/luni/src/main/java/java/util/logging/ |
SocketHandler.java | 31 * defaults to {@code Level.ALL} if this property is not found or has an invalid 34 * class to be associated with this handler, defaults to {@code null} if this 37 * formatter class to be associated with this handler, defaults to 41 * handler will use to encode log messages, defaults to {@code null} if this
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tm.h | 41 # include "defaults.h"
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tm.h | 41 # include "defaults.h"
|
/external/chromium/chrome/browser/debugger/ |
devtools_window.cc | 234 DictionaryValue* defaults = update.Get(); local 235 defaults->SetInteger("left", 100); 236 defaults->SetInteger("top", 100); 237 defaults->SetInteger("right", 740); 238 defaults->SetInteger("bottom", 740); 239 defaults->SetBoolean("maximized", false); 240 defaults->SetBoolean("always_on_top", false);
|
/external/chromium/chrome/browser/resources/ |
bug_report.html | 104 function setupDialogDefaults(defaults) {
105 if (defaults.length > 0) {
106 $('page-url-text').value = defaults[0];
107 if (defaults[0] == '')
110 if (defaults.length > 2) {
112 $('user-email-text').textContent = defaults[2];
113 if (defaults[2] == '') {
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509CRLStoreSelector.java | 41 * Defaults to <code>false</code>. 170 * extension set. Defaults to <code>false</code>. 241 * If <code>true</code> only complete CRLs are returned. Defaults to 266 * Get the maximum base CRL number. Defaults to <code>null</code>. 292 * Returns the issuing distribution point. Defaults to <code>null</code>,
|