/external/llvm/test/Other/ |
close-stderr.ll | 11 ; program cleanly rather than aborting.
|
/external/compiler-rt/lib/asan/output_tests/ |
null_deref.cc | 11 // Check-Common: {{AddressSanitizer can not provide additional info. ABORTING}}
|
/gdk/build/core/ |
build-module.mk | 26 $(call __gdk_error,Aborting) 31 $(call __gdk_error,Aborting)\
|
add-application.mk | 79 $(call __gdk_error,Aborting...) 89 $(call __gdk_error,Aborting...) 136 $(call __gdk_error,Aborting)\ 161 $(call __gdk_error,Aborting)\
|
build-local.mk | 17 $(error Aborting.) 66 $(call __gdk_error,Aborting) 73 $(call __gdk_error,Aborting.)
|
init.mk | 93 $(call __gdk_error,Aborting.) 119 $(call __gdk_error,Aborting) 148 $(call __gdk_error,Aborting.) 174 $(call __gdk_error,Aborting.) 283 $(call __gdk_error,Aborting)\ 323 $(call __gdk_error,Aborting) 331 $(call __gdk_error,Aborting)
|
/ndk/build/core/ |
build-module.mk | 26 $(call __ndk_error,Aborting) 31 $(call __ndk_error,Aborting)\
|
prebuilt-library.mk | 29 $(call __ndk_error,Aborting) 36 $(call __ndk_error,Aborting) 43 $(call __ndk_error,Aborting)
|
main.mk | 71 $(call __ndk_error, Aborting) 81 $(call __ndk_error, Aborting) 94 $(call __ndk_error, Aborting)\ 106 $(call __ndk_error, Aborting) 128 $(call __ndk_error, Aborting)\
|
add-application.mk | 121 $(call __ndk_error,Aborting) 133 $(call __ndk_error,Aborting...) 143 $(call __ndk_error,Aborting...) 190 $(call __ndk_error,Aborting)\ 226 $(call __ndk_error,Aborting)\
|
build-local.mk | 37 $(error Aborting.) 130 $(call __ndk_error,Aborting) 137 $(call __ndk_error,Aborting.)
|
/external/webkit/Source/WebCore/fileapi/ |
FileReader.cpp | 146 LOG(FileAPI, "FileReader: aborting\n"); 148 if (m_state == Aborting) 150 m_state = Aborting; 214 // If we're aborting, do not proceed with normal error handling since it is covered in aborting code. 215 if (m_state == Aborting) 238 case Aborting:
|
/external/chromium/chrome/browser/chromeos/ |
name_value_pairs_parser.cc | 42 LOG(WARNING) << "Empty key: '" << pair << "'. Aborting."; 52 LOG(WARNING) << "Multiple key tokens: '" << pair << "'. Aborting."; 58 LOG(WARNING) << "Invalid token pair: '" << pair << "'. Aborting.";
|
/cts/tests/tests/webkitsecurity/assets/ |
abort-crash.html | 36 This tests that aborting and then garbage collecting an XMLHttpRequest does not cause a crash.
|
/external/dbus/test/name-test/ |
test-wait-for-echo.py | 10 print "Failed import, aborting test"
|
test-activation-forking.py | 10 print "Failed import, aborting test"
|
/system/extras/fatblock/ |
fatblock.c | 171 DIE("fatblock: chdir(%s) failed: %s; aborting\n", path, strerror(errno)); 175 DIE("fatblock: couldn't import filesystem; aborting\n"); 181 DIE("fatblock: couldn't create block device; aborting\n"); 184 DIE("fatblock: invalid ublock index %d; aborting\n", index);
|
/external/srec/portable/include/ |
ptstutils.h | 39 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \ 49 pfprintf(PSTDERR, L(__FILE__ "(%d): " #x " failed: aborting.\n"), __LINE__); \
|
/hardware/ti/wlan/wl1271/stad/src/Data_link/ |
TxDataClsfr.c | 373 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): NULL ConfigBuffer pointer Error - Aborting\n"); 380 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): Bad Number Of Entries - Aborting\n"); 386 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): D-Tag classifier - Aborting\n"); 399 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): bad parameter - Aborting\n"); 409 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): classifier entries conflict - Aborting\n"); 430 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): bad parameter - Aborting\n"); 440 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): classifier entries conflict - Aborting\n"); 463 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): bad parameter - Aborting\n"); 474 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): classifier entries conflict - Aborting\n"); 490 TRACE0(pTxDataQ->hReport, REPORT_SEVERITY_ERROR, "Classifier_InsertClsfrEntry(): Classifier type -- unknown - Aborting\n") [all...] |
/external/openssh/regress/ |
stderr-after-eof.sh | 19 fatal "No checksum program available, aborting $tid test"
|
/external/qemu/distrib/ |
build-kernel.sh | 110 echo "Aborting." 117 echo "Output directory '$OPTION_OUT' does not exist ! Aborting." 172 echo "It looks like $CROSS_COMPILER is not in your path ! Aborting." 204 echo "Could not build the kernel. Aborting !"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
messages.properties | 23 NdkGdbLaunchDelegate_LaunchError_NoLauncherActivity=No launcher activity specified. Aborting launch.
|
/sdk/emulator/opengl/tests/ut_renderer/ |
ut_renderer.cpp | 51 printf("failed to get client.. aborting\n");
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
WaitingThreadAborter.java | 54 * @param waitingThread The thread to interrupt when aborting.
|
/external/qemu/distrib/sdl-1.2.12/ |
Makefile | 31 $(error "The BUILD_SYSTEM variable was not defined by your configuration sub-makefile. Aborting")
|