HomeSort by relevance Sort by last modified time
    Searched refs:aborted (Results 1 - 25 of 143) 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/autotest/venv/lucifer/
jobx.py 37 """Return if the job is aborted.
45 if hqe.aborted:
  /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/curl/docs/cmdline-opts/
speed-limit.d 7 speed-time seconds it gets aborted. speed-time is set with --speed-time and is
speed-time.d 7 period, the download gets aborted. If speed-time is used, the default
  /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/r16/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...]
  /packages/apps/Dialer/java/com/android/dialer/precall/impl/
PreCallCoordinatorImpl.java 50 private boolean aborted = false; field in class:PreCallCoordinatorImpl
110 if (!aborted) {
120 aborted = true;
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-build.sh 62 echo Run aborted.
  /external/autotest/server/cros/dynamic_suite/
fakes.py 76 @var aborted: present and True if the job was aborted. Optional.
78 def __init__(self, code, name, reason, aborted=None,
90 if aborted:
91 self.entry['aborted'] = True
103 if 'aborted' in self.entry and self.entry['aborted']:
  /external/valgrind/memcheck/tests/
leak-autofreepool-5.stderr.exp 25 In particular, if Valgrind aborted or crashed after
  /system/vold/
IdleMaint.cpp 199 bool stop = false, aborted = false; local
202 while (!stop && !aborted) {
224 aborted = cv_abort.wait_for(lk, 10s, []{
229 return aborted;
  /external/vogar/test/vogar/target/junit3/
TestRunnerJUnit3Test.java 230 .aborted(); method
301 .aborted(); method
  /system/connectivity/wificond/net/
netlink_manager.cpp 494 // Scan was aborted, for unspecified reasons.partial scan results may be
666 bool aborted = false; local
668 aborted = true;
681 if (!aborted) {
692 if (!aborted) {
701 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.
310 # always reboot after aborted jobs
311 self._final_status() == models.HostQueueEntry.Status.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()");
174 public void aborted() { method in class:AbstractTestRunnerTest.ExpectedResults
  /system/connectivity/wificond/scanning/
scanner_impl.h 81 void OnScanResultsReady(uint32_t interface_index, bool aborted,

Completed in 436 milliseconds

1 2 3 4 5 6