Home
last modified time | relevance | path

Searched refs:OnCreated (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_fuchsia.h29 void OnCreated(void *arg) override;
Dlsan_fuchsia.cpp36 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __lsan::ThreadContext
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.h47 void OnCreated(void *arg) override;
Dmemprof_thread.cpp27 void MemprofThreadContext::OnCreated(void *arg) { in OnCreated() function in __memprof::MemprofThreadContext
/external/pdfium/fpdfsdk/pwl/
Dcpwl_edit_ctrl.h50 void OnCreated() override;
Dcpwl_list_box.h47 void OnCreated() override;
Dcpwl_edit.h57 void OnCreated() override;
Dcpwl_edit.cpp103 void CPWL_Edit::OnCreated() { in OnCreated() function in CPWL_Edit
104 CPWL_EditCtrl::OnCreated(); in OnCreated()
Dcpwl_wnd.cpp144 OnCreated(); in Realize()
151 void CPWL_Wnd::OnCreated() {} in OnCreated() function in CPWL_Wnd
Dcpwl_edit_ctrl.cpp30 void CPWL_EditCtrl::OnCreated() { in OnCreated() function in CPWL_EditCtrl
Dcpwl_wnd.h267 virtual void OnCreated();
Dcpwl_list_box.cpp76 void CPWL_ListBox::OnCreated() { in OnCreated() function in CPWL_ListBox
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h69 virtual void OnCreated(void *arg) {} in OnCreated() function
Dsanitizer_thread_registry.cc77 OnCreated(arg); in SetCreated()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_thread_registry.h78 virtual void OnCreated(void *arg) {} in OnCreated() function
Dsanitizer_thread_registry.cpp90 OnCreated(arg); in SetCreated()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_thread.h49 void OnCreated(void *arg) override;
Dasan_thread.cpp29 void AsanThreadContext::OnCreated(void *arg) { in OnCreated() function in __asan::AsanThreadContext
/external/compiler-rt/lib/asan/
Dasan_thread.h50 void OnCreated(void *arg) override;
Dasan_thread.cc35 void AsanThreadContext::OnCreated(void *arg) { in OnCreated() function in __asan::AsanThreadContext
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg121 OnCreated();
143 OnCreated();
179 partial void OnCreated();
326 partial void OnCreated();
390 OnCreated();
1469 public <scope.name>_scope(<grammar.recognizerName> grammar) { OnCreated(grammar); }
1470 partial void OnCreated(<grammar.recognizerName> grammar);
1563 public <ruleDescriptor:returnStructName()>(<grammar.recognizerName> grammar) {OnCreated(grammar);}
1564 partial void OnCreated(<grammar.recognizerName> grammar);
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cpp176 void OnCreated(void *arg) { in OnCreated() function in __sanitizer::__anonc2caafec0111::TestThreadContext
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_thread_registry_test.cc177 void OnCreated(void *arg) { in OnCreated() function in __sanitizer::__anon804320a10111::TestThreadContext
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc53 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __tsan::ThreadContext
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp52 void ThreadContext::OnCreated(void *arg) { in OnCreated() function in __tsan::ThreadContext

12