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

1 2 3 4 5 6

  /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)
WaitingThread.java 68 private boolean aborted; field in class:WaitingThread
154 if (aborted)
167 if (aborted)
197 aborted = true;
  /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/googletest/googletest/test/
gtest-death-test_test.cc 567 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
568 // aborted the function.
569 void ExpectDeathTestHelper(bool* aborted) {
570 *aborted = true;
572 *aborted = false;
577 bool aborted = true; local
578 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
580 EXPECT_FALSE(aborted);
585 static bool aborted; local
587 aborted = true
694 bool aborted = true; local
711 static bool aborted; local
718 static bool aborted; local
725 static bool aborted; local
732 static bool aborted; local
739 static bool aborted; local
746 static bool aborted; local
753 static bool aborted; local
760 static bool aborted; local
767 static bool aborted; local
774 static bool aborted; local
    [all...]
  /external/v8/testing/gtest/test/
gtest-death-test_test.cc 567 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
568 // aborted the function.
569 void ExpectDeathTestHelper(bool* aborted) {
570 *aborted = true;
572 *aborted = false;
577 bool aborted = true; local
578 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
580 EXPECT_FALSE(aborted);
585 static bool aborted; local
587 aborted = true
694 bool aborted = true; local
711 static bool aborted; local
718 static bool aborted; local
725 static bool aborted; local
732 static bool aborted; local
739 static bool aborted; local
746 static bool aborted; local
753 static bool aborted; local
760 static bool aborted; local
767 static bool aborted; local
774 static bool aborted; local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-death-test_test.cc 568 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
569 // aborted the function.
570 void ExpectDeathTestHelper(bool* aborted) {
571 *aborted = true;
573 *aborted = false;
578 bool aborted = true; local
579 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
581 EXPECT_FALSE(aborted);
586 static bool aborted; local
588 aborted = true
695 bool aborted = true; local
712 static bool aborted; local
719 static bool aborted; local
726 static bool aborted; local
733 static bool aborted; local
740 static bool aborted; local
747 static bool aborted; local
754 static bool aborted; local
761 static bool aborted; local
768 static bool aborted; local
775 static bool aborted; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-vmxcopy.c 8 * See if the altivec state is leaked out of an aborted transaction due to
46 uint64_t aborted = 0; local
81 : [res]"=r"(aborted)
87 if (aborted && (vecin != vecout)){
  /external/skia/include/core/
SkDocument.h 207 SkDocument(SkWStream*, void (*)(SkWStream*, bool aborted));
231 void (*fDoneProc)(SkWStream*, bool 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/google-breakpad/src/testing/gtest/test/
gtest-death-test_test.cc 570 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
571 // aborted the function.
572 void ExpectDeathTestHelper(bool* aborted) {
573 *aborted = true;
575 *aborted = false;
580 bool aborted = true; local
581 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
583 EXPECT_FALSE(aborted);
588 static bool aborted; local
590 aborted = true
697 bool aborted = true; local
711 static bool aborted; local
    [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...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 569 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
570 // aborted the function.
571 void ExpectDeathTestHelper(bool* aborted) {
572 *aborted = true;
574 *aborted = false;
579 bool aborted = true; local
580 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
582 EXPECT_FALSE(aborted);
587 static bool aborted; local
589 aborted = true
696 bool aborted = true; local
710 static bool aborted; local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc 569 // On exit, *aborted will be true iff the EXPECT_DEATH() statement
570 // aborted the function.
571 void ExpectDeathTestHelper(bool* aborted) {
572 *aborted = true;
574 *aborted = false;
579 bool aborted = true; local
580 EXPECT_NONFATAL_FAILURE(ExpectDeathTestHelper(&aborted),
582 EXPECT_FALSE(aborted);
587 static bool aborted; local
589 aborted = true
696 bool aborted = true; local
710 static bool aborted; local
    [all...]
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-build.sh 69 echo Run aborted.
  /external/autotest/server/cros/dynamic_suite/
fakes.py 74 @var aborted: present and True if the job was aborted. Optional.
76 def __init__(self, code, name, reason, aborted=None,
88 if aborted:
89 self.entry['aborted'] = True
101 if 'aborted' in self.entry and self.entry['aborted']:
  /system/connectivity/wificond/scanning/
scanner_impl.h 79 bool aborted,
scanner_impl.cpp 340 bool aborted,
349 if (aborted) {
350 LOG(WARNING) << "Scan aborted";
  /external/vogar/test/vogar/target/junit3/
TestRunnerJUnit3Test.java 244 .aborted(); method
315 .aborted(); method
  /system/connectivity/wificond/net/
netlink_manager.cpp 472 // Scan was aborted, for unspecified reasons.partial scan results may be
650 bool aborted = false; local
652 aborted = true;
665 if (!aborted) {
676 if (!aborted) {
685 handler->second(if_index, aborted, ssids, freqs);
netlink_manager.h 52 // |aborted| is a boolean indicating if this scan was aborted or not.
54 // available even when the scan was aborted.
61 bool aborted,
  /external/autotest/scheduler/
postjob_task.py 68 was_aborted = bool(queue_entry.aborted)
69 elif was_aborted != bool(queue_entry.aborted): # subsequent entries
70 entries = ['%s (aborted: %s)' % (entry, entry.aborted)
83 return models.HostQueueEntry.Status.ABORTED
98 # the task. post-job tasks continue when the job is aborted.
282 # always reboot after aborted jobs
283 self._final_status() == models.HostQueueEntry.Status.ABORTED
scheduler_models_unittest.py 89 self.assert_(not delay_task.aborted)
97 self.assert_(delay_task.aborted)
262 hqe.aborted = True
343 self.assertTrue(hqe.aborted)
  /external/vogar/test/vogar/target/
AbstractTestRunnerTest.java 54 * {@link ExpectedResults#aborted()}. They indicate whether the test process completed normally or
82 + "either aborted() or completedNormally()");
188 public void aborted() { method
  /external/autotest/frontend/afe/
models.py 1628 aborted = dbmodels.BooleanField(default=False) variable in class:HostQueueEntry
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_thread.py 459 aborted = self.env.lock_detect(
461 if verbose and aborted:
462 print "deadlock: Aborted %d deadlocked transaction(s)" \
463 % aborted

Completed in 1405 milliseconds

1 2 3 4 5 6