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

1 23 4 5 6

  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 260 private static final float[] defaults = { field in class:GLView
489 params[i] = defaults[i];
  /external/v8/test/mjsunit/
object-prevent-extensions.js 32 // Extensible defaults to true.
  /external/valgrind/main/cachegrind/
cg_diff.in 48 options for the user, with defaults in [ ], are:
114 # 1. If $a2->[$i] is undefined, it defaults to 0 which is what we want; we turn
  /external/valgrind/main/perf/
vg_perf 57 options for the user, with defaults in [ ], are:
165 # Defaults.
vg_perf.in 57 options for the user, with defaults in [ ], are:
165 # Defaults.
  /ndk/build/core/
default-build-commands.mk 1 # The following definitions are the defaults used by all toolchains.
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 322 notification.defaults |= Notification.DEFAULT_LIGHTS;
365 notification.defaults |= Notification.DEFAULT_VIBRATE;
  /external/libxml2/
parser.c 1104 xmlDefAttrsPtr defaults; local
1139 defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix)
8893 xmlDefAttrsPtr defaults; local
    [all...]
  /bionic/libc/netbsd/resolv/
res_debug.c 930 goto defaults;
941 goto defaults;
952 goto defaults;
956 defaults:
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm 325 NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
326 NSString *cacheDir = [defaults objectForKey:WebKitLocalCacheDefaultsKey];
  /frameworks/base/services/java/com/android/server/
NotificationManagerService.java 172 pw.println(prefix + " defaults=0x" + Integer.toHexString(notification.defaults));
800 (notification.defaults & Notification.DEFAULT_SOUND) != 0;
    [all...]
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
NotificationTestList.java 300 n.defaults |= Notification.DEFAULT_SOUND ;
429 n.defaults |= Notification.DEFAULT_ALL;
438 n.defaults |= Notification.DEFAULT_ALL;
619 n.defaults = Notification.DEFAULT_VIBRATE;
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmReceiver.java 166 n.defaults |= Notification.DEFAULT_LIGHTS;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionRequest.java 108 notification.defaults = Notification.DEFAULT_SOUND;
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 6 basic user options for all Valgrind tools, with defaults in [ ]:
  /external/webkit/Source/WebKit/mac/WebView/
WebPreferences.mm 823 NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
824 if ([defaults boolForKey:@"DisableWebKitDeveloperExtras"])
827 if ([defaults boolForKey:@"WebKitDeveloperExtras"] || [defaults boolForKey:@"IncludeDebugMenu"])
    [all...]
  /frameworks/base/services/java/com/android/server/usb/
UsbDeviceManager.java 497 // restore defaults when USB is disconnected
567 notification.defaults = 0; // please be quiet
600 notification.defaults = 0; // please be quiet
  /bionic/libc/kernel/tools/
kernel.py 8 from defaults import *
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PropertiesTest.java 619 Properties defaults = new Properties(); local
621 defaults.setProperty(defaultKeys[index], defaultValues[index]);
627 Properties properties = new Properties(defaults);
649 defaults.setProperty(defaultKeys[index], defaultValues[index]);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 84 Options: [defaults in brackets after descriptions]
  /external/bluetooth/glib/gobject/
gparam.c 611 gboolean defaults; local
619 defaults = G_PARAM_SPEC_GET_CLASS (pspec)->values_cmp (pspec, value, &dflt_value) == 0;
622 return defaults;
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 458 defaults = {
465 defaults.update(parameters)
466 parameters = defaults
623 """Figure out the signature with some defaults."""
  /packages/apps/Email/src/com/android/email/
NotificationController.java 488 int defaults = Notification.DEFAULT_LIGHTS; local
490 defaults |= Notification.DEFAULT_VIBRATE;
494 .setDefaults(defaults);
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
MessagingNotification.java 533 notification.defaults |= Notification.DEFAULT_VIBRATE;
542 notification.defaults |= Notification.DEFAULT_LIGHTS;
674 notification.defaults |= Notification.DEFAULT_VIBRATE;
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 410 note.defaults |= Notification.DEFAULT_LIGHTS;
    [all...]

Completed in 1676 milliseconds

1 23 4 5 6