HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 676 - 700 of 2948) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/icu/source/test/cintltst/
stdnmtst.c 41 UErrorCode error; local
44 error = U_ZERO_ERROR;
45 tag = ucnv_getStandardName(name, standard, &error);
47 log_err_status(error, "FAIL: could not find %s standard name for %s\n", standard, name);
71 log_err("FAIL: ucnv_getStandard(%d), error=%s\n", i, u_errorName(err));
117 UErrorCode error; local
120 error = U_ZERO_ERROR;
121 tag = ucnv_getCanonicalName(name, standard, &error);
127 log_err_status(error, "FAIL: could not find %s canonical name for %s\n", (standard ? "\"\"" : standard), name);
197 log_err("FAIL: uenum_next(%d) == \"%s\". expected \"%s\", len=%d, error=%s\n"
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 113 int error = 0; local
117 error = atoi(elem->Attr(QN_CODE).c_str());
120 SignalMucLeft(muc->jid(), error);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunport_unittest.cc 66 bool error() const { return error_; } function in class:StunPortTest
170 EXPECT_TRUE(error());
188 EXPECT_TRUE(error());
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppsocket.cc 109 LOG(LS_ERROR) << "Send error: " << cricket_socket_->GetError();
127 void XmppSocket::OnCloseEvent(talk_base::AsyncSocket * socket, int error) {
128 SignalCloseEvent(error);
155 int error; local
157 &written, &error);
159 LOG(LS_ERROR) << "Send error: " << error;
178 buzz::AsyncSocket::Error XmppSocket::error() { function in class:buzz::XmppSocket
  /external/chromium_org/third_party/libwebp/utils/
quant_levels.c 108 // Compute convergence error.
111 const double error = s - inv_q_level[q_level[s]]; local
112 err += freq[s] * error * error;
115 // Check for convergence: we stop as soon as the error is no
139 // Store sum of squared error if needed.
  /external/chromium_org/third_party/libxml/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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/chromium_org/third_party/openssl/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/chromium_org/third_party/openssl/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/chromium_org/third_party/opus/src/celt/
entcode.h 82 /*Nonzero if an error occurred.*/
83 int error; member in struct:ec_ctx
95 return _this->error;
103 rounding error is in the positive direction).*/
113 rounding error is in the positive direction).*/
  /external/chromium_org/third_party/ots/test/
idempotent.cc 97 FT_Error error = ::FT_Init_FreeType(&library); local
98 if (error) {
102 error = ::FT_New_Memory_Face(library, result, len, 0, &dummy);
103 if (error) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 134 string error; local
138 &context, &error));
141 &context, &error));
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.cc 117 // BuildFile() already wrote an error message.
139 string error; local
141 file, request.parameter(), &context, &error);
143 if (!succeeded && error.empty()) {
144 error = "Code generator returned false but provided no error "
147 if (!error.empty()) {
148 response.set_error(file->name() + ": " + error);
154 cerr << argv[0] << ": Error writing to stdout." << endl;
  /external/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/tcmalloc/chromium/src/windows/
addr2line-pdb.c 52 DWORD error; local
72 fprintf(stderr, "FATAL ERROR: -e must be followed by a filename\n");
88 error = GetLastError();
89 fprintf(stderr, "SymInitialize returned error : %d\n", error);
102 error = GetLastError();
103 fprintf(stderr, "SymGetSearchPath returned error : %d\n", error);
104 rv = 1; /* An error, but not a fatal one */
108 error = GetLastError()
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
addr2line-pdb.c 58 DWORD error; local
78 fprintf(stderr, "FATAL ERROR: -e must be followed by a filename\n");
95 error = GetLastError();
96 fprintf(stderr, "SymInitialize returned error : %d\n", error);
109 error = GetLastError();
110 fprintf(stderr, "SymGetSearchPath returned error : %d\n", error);
111 rv = 1; /* An error, but not a fatal one */
115 error = GetLastError()
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-eval.c 26 static efunc error; /* Address of error reporting routine */ variable
36 * symbols are an error condition). Must update the global `i' to
40 * that if NULL has been returned, the error has already been
366 error(ERR_NONFATAL, "%s not supported", "SEG");
374 error(ERR_NONFATAL, "expecting `)'");
394 error(ERR_NONFATAL,
405 error(ERR_NONFATAL,
416 error(ERR_NONFATAL, "expression syntax error");
    [all...]
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 240 CGLError error = io_surface_support->CGLTexImageIOSurface2D( local
250 if (error != kCGLNoError) {
251 DLOG(ERROR) << "CGL error " << error << " during CGLTexImageIOSurface2D";
256 DLOG(ERROR) << "Failed to set up frame buffer object";
  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 134 int error = HRESULT_FROM_WIN32(::GetLastError()); local
135 AtlTrace("ShellExecute returned 0x%08X\n", error);
136 return error;
  /external/compiler-rt/test/Unit/ppc/
qadd_test.c 116 int error; local
122 error = 1;
124 error = 1;
126 error = 0;
130 error = memcmp(&c, &r, sizeof(DD));
133 error = ((c.hi != r.hi) || (c.lo != r.lo));
135 if (error) {
136 printf("Error on edge case %a + %a: expected (%a, %a), got (%a, %a).\n", a.hi, b.hi, r.hi, r.lo, c.hi, c.lo);
1827 double error = __builtin_fabs(((r.hi - c.hi) + r.lo) - c.lo); local
    [all...]
qdiv_test.c 116 int error; local
122 error = 1;
124 error = 1;
126 error = 0;
130 error = memcmp(&c, &r, sizeof(DD));
133 error = ((c.hi != r.hi) || (c.lo != r.lo));
135 if (error) {
136 printf("Error on edge case %a / %a: expected (%a, %a), got (%a, %a).\n", a.hi, b.hi, r.hi, r.lo, c.hi, c.lo);
750 double error = __builtin_fabs(((r.hi - c.hi) + r.lo) - c.lo); local
    [all...]
qmul_test.c 116 int error; local
122 error = 1;
124 error = 1;
126 error = 0;
130 error = memcmp(&c, &r, sizeof(DD));
133 error = ((c.hi != r.hi) || (c.lo != r.lo));
135 if (error) {
136 printf("Error on edge case %a x %a: expected (%a, %a), got (%a, %a).\n", a.hi, b.hi, r.hi, r.lo, c.hi, c.lo);
748 double error = __builtin_fabs(((r.hi - c.hi) + r.lo) - c.lo); local
    [all...]
qsub_test.c 116 int error; local
124 error = 1;
126 error = 1;
128 error = 0;
132 error = memcmp(&c, &r, sizeof(DD));
135 error = ((c.hi != r.hi) || (c.lo != r.lo));
137 if (error) {
138 printf("Error on edge case %a - %a: expected (%a, %a), got (%a, %a).\n", a.hi, b.hi, r.hi, r.lo, c.hi, c.lo);
1829 double error = __builtin_fabs(((r.hi - c.hi) + r.lo) - c.lo); local
    [all...]

Completed in 550 milliseconds

<<21222324252627282930>>