Home
last modified time | relevance | path

Searched refs:tool_ (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/system/palette/tools/
H A Dcreate_note_unittest.cc59 tool_.reset(); in TearDown()
75 EXPECT_FALSE(tool_->CreateView()); in TEST_F()
76 tool_->OnViewDestroyed(); in TEST_F()
81 tool_->OnViewDestroyed(); in TEST_F()
84 EXPECT_FALSE(tool_->CreateView()); in TEST_F()
85 tool_->OnViewDestroyed(); in TEST_F()
88 EXPECT_FALSE(tool_->CreateView()); in TEST_F()
89 tool_->OnViewDestroyed(); in TEST_F()
102 tool_->OnEnable(); in TEST_F()
116 tool_->OnEnable(); in TEST_F()
[all …]
H A Dmetalayer_unittest.cc41 tool_ = std::make_unique<MetalayerMode>(palette_tool_delegate_.get()); in SetUp()
50 tool_.reset(); in TearDown()
62 std::unique_ptr<PaletteTool> tool_; member in ash::__anon0f78fc790111::MetalayerToolTest
107 base::WrapUnique(tool_->CreateView()); in TEST_F()
121 tool_->OnViewDestroyed(); in TEST_F()
135 tool_->OnEnable(); in TEST_F()
142 tool_->OnDisable(); in TEST_F()
155 tool_->OnEnable(); in TEST_F()
162 tool_->OnEnable(); in TEST_F()
172 tool_->OnEnable(); in TEST_F()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/tools/
H A Dxtp_tools.cc56 std::unique_ptr<xtp::QMTool> tool_; member in XtpTools
60 tool_ = xtp::QMTools().Create(name); in CreateCalculator()
71 std::cout << "... " << tool_->Identify() << " " << std::flush; in execute()
72 tool_->setnThreads(nThreads); in execute()
73 tool_->Initialize(options_); in execute()
76 std::cout << "... " << tool_->Identify() << " " << std::flush; in execute()
77 tool_->Evaluate(); in execute()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/tools/
H A Dxtp_tools.cc56 std::unique_ptr<xtp::QMTool> tool_; member in XtpTools
60 tool_ = xtp::QMTools().Create(name); in CreateCalculator()
71 std::cout << "... " << tool_->Identify() << " " << std::flush; in execute()
72 tool_->setnThreads(nThreads); in execute()
73 tool_->Initialize(options_); in execute()
76 std::cout << "... " << tool_->Identify() << " " << std::flush; in execute()
77 tool_->Evaluate(); in execute()
/dports/games/widelands/widelands-build21/src/editor/ui_menus/
H A Dcategorized_item_selection_menu.h64 ToolType* const tool_; // not owned variable
90 tool_(tool) { in CategorizedItemSelectionMenu()
121 cb->set_state(tool_->is_enabled(i)); in CategorizedItemSelectionMenu()
145 if (!t && (!multiselect || tool_->get_nr_enabled() == 1)) in selected()
149 for (uint32_t i = 0; tool_->get_nr_enabled(); ++i) in selected()
150 tool_->enable(i, false); in selected()
161 tool_->enable(n, t); in selected()
172 int j = tool_->get_nr_enabled(); in update_label()
174 if (tool_->is_enabled(i)) { in update_label()
175 if (j < tool_->get_nr_enabled()) { in update_label()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/tools/gn/
H A Dninja_rust_binary_target_writer.cc113 tool_(target->toolchain()->GetToolForTargetFinalOutputAsRust(target)) {} in NinjaRustBinaryTargetWriter()
171 target_, tool_, tool_->outputs(), &tool_outputs); in Run()
173 order_only_deps, tool_->name(), tool_outputs); in Run()
188 WriteCrateVars(target_, tool_, opts, out_); in WriteCompilerVars()
262 WriteLinkerFlags(out_, tool_, nullptr); in WriteRustdeps()
263 WriteLibs(out_, tool_); in WriteRustdeps()
H A Dninja_c_binary_target_writer.cc60 tool_(target->toolchain()->GetToolForTargetFinalOutputAsC(target)) {} in NinjaCBinaryTargetWriter()
451 target_, tool_, tool_->outputs(), &output_files); in WriteLinkerStuff()
567 WriteLinkerFlags(out_, tool_, optional_def_file); in WriteLinkerStuff()
570 WriteLibs(out_, tool_); in WriteLinkerStuff()
573 WriteFrameworks(out_, tool_); in WriteLinkerStuff()
588 target_, tool_, &CSubstitutionOutputExtension); in WriteOutputSubstitutions()
591 << SubstitutionWriter::GetLinkerSubstitution(target_, tool_, in WriteOutputSubstitutions()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/boot/compressed/
H A DMakefile76 tool_$(CONFIG_KERNEL_GZIP) = gzip
77 tool_$(CONFIG_KERNEL_BZIP2) = bzip2
78 tool_$(CONFIG_KERNEL_LZ4) = lz4
79 tool_$(CONFIG_KERNEL_LZMA) = lzma
80 tool_$(CONFIG_KERNEL_LZO) = lzo
81 tool_$(CONFIG_KERNEL_XZ) = xzkern
82 tool_$(CONFIG_KERNEL_ZSTD) = zstd22
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/boot/compressed/
H A DMakefile76 tool_$(CONFIG_KERNEL_GZIP) = gzip
77 tool_$(CONFIG_KERNEL_BZIP2) = bzip2
78 tool_$(CONFIG_KERNEL_LZ4) = lz4
79 tool_$(CONFIG_KERNEL_LZMA) = lzma
80 tool_$(CONFIG_KERNEL_LZO) = lzo
81 tool_$(CONFIG_KERNEL_XZ) = xzkern
82 tool_$(CONFIG_KERNEL_ZSTD) = zstd22
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/boot/compressed/
H A DMakefile76 tool_$(CONFIG_KERNEL_GZIP) = gzip
77 tool_$(CONFIG_KERNEL_BZIP2) = bzip2
78 tool_$(CONFIG_KERNEL_LZ4) = lz4
79 tool_$(CONFIG_KERNEL_LZMA) = lzma
80 tool_$(CONFIG_KERNEL_LZO) = lzo
81 tool_$(CONFIG_KERNEL_XZ) = xzkern
82 tool_$(CONFIG_KERNEL_ZSTD) = zstd22
/dports/devel/gn/gn-1962/src/gn/
H A Dninja_rust_binary_target_writer.cc105 tool_(target->toolchain()->GetToolForTargetFinalOutputAsRust(target)) {} in NinjaRustBinaryTargetWriter()
189 target_, tool_, tool_->outputs(), &tool_outputs); in Run()
191 implicit_deps.vector(), order_only_deps, tool_->name(), in Run()
208 WriteCrateVars(target_, tool_, opts, out_); in WriteCompilerVars()
332 WriteLibrarySearchPath(out_, tool_); in WriteRustdeps()
333 WriteLibs(out_, tool_); in WriteRustdeps()
336 WriteCustomLinkerFlags(out_, tool_); in WriteRustdeps()
H A Dninja_c_binary_target_writer.cc124 tool_(target->toolchain()->GetToolForTargetFinalOutputAsC(target)) {} in NinjaCBinaryTargetWriter()
704 target_, tool_, tool_->outputs(), &output_files); in WriteLinkerStuff()
833 WriteLinkerFlags(out_, tool_, optional_def_file); in WriteLinkerStuff()
836 WriteLibs(out_, tool_); in WriteLinkerStuff()
839 WriteFrameworks(out_, tool_); in WriteLinkerStuff()
842 WriteSwiftModules(out_, tool_, swiftmodules); in WriteLinkerStuff()
859 target_, tool_, &SubstitutionOutputExtension); in WriteOutputSubstitutions()
862 << SubstitutionWriter::GetLinkerSubstitution(target_, tool_, in WriteOutputSubstitutions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Dninja_rust_binary_target_writer.cc104 tool_(target->toolchain()->GetToolForTargetFinalOutputAsRust(target)) {} in NinjaRustBinaryTargetWriter()
187 target_, tool_, tool_->outputs(), &tool_outputs); in Run()
189 implicit_deps.vector(), order_only_deps, tool_->name(), in Run()
206 WriteCrateVars(target_, tool_, opts, out_); in WriteCompilerVars()
328 WriteLinkerFlags(out_, tool_, nullptr); in WriteRustdeps()
329 WriteLibs(out_, tool_); in WriteRustdeps()
H A Dninja_c_binary_target_writer.cc126 tool_(target->toolchain()->GetToolForTargetFinalOutputAsC(target)) {} in NinjaCBinaryTargetWriter()
695 target_, tool_, tool_->outputs(), &output_files); in WriteLinkerStuff()
825 WriteLinkerFlags(out_, tool_, optional_def_file); in WriteLinkerStuff()
828 WriteLibs(out_, tool_); in WriteLinkerStuff()
831 WriteFrameworks(out_, tool_); in WriteLinkerStuff()
834 WriteSwiftModules(out_, tool_, swiftmodules); in WriteLinkerStuff()
850 target_, tool_, &SubstitutionOutputExtension); in WriteOutputSubstitutions()
853 << SubstitutionWriter::GetLinkerSubstitution(target_, tool_, in WriteOutputSubstitutions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/highlighter/
H A Dhighlighter_controller_unittest.cc73 tool_ = std::make_unique<MetalayerMode>(palette_tool_delegate_.get()); in SetUp()
77 tool_.reset(); in TearDown()
110 std::unique_ptr<PaletteTool> tool_; member in ash::__anon777010b30111::HighlighterControllerTest
551 tool_->OnEnable(); in TEST_F()
558 tool_->OnDisable(); in TEST_F()
565 tool_->OnEnable(); in TEST_F()
578 tool_->OnEnable(); in TEST_F()
605 tool_->OnEnable(); in TEST_F()
626 tool_->OnEnable(); in TEST_F()
644 tool_->OnEnable(); in TEST_F()
[all …]
/dports/graphics/darktable/darktable-3.6.1/tools/basecurve/
H A DREADME.cmake.md7 The _darktable-curve-tool_ program will help you approximate more accurately the transfer
101 ## Determining a basecurve/tonecurve with _darktable-curve-tool_ alone
107 determining a curve with _darktable-curve-tool_ alone
135 It is now time to let _darktable-curve-tool_ analyse these two files so that it can gather
138 It is assumed _darktable-curve-tool_ is in your `$PATH`.
150 The only thing you have to take care, is to point _darktable-curve-tool_ to the same save
167 console and _darktable-curve-tool_ refuses to process any further image.
187 The _-z_ option tells the _darktable-curve-tool_ program to read the save state and compute
188 the curves. The _-e_ option is just a convenient option for pointing _darktable-curve-tool_
211 _darktable-curve-tool_ command run, the preset should be named as your camera Model name.
[all …]
/dports/graphics/darktable38/darktable-3.8.0/tools/basecurve/
H A DREADME.cmake.md7 The _darktable-curve-tool_ program will help you approximate more accurately the transfer
101 ## Determining a basecurve/tonecurve with _darktable-curve-tool_ alone
107 determining a curve with _darktable-curve-tool_ alone
135 It is now time to let _darktable-curve-tool_ analyse these two files so that it can gather
138 It is assumed _darktable-curve-tool_ is in your `$PATH`.
150 The only thing you have to take care, is to point _darktable-curve-tool_ to the same save
167 console and _darktable-curve-tool_ refuses to process any further image.
187 The _-z_ option tells the _darktable-curve-tool_ program to read the save state and compute
188 the curves. The _-e_ option is just a convenient option for pointing _darktable-curve-tool_
211 _darktable-curve-tool_ command run, the preset should be named as your camera Model name.
[all …]
/dports/games/powder-toy/The-Powder-Toy-95.0/src/gui/game/
H A DMenu.cpp23 void Menu::AddTool(Tool * tool_) in AddTool() argument
25 tools.push_back(tool_); in AddTool()
/dports/games/simutrans/simutrans-121.0/gui/
H A Dsignal_spacing.cc20 signal_spacing_frame_t::signal_spacing_frame_t(player_t *player_, tool_build_roadsign_t* tool_) : in signal_spacing_frame_t() argument
25 tool = tool_; in signal_spacing_frame_t()
/dports/devel/antlr/antlr-2.7.7/antlr/
H A DTreeWalkerGrammar.java24 TreeWalkerGrammar(String className_, Tool tool_, String superClass) { in TreeWalkerGrammar() argument
25 super(className_, tool_, superClass); in TreeWalkerGrammar()
H A DParserGrammar.java22 ParserGrammar(String className_, Tool tool_, String superClass) { in ParserGrammar() argument
23 super(className_, tool_, superClass); in ParserGrammar()
H A DImportVocabTokenManager.java23 ImportVocabTokenManager(Grammar grammar, String filename_, String name_, Tool tool_) { in ImportVocabTokenManager() argument
25 super(name_, tool_); in ImportVocabTokenManager()
H A DSimpleTokenManager.java29 SimpleTokenManager(String name_, Tool tool_) { in SimpleTokenManager() argument
30 antlrTool = tool_; in SimpleTokenManager()
H A DLexerGrammar.java36 LexerGrammar(String className_, Tool tool_, String superClass) { in LexerGrammar() argument
37 super(className_, tool_, superClass); in LexerGrammar()
/dports/games/simutrans/simutrans-121.0/script/api/
H A Dapi_command.h23 my_tool_t(tool_t *tool_) : tool(tool_) { } in my_tool_t()

123