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

1 2

  /external/ltp/include/old/
cleanup.c 2 * Default cleanup logic because linux_syscall_numbers.h's need for cleanup
31 /* Did the user define a cleanup function? */
32 #ifndef CLEANUP
34 #define CLEANUP dummy_cleanup
38 static void CLEANUP(void) __attribute__ ((unused));
  /external/ltp/testcases/kernel/containers/pidns/
pidns04.c 59 #define CLEANUP cleanup
118 tst_brkm(TFAIL | TTERRNO, CLEANUP, "clone failed");
120 tst_brkm(TFAIL | TERRNO, CLEANUP, "wait failed");
131 tst_brkm(TFAIL, CLEANUP,
141 CLEANUP();
147 static void cleanup(void) function
  /external/ltp/testcases/kernel/timers/clock_gettime/
clock_gettime02.c 48 * Cleanup:
101 CLEANUP();
109 tst_sig(NOFORK, DEF_HANDLER, CLEANUP);
115 * CLEANUP() - Performs one time CLEANUP for this test at
118 void cleanup(void) function
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
2-2.c 19 * Pending cancelation cleanup handlers are executed in FILO order.
103 #define CLEANUP(n) void clnp##n(void * arg)\
109 CLEANUP(1)
110 CLEANUP(2)
111 CLEANUP(3)
201 ("The cleanup handlers were not called as expected");
3-2.c 19 * The TLD destructors (if any) are executed after the cancelation cleanup handlers,
105 #define CLEANUP(n) void clnp##n(void * arg)\
111 /* Cancelation cleanup handlers */
112 CLEANUP(1)
113 CLEANUP(2)
114 CLEANUP(3)
235 ("The cleanup handlers were not called as expected");
  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 150 goto CLEANUP;
158 goto CLEANUP;
171 goto CLEANUP;
180 goto CLEANUP;
189 CLEANUP:
220 goto CLEANUP;
227 goto CLEANUP;
232 CLEANUP:
293 goto CLEANUP;
306 goto CLEANUP;
    [all...]
nptrans.cpp 224 goto CLEANUP;
237 goto CLEANUP;
256 goto CLEANUP;
272 CLEANUP:
  /external/ltp/testcases/kernel/timers/include/
common_timers.h 10 #define CLEANUP cleanup
  /external/icu/icu4c/source/common/
uidna.cpp 236 goto CLEANUP;
264 goto CLEANUP;
274 goto CLEANUP;
278 goto CLEANUP;
315 goto CLEANUP;
325 goto CLEANUP;
346 goto CLEANUP;
355 goto CLEANUP;
364 goto CLEANUP;
375 goto CLEANUP;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 84 goto CLEANUP;
100 goto CLEANUP;
112 goto CLEANUP;
123 CLEANUP:
242 goto CLEANUP;
255 goto CLEANUP;
270 CLEANUP:
  /external/ltp/testcases/kernel/syscalls/mq_open/
mq_open01.c 51 void (*cleanup)(void); member in struct:test_case
119 .cleanup = unlink_queue,
128 .cleanup = unlink_queue,
137 .cleanup = restore_rlimit,
153 .cleanup = restore_max_queues,
214 static void cleanup(void) function
249 goto CLEANUP;
259 goto CLEANUP;
272 goto CLEANUP;
278 goto CLEANUP;
    [all...]
  /external/google-breakpad/android/
common-functions.sh 68 local CLEANUP CLEANUPS
72 for CLEANUP in $CLEANUPS; do
73 ($CLEANUP)
  /external/ltp/testcases/kernel/fs/fs_di/
fs_di 61 # If CLEANUP is not set; set it to "ON"
62 CLEANUP=${CLEANUP:="ON"}
95 if [ "$CLEANUP" = "ON" ]; then
  /external/clang/utils/analyzer/
reducer.pl 14 my $dir = tempdir( CLEANUP => 1 );
  /external/vixl/test/aarch32/
test-disasm-a32.cc 63 #define CLEANUP()
389 CLEANUP();
404 CLEANUP();
498 CLEANUP();
616 CLEANUP();
636 CLEANUP();
726 CLEANUP();
    [all...]
  /external/ltp/include/lapi/syscalls/
regen.sh 46 #include "cleanup.c"
57 tst_brkm(TCONF, CLEANUP, \\
  /external/e2fsprogs/intl/
vasnprintf.c 121 #define CLEANUP() \
128 CLEANUP ();
805 CLEANUP ();
863 CLEANUP ();
872 CLEANUP ();
  /external/autotest/server/site_tests/firmware_Cr50CCDServoCap/
firmware_Cr50CCDServoCap.py 34 CLEANUP = 'fake_servo on, rdd attach'
118 def cleanup(self): member in class:firmware_Cr50CCDServoCap
125 self.run_steps(self.CLEANUP)
127 super(firmware_Cr50CCDServoCap, self).cleanup()
  /external/ltp/testcases/kernel/syscalls/eventfd/
eventfd01.c 61 #define CLEANUP cleanup
680 tst_brkm(TBROK | TERRNO, CLEANUP,
685 tst_brkm(TBROK | TERRNO, CLEANUP,
707 cleanup();
715 tst_sig(FORK, DEF_HANDLER, cleanup);
725 static void cleanup(void) function
  /external/vixl/test/aarch64/
test-disasm-aarch64.cc 152 #define CLEANUP()
183 CLEANUP();
208 CLEANUP();
249 CLEANUP();
305 CLEANUP();
340 CLEANUP();
367 CLEANUP();
393 CLEANUP();
423 CLEANUP();
449 CLEANUP();
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 58 my $tmpdir = tempdir( CLEANUP => 1 );
  /external/ltp/testcases/kernel/timers/leapsec/
leapsec_timer.c 47 static void cleanup(void);
62 cleanup();
97 tst_brkm(TBROK, cleanup, "adjtimex status %d not set", status);
99 tst_brkm(TBROK | TERRNO, cleanup, "adjtimex");
168 tst_brkm(TBROK | TERRNO, cleanup, "clock_settime");
198 tst_brkm(TBROK | TERRNO, cleanup, "clock_settime");
206 tst_sig(NOFORK, DEF_HANDLER, CLEANUP);
210 static void cleanup(void) function
  /external/syslinux/gpxe/src/
Makefile 6 CLEANUP :=
  /external/autotest/scheduler/
monitor_db_functional_test.py 32 _PidfileType = enum.Enum('verify', 'cleanup', 'repair', 'job', 'gather',
527 self._run_dispatcher() # parsing + cleanup
529 self.mock_drone_manager.finish_process(_PidfileType.CLEANUP,
624 self._run_dispatcher() # cleanup
625 self.mock_drone_manager.finish_process(_PidfileType.CLEANUP)
635 self._run_dispatcher() # cleanup
636 self.mock_drone_manager.finish_process(_PidfileType.CLEANUP,
675 self._run_dispatcher() # kills verify, launches cleanup
678 self.mock_drone_manager.finish_process(_PidfileType.CLEANUP)
699 self._run_dispatcher() # launches parsing + cleanup
    [all...]
prejob_task.py 7 Cleanup and repair are exceptions, cleanup can run after a job too, while
204 TASK_TYPE = models.SpecialTask.Task.CLEANUP
208 args = ['--cleanup']
217 logging.info("starting cleanup task for host: %s", self.host.hostname)
253 """Task to reset a DUT, including cleanup and verify."""
278 self.remove_special_tasks(models.SpecialTask.Task.CLEANUP,

Completed in 1592 milliseconds

1 2