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

1234567891011>>

/external/compiler-rt/test/tsan/
H A Datexit2.cc18 atexit(atexit0);
20 atexit(atexit1);
H A Datexit.cc24 atexit(log_from_atexit);
/external/lldb/test/functionalities/backticks/
H A DTestBackticksWithoutATarget.py20 import atexit namespace
22 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/radar_8638051/
H A DTest8638051.py40 import atexit namespace
42 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/radar_9531204/
H A DTestPrintfAfterUp.py42 import atexit namespace
44 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/functionalities/command_script/import/rdar-12586188/
H A DTestRdar12586188.py30 import atexit namespace
32 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/functionalities/command_source/
H A DTestCommandSource.py43 import atexit namespace
45 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/functionalities/connect_remote/
H A DTestConnectRemote.py41 import atexit namespace
43 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/functionalities/platform/
H A DTestPlatformCommand.py37 import atexit namespace
39 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/compiler-rt/test/lsan/TestCases/
H A Ddo_leak_check_override.cc28 atexit(&__lsan_do_leak_check);
/external/lldb/test/expression_command/call-function/
H A DTestCallStdStringFunction.py59 import atexit namespace
61 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/persistent_types/
H A DTestPersistentTypes.py48 import atexit namespace
50 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/persistent_variables/
H A DTestPersistentVariables.py54 import atexit namespace
56 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/radar_9673664/
H A DTestExprHelpExamples.py44 import atexit namespace
46 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/test/
H A DTestExprs2.py61 import atexit namespace
63 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/expression_command/two-files/
H A DTestObjCTypeQueryFromOtherCompileUnit.py52 import atexit namespace
54 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/functionalities/command_regex/
H A DTestCommandRegex.py41 import atexit namespace
43 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/lang/c/forward/
H A DTestForwardDeclaration.py64 import atexit namespace
66 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/lang/cpp/bool/
H A DTestCPPBool.py49 import atexit namespace
51 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/lang/cpp/call-function/
H A DTestCallCPPFunction.py47 import atexit namespace
49 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/lang/cpp/overloaded-functions/
H A DTestOverloadedFunctions.py50 import atexit namespace
52 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/lang/cpp/static_methods/
H A DTestCPPStaticMethods.py51 import atexit namespace
53 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/lang/objc/objc++/
H A DTestObjCXX.py45 import atexit namespace
47 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/linux/builtin_trap/
H A DTestBuiltinTrap.py67 import atexit namespace
69 atexit.register(lambda: lldb.SBDebugger.Terminate())
/external/lldb/test/python_api/disassemble-raw-data/
H A DTestDisassembleRawData.py42 import atexit namespace
44 atexit.register(lambda: lldb.SBDebugger.Terminate())

Completed in 2966 milliseconds

1234567891011>>