OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:command_count
(Results
1 - 2
of
2
) sorted by null
/system/extras/simpleperf/
command_test.cpp
40
size_t
command_count
= GetAllCommandNames().size();
local
42
ASSERT_EQ(
command_count
+ 1, GetAllCommandNames().size());
44
ASSERT_EQ(
command_count
, GetAllCommandNames().size());
/build/kati/
ninja.cc
410
auto
command_count
= commands.size();
local
422
bool needs_subshell = (
command_count
> 1 || c->ignore_error);
439
command_count
-= 1;
Completed in 621 milliseconds