HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 726 - 750 of 2888) sorted by null

<<21222324252627282930>>

  /external/libvpx/libvpx/test/
fdct8x8_test.cc 114 << "Error: 8x8 FDCT/FHT has a sign bias > "
144 << "Error: 4x4 FDCT/FHT has a sign bias > "
193 const int error = diff * diff; local
194 if (max_error < error)
195 max_error = error;
196 total_error += error;
201 << "Error: 8x8 FDCT/IDCT or FHT/IHT has an individual roundtrip error > 1";
204 << "Error: 8x8 FDCT/IDCT or FHT/IHT has average roundtrip "
205 "error > 1/5 per block"
237 const int error = diff * diff; local
    [all...]
idct8x8_test.cc 132 const int error = diff * diff; local
133 EXPECT_GE(1, error)
134 << "Error: 8x8 FDCT/IDCT has error " << error
vp8_fdct4x4_test.cc 107 << "Error: 4x4 FDCT has a sign bias > 1% for input range [-255, 255]";
132 << "Error: 4x4 FDCT has a sign bias > 10% for input range [-15, 15]";
155 const int error = diff * diff; local
156 if (max_error < error)
157 max_error = error;
158 total_error += error;
163 << "Error: FDCT/IDCT has an individual roundtrip error > 1";
166 << "Error: FDCT/IDCT has average roundtrip error > 1 per block"
    [all...]
  /external/libxml2/include/libxml/
xmlIO.h 41 * Returns an Input context or NULL in case or error
52 * Returns the number of bytes read or -1 in case of error
61 * Returns 0 or -1 in case of error
87 * Returns an Output context or NULL in case or error
98 * Returns the number of bytes written or -1 in case of error
108 * Returns 0 or -1 in case of error
135 int error; member in struct:_xmlParserInputBuffer
151 int error; member in struct:_xmlOutputBuffer
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 73 std::string error; local
74 if(!DynamicLibrary::LoadLibraryPermanently("libopagent.so", &error)) {
77 << error << "\n");
  /external/llvm/lib/IR/
DataLayout.cpp 181 assert(!Str.empty() && "parse error, string can't be empty here");
188 /// Get an unsinged integer, including error checks.
191 bool error = R.getAsInteger(10, Result); (void)error; local
192 assert(!error && "not a number, or does not fit in an unsigned int");
  /external/llvm/utils/Misc/
zkill 21 error = lambda message: (_write_message('error', message), sys.exit(1)) variable
77 error('unable to get process table')
79 error('unable to get process table: %s' % err)
94 error('unable to get process table, no %r field.' % field[0])
129 error('unknown signal: %r' % name)
229 parser.error('invalid positional argument: %r' % arg)
258 error('refusing to kill all processes without --force')
  /external/llvm/utils/lit/lit/
LitConfig.py 59 '--error-exitcode=123']
132 def error(self, message): member in class:LitConfig
133 self._write_message('error', message)
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 130 CGLError error; local
164 error = apple_cgl.create_context(ac->pixel_format_obj,
169 if (error) {
174 if (kCGLBadMatch == error) {
184 fprintf(stderr, "error: %s\n", apple_cgl.error_string(error));
247 fprintf(stderr, "error: while clearing drawable!\n");
263 fprintf(stderr, "error: destroying pixel format in %s\n", __func__);
268 fprintf(stderr, "error: destroying context_obj in %s\n", __func__);
280 /* Return true if an error occured. *
333 bool error = false; local
    [all...]
  /external/mesa3d/src/glx/
glxcurrent.c 149 #error Unknown threading method specified.
193 xError error; local
195 error.errorCode = errorCode;
196 error.resourceID = resource;
197 error.sequenceNumber = dpy->request;
198 error.type = X_Error;
199 error.majorCode = __glXSetupForCommand(dpy);
200 error.minorCode = minorCode;
201 _XError(dpy, &error);
263 * case of an error
    [all...]
  /external/opencv/cvaux/src/
cvlevmar.cpp 72 CvMat *error = 0; local
135 CV_CALL( error = cvCreateMat(numFunc,1, CV_64F) );
161 /* Compute error */
162 cvSub(observRes,resFunc,error);
165 /* Need to use new version of computing error (norm) */
171 /* Define optimal delta for J'*J*delta=J'*error */
177 /* compute J'*error */
179 cvmMul(matrJt,error,vectB);
238 cvReleaseMat(&error);
cvmorphing.cpp 294 CvStatus error; local
325 error = icvMorphEpilines8uC3( &(first_pix[currFirstPix]),
337 if( error != CV_NO_ERR )
  /external/openssl/crypto/bn/
bn_blind.c 347 unsigned long error = ERR_peek_last_error(); local
348 if (ERR_GET_REASON(error) == BN_R_NO_INVERSE)
  /external/openssl/crypto/pem/
pem_info.c 98 long len,error=0; local
123 error=ERR_GET_REASON(ERR_peek_last_error());
124 if (error == PEM_R_NO_START_LINE)
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 134 string error; local
138 &output_directory, &error));
141 &output_directory, &error));
  /external/protobuf/src/google/protobuf/testing/
