Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/gn/src/gn/
Dsetup.cc365 const char Setup::kBuildArgFileName[] = "args.gn";
367 Setup::Setup() in Setup() function in Setup
387 bool Setup::DoSetup(const std::string& build_dir, bool force_create) { in DoSetup()
392 bool Setup::DoSetup(const std::string& build_dir, in DoSetup()
404 bool Setup::FillOhosComponentsInfo(const std::string& build_dir, Err* err) in FillOhosComponentsInfo()
431 bool Setup::DoSetupWithErr(const std::string& build_dir, in DoSetupWithErr()
481 bool Setup::Run() { in Run()
485 bool Setup::Run(const base::CommandLine& cmdline) { in Run()
492 SourceFile Setup::GetBuildArgFile() const { in GetBuildArgFile()
496 void Setup::RunPreMessageLoop() { in RunPreMessageLoop()
[all …]
Dsetup.h34 class Setup {
36 Setup();
215 Setup(const Setup&) = delete;
216 Setup& operator=(const Setup&) = delete;
Dsetup_unittest.cc41 Setup setup; in TEST_F()
70 Setup setup; in TEST_F()
98 Setup setup; in TEST_F()
129 Setup setup; in RunExtensionCheckTest()
Dcommands.h21 class Setup; variable
246 Setup* setup,
259 Setup* setup,
355 void GetTargetsContainingFile(Setup* setup,
Dcommand_clean_stale.cc24 Setup* setup = new Setup; in CleanStaleOneDir()
Dcommand_analyze.cc122 Setup* setup = new Setup; in RunAnalyze()
Dcommand_ls.cc68 Setup* setup = new Setup;
Dcommand_outputs.cc78 Setup* setup = new Setup; in RunOutputs()
Dcommand_clean.cc49 Setup* setup = new Setup; in CleanOneDir()
Dcommand_refs.cc36 void FillDepMap(Setup* setup, DepMap* dep_map) { in FillDepMap()
140 void GetTargetsReferencingConfig(Setup* setup, in GetTargetsReferencingConfig()
355 Setup* setup = new Setup;
Dcommands.cc38 bool ResolveTargetsFromCommandLinePattern(Setup* setup, in ResolveTargetsFromCommandLinePattern()
72 Setup* setup, in ResolveStringFromCommandLineInput()
478 Setup* setup, in ResolveTargetFromCommandLineString()
517 Setup* setup, in ResolveFromCommandLineInput()
655 void GetTargetsContainingFile(Setup* setup, in GetTargetsContainingFile()
/third_party/benchmark/test/
Dbenchmark_setup_teardown_test.cc39 ->Setup(DoSetup1)
66 ->Setup(DoSetup2)
104 ->Setup(DoSetupWithFixture)
126 ->Setup(DoSetupWithRepetitions)
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cVertexAttribBindingTests.cpp288 virtual long Setup() in Setup() function in gl4cts::__anone50b981d0111::BasicUsage
381 virtual long Setup() in Setup() function in gl4cts::__anone50b981d0111::BasicInputBase
475 virtual long Setup() in Setup() function in gl4cts::__anone50b981d0111::BasicInputCase1
477 BasicInputBase::Setup(); in Setup()
522 virtual long Setup() in Setup() function in gl4cts::__anone50b981d0111::BasicInputCase2
524 BasicInputBase::Setup(); in Setup()
584 virtual long Setup() in Setup() function in gl4cts::__anone50b981d0111::BasicInputCase3
586 BasicInputBase::Setup(); in Setup()
651 virtual long Setup() in Setup() function in gl4cts::__anone50b981d0111::BasicInputCase4
653 BasicInputBase::Setup(); in Setup()
[all …]
Dgl4cShaderAtomicCountersTests.cpp917 virtual long Setup() in Setup() function in gl4cts::BasicBufferOperations
1082 virtual long Setup() in Setup() function in gl4cts::BasicBufferBind
1266 virtual long Setup() in Setup() function in gl4cts::BasicProgramQuery
1491 virtual long Setup() in Setup() function in gl4cts::BasicUsageSimple
1579 virtual long Setup() in Setup() function in gl4cts::BasicUsageFS
1713 virtual long Setup() in Setup() function in gl4cts::BasicUsageVS
1867 virtual long Setup() in Setup() function in gl4cts::BasicUsageGS
2016 virtual long Setup() in Setup() function in gl4cts::BasicUsageTES
2165 virtual long Setup() in Setup() function in gl4cts::AdvancedUsageMultiStage
2328 virtual long Setup() in Setup() function in gl4cts::AdvancedUsageDrawUpdateDraw
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cVertexAttribBindingTests.cpp303 virtual long Setup() in Setup() function in glcts::__anonfae41dee0111::BasicUsage
429 virtual long Setup() in Setup() function in glcts::__anonfae41dee0111::BasicInputBase
541 virtual long Setup() in Setup() function in glcts::__anonfae41dee0111::BasicInputCase1
543 BasicInputBase::Setup(); in Setup()
587 virtual long Setup() in Setup() function in glcts::__anonfae41dee0111::BasicInputCase2
589 BasicInputBase::Setup(); in Setup()
649 virtual long Setup() in Setup() function in glcts::__anonfae41dee0111::BasicInputCase3
651 BasicInputBase::Setup(); in Setup()
718 virtual long Setup() in Setup() function in glcts::__anonfae41dee0111::BasicInputCase4
720 BasicInputBase::Setup(); in Setup()
[all …]
Des31cShaderAtomicCountersTests.cpp812 virtual long Setup() in Setup() function in glcts::BasicUsageCS
1041 virtual long Setup() in Setup() function in glcts::BasicBufferOperations
1210 virtual long Setup() in Setup() function in glcts::BasicBufferBind
1377 virtual long Setup() in Setup() function in glcts::BasicProgramQuery
1527 virtual long Setup() in Setup() function in glcts::BasicUsageSimple
1619 virtual long Setup() in Setup() function in glcts::BasicUsageFS
1759 virtual long Setup() in Setup() function in glcts::BasicUsageVS
1923 virtual long Setup() in Setup() function in glcts::AdvancedUsageMultiStage
2097 virtual long Setup() in Setup() function in glcts::AdvancedUsageDrawUpdateDraw
2268 virtual long Setup() in Setup() function in glcts::AdvancedUsageManyCounters
[all …]
/third_party/python/
D.gitignore80 Modules/Setup.bootstrap
81 Modules/Setup.config
82 Modules/Setup.local
83 Modules/Setup.stdlib
/third_party/gptfdisk/
Dattributes.cc32 Setup(); in Attributes()
40 Setup(); in Attributes()
49 void Attributes::Setup(void) { in Setup() function in Attributes
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DMVETailPredication.cpp161 IntrinsicInst *Setup = FindLoopIterations(Preheader); in runOnLoop() local
164 if (!Setup) { in runOnLoop()
167 Setup = FindLoopIterations(Preheader->getSinglePredecessor()); in runOnLoop()
168 if (!Setup) in runOnLoop()
186 LLVM_DEBUG(dbgs() << "ARM TP: Running on Loop: " << *L << *Setup << "\n" in runOnLoop()
188 return TryConvert(Setup->getArgOperand(0)); in runOnLoop()
/third_party/skia/third_party/externals/spirv-tools/source/lint/
Ddivergence_analysis.h121 Setup(function); in InitializeWorklist()
143 void Setup(opt::Function* function);
/third_party/spirv-tools/source/lint/
Ddivergence_analysis.h121 Setup(function); in InitializeWorklist()
143 void Setup(opt::Function* function);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
Ddivergence_analysis.h121 Setup(function); in InitializeWorklist()
143 void Setup(opt::Function* function);
/third_party/skia/third_party/externals/expat/expat/win32/
Dexpat.iss1 ; Basic setup script for the Inno Setup installer builder. For more
5 ; It was designed for Inno Setup 2.0.19 but works with later versions as well.
41 [Setup]
100 WelcomeLabel1=Welcome to the Expat XML Parser Setup Wizard
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
Dmain.mm26 // Setup Dear ImGui context
33 // Setup style
52 // Setup window
66 // Setup Platform/Renderer backends
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/
Dmain.mm17 // Setup Dear ImGui context
24 // Setup style
43 // Setup SDL
69 // Setup Platform/Renderer backends

12345678910>>...12