Searched refs:err2 (Results 1 - 25 of 29) sorted by relevance

12

/external/qemu/audio/
H A Daudio_pt_int.c26 int err, err2; local
53 goto err2;
58 err2 = pthread_sigmask (SIG_SETMASK, &old_set, NULL);
59 if (err2) {
60 logerr (p, err2, "%s(%s): pthread_sigmask (restore) failed",
69 goto err2;
74 err2:
75 err2 = pthread_cond_destroy (&p->cond);
76 if (err2) {
77 logerr (p, err2, "
[all...]
H A Daudio_template.h367 goto err2;
381 err2:
H A Daudio.c2121 goto err2;
2151 err2:
/external/valgrind/main/memcheck/tests/
H A Dfile_locking.c58 goto err2;
65 goto err2;
70 err2:
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
H A D15.11.1.1.js67 var err2 = otherScope('msg2');
68 actual = examineThis(err2, 'msg2');
H A D15.11.4.4-1.js91 var err2 = new Error(err1);
92 actual = examineThis(err2, err1);
H A Dregress-181654.js72 var err2 = new MyError(err1);
73 actual = examineThis(err2, err1);
H A Dregress-181914.js102 var err2 = new MyCallError('msg2');
103 actual = examineThis(err2, 'msg2');
/external/icu4c/common/
H A Ducnv_err.c147 UErrorCode err2 = U_ZERO_ERROR; local
164 &err2);
166 if (U_FAILURE (err2))
168 *err = err2;
275 &err2);
276 if (U_FAILURE (err2))
278 *err = err2;
H A Ducnv_cb.c111 UErrorCode err2 = U_ZERO_ERROR; local
143 &err2);
151 if((newTarget >= newTargetLimit) || (err2 == U_BUFFER_OVERFLOW_ERROR))
167 if(U_FAILURE(err2))
/external/skia/samplecode/
H A DSampleColorFilter.cpp62 int err2 = i - v2; local
64 v0, err0, v1, err1, v2, err2);
69 e2 += err2;
72 ae2 += SkAbs32(err2);
/external/icu4c/test/intltest/
H A Dpptest.cpp127 UBool err2 = FALSE; local
134 // if (fp.getBeginIndex() != i+6) err2 = TRUE;
142 if (!err2) {
H A Dtfsmalls.cpp134 UBool err2 = FALSE; local
141 if (fp.getBeginIndex() != i+6) err2 = TRUE;
149 if (!err2) {
/external/openssl/crypto/x509/
H A Dx509_v3.c153 goto err2;
169 goto err2;
177 err2:
H A Dx509_att.c130 goto err2;
142 goto err2;
150 err2:
/external/openssl/crypto/objects/
H A Dobj_dat.c256 if (!(ao[ADDED_NID]=(ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ)))) goto err2;
258 if (!(ao[ADDED_DATA]=(ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ)))) goto err2;
260 if (!(ao[ADDED_SNAME]=(ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ)))) goto err2;
262 if (!(ao[ADDED_LNAME]=(ADDED_OBJ *)OPENSSL_malloc(sizeof(ADDED_OBJ)))) goto err2;
280 err2:
/external/openssl/ssl/
H A Dt1_enc.c385 goto err2;
427 goto err2;
473 goto err2;
496 goto err2;
507 goto err2;
543 err2:
H A Ds3_enc.c268 goto err2;
304 goto err2;
318 goto err2;
346 goto err2;
383 err2:
H A Dssl_lib.c1751 goto err2;
1761 goto err2;
1766 goto err2;
1771 goto err2;
1852 err2:
/external/openssl/crypto/asn1/
H A Dasn1_mac.h358 { c.line=__LINE__; goto err2; }
366 err2: ASN1_MAC_H_err((a),ERR_R_MALLOC_FAILURE,c.line); \
/external/openssl/include/openssl/
H A Dasn1_mac.h358 { c.line=__LINE__; goto err2; }
366 err2: ASN1_MAC_H_err((a),ERR_R_MALLOC_FAILURE,c.line); \
/external/opencv/cvaux/src/
H A Dcvepilines.cpp2938 double err2 = 0;
2953 err2 += len2;
2957 err2 /= (float)(numberPnt);
2959 err = (err1+err2) * 0.5;
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c1439 goto err2;
1511 err2:
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.c828 goto err2;
862 err2:
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.c828 goto err2;
862 err2:

Completed in 896 milliseconds

12