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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/frontend/migrations/
031_add_hqe_aborted_flag.py 3 'ADD COLUMN `aborted` bool NOT NULL DEFAULT FALSE')
4 manager.execute("UPDATE host_queue_entries SET aborted = true WHERE "
5 "status IN ('Abort', 'Aborting', 'Aborted')")
10 "aborted AND status != 'Aborted'")
11 manager.execute('ALTER TABLE host_queue_entries DROP COLUMN `aborted`')
080_index_abort_host_queue_entries.py 2 CREATE INDEX host_queue_entries_abort_incomplete ON afe_host_queue_entries (aborted, complete);
084_convert_metahost_to_label.py 4 WHERE NOT complete AND NOT active AND status="Queued" AND NOT aborted;
042_unique_index_on_hqe_job_and_host.py 33 'aborted = TRUE, status = "Aborted" '
40 # and set them to aborted.
  /external/valgrind/gdbserver_tests/
nlgone_abrt.stdoutB.exp 2 Program received signal SIGABRT, Aborted.
5 Program terminated with signal SIGABRT, Aborted.
  /external/e2fsprogs/lib/ss/
ss_err.et 4 "Subsystem aborted"
19 "Command line aborted"
  /external/autotest/client/common_lib/cros/fake_device_server/
constants.py 11 DEVICE_STATES = ['aborted', 'done', 'error', 'inProgress', QUEUED_STATE
  /device/asus/fugu/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/google/dragon/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/google/marlin/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/google/marlin/self-extractors_sailfish/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/huawei/angler/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/lge/bullhead/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /device/linaro/hikey/self-extractors/
PART2 17 echo You didn\'t accept the license. Extraction aborted.
  /external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 21 public static final int ABORTED = 10;
61 case ABORTED:
62 return "ABORTED";
  /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/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/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
15-1.c 25 perror("pthread_sigmask failed -- returned -- test aborted");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
2-1.c 21 perror("sigemptyset failed -- returned -- test aborted");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sighold/
2-1.c 22 perror("sighold failed -- returned -- test aborted");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/
15-1.c 24 perror("sigprocmask failed -- returned -- test aborted");
  /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/client/common_lib/
host_queue_entry_states.py 12 'Archiving', 'Aborted', 'Completed', 'Failed', 'Stopped',
19 COMPLETE_STATUSES = (Status.ABORTED, Status.COMPLETED, Status.FAILED,

Completed in 1233 milliseconds

1 2 3 4 5 6 7 8 91011>>