HomeSort by relevance Sort by last modified time
    Searched refs:when (Results 176 - 200 of 1572) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/drive/
event_logger.cc 16 when(base::Time::Now()),
  /external/chromium_org/extensions/renderer/resources/
messaging_utils.js 31 // request, which is required. In other words, when two arguments remain,
32 // only bind options when the first argument cannot bind to targetId.
  /external/chromium_org/media/cast/congestion_control/
congestion_control.cc 113 void CongestionControl::AckFrame(uint32 frame_id, base::TimeTicks when) {
120 frame_stats->ack_time = when;
128 base::TimeTicks when) {
133 frame_stats->sent_time = when;
148 // Basically, when we estimate that the ACK should have already happened,
151 // over-estimation when acks are late, which is actually what we want.
177 // Estimate when we might start sending the next frame.
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
nacl.scons 33 # we must always recreate nmf_list_js when it is used.
46 # TODO(eugenis): enable when Valgrind learns to autodetect the nexe name
  /external/chromium_org/third_party/mesa/src/docs/
MESA_copy_sub_buffer.spec 35 when the back color buffer cannot be damaged by other windows.
65 in response to expose events when the back color buffer cannot be
MESA_resize_buffers.spec 34 Mesa cannot automatically detect when a window has been resized.
42 when a window size changes but would still like Mesa to adjust to
56 The glResizeBuffersMESA command may be called when the client
  /external/chromium_org/third_party/openssl/openssl/crypto/des/times/
usparc.cc 6 is able to perform when the code is 'inlined'. For 'speed', the DES
  /external/chromium_org/third_party/skia/tools/lua/
scrape.lua 33 when a given picture is done, we call endcanvas(canvas, fileName)
40 Called when the current canvas is done drawing.
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
override_functions.cc 35 // When we relink the EXE/DLL with the modified libcmt and tcmalloc, a few
49 # error This file is intended for use when overriding allocators
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
override_functions.cc 35 // When we relink the EXE/DLL with the modified libcmt and tcmalloc, a few
49 # error This file is intended for use when overriding allocators
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
app_installer.js 48 * @param {function(boolean, string)} callback Called when the installation is
61 * Called when the installation is completed.
  /external/llvm/test/MC/ARM/
eh-directive-fnstart-diagnostics.s 6 @ There should be some diagnostics when the previous .fnstart is not closed
ldr-pseudo-obj-errors.s 8 @only trigger when the file has successfully parsed and the object file is about
  /external/llvm/test/MC/Mips/
mips-noat.s 3 # Check that using the assembler temporary when .set noat is in effect is an error.
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 35 when the back color buffer cannot be damaged by other windows.
65 in response to expose events when the back color buffer cannot be
MESA_resize_buffers.spec 34 Mesa cannot automatically detect when a window has been resized.
42 when a window size changes but would still like Mesa to adjust to
56 The glResizeBuffersMESA command may be called when the client
  /external/mockito/src/org/mockito/internal/stubbing/
StubberImpl.java 22 public <T> T when(T mock) { method in class:StubberImpl
  /external/openssl/crypto/des/times/
usparc.cc 6 is able to perform when the code is 'inlined'. For 'speed', the DES
  /external/skia/tools/lua/
scrape.lua 33 when a given picture is done, we call endcanvas(canvas, fileName)
40 Called when the current canvas is done drawing.
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 10 # fldcw is most often used to set the rouding mode when doing
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 10 # fldcw is most often used to set the rouding mode when doing
  /frameworks/base/core/java/android/os/
PowerManager.java 78 * <i>These flags have no effect when combined with a {@link #PARTIAL_WAKE_LOCK}.</i></p>
86 * will force the screen and/or keyboard to turn on immediately, when the WakeLock is
92 * <td>If this flag is set, the user activity timer will be reset when the WakeLock is
173 * Wake lock level: Turns the screen off when the proximity sensor activates.
215 * Wake lock flag: Turn the screen on when the wake lock is acquired.
228 * Wake lock flag: When this wake lock is released, poke the user activity timer
298 * a little longer without causing a visible change such as when
308 * user activity power hints when interacting with the device indirectly
440 * wake lock, and {@link WakeLock#release release()} when you are done.
505 * is not asleep. This is what happens normally when a key or the touc
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
MessageQueueTest.java 210 if (newMsg.when != 0) {
212 "newMsg.when is %d should be 0 after copyFrom", newMsg.when)));
227 "msg.isInUse is false should be true after when processing %d",
232 "msg.arg1 is %d should be %d when processing # %d",
237 "msg.arg2 is %d should be %d when processing # %d",
242 "msg.obj should be 'this' when processing # %d", msg.what)));
246 "msg.replyTo should be null when processing # %d", msg.what)));
251 " mBundle.getString(\"key\") which is %s when processing # %d",
254 if (msg.when != 0)
    [all...]
  /frameworks/native/services/surfaceflinger/
DispSync.h 64 virtual void onDispSyncEvent(nsecs_t when) = 0;
75 // addPresentFence is called. When the fence does signal, its timestamp
88 // event timestamps, and finally calling endResync when addResyncSample
100 // value. This should be used to prime the model when a display is first
124 // computeNextRefresh computes when the next refresh is expected to begin.
  /frameworks/support/v4/honeycomb/android/support/v4/app/
NotificationCompatHoneycomb.java 31 .setWhen(n.when)

Completed in 1018 milliseconds

1 2 3 4 5 6 78 91011>>