Searched defs:error_str (Results 1 - 8 of 8) sorted by relevance

/external/libchrome/base/json/
H A Djson_string_value_serializer.cc53 std::string* error_str) {
57 error_code, error_str);
51 Deserialize( int* error_code, std::string* error_str) argument
H A Djson_file_value_serializer.cc106 std::string* error_str) {
112 if (error_str)
113 *error_str = GetErrorMessageForCode(error);
119 return deserializer.Deserialize(error_code, error_str);
104 Deserialize( int* error_code, std::string* error_str) argument
/external/strace/
H A Dcount.c162 char error_str[sizeof(int)*3]; local
198 error_str[0] = '\0';
200 sprintf(error_str, "%u", cc->errors);
210 error_str, sysent[idx].sys_name);
217 error_str[0] = '\0';
219 sprintf(error_str, "%u", error_cum);
222 call_cum, error_str, "total");
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_helpers.cc851 string error_str() const { return error_str_; } function in class:google::protobuf::compiler::objectivec::__anon16374::Parser
979 " Line " + SimpleItoa(parser.last_line()) + ", " + parser.error_str();
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp719 char error_str[64]; local
720 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
721 return ErrorV(error_str);
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1161 char error_str[64]; local
1162 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
1163 return ErrorV(error_str);
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp701 char error_str[64]; local
702 sprintf(error_str, "Unknown function referenced %s", Callee.c_str());
703 return ErrorV(error_str);
/external/stressapptest/src/
H A Dworker.cc2932 const char *error_str; member in struct:__anon18137
2974 os_->ErrorReport(device_name_.c_str(), operations[op].error_str, 1);
3005 os_->ErrorReport(device_name_.c_str(), operations[op].error_str, 1);

Completed in 509 milliseconds