Searched refs:atexit (Results 1 - 25 of 118) sorted by relevance

12345

/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/tests/
H A Dtest_docs.py10 import atexit namespace
34 # atexit.register(cleanup_resources)
/external/parameter-framework/upstream/xmlserializer/
H A DXmlUtil.cpp45 atexit(xmlCleanupParser);
/external/compiler-rt/test/tsan/
H A Datexit2.cc18 atexit(atexit0);
20 atexit(atexit1);
H A Datexit.cc24 atexit(log_from_atexit);
H A Dfork_atexit.cc24 atexit(foo);
/external/compiler-rt/lib/asan/
H A Dasan_win_dynamic_runtime_thunk.cc59 // using atexit() that calls a small subset of C terminators
62 extern "C" int __cdecl atexit(void (__cdecl *f)(void));
74 return atexit(UnregisterGlobals);
77 // We need to call 'atexit(UnregisterGlobals);' as early as possible, but after
78 // atexit() is initialized (.CRT$XIC). As this is executed before C++
/external/compiler-rt/test/lsan/TestCases/
H A Ddo_leak_check_override.cc28 atexit(&__lsan_do_leak_check);
/external/curl/lib/
H A Damigaos.c67 atexit(Curl_amiga_cleanup);
/external/mesa3d/src/egl/main/
H A Deglglobals.c71 atexit(_eglAtExit);
/external/autotest/site_utils/rpm_control_system/
H A Drpm_dispatcher_unittest.py43 rpm_dispatcher.atexit = self.mox.CreateMockAnything()
44 rpm_dispatcher.atexit.register(mox.IgnoreArg())
/external/icu/icu4c/source/common/
H A Ducln_imp.h31 * 2) Using atexit()
76 * Use the ANSI C 'atexit' function. Note that this mechanism does not
90 atexit(&ucln_atexit_handler);
/external/skia/src/utils/
H A DSkEventTracer.cpp50 atexit([]() { delete sk_atomic_load(&gUserTracer, sk_memory_order_acquire); });
/external/chromium-trace/catapult/telemetry/telemetry/internal/forwarders/
H A Dandroid_forwarder.py5 import atexit namespace
66 atexit.register(self.Close)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
H A Dandroid_power_monitor_controller.py5 import atexit namespace
25 atexit.register(_ReenableChargingIfNeeded, self._battery)
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
H A Dps_util.py5 import atexit namespace
91 atexit.register(_ListAllSubprocesses)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
H A Dbase_cli.py4 import atexit namespace
120 atexit.register(lambda: readline.write_history_file(histfile))
/external/v8/tools/testrunner/server/
H A Ddaemon.py11 import atexit namespace
74 atexit.register(self.delpid)
/external/boringssl/src/crypto/test/
H A Dmalloc.cc96 atexit(exit_handler);
/external/curl/tests/server/
H A Dresolve.c107 atexit(win32_cleanup);
/external/google-breakpad/android/
H A Dtest-shell.sh65 atexit clean_test_dir
/external/harfbuzz_ng/src/
H A Dhb-shaper.cc106 atexit (free_static_shapers); /* First person registers atexit() callback. */
/external/libunwind/tests/
H A DGtest-init.cxx27 atexit() handler. */
89 printf ("do_backtrace() from atexit()-handler:\n");
92 abort (); /* cannot portably call exit() from an atexit() handler */
106 return atexit (a);
/external/opencv3/3rdparty/libjasper/
H A Djas_init.c154 atexit(jas_cleanup);
/external/v8/src/
H A Dicu_util.cc80 atexit(free_icu_data_ptr);
/external/autotest/client/common_lib/cros/
H A Dchromedriver.py5 import atexit namespace
195 atexit.register(self.close)

Completed in 3082 milliseconds

12345