HomeSort by relevance Sort by last modified time
    Searched refs:do_cleanup (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/ltp/testcases/network/stress/route/
route6-change-gw 140 # do_cleanup
146 do_cleanup()
291 do_cleanup
route6-change-if 152 # do_cleanup
158 do_cleanup()
321 do_cleanup
  /external/ltp/testcases/network/tcp_cmds/ftp/
ftp01 135 # FUNCTION: do_cleanup
139 do_cleanup() function
  /external/ltp/testcases/kernel/security/tomoyo/
tomoyo_new_test.c 382 void (*do_cleanup) (void); member in struct:test_struct
630 if (tests[i].do_cleanup)
631 tests[i].do_cleanup();
646 if (tests[i].do_cleanup)
647 tests[i].do_cleanup();
  /external/ltp/testcases/network/stress/tcp/multi-diffip/
tcp4-multi-diffip01 104 # Function: do_cleanup
110 do_cleanup()
187 do_cleanup
189 # Call do_cleanup function before exit
190 trap do_cleanup 0
  /external/ltp/testcases/network/stress/tcp/uni-basic/
tcp4-uni-basic01 137 # Function: do_cleanup
143 do_cleanup()
250 do_cleanup
252 # Call do_cleanup function before exit
253 trap do_cleanup 0
  /external/ltp/testcases/network/stress/udp/multi-diffip/
udp4-multi-diffip01 94 # Function: do_cleanup
100 do_cleanup()
162 do_cleanup
164 # Call do_cleanup function before exit
165 trap do_cleanup 0
  /external/ltp/testcases/network/stress/interface/
if-addr-addlarge 25 TST_CLEANUP="do_cleanup"
30 do_cleanup()
  /external/ltp/lib/
tst_test.c 68 static void do_cleanup(void);
568 do_cleanup();
711 static void do_cleanup(void) function
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_data_utils.py 78 do_cleanup=True,
101 do_cleanup: after WiFi tethering test, do clean up to tear down tethering
182 if (do_cleanup and
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveDataTest.py     [all...]
  /external/ltp/testcases/network/netstress/
netstress.c 134 static void do_cleanup(void) function
153 TST_DECLARE_ONCE_FN(cleanup, do_cleanup)
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 2487 Bool do_cleanup = False; local
    [all...]
  /external/openssh/
session.c 269 do_cleanup(authctxt);
2523 do_cleanup(Authctxt *authctxt) function
    [all...]
sshd.c     [all...]
  /system/bt/tools/mcap_tool/
mcap_tool.cc 626 void do_cleanup(char* p) { adapter_cleanup(); } function

Completed in 310 milliseconds

1 2 34