Home
last modified time | relevance | path

Searched refs:at_exit (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/mojo/public/java/system/javatests/
Dmojo_test_rule.cc26 base::ShadowingAtExitManager at_exit; member
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_allocator_testlib.cpp86 static AtExit at_exit; variable
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg178 at_exit { <if(grammar.grammarIsRoot)>Parser<else><grammar.name><endif>.main( ARGV ) } if __FILE__ =…
193 at_exit { <if(grammar.grammarIsRoot)>TreeParser<else><grammar.name><endif>.main( ARGV ) } if __FILE…
1196 at_exit { <if(grammar.delegator)><grammar.name><else>Lexer<endif>.main( ARGV ) } if __FILE__ == $0
/external/openscreen/third_party/chromium_quic/build/base/
DBUILD.gn48 "../../src/base/at_exit.cc",
49 "../../src/base/at_exit.h",
/external/libchrome/
DAndroid.bp80 "base/at_exit.h",
561 "base/at_exit.cc",
DBUILD.gn78 "base/at_exit.cc",
/external/mtools/
DNEWS750 Added at_exit implementation for those boxes who have neither
/external/llvm-project/lldb/source/Target/
DTarget.cpp2993 auto at_exit = in Launch() local