/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:__anon25688
|
/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
|
/external/webp/src/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/webrtc/src/system_wrappers/source/ |
condition_variable_posix.cc | 32 const int error = ptr->Construct(); local 33 if (error)
|
event_posix.cc | 33 const int error = ptr->Construct(); local 34 if (error)
|
thread_posix.cc | 85 const int error = ptr->Construct(); local 86 if (error)
|
/external/wpa_supplicant_8/src/ap/ |
peerkey_auth.c | 57 struct rsn_error_kde error; local 60 "Sending SMK Error"); 69 error.mui = host_to_be16(mui); 70 error.error_type = host_to_be16(error_type); 72 (u8 *) &error, sizeof(error), NULL, 0); 331 struct rsn_error_kde error; local 336 wpa_printf(MSG_INFO, "RSN: Failed to parse KDEs in SMK Error"); 341 kde.error == NULL || kde.error_len < sizeof(error)) { [all...] |
wpa_auth_ie.h | 29 const u8 *error; member in struct:wpa_eapol_ie_parse
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
aacenc.c | 41 int error; local 50 error = 0; 79 error = 1; 82 if(!error) 88 error = 1; 92 if (!error) { 94 error = (PsyNew(&hAacEnc->psyKernel, MAX_CHANNELS, pMemOP) || 98 if (!error) { 100 error = QCOutNew(&hAacEnc->qcOut,MAX_CHANNELS, pMemOP); 103 if (!error) { [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
JpegCompressor.cpp | 81 // Set up error management 83 JpegError error; local 84 error.parent = this; 86 mCInfo.err = jpeg_std_error(&error); 90 if (checkError("Error initializing compression")) return false; 110 if (checkError("Error configuring defaults")) return false; 114 if (checkError("Error starting compression")) return false; 125 if (checkError("Error while compressing")) return false; 134 if (checkError("Error while finishing compression")) return false; 193 JpegError *error = static_cast<JpegError*>(cinfo->err) local [all...] |
/frameworks/base/core/java/android/net/http/ |
EventHandler.java | 24 * there is an SSL certificate error. error() can occur anywhere 33 * Error codes used in the error() callback. Positive error codes 34 * are reserved for codes sent by http servers. Negative error 40 /** Generic error */ 41 public static final int ERROR = -1; 64 /** Generic file error for file:/// loads */ 66 /** File not found error for file:/// loads * 119 public void error(int id, String description); method in interface:EventHandler [all...] |
/frameworks/base/tools/aapt/ |
SourcePos.cpp | 15 String8 error; member in struct:ErrorPos 20 ErrorPos(const String8& file, int line, const String8& error, bool fatal); 39 error(that.error), 47 error(e), 63 if (this->error < rhs.error) return true; 74 && this->error == rhs.error; 82 this->error = rhs.error 120 SourcePos::error(const char* fmt, ...) const function in class:SourcePos [all...] |
/frameworks/compile/libbcc/lib/Support/ |
Disassembler.cpp | 83 std::string error; local 85 llvm::TargetRegistry::lookupTarget(pTriple, error); 89 pTriple, error.c_str());
|
/frameworks/compile/mclinker/lib/Core/ |
Linker.cpp | 255 error(diag::err_cannot_open_output_file) << "Linker::emit()" << pPath; 310 std::string error; local 311 m_pTarget = mcld::TargetRegistry::lookupTarget(m_pConfig->targets().triple().str(), error); 313 fatal(diag::fatal_cannot_init_target) << m_pConfig->targets().triple().str() << error;
|
/frameworks/testing/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/ |
TestCaseCollector.java | 114 mTestCases.add(error(clazz, "InstantiationException: could not instantiate " + method 117 mTestCases.add(error(clazz, "IllegalAccessException: could not instantiate " + method 122 private UiAutomatorTestCase error(Class<?> clazz, final String message) { method in class:TestCaseCollector
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicMarkableReference.java | 177 // Convert Exception to corresponding Error 178 NoSuchFieldError error = new NoSuchFieldError(field); local 179 error.initCause(e); 180 throw error;
|
AtomicStampedReference.java | 177 // Convert Exception to corresponding Error 178 NoSuchFieldError error = new NoSuchFieldError(field); local 179 error.initCause(e); 180 throw error;
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
DefaultHandler.java | 83 * @exception java.io.IOException If there is an error setting 425 * Receive notification of a recoverable parser error. 429 * for each error, such as inserting the message in a log file or 438 public void error (SAXParseException e) 446 * Report a fatal XML parsing error. 450 * they need to take specific actions for each fatal error (such as 456 * @param e The error information encoded as an exception. 434 public void error (SAXParseException e) method in class:DefaultHandler
|
/libcore/support/src/test/java/tests/support/ |
Support_Exec.java | 105 AssertionFailedError error = new AssertionFailedError( local 107 error.initCause(failure); 108 throw error;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_codecvt.h | 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
|