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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
Terminator.java 26 * @param aborted is true if the experiment terminated abnormally.
28 public void terminate(boolean aborted);
ExperimentService.java 73 public void terminate(boolean aborted) {
83 if (aborted) {
91 intent.putExtra(AudioQualityVerifierActivity.EXTRA_ABORTED, aborted);
AudioQualityVerifierActivity.java 65 "com.android.cts.verifier.audioquality.ABORTED";
146 boolean aborted = intent.getBooleanExtra(EXTRA_ABORTED, true);
148 if (mRunAll && !aborted) {
  /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;
  /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;
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ProxyTest.java 105 boolean aborted = false;
114 // aborted = true;
116 // assertTrue("Default classLoader should not see app class ", aborted);
118 aborted = false;
124 aborted = true;
126 assertTrue("NPE not thrown", aborted);
128 aborted = false;
134 aborted = true;
136 assertTrue("NPE not thrown", aborted);
314 boolean aborted = false
    [all...]
  /libcore/support/src/test/java/tests/http/
DefaultResponseCache.java 69 * Returns the number of requests that were aborted before they were closed.
122 private boolean aborted;
125 if (aborted) {
130 aborted = true;
  /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/bluetooth/glib/gio/
gmountoperation.h 76 void (* aborted) (GMountOperation *op); member in struct:_GMountOperationClass
gmountoperation.c 60 ABORTED,
309 * GMountOperation::aborted:
319 signals[ABORTED] =
320 g_signal_new (I_("aborted"),
323 G_STRUCT_OFFSET (GMountOperationClass, aborted),
  /dalvik/vm/compiler/
Compiler.c 625 bool aborted = setjmp(jmpBuf); local
626 if (!aborted) {
629 if (aborted || !compileOK) {
  /external/bluetooth/bluez/src/
device.h 82 void device_cancel_authentication(struct btd_device *device, gboolean aborted);
device.c     [all...]
  /external/svox/pico/lib/
picoos.c 1426 picoos_bool aborted; member in struct:picoos_sd_file
    [all...]
picotok.c 244 picoos_bool aborted; /* to be moved ??? */ member in struct:tok_subobj
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_cfg80211.c 290 static void wl_notify_iscan_complete(struct wl_iscan_ctrl *iscan, bool aborted);
774 WL_ERR(("Scanning being aborted : status (%d)\n", (int)wl->status));
    [all...]
  /external/openssl/apps/
apps.c 619 BIO_printf(bio_err,"aborted!\n");
    [all...]
  /external/iproute2/doc/
ip-cref.tex 537 TX errors: aborted fifo window heartbeat
    [all...]

Completed in 1509 milliseconds