/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ExecutionContext.h | 107 // Called after the construction of an ActiveDOMObject to synchronize suspend state.
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
SourceBuffer.cpp | 371 void SourceBuffer::suspend() function in class:WebCore::SourceBuffer 373 m_appendBufferAsyncPartRunner.suspend(); 374 m_removeAsyncPartRunner.suspend(); 375 m_appendStreamAsyncPartRunner.suspend();
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
RTCPeerConnection.h | 129 virtual void suspend() OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
NewWebSocketChannelImpl.h | 96 virtual void suspend() OVERRIDE;
|
ThreadableWebSocketChannelClientWrapper.cpp | 201 void ThreadableWebSocketChannelClientWrapper::suspend() function in class:WebCore::ThreadableWebSocketChannelClientWrapper
|
WebSocket.cpp | 91 void WebSocket::EventQueue::suspend() function in class:WebCore::WebSocket::EventQueue 559 void WebSocket::suspend() function in class:WebCore::WebSocket 562 m_channel->suspend(); 563 m_eventQueue->suspend();
|
/external/chromium_org/v8/src/platform/ |
condition-variable.h | 50 // the mutex and suspend the execution of the calling thread. When the condition
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DebugInfoConstants.java | 121 * a method epilogue (an appropriate place to suspend execution before
|
/external/jpeg/ |
jcapistd.c | 154 /* If compressor did not consume the whole row, suspend processing. */
|
jdatadst.c | 65 * In applications that need to be able to suspend compression due to output
|
/external/kernel-headers/original/asm-x86/ |
thread_info_32.h | 138 #define TIF_FREEZE 19 /* is freezing for suspend */
|
/external/oprofile/events/ppc64/ibm-compat-v1/ |
event_mappings | 78 #Group 12 pm_compat_suspend, Suspend Events
|
/external/qemu/ |
cpu-defs.h | 161 uint32_t halted; /* Nonzero if the CPU is in suspend state */ \
|
/external/qemu/distrib/jpeg-6b/ |
jcapistd.c | 154 /* If compressor did not consume the whole row, suspend processing. */
|
jdatadst.c | 65 * In applications that need to be able to suspend compression due to output
|
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlsemtrywait.html | 83 >SDL_SemTryWait -- Attempt to lock a semaphore but don't suspend the thread.</DIV
|
sdlsemwait.html | 83 >SDL_SemWait -- Lock a semaphore and suspend the thread if the semaphore value is zero.</DIV
|
/frameworks/base/location/java/android/location/ |
LocationRequest.java | 384 * <p>The duration includes suspend time. Values less than 0 412 * <p>The duration includes suspend time. Values before {@link SystemClock#elapsedRealtime} 415 * @param millis expiration time of request, in milliseconds since boot including suspend 430 * @return expiration time of request, in milliseconds since boot including suspend
|
/hardware/qcom/display/msm8960/libgralloc/ |
gralloc_priv.h | 61 * other EXTERNAL_ONLY buffers are available. Used during suspend.
|
/hardware/qcom/display/msm8960/liboverlay/ |
overlayRotator.cpp | 153 //Brute force obj destruction, helpful in suspend.
|
/hardware/qcom/display/msm8974/libgralloc/ |
gralloc_priv.h | 61 * other EXTERNAL_ONLY buffers are available. Used during suspend.
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayRotator.cpp | 153 //Brute force obj destruction, helpful in suspend.
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gralloc_priv.h | 61 * other EXTERNAL_ONLY buffers are available. Used during suspend.
|
/hardware/qcom/display/msm8x26/liboverlay/ |
overlayRotator.cpp | 153 //Brute force obj destruction, helpful in suspend.
|
/prebuilts/devtools/tools/ |
android.bat | 81 REM set REMOTE_DEBUG=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
|