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

  /external/chromium_org/components/feedback/
feedback_uploader_delegate.cc 37 std::stringstream error_stream; local
40 error_stream << "Success";
45 error_stream << "No connection to server.";
48 error_stream << "Client error: HTTP response code " << response_code;
50 error_stream << "Server error: HTTP response code " << response_code;
52 error_stream << "Unknown error: HTTP response code " << response_code;
58 << source->GetURL() << ") status: " << error_stream.str();
  /external/lldb/source/Commands/
CommandObjectExpression.cpp 295 StreamSP error_stream = reader.GetDebugger().GetAsyncErrorStream(); local
298 error_stream.get());
300 error_stream->Flush();
313 Stream *error_stream,
375 error_stream->PutCString("(void)\n");
389 error_stream->PutCString ("error: ");
390 error_stream->Write(error_cstr, error_cstr_len);
392 error_stream->EOL();
396 error_stream->PutCString ("error: unknown error\n");
407 error_stream->Printf ("error: invalid execution context for expression\n")
    [all...]
  /external/lldb/source/Expression/
ClangExpressionParser.cpp 511 Stream *error_stream = NULL; local
514 error_stream = &target->GetDebugger().GetErrorStream();
519 error_stream,
ClangUserExpression.cpp 421 ClangUserExpression::Parse (Stream &error_stream,
436 error_stream.Printf("warning: %s\n", err.AsCString());
461 error_stream.PutCString ("error: couldn't construct expression body");
476 error_stream.PutCString ("error: invalid target\n");
510 error_stream.PutCString ("error: current process state is unsuitable for expression parsing\n");
522 unsigned num_errors = parser.Parse (error_stream);
526 error_stream.Printf ("error: %d errors parsing expression\n", num_errors);
554 error_stream.Printf ("error: %s\n", error_cstr);
556 error_stream.Printf ("error: expression can't be interpreted or run\n");
602 ClangUserExpression::PrepareToExecuteJITExpression (Stream &error_stream,
1014 StreamString error_stream; local
    [all...]
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntime.cpp 135 StreamString error_stream; local
138 func.InsertFunction(exe_ctx, wrapper_struct_addr, error_stream);
147 error_stream,
  /external/chromium_org/components/nacl/renderer/
json_manifest.cc 124 std::stringstream error_stream; local
125 error_stream << parent_key << " property '" << container_key
128 *error_string = error_stream.str();
148 std::stringstream error_stream; local
149 error_stream << parent_key << " property '" << container_key
152 *error_string = error_stream.str();
182 std::stringstream error_stream; local
183 error_stream << "PNaCl-like NMF with application/x-nacl mimetype instead "
185 *error_string = error_stream.str();
202 std::stringstream error_stream; local
211 std::stringstream error_stream; local
    [all...]
  /hardware/libhardware/include/hardware/
camera3.h 1628 camera3_stream_t *error_stream; member in struct:camera3_error_msg
    [all...]

Completed in 97 milliseconds