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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ss/
ss_err.et 4 "Subsystem aborted"
19 "Command line aborted"
  /device/moto/stingray/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/moto/wingray/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/samsung/crespo/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/samsung/crespo4g/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/samsung/maguro/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/samsung/toro/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/ti/panda/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /external/apache-http/src/org/apache/http/client/methods/
HttpRequestBase.java 64 private boolean aborted; field in class:HttpRequestBase
107 if (this.aborted) {
108 throw new IOException("Request already aborted");
122 if (this.aborted) {
123 throw new IOException("Request already aborted");
139 if (this.aborted) {
142 this.aborted = true;
167 return this.aborted;
174 clone.aborted = false;
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
WaitingThreadAborter.java 37 private boolean aborted; field in class:WaitingThreadAborter
43 aborted = true;
51 * Sets the waiting thread. If this has already been aborted,
58 if (aborted)
  /external/webkit/LayoutTests/storage/indexeddb/
error-causes-abort-by-default-expected.txt 31 PASS Transaction aborted
40 PASS Transaction aborted
exception-in-event-aborts-expected.txt 28 PASS The transaction was aborted.
38 PASS The transaction was aborted.
error-causes-abort-by-default.html 91 testPassed("Transaction aborted");
105 testPassed("Transaction aborted");
  /external/chromium/chrome/browser/sync/glue/
data_type_controller.h 49 ABORTED, // Start was aborted by calling Stop().
73 // aborted and the start callback is invoked with the ABORTED start
http_bridge.cc 116 aborted(false),
202 NOTREACHED(); // or is aborted. See OnURLFetchComplete
206 DCHECK(fetch_state_.request_completed || fetch_state_.aborted);
216 if (fetch_state_.aborted)
256 DCHECK(!fetch_state_.aborted);
257 if (fetch_state_.aborted || fetch_state_.request_completed)
260 fetch_state_.aborted = true;
276 if (fetch_state_.aborted)
  /external/clang/lib/ARCMigrate/
Internals.h 119 bool Aborted;
122 Transaction(TransformActions &TA) : TA(TA), Aborted(false) {
133 Aborted = true;
136 bool isAborted() const { return Aborted; }
  /external/clang/test/Analysis/
idempotent-operations.cpp 17 // Test not flagging idempotent operations because we aborted the analysis
  /frameworks/base/core/java/android/database/sqlite/
SQLiteAbortException.java 20 * An exception that indicates that the SQLite program was aborted.
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 99 /** True if the connection has been aborted. */
100 private volatile boolean aborted; field in class:AbstractClientConnAdapter
120 aborted = false;
144 * Asserts that the connection has not been aborted.
146 * @throws InterruptedIOException if the connection has been aborted
149 if (aborted) {
158 * or connection has been aborted
179 if (aborted)
372 if (aborted) {
375 aborted = true
    [all...]
  /external/chromium/testing/gtest/test/
gtest-death-test_test.cc 513 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
514 // aborted the function.
515 void ExpectDeathTestHelper(bool* aborted) {
516 *aborted = true;
518 *aborted = false;
523 bool aborted = true; local
524 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
526 EXPECT_FALSE(aborted);
531 static bool aborted; local
533 aborted = true
644 bool aborted = true; local
658 static bool aborted; local
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 513 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
514 // aborted the function.
515 void ExpectDeathTestHelper(bool* aborted) {
516 *aborted = true;
518 *aborted = false;
523 bool aborted = true; local
524 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
526 EXPECT_FALSE(aborted);
531 static bool aborted; local
533 aborted = true
644 bool aborted = true; local
658 static bool aborted; local
    [all...]
  /external/protobuf/gtest/test/
gtest-death-test_test.cc 504 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
505 // aborted the function.
506 void ExpectDeathTestHelper(bool* aborted) {
507 *aborted = true;
509 *aborted = false;
514 bool aborted = true; local
515 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
517 EXPECT_FALSE(aborted);
522 static bool aborted; local
524 aborted = true
635 bool aborted = true; local
649 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.
24 Compiler_Compliance_Error=Compiler compliance level not compatible: Build aborted.
26 s_Contains_Xml_Error=%1$s contains XML error: Build aborted.
27 s_Doesnt_Declare_Package_Error=%1$s does not declare a Java package: Build aborted.
31 AAPT_Error='aapt' error. Pre Compiler Build aborted.
  /external/apache-http/src/org/apache/http/client/
HttpClient.java 93 * @throws IOException in case of a problem or the connection was aborted
114 * @throws IOException in case of a problem or the connection was aborted
136 * @throws IOException in case of a problem or the connection was aborted
159 * @throws IOException in case of a problem or the connection was aborted
175 * @throws IOException in case of a problem or the connection was aborted
192 * @throws IOException in case of a problem or the connection was aborted
214 * @throws IOException in case of a problem or the connection was aborted
238 * @throws IOException in case of a problem or the connection was aborted
  /development/testrunner/
errors.py 41 execution should be aborted."""

Completed in 1286 milliseconds

1 2 3 4 5 6 7 8 91011>>