Searched defs:errMsg (Results 1 - 25 of 41) sorted by relevance

12

/external/libese/esed/
H A Desed.cpp48 std::string errMsg = "Failed to open connection to eSE"; local
50 errMsg += " (" + std::to_string(ese.error_code()) + "): " + ese.error_message();
52 errMsg += ": reason unknown";
54 LOG(ERROR) << errMsg;
/external/libese/esed/pn81a/
H A Dutils.h87 std::string errMsg = "Failed to transceive data between AP and eSE"; local
89 errMsg += " (" + std::to_string(ese.error_code()) + "): " + ese.error_message();
91 errMsg += ": reason unknown";
93 LOG(ERROR) << errMsg;
/external/llvm/unittests/Analysis/
H A DValueTrackingTest.cpp30 std::string errMsg; local
31 raw_string_ostream os(errMsg);
H A DCFGTest.cpp36 std::string errMsg; local
37 raw_string_ostream os(errMsg);
/external/llvm/lib/Support/
H A DDynamicLibrary.cpp57 std::string *errMsg) {
62 if (errMsg) *errMsg = dlerror();
96 std::string *errMsg) {
97 if (errMsg) *errMsg = "dlopen() not supported on this platform";
56 getPermanentLibrary(const char *filename, std::string *errMsg) argument
95 getPermanentLibrary(const char *filename, std::string *errMsg) argument
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDynamicLibrary.cpp74 std::string *errMsg) {
79 if (errMsg) *errMsg = dlerror();
113 std::string *errMsg) {
114 if (errMsg) *errMsg = "dlopen() not supported on this platform";
73 getPermanentLibrary(const char *filename, std::string *errMsg) argument
112 getPermanentLibrary(const char *filename, std::string *errMsg) argument
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
H A DMultiJITTest.cpp27 std::string errMsg; local
28 raw_string_ostream os(errMsg);
H A DJITTest.cpp185 std::string errMsg; local
186 raw_string_ostream os(errMsg);
683 std::string errMsg; local
684 M = getLazyBitcodeModule(BitcodeBuffer, Context, &errMsg);
686 ADD_FAILURE() << errMsg;
692 .setErrorStr(&errMsg)
695 ADD_FAILURE() << errMsg;
/external/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.cpp292 UnicodeString errMsg; local
296 errMsg.truncate(0); // if non-empty, we failed this iteration
305 errMsg = "**** FAIL: Parse of " + prettify(string[i-1]) + " failed.";
317 errMsg = ("**** FAIL: Parse of " + prettify(string[i-1])
331 errMsg = ("**** FAIL: Numeric mismatch after match.");
338 errMsg = ("**** FAIL: String mismatch after match.");
350 errMsg = ("**** FAIL: No string and/or number match within 2 iterations.");
353 if (errMsg.length() != 0)
360 errln(errMsg);
H A Dtzfmttst.cpp822 UnicodeString errMsg; local
827 errMsg = (UnicodeString)"Time zone ID: " + outID + " - expected: " + DATA[i].expected;
829 errMsg = (UnicodeString)"Parsed pos: " + pos.getIndex() + " - expected: " + DATA[i].outPos;
831 errMsg = (UnicodeString)"Time type: " + ttype + " - expected: " + DATA[i].timeType;
836 errMsg = (UnicodeString)"Parse failure - expected: " + DATA[i].expected;
839 if (errMsg.length() > 0) {
840 errln((UnicodeString)"Fail: " + errMsg + " [text=" + DATA[i].text + ", pos=" + DATA[i].inPos + ", style=" + DATA[i].style + "]");
H A Dtzregts.cpp817 UnicodeString errMsg; local
819 errMsg = (UnicodeString(") threw ") + u_errorName(status));
822 errMsg = UnicodeString(") accepts invalid args", "");
827 errMsg); local
H A Dtmsgfmt.cpp651 UnicodeString expected, const char* errMsg)
660 dataerrln( "%s error while formatting with ErrorCode as %s" ,errMsg, u_errorName(status) );
664 UnicodeString err = UnicodeString(errMsg);
671 UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg)
676 dataerrln( "%s error while constructing with ErrorCode as %s" ,errMsg, u_errorName(status) );
649 internalFormat(MessageFormat* msgFmt , Formattable* args , int32_t numOfArgs , UnicodeString expected, const char* errMsg) argument
670 internalCreate( UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg) argument
/external/swiftshader/third_party/LLVM/tools/lto/
H A DLTOCodeGenerator.cpp91 bool LTOCodeGenerator::addModule(LTOModule* mod, std::string& errMsg) argument
94 if(mod->getLLVVMModule()->MaterializeAllPermanently(&errMsg))
97 bool ret = _linker.LinkInModule(mod->getLLVVMModule(), &errMsg);
107 bool LTOCodeGenerator::setDebugInfo(lto_debug_model debug, std::string& errMsg) argument
118 errMsg = "unknown debug format";
124 std::string& errMsg)
133 errMsg = "unknown pic model";
149 std::string &errMsg) {
150 if (determineTarget(errMsg))
161 errMsg
123 setCodePICModel(lto_codegen_model model, std::string& errMsg) argument
148 writeMergedModules(const char *path, std::string &errMsg) argument
182 compile_to_file(const char** name, std::string& errMsg) argument
214 compile(size_t* length, std::string& errMsg) argument
241 determineTarget(std::string& errMsg) argument
363 generateObjectFile(raw_ostream &out, std::string &errMsg) argument
[all...]
H A DLTOModule.cpp90 std::string &errMsg) {
93 errMsg = ec.message();
96 return makeLTOModule(buffer.take(), errMsg);
101 std::string &errMsg) {
102 return makeLTOModule(fd, path, size, size, 0, errMsg);
109 std::string &errMsg) {
113 errMsg = ec.message();
116 return makeLTOModule(buffer.take(), errMsg);
127 std::string &errMsg) {
131 return makeLTOModule(buffer.take(), errMsg);
89 makeLTOModule(const char *path, std::string &errMsg) argument
99 makeLTOModule(int fd, const char *path, size_t size, std::string &errMsg) argument
105 makeLTOModule(int fd, const char *path, size_t file_size, size_t map_size, off_t offset, std::string &errMsg) argument
126 makeLTOModule(const void *mem, size_t length, std::string &errMsg) argument
134 makeLTOModule(MemoryBuffer *buffer, std::string &errMsg) argument
616 addAsmGlobalSymbols(MCContext &Context, std::string &errMsg) argument
672 ParseSymbols(std::string &errMsg) argument
[all...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITCAPITest.cpp53 static LLVMBool roundTripFinalizeMemory(void *object, char **errMsg) { argument
58 *errMsg = LLVMCreateMessage(errMsgString.c_str());
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp1041 char *errMsg, size_t errMsgLength)
1071 _mesa_snprintf(errMsg, errMsgLength,
1040 _mesa_sampler_uniforms_are_valid(const struct gl_shader_program *shProg, char *errMsg, size_t errMsgLength) argument
H A Dshaderapi.c945 * \param errMsg returns error message if validation fails.
946 * \return GL_TRUE if valid, GL_FALSE if invalid (and set errMsg)
950 char *errMsg)
976 if (!_mesa_sampler_uniforms_are_valid(shProg, errMsg, 100))
990 char errMsg[100] = ""; local
997 shProg->Validated = validate_shader_program(shProg, errMsg);
1003 shProg->InfoLog = ralloc_strdup(shProg, errMsg);
949 validate_shader_program(const struct gl_shader_program *shProg, char *errMsg) argument
/external/deqp/execserver/tools/
H A DxsTest.cpp285 string errMsg = deProcess_getLastError(serverProc); local
287 XS_FAIL(errMsg.c_str());
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DMapBinder.java346 void updateDuplicateKeyMessage(K k, String errMsg) { argument
347 duplicateKeyErrorMessages.put(k, errMsg);
/external/deqp/modules/gles3/functional/
H A Des3fFboRenderTest.cpp242 std::string errMsg = "Format not supported, requires " local
245 throw tcu::NotSupportedError(errMsg);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRenderMachineFunction.cpp1000 std::string errMsg; local
1001 raw_fd_ostream outFile(rpFileName.c_str(), errMsg, raw_fd_ostream::F_Binary);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet_2.5.0.v200910301333.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/persist/lib/
H A Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
/external/guice/extensions/servlet/lib/build/
H A Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...
/external/guice/extensions/struts2/lib/
H A Dservlet-api-2.5.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/http/ javax/servlet/resources/ javax/ ...

Completed in 768 milliseconds

12