/development/pdk/docs/porting/ |
power_management.jd | 40 <p>If the suspend operation has already started when locking a wakelock, the system will abort the suspend operation as long it has not already reached the <code>suspend_late</code> stage. This means that locking a wakelock from an interrupt handler or a freezeable thread always works, but if you lock a wakelock from a <code>suspend_late</code> handler, you must also return an error from that handler to abort suspend. You can use wakelocks to allow the user-space to decide which keys should wake the full system and turn on the screen. Use <code>set_irq_wake</code> or a platform-specific API to ensure that the keypad interrupt wakes up the CPU. Once the keypad driver has resumed, the sequence of events can look like this:</p>
|
/external/bison/lib/ |
abitset.c | 40 abort (); 111 abort ();
|
obstack.c | 99 abort gracefully or use longjump - but shouldn't return. This 382 abort ();
|
/external/iptables/extensions/ |
libip6t_sctp.c | 69 "chunktypes - DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOKIE_ECHO COOKIE_ACK ECN_ECNE ECN_CWR SHUTDOWN_COMPLETE ASCONF ASCONF_ACK ALL NONE\n", 122 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
|
libipt_sctp.c | 70 "chunktypes - DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOKIE_ECHO COOKIE_ACK ECN_ECNE ECN_CWR SHUTDOWN_COMPLETE ASCONF ASCONF_ACK ALL NONE\n", 123 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"},
|
/external/libffi/src/x86/ |
ffi64.c | 264 abort (); 424 abort();
|
/external/opencore/doc/oscl_html/ |
oscl__dns__method_8h-source.html | 39 00034 <span class="keywordtype">void</span> <a class="code" href="classOsclDNSMethod.html#a1">Abort</a>(); 88 <a name="l00086"></a><a class="code" href="classOsclDNSRequestAO.html#b2">00086</a> <span class="keywordtype">void</span> <a class="code" href="classOsclDNSRequestAO.html#b2">Abort</a>()
|
/external/openssl/crypto/bio/ |
bss_conn.c | 191 /* abort(); */ 302 /* abort(); */
|
/external/openssl/crypto/dso/ |
dso_vms.c | 338 lib$signal(status); /* This is really bad. Abort! */ 450 lib$signal(status); /* This is really bad. Abort! */
|
/external/openssl/crypto/ec/ |
ec_key.c | 120 abort(); 227 abort();
|
/external/oprofile/daemon/ |
opd_ibs.c | 614 abort(); 668 abort();
|
/external/qemu/hw/ |
goldfish_mmc.c | 255 abort(); 281 abort();
|
/external/tcpdump/ |
sctpConstants.h | 125 /* ABORT and SHUTDOWN COMPLETE FLAG */ 390 * I will abort
|
/external/webkit/WebCore/platform/network/qt/ |
QNetworkReplyHandler.cpp | 183 void QNetworkReplyHandler::abort() function in class:WebCore::QNetworkReplyHandler 188 reply->abort();
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/ |
collect2 | |
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/ |
libgcc_s.so | |
libgcc_s.so.1 | |
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/ |
collect2 | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
LaunchConfigDelegate.java | 144 // check if the project has errors, and abort in this case. 162 // Check adb status and abort if needed.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
UpdaterData.java | 219 // and abort right there. This step is just too early in the SWT
416 // they abort early
|
/bionic/libc/include/sys/ |
_errdefs.h | 139 __BIONIC_ERRDEF( ECONNABORTED , 103, "Software caused connection abort" )
|
/dalvik/libcore/dalvik/src/main/native/ |
dalvik_system_TouchDex.cpp | 122 abort();
|
/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
ResponseCacheTest.java | 303 public void abort() { method in class:ResponseCacheTest.TestCacheRequest
|
/dalvik/vm/compiler/ |
Utility.c | 286 * Abort translation and force to interpret-only for this trace
|
/dalvik/vm/mterp/common/ |
asm-constants.h | 80 * C side, these turn into assertions that cause the VM to abort if the
|