Home
last modified time | relevance | path

Searched refs:kModuleName (Results 1 – 10 of 10) sorted by relevance

/external/libmojo/mojo/edk/js/test/
Drun_js_integration_tests.cc26 AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule); in TestRunnerDelegate()
27 AddBuiltinModule(Core::kModuleName, Core::GetModule); in TestRunnerDelegate()
29 AddBuiltinModule(Threading::kModuleName, Threading::GetModule); in TestRunnerDelegate()
30 AddBuiltinModule(Support::kModuleName, Support::GetModule); in TestRunnerDelegate()
Drun_js_tests.cc24 AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule); in TestRunnerDelegate()
25 AddBuiltinModule(Core::kModuleName, Core::GetModule); in TestRunnerDelegate()
26 AddBuiltinModule(Support::kModuleName, Support::GetModule); in TestRunnerDelegate()
/external/libmojo/mojo/edk/js/
Dmojo_runner_delegate.cc51 AddBuiltinModule(gin::Console::kModuleName, gin::Console::GetModule); in MojoRunnerDelegate()
53 AddBuiltinModule(Core::kModuleName, Core::GetModule); in MojoRunnerDelegate()
54 AddBuiltinModule(Support::kModuleName, Support::GetModule); in MojoRunnerDelegate()
55 AddBuiltinModule(Threading::kModuleName, Threading::GetModule); in MojoRunnerDelegate()
Dsupport.h16 static const char kModuleName[];
Dcore.h16 static const char kModuleName[];
Dthreading.h17 static const char kModuleName[];
Dthreading.cc26 const char Threading::kModuleName[] = "mojo/public/js/threading"; member in mojo::edk::js::Threading
Dsupport.cc53 const char Support::kModuleName[] = "mojo/public/js/support"; member in mojo::edk::js::Support
Dcore.cc297 const char Core::kModuleName[] = "mojo/public/js/core"; member in mojo::edk::js::Core
/external/protobuf/python/google/protobuf/internal/
Dapi_implementation.cc70 static const char* kModuleName = "_api_implementation"; variable
82 kModuleName,
104 const_cast<char*>(kModuleName), in INITFUNC()