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:root_nodes
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ninja/src/
H
A
D
graph_test.cc
210
vector<Node*>
root_nodes
= state_.RootNodes(&err);
in TEST_F()
local
211
EXPECT_EQ(4u,
root_nodes
.size());
in TEST_F()
212
for (size_t i = 0; i <
root_nodes
.size(); ++i) {
in TEST_F()
213
string name =
root_nodes
[i]->path();
in TEST_F()
505
vector<Node*>
root_nodes
= state_.RootNodes(&err);
in TEST_F()
local
506
EXPECT_EQ(4u,
root_nodes
.size());
in TEST_F()
507
EXPECT_EQ(
root_nodes
[0]->path(), "out/out1");
in TEST_F()
508
EXPECT_EQ(
root_nodes
[1]->path(), "out/out2/out3/out4");
in TEST_F()
509
EXPECT_EQ(
root_nodes
[2]->path(), "out3");
in TEST_F()
510
EXPECT_EQ(
root_nodes
[
in TEST_F()
[all...]
H
A
D
state.cc
165
vector<Node*>
root_nodes
;
in RootNodes()
local
172
root_nodes
.push_back(*out);
in RootNodes()
176
if (!edges_.empty() &&
root_nodes
.empty())
in RootNodes()
179
return
root_nodes
;
in RootNodes()
H
A
D
ninja.cc
638
vector<Node*>
root_nodes
= state_.RootNodes(&err);
in ToolTargets()
local
640
return ToolTargetsList(
root_nodes
, depth, 0);
in ToolTargets()
Completed in 4 milliseconds