Home
last modified time | relevance | path

Searched refs:settings_ (Results 1 - 25 of 31) sorted by relevance

12

/third_party/gn/src/gn/
H A Dbuilder_unittest.cc76 settings_(&build_settings_, std::string()), in BuilderTest()
77 scope_(&settings_) { in BuilderTest()
79 settings_.set_toolchain_label(Label(SourceDir("//tc/"), "default")); in BuilderTest()
80 settings_.set_default_toolchain_label(settings_.toolchain_label()); in BuilderTest()
84 Toolchain* tc = new Toolchain(&settings_, settings_.toolchain_label()); in DefineToolchain()
94 Settings settings_; member in gn_builder_unittest::BuilderTest
99 SourceDir toolchain_dir = settings_.toolchain_label().dir(); in TEST_F()
100 std::string toolchain_name = settings_ in TEST_F()
[all...]
H A Dninja_create_bundle_target_writer.cc103 OutputFile(settings_->build_settings(), in Run()
104 target_->bundle_data().GetBundleRootDirOutput(settings_))); in Run()
121 path_output_.WriteFile(out_, settings_->build_settings()->python_path()); in WritePostProcessingRuleDefinition()
161 settings_, target_, target_->bundle_data(), source_file, in WriteCopyBundleFileRuleSteps()
168 out_ << ": " << GetNinjaRulePrefixForToolchain(settings_) in WriteCopyBundleFileRuleSteps()
190 OutputFile(settings_->build_settings(), in WriteCompileAssetsCatalogStep()
198 OutputFile(settings_->build_settings(), in WriteCompileAssetsCatalogStep()
212 out_ << ": " << GetNinjaRulePrefixForToolchain(settings_) in WriteCompileAssetsCatalogStep()
237 out_ << ": " << GetNinjaRulePrefixForToolchain(settings_) in WriteCompileAssetsCatalogStep()
295 out_ << ": " << GetNinjaRulePrefixForToolchain(settings_) in WriteCompileAssetsCatalogInputDepsStamp()
[all...]
H A Dninja_action_target_writer.cc89 settings_, target_->action_values().outputs(), &output_files); in Run()
116 settings_->default_toolchain_label()); in Run()
173 settings_->build_settings()->root_path_utf8(), in WriteRuleDefinition()
177 command_output.WriteFile(out_, settings_->build_settings()->python_path()); in WriteRuleDefinition()
195 settings_->default_toolchain_label()); in WriteRuleDefinition()
246 target_, settings_, sources[i], in WriteSourceRules()
250 target_, settings_, sources[i], in WriteSourceRules()
261 settings_->default_toolchain_label()); in WriteSourceRules()
273 target_, settings_, target_->action_values().outputs(), source, in WriteOutputFilesForBuildLine()
287 target_, settings_, target in WriteDepfile()
[all...]
H A Danalyzer_unittest.cc51 settings_(&build_settings_, std::string()), in AnalyzerTest()
55 settings_.set_toolchain_label(Label(SourceDir("//tc/"), "default")); in AnalyzerTest()
56 settings_.set_default_toolchain_label(settings_.toolchain_label()); in AnalyzerTest()
57 tc_dir_ = settings_.toolchain_label().dir(); in AnalyzerTest()
58 tc_name_ = settings_.toolchain_label().name(); in AnalyzerTest()
70 return std::make_unique<Target>(&settings_, label); in MakeTarget()
82 return std::make_unique<Config>(&settings_, label); in MakeConfig()
88 return std::make_unique<Pool>(&settings_, label); in MakePool()
108 Settings settings_; member in gn_analyzer_unittest::AnalyzerTest
[all...]
H A Dninja_toolchain_writer.cc33 : settings_(settings), in NinjaToolchainWriter()
36 path_output_(settings_->build_settings()->build_dir(), in NinjaToolchainWriter()
37 settings_->build_settings()->root_path_utf8(), in NinjaToolchainWriter()
44 std::string rule_prefix = GetNinjaRulePrefixForToolchain(settings_); in Run()
116 tool->pool().ptr->GetNinjaName(settings_->default_toolchain_label()); in WriteToolRule()
H A Dninja_rust_binary_target_writer.cc174 OutputFile(settings_->build_settings(), e.second.source_file())); in Run()
237 deps->push_back(OutputFile(settings_->build_settings(), source)); in AppendSourcesAndInputsToImplicitDeps()
240 deps->push_back(OutputFile(settings_->build_settings(), data)); in AppendSourcesAndInputsToImplicitDeps()
249 OutputFile(settings_->build_settings(), source)); in WriteSourcesAndInputs()
253 path_output_.WriteFile(out_, OutputFile(settings_->build_settings(), data)); in WriteSourcesAndInputs()
331 rust_lib.AsSourceFile(settings_->build_settings()).GetDir()); in WriteExternsAndDeps()
358 nonrustdep.AsSourceFile(settings_->build_settings()).GetDir()); in WriteExternsAndDeps()
H A Dninja_binary_target_writer.cc39 rule_prefix_(GetNinjaRulePrefixForToolchain(settings_)) {} in NinjaBinaryTargetWriter()
77 OutputFile(settings_->build_settings(), *inputs[0])}; in WriteInputsStampAndGetDep()
82 outs.push_back(OutputFile(settings_->build_settings(), *source)); in WriteInputsStampAndGetDep()
98 out_ << ": " << GetNinjaRulePrefixForToolchain(settings_) in WriteInputsStampAndGetDep()
314 settings_->build_settings()->root_path_utf8(), in WriteLibrarySearchPath()
329 settings_->build_settings()->root_path_utf8(), ESCAPE_NINJA_COMMAND); in WriteLibrarySearchPath()
358 settings_->build_settings()->root_path_utf8(), in WriteLibs()
399 path_output_.current_dir(), settings_->build_settings()->root_path_utf8(), in WriteSwiftModules()
412 settings_->default_toolchain_label()); in WritePool()
H A Dtest_with_scope.h34 Settings* settings() { return &settings_; } in settings()
35 const Settings* settings() const { return &settings_; } in settings()
75 Settings settings_; member in TestWithScope
H A Dninja_target_writer.cc36 : settings_(target->settings()), in NinjaTargetWriter()
39 path_output_(settings_->build_settings()->build_dir(), in NinjaTargetWriter()
40 settings_->build_settings()->root_path_utf8(), in NinjaTargetWriter()
286 settings_->build_settings()->root_path_utf8(), ESCAPE_NINJA_COMMAND); in WriteCCompilerVars()
302 settings_->build_settings()->root_path_utf8(), ESCAPE_NINJA_COMMAND); in WriteCCompilerVars()
399 settings_->build_settings()->root_path_utf8(), ESCAPE_NINJA_COMMAND); in WriteCCompilerVars()
519 OutputFile(settings_->build_settings(), *input_deps_sources[0])}; in WriteInputDepsStampAndGetDep()
529 outs.push_back(OutputFile(settings_->build_settings(), *source)); in WriteInputDepsStampAndGetDep()
555 out_ << ": " << GetNinjaRulePrefixForToolchain(settings_) in WriteInputDepsStampAndGetDep()
577 out_ << ": " << GetNinjaRulePrefixForToolchain(settings_) in WriteStampForTarget()
[all...]
H A Ditem.h33 const Settings* settings() const { return settings_; } in settings()
80 const Settings* settings_; member in Item
H A Dtest_with_scope.cc25 settings_(&build_settings_, std::string()), in TestWithScope()
26 toolchain_(&settings_, Label(SourceDir("//toolchain/"), "default")), in TestWithScope()
27 scope_(&settings_), in TestWithScope()
32 settings_.set_toolchain_label(toolchain_.label()); in TestWithScope()
33 settings_.set_default_toolchain_label(toolchain_.label()); in TestWithScope()
H A Dscope.cc52 settings_(settings), in Scope()
59 settings_(parent->settings()), in Scope()
67 settings_(parent->settings()), in Scope()
392 dest_scope = std::make_unique<Scope>(settings_); in NonRecursiveMergeTo()
453 result = std::make_unique<Scope>(settings_); in MakeClosure()
471 dest = std::make_unique<Scope>(settings_); in MakeTargetDefaults()
H A Dninja_generated_file_target_writer.cc58 settings_->build_settings()->GetFullPath(outputs_as_sources[0]); in GenerateFile()
89 ConvertValueToOutput(settings_, contents, target_->output_conversion(), out, in GenerateFile()
H A Dninja_bundle_data_target_writer.cc21 OutputFile(settings_->build_settings(), source_file)); in Run()
H A Dscope.h123 const Settings* settings() const { return settings_; } in settings()
385 const Settings* settings_; member in Scope
H A Ditem.cc14 : settings_(settings), in Item()
H A Dninja_toolchain_writer.h52 const Settings* settings_; member in NinjaToolchainWriter
H A Dninja_target_writer.h102 const Settings* settings_; // Non-owning. member in NinjaTargetWriter
H A Dninja_c_binary_target_writer.cc514 const BuildSettings* build_settings = settings_->build_settings(); in WriteSwiftSources()
613 OutputFile(settings_->build_settings(), src_file)); in WriteLinkerStuff()
623 OutputFile(settings_->build_settings(), lib.source_file())); in WriteLinkerStuff()
800 settings_->build_settings()->root_path_utf8(), in WriteLibsList()
H A Dninja_copy_target_writer.cc72 GetNinjaRulePrefixForToolchain(settings_) + GeneralTool::kGeneralToolCopy; in WriteCopyRules()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Draw_hash_set.h865 settings_(0, HashtablezInfoHandle(), hash, eq, alloc) {
995 settings_(absl::exchange(that.growth_left(), 0),
1004 settings_(0, HashtablezInfoHandle(), that.hash_ref(), that.eq_ref(),
1895 size_t& growth_left() { return settings_.template get<0>(); }
1897 HashtablezInfoHandle& infoz() { return settings_.template get<1>(); }
1899 hasher& hash_ref() { return settings_.template get<2>(); }
1900 const hasher& hash_ref() const { return settings_.template get<2>(); }
1901 key_equal& eq_ref() { return settings_.template get<3>(); }
1902 const key_equal& eq_ref() const { return settings_.template get<3>(); }
1903 allocator_type& alloc_ref() { return settings_
[all...]
/third_party/protobuf/conformance/third_party/jsoncpp/
H A Djsoncpp.cpp2102 setDefaults(&settings_);
2108 bool collectComments = settings_["collectComments"].asBool();
2110 features.allowComments_ = settings_["allowComments"].asBool();
2111 features.strictRoot_ = settings_["strictRoot"].asBool();
2112 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2113 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2114 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2115 features.stackLimit_ = settings_["stackLimit"].asInt();
2116 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2117 features.rejectDupKeys_ = settings_["rejectDupKey
[all...]
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2076 setDefaults(&settings_);
2082 bool collectComments = settings_["collectComments"].asBool();
2084 features.allowComments_ = settings_["allowComments"].asBool();
2085 features.strictRoot_ = settings_["strictRoot"].asBool();
2086 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2088 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2089 features.stackLimit_ = settings_["stackLimit"].asInt();
2090 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2091 features.rejectDupKeys_ = settings_["rejectDupKey
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2076 setDefaults(&settings_);
2082 bool collectComments = settings_["collectComments"].asBool();
2084 features.allowComments_ = settings_["allowComments"].asBool();
2085 features.strictRoot_ = settings_["strictRoot"].asBool();
2086 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2088 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2089 features.stackLimit_ = settings_["stackLimit"].asInt();
2090 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2091 features.rejectDupKeys_ = settings_["rejectDupKey
[all...]
/third_party/spirv-headers/tools/buildHeaders/jsoncpp/dist/
H A Djsoncpp.cpp2076 setDefaults(&settings_);
2082 bool collectComments = settings_["collectComments"].asBool();
2084 features.allowComments_ = settings_["allowComments"].asBool();
2085 features.strictRoot_ = settings_["strictRoot"].asBool();
2086 features.allowDroppedNullPlaceholders_ = settings_["allowDroppedNullPlaceholders"].asBool();
2087 features.allowNumericKeys_ = settings_["allowNumericKeys"].asBool();
2088 features.allowSingleQuotes_ = settings_["allowSingleQuotes"].asBool();
2089 features.stackLimit_ = settings_["stackLimit"].asInt();
2090 features.failIfExtra_ = settings_["failIfExtra"].asBool();
2091 features.rejectDupKeys_ = settings_["rejectDupKey
[all...]

Completed in 25 milliseconds

12