HomeSort by relevance Sort by last modified time
    Searched refs:errStr (Results 1 - 25 of 26) sorted by null

1 2

  /external/deqp/framework/egl/
egluDefs.cpp 55 Error::Error (deUint32 errCode, const char* errStr)
56 : tcu::TestError ((std::string("EGL returned ") + getErrorName(errCode)).c_str(), errStr ? errStr : "", __FILE__, __LINE__)
67 BadAllocError::BadAllocError (const char* errStr)
68 : tcu::ResourceError(errStr)
egluDefs.hpp 41 Error (deUint32 errCode, const char* errStr);
54 BadAllocError (const char* errStr);
  /frameworks/base/tools/aapt2/
ResourceUtils_test.cpp 156 std::string errStr;
157 Maybe<Reference> ref = ResourceUtils::parseStyleParentReference(u"@android:style/foo", &errStr);
161 ref = ResourceUtils::parseStyleParentReference(u"@style/foo", &errStr);
165 ref = ResourceUtils::parseStyleParentReference(u"?android:style/foo", &errStr);
169 ref = ResourceUtils::parseStyleParentReference(u"?style/foo", &errStr);
173 ref = ResourceUtils::parseStyleParentReference(u"android:style/foo", &errStr);
177 ref = ResourceUtils::parseStyleParentReference(u"android:foo", &errStr);
181 ref = ResourceUtils::parseStyleParentReference(u"@android:foo", &errStr);
185 ref = ResourceUtils::parseStyleParentReference(u"foo", &errStr);
189 ref = ResourceUtils::parseStyleParentReference(u"*android:style/foo", &errStr);
    [all...]
ResourceParser.cpp     [all...]
  /external/llvm/examples/Fibonacci/
fibonacci.cpp 105 std::string errStr;
108 .setErrorStr(&errStr)
112 errs() << argv[0] << ": Failed to construct ExecutionEngine: " << errStr
  /sdk/find_java2/src/
utils.cpp 105 LPTSTR errStr;
111 (LPTSTR) &errStr, /* out lpBuffer */
115 result.Format(_T("[%d] %s"), err, errStr);
117 result.Format(_T("%s[%d] %s"), message, err, errStr);
119 LocalFree(errStr);
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_parser.py 61 errStr = []
64 errStr.append("Line: %i Col: %i %s" % (line, col,
69 "\nActual errors (" + str(len(p.errors)) + "):\n" + "\n".join(errStr)])
  /frameworks/base/tools/aapt2/link/
XmlReferenceLinker.cpp 93 std::string errStr;
95 attrRef, mContext->getNameMangler(), mSymbols, mCallSite, &errStr);
125 << attr.name << "' " << errStr);
ReferenceLinker.cpp 71 std::string errStr;
82 transformedReference, mContext->getNameMangler(), mSymbols, mCallSite, &errStr);
114 msg << "' " << errStr;
268 std::string errStr;
270 transformedReference, context->getNameMangler(), symbols, callSite, &errStr);
282 errorMsg << " " << errStr;
  /external/libjpeg-turbo/
bmp.c 46 static char errStr[JMSG_LENGTH_MAX]="No error";
66 (*cinfo->err->format_message)(cinfo, errStr);
69 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \
71 #define _throwunix(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s\n%s", m, \
333 return errStr;
turbojpeg.c 55 static char errStr[JMSG_LENGTH_MAX]="No error";
77 (*cinfo->err->format_message)(cinfo, errStr);
128 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \
132 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
138 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
144 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
523 return errStr;
587 snprintf(errStr, JMSG_LENGTH_MAX,
    [all...]
  /sdk/find_java/src/source/
utils.h 207 LPSTR errStr;
213 (LPSTR)&errStr, /* lpBuffer */
217 setf("[%d] %s", err, errStr);
219 setf("%s[%d] %s", message, err, errStr);
221 LocalFree(errStr);
  /frameworks/base/tools/aapt2/compile/
Compile.cpp 79 std::stringstream errStr;
80 errStr << "invalid configuration '" << configStr << "'";
81 *outError = errStr.str();
171 std::string errStr;
172 Maybe<ResourcePathData> pathData = extractResourcePathData(fullPath, &errStr);
174 context->getDiagnostics()->error(DiagMessage() << errStr);
  /external/libvncserver/common/
turbojpeg.c 59 static char errStr[JMSG_LENGTH_MAX]="No error";
79 (*cinfo->err->format_message)(cinfo, errStr);
107 #define _throw(m) {snprintf(errStr, JMSG_LENGTH_MAX, "%s", m); \
112 if(!this) {snprintf(errStr, JMSG_LENGTH_MAX, "Invalid handle"); \
434 return errStr;
489 snprintf(errStr, JMSG_LENGTH_MAX,
675 snprintf(errStr, JMSG_LENGTH_MAX,
736 snprintf(errStr, JMSG_LENGTH_MAX,
  /external/libpcap/msdos/
ndis2.c 554 char *errStr = lastErr;
556 return (errStr);
pktdrvr.c 218 static const char *errStr[] = {
241 if (errNum < 0 || errNum >= DIM(errStr))
243 return (errStr [errNum]);
    [all...]
  /external/mesa3d/include/CL/
cl.hpp 219 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr)
    [all...]
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp     [all...]
  /external/opencv3/3rdparty/include/opencl/1.2/CL/
cl.hpp 278 * \param errStr a descriptive string that must remain in scope until
282 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr)
319 const char * errStr = NULL)
322 throw Error(err, errStr);
327 static inline cl_int errHandler (cl_int err, const char * errStr = NULL)
329 (void) errStr; // suppress unused variable warning
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 834 char errStr[256];
844 ERR_error_string_n(err, errStr, sizeof(errStr));
847 (allocStr == nullptr) ? "" : allocStr, errStr, file, line,
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-handler/4.1.0.CR3/
netty-handler-4.1.0.CR3.jar 
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.4.0-beta6/
sdkuilib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkuilib/24.5.0/
sdkuilib-24.5.0.jar 

Completed in 1548 milliseconds

1 2