Home
last modified time | relevance | path

Searched refs:Setup (Results 1 – 25 of 197) sorted by relevance

12345678

/external/chromium_org/tools/gn/
Dsetup.cc177 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 …]
Dsetup.h67 class Setup : public CommonSetup {
69 Setup();
70 virtual ~Setup();
122 DISALLOW_COPY_AND_ASSIGN(Setup);
139 DependentSetup(Setup* derive_from);
Dcommand_gen.cc63 Setup* setup = new Setup; in RunGen()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBufferedTokenStream.cs147 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()
DCommonTokenStream.cs85 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/
DBufferedTokenStream.cs169 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()
DCommonTokenStream.cs96 Setup(); in Consume()
123 Setup(); in LT()
169 protected override void Setup() in Setup() method in Antlr.Runtime.CommonTokenStream
/external/gtest/test/
Dgtest_nc.cc65 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/
Dgtest_nc.cc65 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/
Dkiosk_mode_idle_logout.cc37 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/
Dlit.cfg13 # 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/
Dutility_unittest.gtestjs28 // 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/
Dlit.cfg13 # 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/
Dlit.cfg13 # 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/
Dlit.site.cfg.in7 # Setup config name.
10 # Setup test source and exec root. For unit tests, we define
/external/chromium_org/sandbox/win/src/
Dsidestep_resolver.h21 virtual NTSTATUS Setup(const void* target_module,
47 virtual NTSTATUS Setup(const void* target_module,
Dsidestep_resolver.cc30 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()
Dservice_resolver_unittest.cc113 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/
Dlit.site.cfg.in7 # Setup config name.
9 # Setup test source and exec root. For unit tests, we define
/external/compiler-rt/lib/asan/lit_tests/Unit/
Dlit.site.cfg.in7 # Setup config name.
10 # Setup test source and exec root. For unit tests, we define
/external/compiler-rt/lib/tsan/lit_tests/
Dlit.cfg13 # 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/
Dfirefox_importer_unittest_utils.h38 bool Setup(const FilePath& nss_path);
71 bool FFUnitTestDecryptorProxy::Setup(const FilePath& nss_path) { in Setup() function
/external/compiler-rt/lib/
Dlit.common.unit.cfg9 # Setup test format
13 # Setup test suffixes.
/external/chromium_org/chrome/utility/importer/
Dfirefox_importer_unittest_utils.h41 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/
Dlit.cfg13 # Setup config name.
16 # Setup test source and exec root. For unit tests, we define

12345678