/external/chromium_org/tools/gn/ |
D | setup.cc | 177 Setup::Setup() in Setup() function in Setup 190 Setup::~Setup() { in ~Setup() 193 bool Setup::DoSetup() { in DoSetup() 231 bool Setup::Run() { in Run() 238 Scheduler* Setup::GetScheduler() { in GetScheduler() 242 bool Setup::FillArguments(const CommandLine& cmdline) { in FillArguments() 278 bool Setup::FillSourceDir(const CommandLine& cmdline) { in FillSourceDir() 308 void Setup::FillPythonPath() { in FillPythonPath() 329 bool Setup::RunConfigFile() { in RunConfigFile() 363 bool Setup::FillOtherConfig(const CommandLine& cmdline) { in FillOtherConfig() [all …]
|
D | setup.h | 67 class Setup : public CommonSetup { 69 Setup(); 70 virtual ~Setup(); 122 DISALLOW_COPY_AND_ASSIGN(Setup); 139 DependentSetup(Setup* derive_from);
|
D | command_gen.cc | 63 Setup* setup = new Setup; in RunGen()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | BufferedTokenStream.cs | 147 Setup(); in Mark() 182 Setup(); in Consume() 226 Setup(); in Get() 255 Setup(); in LT() 274 protected virtual void Setup() { in Setup() method in Antlr.Runtime.BufferedTokenStream 293 Setup(); in GetTokens() 325 Setup(); in ToString() 335 Setup(); in ToString() 359 Setup(); in Fill()
|
D | CommonTokenStream.cs | 85 Setup(); in Consume() 113 Setup(); in LT() 154 protected override void Setup() { in Setup() method in Antlr.Runtime.CommonTokenStream
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | BufferedTokenStream.cs | 169 Setup(); in Mark() 210 Setup(); in Consume() 259 Setup(); in Get() 291 Setup(); in LT() 311 protected virtual void Setup() in Setup() method in Antlr.Runtime.BufferedTokenStream 334 Setup(); in GetTokens() 372 Setup(); in ToString() 383 Setup(); in ToString() 411 Setup(); in Fill()
|
D | CommonTokenStream.cs | 96 Setup(); in Consume() 123 Setup(); in LT() 169 protected override void Setup() in Setup() method in Antlr.Runtime.CommonTokenStream
|
/external/gtest/test/ |
D | gtest_nc.cc | 65 void Setup() {} in Setup() function in MyTest 77 testing::Test::Setup(); // Tries to call SetUp() in the parent class. in SetUp() 89 void Setup() {} in Setup() function in MyEnvironment 102 testing::Environment::Setup(); in SetUp()
|
/external/protobuf/gtest/test/ |
D | gtest_nc.cc | 65 void Setup() {} in Setup() function in MyTest 77 testing::Test::Setup(); // Tries to call SetUp() in the parent class. in SetUp() 89 void Setup() {} in Setup() function in MyEnvironment 102 testing::Environment::Setup(); in SetUp()
|
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
D | kiosk_mode_idle_logout.cc | 37 Setup(); in KioskModeIdleLogout() 39 KioskModeSettings::Get()->Initialize(base::Bind(&KioskModeIdleLogout::Setup, in KioskModeIdleLogout() 50 void KioskModeIdleLogout::Setup() { in Setup() function in chromeos::KioskModeIdleLogout
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | lit.cfg | 13 # Setup attributes common for all compiler-rt projects. 19 # Setup config name. 22 # Setup test source and exec root. For unit tests, we define
|
/external/chromium_org/chrome/browser/resources/google_now/ |
D | utility_unittest.gtestjs | 28 // Setup and expectations. 96 // Setup and expectations. 155 // Setup and expectations. 179 // Setup. 229 // Setup. 269 // Setup. 300 // Setup. 382 // Setup. 399 // Setup and expectations. 433 // Setup. [all …]
|
/external/compiler-rt/lib/asan/lit_tests/ |
D | lit.cfg | 13 # Setup config name. 16 # Setup source root. 51 # Setup default compiler flags used with -fsanitize=address option. 70 # Setup path to external LLVM symbolizer to run AddressSanitizer output tests. 73 # Setup path to asan_symbolize.py script.
|
/external/compiler-rt/lib/msan/lit_tests/ |
D | lit.cfg | 13 # Setup config name. 16 # Setup source root. 51 # Setup default compiler flags used with -fsanitize=memory option. 65 # Setup path to external LLVM symbolizer to run MemorySanitizer output tests.
|
/external/compiler-rt/lib/msan/lit_tests/Unit/ |
D | lit.site.cfg.in | 7 # Setup config name. 10 # Setup test source and exec root. For unit tests, we define
|
/external/chromium_org/sandbox/win/src/ |
D | sidestep_resolver.h | 21 virtual NTSTATUS Setup(const void* target_module, 47 virtual NTSTATUS Setup(const void* target_module,
|
D | sidestep_resolver.cc | 30 NTSTATUS SidestepResolverThunk::Setup(const void* target_module, in Setup() function in sandbox::SidestepResolverThunk 81 NTSTATUS SmartSidestepResolverThunk::Setup(const void* target_module, in Setup() function in sandbox::SmartSidestepResolverThunk 108 ret = SidestepResolverThunk::Setup(target_module, interceptor_module, in Setup()
|
D | service_resolver_unittest.cc | 113 NTSTATUS ret = resolver->Setup(ntdll_base, NULL, function, NULL, in PatchNtdllWithResolver() 124 ret = resolver->Setup(ntdll_base, NULL, function, NULL, function_entry, in PatchNtdllWithResolver() 253 ret = resolver->Setup(ntdll_base, NULL, kFunctionName, NULL, in TEST() 260 ret = resolver->Setup(ntdll_base, NULL, kFunctionName, NULL, in TEST()
|
/external/compiler-rt/lib/lsan/lit_tests/Unit/ |
D | lit.site.cfg.in | 7 # Setup config name. 9 # Setup test source and exec root. For unit tests, we define
|
/external/compiler-rt/lib/asan/lit_tests/Unit/ |
D | lit.site.cfg.in | 7 # Setup config name. 10 # Setup test source and exec root. For unit tests, we define
|
/external/compiler-rt/lib/tsan/lit_tests/ |
D | lit.cfg | 13 # Setup config name. 16 # Setup source root. 51 # Setup environment variables for running ThreadSanitizer. 58 # Setup default compiler flags used with -fsanitize=thread option.
|
/external/chromium/chrome/browser/importer/ |
D | firefox_importer_unittest_utils.h | 38 bool Setup(const FilePath& nss_path); 71 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) { in Setup() function
|
/external/compiler-rt/lib/ |
D | lit.common.unit.cfg | 9 # Setup test format 13 # Setup test suffixes.
|
/external/chromium_org/chrome/utility/importer/ |
D | firefox_importer_unittest_utils.h | 41 bool Setup(const base::FilePath& nss_path); 75 bool FFUnitTestDecryptorProxy::Setup(const base::FilePath& nss_path) { in Setup() function
|
/external/compiler-rt/lib/tsan/lit_tests/Unit/ |
D | lit.cfg | 13 # Setup config name. 16 # Setup test source and exec root. For unit tests, we define
|