Searched defs:state (Results 1 - 5 of 5) sorted by relevance

/build/kati/
H A Dfileutil_bench.cc21 static void BM_RunCommand(benchmark::State& state) { argument
25 while (state.KeepRunning()) {
32 static void BM_RunCommand_ComplexShell(benchmark::State& state) { argument
36 while (state.KeepRunning()) {
/build/make/tools/atree/
H A Dfiles.cpp65 enum { WHITE, TEXT, IN_QUOTE } state = WHITE; local
71 switch (state)
76 state = (*p == '"') ? IN_QUOTE : TEXT;
81 state = TEXT;
86 if (state != IN_QUOTE && isspace(*p)) {
96 state = WHITE;
102 if (state == TEXT) {
/build/tools/atree/
H A Dfiles.cpp65 enum { WHITE, TEXT, IN_QUOTE } state = WHITE; local
71 switch (state)
76 state = (*p == '"') ? IN_QUOTE : TEXT;
81 state = TEXT;
86 if (state != IN_QUOTE && isspace(*p)) {
96 state = WHITE;
102 if (state == TEXT) {
/build/make/tools/ijar/
H A Dzip.cc167 // abort with an error message. "state" is the name of the field
169 int EnsureRemaining(size_t n, const char *state) { argument
173 return error("Premature end of file (at offset %zd, state=%s); "
175 in_offset, state, n, remaining);
/build/tools/ijar/
H A Dzip.cc167 // abort with an error message. "state" is the name of the field
169 int EnsureRemaining(size_t n, const char *state) { argument
173 return error("Premature end of file (at offset %zd, state=%s); "
175 in_offset, state, n, remaining);

Completed in 299 milliseconds