Home | History | Annotate | Download | only in aidl

Lines Matching full:cout

42         cout << prefix << *expected << endl;
52 cout << prefix << got[i] << endl;
71 cout << "mismatch: result: got " << result << " expected " <<
83 cout << "mismatch: systemSearchPath: got" << endl;
85 cout << " expected" << endl;
92 cout << "mismatch: localSearchPath: got" << endl;
94 cout << " expected" << endl;
101 cout << "mismatch: inputFileName: got " << options.inputFileName
108 cout << "mismatch: nativeLanguage: got " << options.nativeLanguage
115 cout << "mismatch: outputH: got " << options.outputH
122 cout << "mismatch: outputCPP: got " << options.outputCPP
129 cout << "mismatch: outputJava: got " << options.outputJava
246 cout << endl;
247 cout << "---------------------------------------------" << endl;
250 cout << " " << *p;
253 cout << endl;
254 cout << "---------------------------------------------" << endl;
259 cout << "passed" << endl;
261 cout << "failed" << endl;
267 cout << endl;
268 cout << "=============================================" << endl;
269 cout << "options_test summary" << endl;
270 cout << "=============================================" << endl;
273 cout << "passed" << endl;
275 cout << "failed the following tests:" << endl;
278 cout << " ";
281 cout << " " << *p;
284 cout << endl;