/external/lldb/test/lang/c/bitfields/ |
TestBitfields.py | 190 import atexit namespace 192 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/lang/cpp/class_types/ |
TestClassTypes.py | 210 import atexit namespace 212 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/lang/cpp/dynamic-value/ |
TestDynamicValue.py | 235 import atexit namespace 237 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/lang/objc/foundation/ |
TestObjCMethods2.py | 237 import atexit namespace 239 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/lang/objc/objc-dynamic-value/ |
TestObjCDynamicValue.py | 190 import atexit namespace 192 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/lang/objc/objc-stepping/ |
TestObjCStepping.py | 185 import atexit namespace 187 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/python_api/frame/ |
TestFrames.py | 221 import atexit namespace 223 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/python_api/hello_world/ |
TestHelloWorld.py | 199 import atexit namespace 201 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/python_api/value/change_values/ |
TestChangeValueAPI.py | 162 import atexit namespace 164 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/source-manager/ |
TestSourceManager.py | 186 import atexit namespace 188 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/lldb/test/types/ |
TestIntegerTypes.py | 197 import atexit namespace 199 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
TestIntegerTypesExpr.py | 197 import atexit namespace 199 atexit.register(lambda: lldb.SBDebugger.Terminate())
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Interpreter.h | 106 // registered with the atexit() library function. 114 /// atexit(3), which we intercept and store in AtExitHandlers.
|
/external/compiler-rt/lib/profile/ |
GCDAProfiling.c | 590 atexit(llvm_delete_flush_function_list); 591 atexit(llvm_delete_writeout_function_list); 592 atexit(llvm_writeout_files);
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util_linux.cc | 45 static void AtExit() { 57 atexit(AtExit);
|
/external/google-breakpad/src/common/mac/testing/ |
GTMSenTestCase.m | 442 // This is an atexit handler. It runs leaks for us to check if we are 489 int ret = atexit(&_GTMRunLeaks); 493 @"Unable to install _GTMRunLeaks as an atexit handler (%d)",
|
/external/mesa3d/src/egl/main/ |
egldriver.c | 247 * XXX At this point (atexit), the module might be the last reference to 255 /* XXX Windows unloads DLLs before atexit */ 694 /* this is called at atexit time */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_trace.h | 35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 432 /** @brief Final report method, registered with @b atexit. 635 std::atexit(__report);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_trace.h | 35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 432 /** @brief Final report method, registered with @b atexit. 635 std::atexit(__report);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_trace.h | 35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 432 /** @brief Final report method, registered with @b atexit. 635 std::atexit(__report);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_trace.h | 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 439 /** @brief Final report method, registered with @b atexit. 642 std::atexit(__report);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_trace.h | 35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 432 /** @brief Final report method, registered with @b atexit. 635 std::atexit(__report);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/ |
profiler_trace.h | 42 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 439 /** @brief Final report method, registered with @b atexit. 642 std::atexit(__report);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/ |
profiler_trace.h | 35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 432 /** @brief Final report method, registered with @b atexit. 635 std::atexit(__report);
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/ |
profiler_trace.h | 35 #include <cstdlib> // atof, atoi, strtol, getenv, atexit, abort 432 /** @brief Final report method, registered with @b atexit. 635 std::atexit(__report);
|