/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/mmc/ |
card.h | 95 int (*suspend)(struct mmc_card *, pm_message_t); member in struct:mmc_driver
|
/prebuilts/sdk/tools/ |
lint | 58 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
|
/sdk/apkbuilder/etc/ |
apkbuilder | 56 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
|
/sdk/dumpeventlog/etc/ |
dumpeventlog | 59 java_debug=-agentlib:jdwp=transport=dt_socket,server=y,address=8050,suspend=y
|
/external/bluetooth/bluedroid/bta/av/ |
bta_av_aact.c | 2096 BOOLEAN suspend = FALSE; local [all...] |
/art/runtime/native/ |
java_lang_Thread.cc | 121 // Suspend thread to avoid it from killing itself while we set its name. We don't just hold the 134 "failed to suspend within a generous timeout.";
|
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 60 // Suspend thread to build stack trace. 74 LOG(ERROR) << "Trying to get thread's stack by id failed as the thread failed to suspend "
|
/art/runtime/ |
signal_catcher.cc | 122 // suspend request as we're going to suspend soon anyway. We set the state to Runnable to avoid
|
thread-inl.h | 95 // Wait while our suspend count is non-zero. 109 // Atomically change from suspended to runnable if no suspend request pending.
|
/art/test/etc/ |
push-and-run-test-jar | 113 # DEBUGGER_OPTS="-agentlib:jdwp=transport=dt_android_adb,server=y,suspend=y" 120 DEBUGGER_OPTS="-agentlib:jdwp=transport=dt_socket,address=$PORT,server=y,suspend=y"
|
/dalvik/tests/etc/ |
host-run-test-jar | 124 DEBUG_OPTS="-Xcheck:jni -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n" 149 DEX_DEBUG="-agentlib:jdwp=transport=dt_socket,addres=$PORT,server=y,suspend=y"
|
/dalvik/vm/native/ |
dalvik_system_VMStack.cpp | 160 * Suspend the thread, pull out the stack trace, then resume the thread 162 * our own stack trace, skip the suspend/resume.
|
/development/ndk/platforms/android-3/include/linux/ |
device.h | 54 int (*suspend)(struct device * dev, pm_message_t state); member in struct:bus_type 83 int (*suspend) (struct device * dev, pm_message_t state); member in struct:device_driver
|
/external/chromium_org/apps/ |
app_window_contents.cc | 72 // will be sent during LoadURL) and suspend resource requests on the new RVH 141 // need to suspend resource requests here (the call in the constructor
|
/external/chromium_org/content/public/renderer/ |
render_thread.h | 118 // Suspend/resume the webkit timer for this renderer. 119 virtual void ToggleWebKitSharedTimer(bool suspend) = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ScriptedAnimationController.cpp | 55 void ScriptedAnimationController::suspend() function in class:WebCore::ScriptedAnimationController 63 // even when suspend hasn't (if a tab was created in the background).
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLMarqueeElement.cpp | 168 void HTMLMarqueeElement::suspend() function in class:WebCore::HTMLMarqueeElement 171 marqueeRenderer->suspend();
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XMLHttpRequestProgressEventThrottle.cpp | 178 void XMLHttpRequestProgressEventThrottle::suspend() function in class:WebCore::XMLHttpRequestProgressEventThrottle 181 // and continue the last suspend.
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
WebSocket.h | 115 virtual void suspend() OVERRIDE; 139 void suspend();
|
/external/kernel-headers/original/linux/ |
apm_bios.h | 204 #define APM_CAP_RESUME_SUSPEND_TIMER 0x0008 /* Timer resume from suspend */ 206 #define APM_CAP_RESUME_SUSPEND_RING 0x0020 /* Resume on Ring fr suspend */
|
pm.h | 152 * SUSPEND - like FREEZE, but hardware is doing as much powersaving as 156 * (SUSPEND). We'll need to fix the drivers. So yes, putting 3 to all different
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
Converter.cpp | 476 int32_t suspend; local 477 CHECK(msg->findInt32("suspend", &suspend)); 479 mEncodingSuspended = suspend; 483 params->setInt32("drop-input-frames",suspend); 823 void Converter::suspendEncoding(bool suspend) { 825 msg->setInt32("suspend", suspend);
|
/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.widget.VideoView.html | 94 <nobr><code>void</code> <A HREF="../../../../reference/android/widget/VideoView.html#suspend()" target="_top"><code>suspend</code></A>()</nobr>
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
connectivity-monitoring.jd | 80 suspend) your background updates accordingly.</p> 88 should there be none, suspend further updates until connectivity is restored.</p>
|
/libcore/libart/src/main/java/java/lang/ |
ThreadGroup.java | 173 * method {@link #suspend()}. The exact behavior of this call was never 179 * @deprecated Required deprecated method suspend(). 534 * @see #suspend 638 * @see Thread#suspend 641 * @deprecated Requires deprecated method Thread.suspend(). 645 public final void suspend() { method in class:ThreadGroup 647 Thread.currentThread().suspend(); 660 thread.suspend();
|