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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
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();
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...]
  /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();
  /hardware/libhardware/include/hardware/
camera3.h 1432 camera3_stream_t *error_stream; member in struct:camera3_error_msg
    [all...]

Completed in 98 milliseconds