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 121 nacl::stringstream error_stream; local
122 error_stream << parent_key << " property '" << container_key
125 *error_string = error_stream.str();
145 nacl::stringstream error_stream; local
146 error_stream << parent_key << " property '" << container_key
149 *error_string = error_stream.str();
191 nacl::stringstream error_stream; local
192 error_stream << parent_key << " property '" << container_key <<
194 *error_string = error_stream.str();
200 nacl::stringstream error_stream; local
209 nacl::stringstream error_stream; local
217 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 122 std::stringstream error_stream; local
128 error_stream << "Success";
141 error_stream << "No connection to server.";
144 error_stream << "Client error: HTTP response code " << response_code;
146 error_stream << "Server error: HTTP response code " << response_code;
148 error_stream << "Unknown error: HTTP response code " << response_code;
153 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 98 milliseconds