/external/icu4c/tools/genrb/ |
errmsg.c | 21 #include "errmsg.h"
|
/external/llvm/include/llvm/Support/ |
DynamicLibrary.h | 62 /// instance on failure (see isValid()). \p *errMsg will only be modified 68 std::string *errMsg = 0); 76 std::string *ErrMsg = 0) { 77 return !getPermanentLibrary(Filename, ErrMsg).isValid();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
py_compile.py | 49 errmsg = tbtext.replace('File "<string>"', 'File "%s"' % file) 51 errmsg = "Sorry: %s: %s" % (exc_type_name,exc_value) 53 Exception.__init__(self,msg or errmsg,exc_type_name,exc_value,file) 58 self.msg = msg or errmsg
|
urllib.py | 346 errcode, errmsg, headers = h.getreply() 359 return self.http_error(url, fp, errcode, errmsg, headers) 361 return self.http_error(url, fp, errcode, errmsg, headers, data) 363 def http_error(self, url, fp, errcode, errmsg, headers, data=None): 372 result = method(url, fp, errcode, errmsg, headers) 374 result = method(url, fp, errcode, errmsg, headers, data) 376 return self.http_error_default(url, fp, errcode, errmsg, headers) 378 def http_error_default(self, url, fp, errcode, errmsg, headers): 381 raise IOError, ('http error', errcode, errmsg, headers) 438 errcode, errmsg, headers = h.getreply( [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
py_compile.py | 49 errmsg = tbtext.replace('File "<string>"', 'File "%s"' % file) 51 errmsg = "Sorry: %s: %s" % (exc_type_name,exc_value) 53 Exception.__init__(self,msg or errmsg,exc_type_name,exc_value,file) 58 self.msg = msg or errmsg
|
urllib.py | 346 errcode, errmsg, headers = h.getreply() 359 return self.http_error(url, fp, errcode, errmsg, headers) 361 return self.http_error(url, fp, errcode, errmsg, headers, data) 363 def http_error(self, url, fp, errcode, errmsg, headers, data=None): 372 result = method(url, fp, errcode, errmsg, headers) 374 result = method(url, fp, errcode, errmsg, headers, data) 376 return self.http_error_default(url, fp, errcode, errmsg, headers) 378 def http_error_default(self, url, fp, errcode, errmsg, headers): 381 raise IOError, ('http error', errcode, errmsg, headers) 438 errcode, errmsg, headers = h.getreply( [all...] |
/art/compiler/llvm/ |
llvm_compilation_unit.cc | 207 std::string errmsg; local 209 ::llvm::TargetRegistry::lookupTarget(target_triple, errmsg); 211 CHECK(target != NULL) << errmsg; 256 std::string errmsg; local 259 new ::llvm::tool_output_file(bitcode_filename_.c_str(), errmsg, 263 if (!errmsg.empty()) { 264 LOG(ERROR) << "Failed to create bitcode output file: " << errmsg;
|
/external/llvm/tools/bugpoint/ |
BugDriver.cpp | 149 bool BugDriver::run(std::string &ErrMsg) { 153 return runManyPasses(PassesToRun, ErrMsg); 178 return debugCodeGeneratorCrash(ErrMsg); 190 return debugCodeGeneratorCrash(ErrMsg); 207 return debugCodeGeneratorCrash(ErrMsg); 214 return debugCodeGeneratorCrash(ErrMsg); 224 return debugCodeGeneratorCrash(ErrMsg);
|
FindBugs.cpp | 34 std::string &ErrMsg) { 84 return debugCodeGeneratorCrash(ErrMsg); 102 debugCodeGeneratorCrash(ErrMsg);
|
OptimizerDriver.cpp | 215 std::string ErrMsg; 218 MemoryLimit, &ErrMsg); 235 outs() << "Execute failed: " << ErrMsg << "\n"; 237 outs() << "Crashed: " << ErrMsg << "\n";
|
/frameworks/base/services/java/com/android/server/updates/ |
ConfigUpdateInstallReceiver.java | 110 String errMsg = e.toString(); 111 if (errMsg.length() > 100) { 112 errMsg = errMsg.substring(0, 99); 114 EventLog.writeEvent(EventLogTags.CONFIG_INSTALL_FAILED, errMsg);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
tsnmfmt.cpp | 279 UnicodeString errMsg; 283 errMsg.truncate(0); // if non-empty, we failed this iteration 292 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed."; 304 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1]) 318 errMsg = ("**** FAIL: Numeric mismatch after match."); 325 errMsg = ("**** FAIL: String mismatch after match."); 337 errMsg = ("**** FAIL: No string and/or number match within 2 iterations."); 340 if (errMsg.length() != 0) 347 errln(errMsg);
|
/external/icu4c/test/intltest/ |
tsnmfmt.cpp | 290 UnicodeString errMsg; 294 errMsg.truncate(0); // if non-empty, we failed this iteration 303 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed."; 315 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1]) 329 errMsg = ("**** FAIL: Numeric mismatch after match."); 336 errMsg = ("**** FAIL: String mismatch after match."); 348 errMsg = ("**** FAIL: No string and/or number match within 2 iterations."); 351 if (errMsg.length() != 0) 358 errln(errMsg);
|
/external/llvm/tools/lto/ |
LTOModule.cpp | 191 LTOModule *LTOModule::makeLTOModule(const char *path, std::string &errMsg) { 194 errMsg = ec.message(); 197 return makeLTOModule(buffer.take(), errMsg); 201 size_t size, std::string &errMsg) { 202 return makeLTOModule(fd, path, size, 0, errMsg); 208 std::string &errMsg) { 212 errMsg = ec.message(); 215 return makeLTOModule(buffer.take(), errMsg); 219 std::string &errMsg) { 223 return makeLTOModule(buffer.take(), errMsg); [all...] |
/external/llvm/lib/ExecutionEngine/ |
ExecutionEngineBindings.cpp | 348 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg); 365 virtual bool finalizeMemory(std::string *ErrMsg); 401 bool SimpleBindingMemoryManager::finalizeMemory(std::string *ErrMsg) { 407 if (ErrMsg) 408 *ErrMsg = errMsgCString; 424 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg),
|
/frameworks/compile/libbcc/bcinfo/tools/ |
main.cpp | 322 std::string errmsg; local 323 module.reset(llvm::ParseBitcodeFile(mem.get(), ctx, &errmsg)); 324 if (module.get() != 0 && module->MaterializeAllPermanently(&errmsg)) { 329 if (errmsg.size()) { 330 fprintf(stderr, "error: %s\n", errmsg.c_str()); 338 new llvm::tool_output_file(outFile.c_str(), errmsg,
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
pnacl_resources.h | 105 // Otherwise returns false and places an error message in |errmsg|. 106 bool ParseResourceInfo(const nacl::string& buf, nacl::string& errmsg);
|
pnacl_resources.cc | 157 nacl::string& errmsg) { 162 errmsg = nacl::string("JSON parse error: ") + 168 errmsg = nacl::string("Malformed JSON dictionary");
|
/external/srec/srec/include/ |
errhndl.h | 33 char* errMsg,
|
/external/llvm/lib/Support/Windows/ |
Windows.h | 35 inline bool MakeErrMsg(std::string* ErrMsg, const std::string& prefix) { 36 if (!ErrMsg) 41 *ErrMsg = prefix + buffer;
|
/frameworks/testing/androidtestlib/src/com/android/test/runner/ |
TestLoader.java | 72 String errMsg = String.format("Could not find class: %s", className); 73 Log.e(LOG_TAG, errMsg); 74 mWriter.println(errMsg);
|
/external/llvm/unittests/Support/ |
Path.cpp | 369 std::string ErrMsg; 370 raw_fd_ostream file(file_pathname.c_str(), ErrMsg, sys::fs::F_Binary); 385 std::string ErrMsg; 389 raw_fd_ostream File(FilePathname.c_str(), ErrMsg); 390 EXPECT_EQ(ErrMsg, ""); 400 raw_fd_ostream File(FilePathname.c_str(), ErrMsg, sys::fs::F_Binary); 401 EXPECT_EQ(ErrMsg, "");
|
/external/clang/lib/ARCMigrate/ |
PlistReporter.cpp | 118 std::string errMsg; 119 llvm::raw_fd_ostream o(outPath.c_str(), errMsg); 120 if (!errMsg.empty()) {
|
/external/javassist/src/main/javassist/tools/rmi/ |
ObjectImporter.java | 206 String errmsg; local 242 errmsg = null; 246 errmsg = din.readUTF(); 270 throw new RemoteException(errmsg);
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
sed.c | 92 contact(errmsg) 93 int errmsg; 95 FILE *out = errmsg ? stderr : stdout; 103 if (!errmsg)
|