file.cc 76 int error = ferror(file); local
78 return error == 0;
118 // We don't care too much about error checking here since this is only used
  /external/qemu/android/utils/
lineinput.c 21 int error; member in struct:LineInput
31 /* Error codes returned by the internal line reading function(s) */
100 if (input->error) {
122 input->error = errno;
143 /* Return the error condition of a LineInput object.
150 return input->error;
186 /* We either reached the end of file or an i/o error occured.
241 input->error = errno;
  /external/qemu/distrib/sdl-1.2.15/src/
SDL_error.c 24 /* Simple error handling in SDL */
29 /* Routine to get the thread-specific error variable */
31 /* The SDL_arraysize(The ),default (non-thread-safe) global error variable */
53 SDL_error *error; local
55 /* Copy in the key, mark error as valid */
56 error = SDL_GetErrBuf();
57 error->error = 1;
58 SDL_strlcpy((char *)error->key, fmt, sizeof(error->key))
120 SDL_error *error; local
196 SDL_error *error; local
    [all...]
  /external/qemu/slirp/
tcp_output.c 71 int off, flags, error; local
348 /* error = ENOBUFS; */
349 error = 1;
390 /* error = ENOBUFS; */
391 error = 1;
539 /* error = ip_output(m, tp->t_inpcb->inp_options, &tp->t_inpcb->inp_route,
542 error = ip_output(so, m);
545 * error = ip_output(m, (struct mbuf *)0, &tp->t_inpcb->inp_route,
550 if (error) {
552 /* if (error == ENOBUFS)
    [all...]
  /external/qemu/slirp-android/
tcp_output.c 71 int off, flags, error; local
348 /* error = ENOBUFS; */
349 error = 1;
390 /* error = ENOBUFS; */
391 error = 1;
539 /* error = ip_output(m, tp->t_inpcb->inp_options, &tp->t_inpcb->inp_route,
542 error = ip_output(so, m);
545 * error = ip_output(m, (struct mbuf *)0, &tp->t_inpcb->inp_route,
550 if (error) {
552 /* if (error == ENOBUFS)
    [all...]
  /external/qemu/telephony/
gsm.h 45 /* convert a hexchar to an int, returns -1 on error */
48 /* convert a hexchar to an int, returns 0 on error */
51 /* convert a 2-char hex value into an int, returns -1 on error */
54 /* convert a 2-char hex value into an int, returns 0 on error */
57 /* convert a 4-char hex value into an int, returns -1 on error */
60 /* convert a 4-char hex value into an int, returns 0 on error */
149 assumes 'dst' is NULL or properly sized, returns 0 in case of success, -1 in case of error.
184 int error; member in struct:__anon27477
  /external/skia/src/ports/
SkXMLParser_expat.cpp 105 int error = XML_Parse(p, doc, len, true); local
106 if (error == XML_STATUS_ERROR) {
136 void SkXMLParser::GetNativeErrorString(int error, SkString* str)
139 str->set(XML_ErrorString((XML_Error) error));
  /external/smack/src/org/jivesoftware/smack/
ReconnectionManager.java 74 * The algorithm is been executed when the first connection error is detected.
195 StreamError error = xmppEx.getStreamError(); local
197 // Make sure the error is not null
198 if (error != null) {
199 String reason = error.getCode();
  /external/srec/srec/cfront/
ca_wave.c 209 ESR_BOOL error; local
234 error = ESR_TRUE;
236 error = ESR_FALSE;
238 return(error);
  /external/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result

Completed in 4653 milliseconds

<<21222324252627282930>>