Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:command_runner_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ninja/src/
H
A
D
build_test.cc
490
BuildTest() : config_(MakeConfig()),
command_runner_
(&fs_), status_(config_),
in BuildTest()
495
: config_(MakeConfig()),
command_runner_
(&fs_), status_(config_),
in BuildTest()
501
builder_.
command_runner_
.reset(&
command_runner_
);
in SetUp()
512
builder_.
command_runner_
.release();
in ~BuildTest()
518
/// State of
command_runner_
and logs contents (if specified) ARE MODIFIED.
534
FakeCommandRunner
command_runner_
;
member
569
command_runner_
.commands_ran_.clear();
in RebuildTarget()
570
builder.
command_runner_
.reset(&
command_runner_
);
in RebuildTarget()
1261
FakeCommandRunner&
command_runner_
= t->
command_runner_
;
TestPhonyUseCase()
local
[all...]
H
A
D
build.cc
560
if (
command_runner_
.get()) {
in Cleanup()
561
vector<Edge*> active_edges =
command_runner_
->GetActiveEdges();
in Cleanup()
562
command_runner_
->Abort();
in Cleanup()
642
if (!
command_runner_
.get()) {
in Build()
644
command_runner_
.reset(new DryRunCommandRunner);
in Build()
646
command_runner_
.reset(new RealCommandRunner(config_));
in Build()
660
size_t capacity =
command_runner_
->CanRunMore();
in Build()
688
size_t current_capacity =
command_runner_
->CanRunMore();
in Build()
702
if (!
command_runner_
->WaitForCommand(&result) ||
in Build()
862
if (!
command_runner_
in StartEdge()
[all...]
H
A
D
build.h
222
std::unique_ptr<CommandRunner>
command_runner_
;
member
Completed in 4 milliseconds