Lines Matching defs:output
99 // read driver output
107 // TODO(yuexima) use vector for output messages
111 cout << "[Shell driver] output for command " << i << ": " << out_str
117 cout << "[Client] receiving output: " << ss.str() << endl;
163 * This test tests whether the output of "uname" is "Linux\n"
167 string output =
169 ASSERT_EQ(output.compare(expected), 0);
173 * This test tests whether the output of "which ls" is "/system/bin/ls\n"
177 string output =
179 ASSERT_EQ(output.compare(expected), 0);