HomeSort by relevance Sort by last modified time
    Searched refs:error_stream (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/
bug_report_util.cc 121 std::stringstream error_stream; local
126 error_stream << "Success";
139 error_stream << "No connection to server.";
142 error_stream << "Client error: HTTP response code " << response_code;
144 error_stream << "Server error: HTTP response code " << response_code;
146 error_stream << "Unknown error: HTTP response code " << response_code;
151 << ") status: " << error_stream.str();
  /external/clang/lib/Tooling/
Tooling.cpp 68 llvm::raw_svector_ostream error_stream(error_msg);
69 Compilation->PrintJob(error_stream, Compilation->getJobs(), "; ", true);
71 << error_stream.str();
  /hardware/libhardware/include/hardware/
camera3.h 1380 camera3_stream_t *error_stream; member in struct:camera3_error_msg
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera3Device.cpp     [all...]

Completed in 1129 milliseconds