HomeSort by relevance Sort by last modified time
    Searched full:when (Results 101 - 125 of 50734) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/mips-r2/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/armv7-a/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/arm-linux-androideabi/lib/thumb/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/mipsel-linux-android/lib/mips-r2/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/
libgomp.spec 1 # This spec file is read by gcc when linking. It is used to specify the
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tty.py 18 def setraw(fd, when=TCSAFLUSH):
28 tcsetattr(fd, when, mode)
30 def setcbreak(fd, when=TCSAFLUSH):
36 tcsetattr(fd, when, mode)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tty.py 18 def setraw(fd, when=TCSAFLUSH):
28 tcsetattr(fd, when, mode)
30 def setcbreak(fd, when=TCSAFLUSH):
36 tcsetattr(fd, when, mode)
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
UpdateService.java 49 if (intent.hasExtra("id") && intent.hasExtra("when")) {
54 final long when = intent.getLongExtra("when", 0L); local
55 Log.v(TAG, "id: " + id + " when: " + when + " update: " + update);
57 NotificationService.makeBigTextNotification(this, update, id, when));
60 Log.v(TAG, "when extra was " + (intent.hasExtra("when") ? "present" : "missing"));
64 public static PendingIntent getPendingIntent(Context context, int update, int id, long when) {
69 updateIntent.putExtra("when", when)
    [all...]
  /development/samples/browseable/AppRestrictions/
_index.jd 13 When launched under the primary User account, you can toggle between standard app restriction
14 types and custom. When launched under a restricted profile, this activity displays app
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager_observer.h 22 // Fired when a new disk is added.
26 // Fired when a disk is removed.
30 // Fired when a new device is added.
33 // Fired when a device is removed.
36 // Fired when a volume is mounted.
41 // Fired when a volume is unmounted.
45 // Fired when formatting a device is started (or failed to start).
49 // Fired when formatting a device is completed (or terminated on error).
  /external/chromium_org/chrome/browser/ui/extensions/
extension_enable_flow_delegate.h 12 // Invoked when |flow| is finished successfully.
15 // Invoked when |flow| is aborted.
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model_observer.h 8 // Allows observers to react and update accordingly when state of
9 // |OmniboxPopupModel| changes, e.g. when the omnibox popup is shown or hidden.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/_locales/en/
messages.json 16 "description": "Error message displayed when `levelOfControl` is 'not_controllable'."
20 "description": "Error message displayed when `levelOfControl` is 'controlled_by_other_extensions'."
24 "description": "Error message, displayed when failing to set regular proxy settings."
28 "description": "Error message, displayed when failing to set incognito proxy settings."
40 "description": "Error message displayed in popup when an error occurs."
44 "description": "Error message displayed in popup when an error occurs."
48 "description": "Error message thrown when the given `id` doesn't exist"
52 "description": "Error message thrown when the given `id` isn't a form element."
  /external/chromium_org/extensions/browser/
update_observer.h 15 // Invoked when an app update is available.
18 // Invoked when Chrome update is available.
  /external/chromium_org/third_party/WebKit/ManualTests/dom/
form-control-for-label.html 8 <label>The border color of the progress bar should change from blue to red when you hover on this label text <progress></progress></label><br>
9 <label>The border of this progress bar would change color when it is inside fieldset and legend elements <fieldset><legend><progress></progress></legend></fieldset></label><br>
  /external/clang/test/Sema/
block-explicit-noreturn-type.c 11 return (double)2.0; // expected-error {{return type 'double' must match previous return type 'float' when block literal has}}
13 return (SHORT)3; // expected-error {{return type 'SHORT' (aka 'short') must match previous return type 'float' when}}
  /external/llvm/autoconf/m4/
need_dev_zero_for_mmap.m4 2 # When allocating RWX memory, check whether we need to use /dev/zero
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /external/llvm/projects/sample/autoconf/m4/
need_dev_zero_for_mmap.m4 2 # When allocating RWX memory, check whether we need to use /dev/zero
16 [Define if /dev/zero should be used when mapping RWX memory, or undefine if its not necessary])
  /external/chromium_org/ash/
shell_observer.h 22 // Invoked when the user logs in.
25 // Invoked when the application is exiting.
28 // Invoked when the screen is locked (after the lock window is visible) or
32 // Invoked when the shelf alignment in |root_window| is changed.
35 // Invoked when the projection touch HUD is toggled.
38 // Invoked when entering or exiting fullscreen mode in |root_window|.

Completed in 2697 milliseconds

1 2 3 45 6 7 8 91011>>