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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
json_manifest.cc 119 nacl::stringstream error_stream; local
120 error_stream << parent_key << " property '" << container_key
123 *error_string = error_stream.str();
143 nacl::stringstream error_stream; local
144 error_stream << parent_key << " property '" << container_key
147 *error_string = error_stream.str();
177 nacl::stringstream error_stream; local
178 error_stream << "PNaCl-like NMF with application/x-nacl mimetype instead "
180 *error_string = error_stream.str();
197 nacl::stringstream error_stream; local
206 nacl::stringstream error_stream; local
    [all...]
scriptable_plugin.cc 30 nacl::stringstream error_stream; local
31 error_stream << call_name << ": " << error;
33 error_stream << " - " + exception->AsString();
37 std::string str = error_stream.str();
  /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/chromium_org/chrome/browser/feedback/
feedback_util.cc 131 std::stringstream error_stream; local
137 error_stream << "Success";
150 error_stream << "No connection to server.";
153 error_stream << "Client error: HTTP response code " << response_code;
155 error_stream << "Server error: HTTP response code " << response_code;
157 error_stream << "Unknown error: HTTP response code " << response_code;
162 source->GetURL() << ") status: " << error_stream.str();
  /external/clang/lib/Tooling/
Tooling.cpp 69 llvm::raw_svector_ostream error_stream(error_msg);
70 Compilation->PrintJob(error_stream, Compilation->getJobs(), "; ", true);
72 << error_stream.str();
  /hardware/libhardware/include/hardware/
camera3.h 1432 camera3_stream_t *error_stream; member in struct:camera3_error_msg
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 143 milliseconds