HomeSort by relevance Sort by last modified time
    Searched refs:defaults (Results 26 - 50 of 126) sorted by null

12 3 4 5 6

  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 390 // Give some clear to undocumented defaults values
394 NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
395 [defaults setInteger:4 forKey:@"AppleAntiAliasingThreshold"]; // smallest font size to CG should perform antialiasing on
396 [defaults setInteger:NoFontSmoothing forKey:@"AppleFontSmoothing"];
397 [defaults setInteger:BlueTintedAppearance forKey:@"AppleAquaColorVariant"];
398 [defaults setObject:@"0.709800 0.835300 1.000000" forKey:@"AppleHighlightColor"];
399 [defaults setObject:@"0.500000 0.500000 0.500000" forKey:@"AppleOtherHighlightColor"];
400 [defaults setObject:[NSArray arrayWithObject:@"en"] forKey:@"AppleLanguages"];
401 [defaults setBool:YES forKey:WebKitEnableFullDocumentTeardownPreferenceKey];
402 [defaults setBool:YES forKey:WebKitFullScreenEnabledPreferenceKey]
    [all...]
  /bionic/libc/kernel/tools/
update_all.py 4 from defaults import *
clean_header.py 5 from defaults import *
find_headers.py 10 from defaults import *
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsRejectedReceiver.java 78 notification.defaults = Notification.DEFAULT_ALL;
  /cts/tests/tests/app/src/android/app/cts/
NotificationTest.java 119 mNotification.defaults = 0;
142 assertEquals(mNotification.defaults, result.defaults);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 241 private void setDefault(int defaults) {
243 // This method sets the defaults on the notification before posting it.
263 notification.defaults = defaults;
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationBuilderTest.java 347 // defaults
348 int defaults = 0; local
350 defaults |= Notification.DEFAULT_SOUND;
353 defaults |= Notification.DEFAULT_VIBRATE;
356 defaults |= Notification.DEFAULT_LIGHTS;
358 b.setDefaults(defaults);
  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 172 NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
173 [defaults synchronize];
175 gInitialButtonDelay = [defaults floatForKey:@"NSScrollerButtonDelay"];
176 gAutoscrollButtonDelay = [defaults floatForKey:@"NSScrollerButtonPeriod"];
177 gJumpOnTrackClick = [defaults boolForKey:@"AppleScrollerPagingBehavior"];
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 158 * {@link #toGregorianCalendar(java.util.TimeZone timezone, java.util.Locale aLocale, XMLGregorianCalendar defaults)},
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
CalendarTest.java 574 int[] defaults = new int[count]; local
583 defaults[0] = 1970;
584 defaults[1] = 0;
585 defaults[2] = 1;
586 defaults[3] = 0;
587 defaults[4] = 0;
588 defaults[5] = 0;
607 + defaults[i] + ".", defaults[i], calendar.get(index));
619 + defaults[i] + ".", defaults[i], calendar.get(index))
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CalendarTest.java 574 int[] defaults = new int[count]; local
583 defaults[0] = 1970;
584 defaults[1] = 0;
585 defaults[2] = 1;
586 defaults[3] = 0;
587 defaults[4] = 0;
588 defaults[5] = 0;
607 + defaults[i] + ".", defaults[i], calendar.get(index));
619 + defaults[i] + ".", defaults[i], calendar.get(index))
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationUtils.java 88 * @param defaults {@code non-null;} the defaults, itself as an annotation
91 public static Annotation makeAnnotationDefault(Annotation defaults) {
94 result.put(new NameValuePair(VALUE_UTF, new CstAnnotation(defaults)));
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationUtils.java 87 * @param defaults {@code non-null;} the defaults, itself as an annotation
90 public static Annotation makeAnnotationDefault(Annotation defaults) {
93 result.put(new NameValuePair(VALUE_STRING, new CstAnnotation(defaults)));
  /external/icu4c/tools/genren/
genren.pl 249 -o - output file name (defaults to 'urename.h'
250 -S - suffix (defaults to _MAJOR_MINOR of current ICU version)
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 200 notification.defaults = Notification.DEFAULT_LIGHTS;
203 notification.defaults = Notification.DEFAULT_ALL;
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 200 NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
201 [defaults synchronize];
203 gInitialButtonDelay = [defaults floatForKey:@"NSScrollerButtonDelay"];
204 gAutoscrollButtonDelay = [defaults floatForKey:@"NSScrollerButtonPeriod"];
205 gJumpOnTrackClick = [defaults boolForKey:@"AppleScrollerPagingBehavior"];
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 304 mUsbStorageNotification.defaults |= Notification.DEFAULT_SOUND;
306 mUsbStorageNotification.defaults &= ~Notification.DEFAULT_SOUND;
390 mMediaStorageNotification.defaults &= ~Notification.DEFAULT_SOUND;
  /external/webkit/Tools/Scripts/webkitpy/style/
checker_unittest.py 161 def defaults(self): member in class:GlobalVariablesTest
166 defaults = self.defaults()
173 # All categories are on by default, so defaults should
182 default_options = self.defaults()
    [all...]
  /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/chromium/build/
install-chroot.sh 203 sed '/^FSTAB=/s,/mount-defaults",/mount-'"${target}"'",' \
204 /etc/schroot/script-defaults |
206 sudo cp /etc/schroot/mount-defaults /etc/schroot/mount-"${target}"
  /frameworks/base/location/java/com/android/internal/location/
GpsNetInitiatedHandler.java 203 mNiNotification.defaults |= Notification.DEFAULT_SOUND;
205 mNiNotification.defaults &= ~Notification.DEFAULT_SOUND;
  /ndk/build/tools/
prebuilt-common.sh 23 . $NDK_BUILDTOOLS_PATH/dev-defaults.sh
304 echo "Valid options (defaults are in brackets):"
856 # $2: optional, system name, defaults to $HOST_TAG
  /build/core/
envsetup.mk 21 # The product defaults to generic on hardware
86 # the host build defaults to release, and it must be release or debug
127 # the target build type defaults to release
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
OAuth.php 295 $defaults = array("oauth_version" => OAuthRequest::$version, variable
300 $defaults['oauth_token'] = $token->key;
302 $parameters = array_merge($defaults, $parameters);
569 * figure out the signature with some defaults

Completed in 1096 milliseconds

12 3 4 5 6