HomeSort by relevance Sort by last modified time
    Searched full:aborted (Results 1 - 25 of 736) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/gdbserver_tests/
nlgone_abrt.stdoutB.exp 2 Program received signal SIGABRT, Aborted.
5 Program terminated with signal SIGABRT, Aborted.
  /external/e2fsprogs/lib/ss/
ss_err.et 4 "Subsystem aborted"
19 "Command line aborted"
  /device/asus/deb/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/flo/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/asus/fugu/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/htc/flounder/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/lge/hammerhead/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/moto/shamu/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 69 private boolean aborted; field in class:HttpRequestBase
112 if (this.aborted) {
113 throw new IOException("Request already aborted");
127 if (this.aborted) {
128 throw new IOException("Request already aborted");
144 if (this.aborted) {
147 this.aborted = true;
172 return this.aborted;
179 clone.aborted = false;
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThreadAborter.java 43 private boolean aborted; field in class:WaitingThreadAborter
49 aborted = true;
57 * Sets the waiting thread. If this has already been aborted,
64 if (aborted)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
transaction.py 35 self.aborted = False
39 self.aborted = True
42 self.aborted = True
47 if self.aborted:
  /external/mockftpserver/branches/1.x_Branch/src/main/resources/
ReplyText.properties 42 426=Connection closed; transfer aborted.
45 451=Requested action aborted: local error in processing.
58 551=Requested action aborted: page type unknown.
59 552=Requested file action aborted.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteAbortException.java 20 * An exception that indicates that the SQLite program was aborted.
  /external/v8/src/
lithium-codegen.h 61 ABORTED
77 bool is_aborted() const { return status_ == ABORTED; }
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 104 /** True if the connection has been aborted. */
105 private volatile boolean aborted; field in class:AbstractClientConnAdapter
125 aborted = false;
149 * Asserts that the connection has not been aborted.
151 * @throws InterruptedIOException if the connection has been aborted
154 if (aborted) {
163 * or connection has been aborted
184 if (aborted)
377 if (aborted) {
380 aborted = true
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 502 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
503 // aborted the function.
504 void ExpectDeathTestHelper(bool* aborted) {
505 *aborted = true;
507 *aborted = false;
512 bool aborted = true; local
513 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
515 EXPECT_FALSE(aborted);
520 static bool aborted; local
522 aborted = true
633 bool aborted = true; local
647 static bool aborted; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
build_messages.properties 9 Project_Has_Errors=Project contains error(s). Package Builder aborted.
26 Compiler_Compliance_Error=Compiler compliance level not compatible: Build aborted.
28 s_Contains_Xml_Error=%1$s contains XML error: Build aborted.
29 s_Doesnt_Declare_Package_Error=%1$s does not declare a Java package: Build aborted.
33 AAPT_Error='aapt' error. Pre Compiler Build aborted.
  /external/apache-http/src/org/apache/http/client/
HttpClient.java 98 * @throws IOException in case of a problem or the connection was aborted
119 * @throws IOException in case of a problem or the connection was aborted
141 * @throws IOException in case of a problem or the connection was aborted
164 * @throws IOException in case of a problem or the connection was aborted
180 * @throws IOException in case of a problem or the connection was aborted
197 * @throws IOException in case of a problem or the connection was aborted
219 * @throws IOException in case of a problem or the connection was aborted
243 * @throws IOException in case of a problem or the connection was aborted
  /development/testrunner/
errors.py 41 execution should be aborted."""
  /external/clang/lib/ARCMigrate/
Internals.h 125 bool Aborted;
128 Transaction(TransformActions &TA) : TA(TA), Aborted(false) {
139 Aborted = true;
142 bool isAborted() const { return Aborted; }
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
DiskCache.java 17 * false if the write should be aborted.
  /external/google-tv-pairing-protocol/cpp/src/polo/wire/
polowirelistener.h 35 // Polo session should be aborted.
  /external/skia/src/doc/
SkDocument_XPS.cpp 69 static void delete_wstream(SkWStream* stream, bool aborted) {
  /external/valgrind/none/tests/amd64-linux/
filter_minimal 14 perl -n -e 'print if !/^(Segmentation fault|Alarm clock|Aborted|Bus error)( \(core dumped\))?$/' |
  /external/valgrind/none/tests/x86-linux/
filter_minimal 14 perl -n -e 'print if !/^(Segmentation fault|Alarm clock|Aborted|Bus error)( \(core dumped\))?$/' |

Completed in 2708 milliseconds

1 2 3 4 5 6 7 8 91011>>