HomeSort by relevance Sort by last modified time
    Searched defs:aborted (Results 1 - 12 of 12) sorted by null

  /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)
WaitingThread.java 63 private boolean aborted; field in class:WaitingThread
149 if (aborted)
162 if (aborted)
192 aborted = true;
  /dalvik/vm/compiler/
Compiler.c 625 bool aborted = setjmp(jmpBuf); local
626 if (!aborted) {
629 if (aborted || !compileOK) {
  /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/bluetooth/glib/gio/
gmountoperation.h 76 void (* aborted) (GMountOperation *op); member in struct:_GMountOperationClass
  /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/gtest/test/
gtest-death-test_test.cc 509 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
510 // aborted the function.
511 void ExpectDeathTestHelper(bool* aborted) {
512 *aborted = true;
514 *aborted = false;
519 bool aborted = true; local
520 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
522 EXPECT_FALSE(aborted);
527 static bool aborted; local
529 aborted = true
640 bool aborted = true; local
654 static bool aborted; local
    [all...]
gtest_unittest.cc 915 void DoesNotAbortHelper(bool* aborted) {
919 *aborted = false;
923 bool aborted = true; local
924 DoesNotAbortHelper(&aborted);
925 EXPECT_FALSE(aborted);
3747 bool aborted = true; 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...]
gtest_unittest.cc 1629 bool aborted = true; local
4610 bool aborted = true; local
    [all...]
  /external/svox/pico/lib/
picotok.c 244 picoos_bool aborted; /* to be moved ??? */ member in struct:tok_subobj
    [all...]
picoos.c 1426 picoos_bool aborted; member in struct:picoos_sd_file
    [all...]

Completed in 3128 milliseconds