/ndk/build/platforms/android-8/arch-x86/usr/include/ |
stdlib.h | 51 extern __noreturn void abort(void);
|
/ndk/docs/ |
CPU-ARM-NEON.TXT | 74 NDK build scripts will complain and abort. It is important to use checks like
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
mkinstalldirs | 83 # directories to create, and then abort because `.' already
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
mkinstalldirs | 83 # directories to create, and then abort because `.' already
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/ |
mkinstalldirs | 83 # directories to create, and then abort because `.' already
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/ |
mkinstalldirs | 83 # directories to create, and then abort because `.' already
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
mkinstalldirs | 83 # directories to create, and then abort because `.' already
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
FirstElementParser.java | 154 * This simply records the element name and abort processing by throwing an exception.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ProjectCallback.java | 79 // Log this error with the class name we're trying to load and abort.
|
/system/core/libcutils/ |
selector.c | 252 // Abort on everything except EINTR.
|
/system/core/run-as/ |
run-as.c | 65 * - that it is invoked from the 'shell' or 'root' user (abort otherwise)
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/scan/scanCncn/ |
ScanCncnDrvSM.c | 503 * \brief SM action - handles an abort scan or stop scan event (by stopping the actual scan) 525 * \brief SM action - handles a recovery event (calls the scan SRV abort on FW reset and than finishes scan) 586 * \brief SM action - handles a scan reject event (abort scan before scan actually started)\n 678 /* Stop or abort is in progress, also send a scan complete event */ [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
mmc_omap_api.h | 399 A host communicating with SDIO device can abort data transfer just by 400 writing to the ASx bits in the CCCR. Normally, the abort is used to 524 A host communicating with SDIO device can abort data transfer just by 525 writing to the ASx bits in the CCCR. Normally, the abort is used to
|
/dalvik/vm/ |
Init.c | 107 dvmFprintf(stderr, " -Xdeadlockpredict:{off,warn,err,abort}\n"); 945 else if (strcmp(argv[i] + 18, "abort") == 0) [all...] |
/external/qemu/ |
savevm.c | 439 abort(); 472 abort(); 494 abort(); 508 abort(); 532 abort(); [all...] |
/frameworks/base/awt/javax/imageio/ |
ImageReader.java | 717 * Requests an abort operation for current reading operation. 719 public void abort() { method in class:ImageReader 724 * Checks whether or not a request to abort the current read operation has 727 * @return true, if the request to abort the current read operation has been 735 * Clears all previous abort request, and abortRequested returns false after [all...] |
/packages/apps/Settings/src/com/android/settings/ |
ManageApplications.java | 485 volatile boolean abort = false; field in class:ManageApplications.TaskRunner 495 abort = true; 521 if (abort) { 522 // Exit if abort has been set. 820 volatile boolean abort = false; field in class:ManageApplications.ResourceLoaderThread [all...] |
/external/gtest/src/ |
gtest-death-test.cc | 223 abort(); 407 virtual void Abort(AbortReason reason); 514 // status_fd to be used both here and in ForkingDeathTest::Abort(). 518 void WindowsDeathTest::Abort(AbortReason reason) { 645 virtual void Abort(AbortReason reason); 857 void ForkingDeathTest::Abort(AbortReason reason) { [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
ScanCncn.c | 420 * mark that null data should be sent (different from abort, where null dats is not sent 421 * to reduce abort time) [all...] |
/bionic/libm/man/ |
ieee.3 | 326 ABORT. 344 abort within whatever program called it, and so
|
/bootable/recovery/edify/ |
expr.c | 135 state->errmsg = strdup("called abort()"); 386 RegisterFunction("abort", AbortFn);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ScrollerTest.java | 128 // force abort animation 156 // force abort animation
|
/dalvik/docs/ |
embedded-vm-control.html | 226 <code>monitor-enter</code> instruction, and <code>abort</code> to have 227 the entire VM abort.
|
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
Validator.java | 212 * The error handler can abort further validation immediately 292 * then the {@link Validator} will abort the parsing and
|
ValidatorHandler.java | 198 * The error handler can abort further validation immediately 278 * then the {@link ValidatorHandler} will abort the parsing and
|