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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/content/renderer/media/crypto/
pepper_cdm_wrapper_impl.h 9 #error This file should only be included when ENABLE_PEPPER_CDMS is defined
35 // free them as necessary when this wrapper is destroyed. In particular, it
  /external/chromium_org/native_client_sdk/src/getting_started/part2/
example.js 5 // This function is called by common.js when the NaCl module is
19 // This function is called by common.js when a message is received from the
  /external/jsr305/ri/src/main/java/javax/annotation/
Nonnegative.java 9 import javax.annotation.meta.When;
16 When when() default When.ALWAYS;
20 public When forConstantValue(Nonnegative annotation, Object v) {
22 return When.NEVER;
35 return When.NEVER;
37 return When.ALWAYS;
RegEx.java 11 import javax.annotation.meta.When;
23 When when() default When.ALWAYS;
27 public When forConstantValue(RegEx annotation, Object value) {
29 return When.NEVER;
34 return When.NEVER;
36 return When.ALWAYS;
  /external/llvm/test/MC/MachO/ARM/
thumb-bl-jbits.s 17 # has it displacement encoded correctly with respect to the J1 and J2 bits when
  /external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
NanoWebSocketServerTest.java 13 import static org.mockito.Mockito.when;
WebSocketResponseHandlerTest.java 21 import static org.mockito.Mockito.when;
52 when(session.getHeaders()).thenReturn(headers);
53 when(webSocketFactory.openWebSocket(any(IHTTPSession.class))).thenReturn(webSocket);
54 when(webSocket.getHandshakeResponse()).thenReturn(response);
  /external/qemu/telephony/
sysdeps.h 70 extern void sys_timer_set( SysTimer timer, SysTime when, SysCallback callback, void* opaque );
  /frameworks/base/core/tests/coretests/src/android/net/
NetworkScorerAppManagerTest.java 55 Mockito.when(mMockContext.getPackageManager()).thenReturn(mMockPm);
100 Mockito.when(mMockPm.queryIntentActivities(
114 Mockito.when(mMockPm.queryBroadcastReceivers(
128 Mockito.when(mMockPm.checkPermission(permission.SCORE_NETWORKS, packageName))
  /device/htc/flounder/audio/hal/
Android.mk 10 # TODO: remove resampler if possible when AudioFlinger supports downsampling from 48 to 8
  /external/chromium_org/build/android/gyp/util/
md5_check_test.py 41 CheckCallAndRecord(True, 'should call when record doesn\'t exist')
42 CheckCallAndRecord(False, 'should not call when nothing changed')
43 CheckCallAndRecord(True, force=True, message='should call when forced')
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/liblouis_nacl/
externs.js 19 * Exposed when Native Client is present.
  /external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform/
example.js 11 // This function is called by common.js when a message is received from the
  /external/chromium_org/net/data/proxy_resolver_v8_tracing_unittest/
terminate.js 16 // If the script didn't terminate when abandoned, then it will reach this and
  /external/chromium_org/third_party/skia/tools/lua/
agg_dash.lua 2 This file is used as the aggregator file when using telemetry for
  /external/chromium_org/v8/test/mjsunit/
math-floor-negative.js 31 // Trigger overflow when converting/truncating double to integer.
32 // Divide by 10 to avoid overflow when smi-tagging at the end.
42 // Trigger overflow when compensating by subtracting after compare.
43 // Divide by 10 to avoid overflow when smi-tagging at the end.
  /external/proguard/bin/
proguardgui.bat 6 REM Note: when passing file names containing spaces to this script,
retrace.bat 6 REM Note: when passing file names containing spaces to this script,
  /external/skia/tools/lua/
agg_dash.lua 2 This file is used as the aggregator file when using telemetry for
  /prebuilts/tools/common/proguard/proguard4.7/bin/
proguardgui.bat 6 REM Note: when passing file names containing spaces to this script,
retrace.bat 6 REM Note: when passing file names containing spaces to this script,
  /system/core/libpixelflinger/codeflinger/
CodeCache.h 96 : entry(a), when(w) { }
98 mutable int64_t when; member in struct:android::CodeCache::cache_entry_t
  /system/core/libutils/
SystemClock.cpp 48 int64_t when = systemTime(SYSTEM_TIME_MONOTONIC); local
49 return (int64_t) nanoseconds_to_milliseconds(when);
  /frameworks/base/core/java/android/ddm/
DdmHandleHeap.java 65 * Called when the DDM server connects. The handler is allowed to
71 * Called when the DDM server disconnects. Can be used to disable
114 int when = in.get(); local
116 Log.v("ddm-heap", "Heap segment enable: when=" + when);
118 boolean ok = DdmVmInternal.heapInfoNotify(when);
132 int when = in.get(); local
135 Log.v("ddm-heap", "Heap segment enable: when=" + when
138 boolean ok = DdmVmInternal.heapSegmentNotify(when, what, isNative)
    [all...]
  /frameworks/base/core/java/android/os/
Message.java 56 * An arbitrary object to send to the recipient. When using
82 * This flag is set when the message is enqueued and remains set while it
83 * is delivered and afterwards when it is recycled. The flag is only cleared
84 * when a new message is created or obtained since that is the only time that
99 /*package*/ long when; field in class:Message
175 * @param callback Runnable that will execute when the message is handled.
289 * Used internally by the MessageQueue and Looper when disposing of queued Messages.
301 when = 0;
340 return when;
360 * Retrieve callback object that will execute when this message is handled
    [all...]

Completed in 491 milliseconds

1 2 3 45 6 7 8 91011>>