HomeSort by relevance Sort by last modified time
    Searched refs:atexit (Results 26 - 50 of 254) sorted by null

12 3 4 5 6 7 8 91011

  /external/qemu/distrib/sdl-1.2.15/src/main/qtopia/
SDL_qtopia_main.cc 42 atexit(cleanupQCop);
  /frameworks/wilhelm/tests/sandbox/
getch.c 29 atexit(reset_terminal_mode);
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 45 using ::atexit;
  /external/chromium_org/chrome/test/webdriver/test/
util.py 7 import atexit namespace
56 atexit.register(DeleteDir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 37 import atexit namespace
88 import logging, atexit namespace
100 if hasattr(atexit, 'unregister'):
101 atexit.unregister(_exit_function)
102 atexit.register(_exit_function)
104 atexit._exithandlers.remove((_exit_function, (), {}))
105 atexit._exithandlers.append((_exit_function, (), {}))
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
324 atexit.register(_exit_function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
util.py 37 import atexit namespace
88 import logging, atexit namespace
100 if hasattr(atexit, 'unregister'):
101 atexit.unregister(_exit_function)
102 atexit.register(_exit_function)
104 atexit._exithandlers.remove((_exit_function, (), {}))
105 atexit._exithandlers.append((_exit_function, (), {}))
298 debug('running all "atexit" finalizers with priority >= 0')
321 debug('running the remaining "atexit" finalizers')
324 atexit.register(_exit_function
    [all...]
  /external/chromium_org/build/util/lib/common/
util.py 7 import atexit namespace
82 atexit.register(MaybeDelete, path)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
path.py 31 import atexit namespace
73 atexit.register(_CygPath.stop_cygpath_subprocess)
  /external/chromium_org/v8/tools/testrunner/server/
daemon.py 11 import atexit namespace
74 atexit.register(self.delpid)
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-shaper.cc 104 atexit (free_static_shapers); /* First person registers atexit() callback. */
  /external/compiler-rt/lib/msan/
msan_linux.cc 91 atexit(MsanAtExit);
  /external/harfbuzz_ng/src/
hb-shaper.cc 104 atexit (free_static_shapers); /* First person registers atexit() callback. */
  /external/linux-tools-perf/util/
pager.c 88 atexit(wait_for_pager);
  /external/llvm/lib/ExecutionEngine/
RTDyldMemoryManager.cpp 89 if (Name == "atexit") return (void*)(intptr_t)&atexit;
96 // (and register wrong callee's dtors with atexit(3)).
  /bionic/libstdc++/include/
cstdlib 44 using ::atexit;
  /external/chromium_org/chrome/test/chromedriver/
util.py 7 import atexit namespace
82 atexit.register(MaybeDelete, path)
  /external/protobuf/gtest/test/
gtest_test_utils.py 36 import atexit namespace
128 atexit.register(_RemoveTempDir)
  /ndk/sources/cxx-stl/gabi++/include/
cstdlib 44 using ::atexit;
  /ndk/sources/cxx-stl/system/include/
cstdlib 44 using ::atexit;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 42 using ::atexit;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 42 using ::atexit;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 44 using ::atexit;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 44 using ::atexit;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 44 using ::atexit;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 44 using ::atexit;

Completed in 1510 milliseconds

12 3 4 5 6 7 8 91011