Home | History | Annotate | Download | only in aidl

Lines Matching refs:got

21 match_arrays(const char* const*expected, const vector<string> &got)
27 if (got.size() != count) {
31 if (got[i] != expected[i]) {
48 print_array(const char* prefix, const vector<string> &got)
50 size_t count = got.size();
52 cout << prefix << got[i] << endl;
71 cout << "mismatch: result: got " << result << " expected " <<
83 cout << "mismatch: systemSearchPath: got" << endl;
92 cout << "mismatch: localSearchPath: got" << 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