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

1 2 3

  /external/compiler-rt/test/builtins/timing/
timing.h 19 int err2 = sysctlbyname( "hw.cpufrequency", &freq, &freqSize, NULL, 0L ); local
20 if( 0 != err2 )
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_error_neon.c 33 const int64x2_t err2 = vaddl_s32(vget_low_s32(err1), vget_high_s32(err1)); local
34 error = vaddq_s64(error, err2);
  /external/valgrind/memcheck/tests/
file_locking.c 58 goto err2;
65 goto err2;
70 err2:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
codeop.py 78 err = err1 = err2 = None
93 except SyntaxError, err2:
98 if not code1 and repr(err1) == repr(err2):
  /prebuilts/gdb/linux-x86/lib/python2.7/
codeop.py 78 err = err1 = err2 = None
93 except SyntaxError, err2:
98 if not code1 and repr(err1) == repr(err2):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
codeop.py 78 err = err1 = err2 = None
93 except SyntaxError, err2:
98 if not code1 and repr(err1) == repr(err2):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
codeop.py 78 err = err1 = err2 = None
93 except SyntaxError, err2:
98 if not code1 and repr(err1) == repr(err2):
  /frameworks/av/media/libstagefright/
SurfaceUtils.cpp 214 status_t err2 = native_window_api_disconnect(nativeWindow, NATIVE_WINDOW_API_CPU); local
215 if (err2 != NO_ERROR) {
216 ALOGE("error pushing blank frames: api_disconnect failed: %s (%d)", strerror(-err2), -err2);
218 err = err2;
222 err2 = native_window_api_connect(nativeWindow, NATIVE_WINDOW_API_MEDIA);
223 if (err2 != NO_ERROR) {
226 err = err2;
  /external/testng/src/main/java/org/testng/log4testng/
Logger.java 494 PrintStream err2= new PrintStream(err1); local
496 testInitialize(props, out2, err2);
509 PrintStream err2= new PrintStream(err1); local
512 testInitialize(props, out2, err2);
525 PrintStream err2= new PrintStream(err1); local
528 testInitialize(props, out2, err2);
541 PrintStream err2= new PrintStream(err1); local
545 testInitialize(props, out2, err2);
566 PrintStream err2= new PrintStream(err1); local
567 testInitialize(props, out2, err2);
599 PrintStream err2= new PrintStream(err1); local
620 PrintStream err2= new PrintStream(err1); local
642 PrintStream err2= new PrintStream(err1); local
672 PrintStream err2= new PrintStream(err1); local
694 PrintStream err2= new PrintStream(err1); local
    [all...]
  /external/skia/samplecode/
SampleColorFilter.cpp 73 int err2 = i - v2; local
75 v0, err0, v1, err1, v2, err2);
80 e2 += err2;
83 ae2 += SkAbs32(err2);
  /external/scrypt/lib/crypto/
crypto_scrypt-neon.c 237 goto err2;
249 goto err2;
261 goto err2;
288 goto err2;
298 err2:
crypto_scrypt-sse.c 310 goto err2;
322 goto err2;
334 goto err2;
361 goto err2;
371 err2:
crypto_scrypt-ref.c 259 goto err2;
289 err2:
  /external/icu/icu4c/source/common/
ucnv_cb.c 111 UErrorCode err2 = U_ZERO_ERROR; local
143 &err2);
151 if((newTarget >= newTargetLimit) || (err2 == U_BUFFER_OVERFLOW_ERROR))
167 if(U_FAILURE(err2))
ucnv_err.c 212 UErrorCode err2 = U_ZERO_ERROR; local
237 &err2);
239 if (U_FAILURE (err2))
241 *err = err2;
348 &err2);
349 if (U_FAILURE (err2))
351 *err = err2;
  /external/libselinux/src/
mapping.c 66 goto err2;
78 goto err2;
87 err2:
stringrep.c 79 goto err2;
154 err2:
  /external/selinux/libselinux/src/
mapping.c 66 goto err2;
78 goto err2;
87 err2:
  /prebuilts/go/darwin-x86/misc/cgo/errors/
test.bash 30 check err2.go
  /prebuilts/go/linux-x86/misc/cgo/errors/
test.bash 30 check err2.go
  /external/icu/icu4c/source/test/intltest/
pptest.cpp 127 UBool err2 = FALSE; local
134 // if (fp.getBeginIndex() != i+6) err2 = TRUE;
142 if (!err2) {
tfsmalls.cpp 133 UBool err2 = FALSE; local
140 if (fp.getBeginIndex() != i+6) err2 = TRUE;
148 if (!err2) {
  /external/boringssl/src/crypto/x509/
x509_v3.c 151 goto err2;
167 goto err2;
175 err2:
x509_att.c 128 goto err2;
140 goto err2;
148 err2:
  /external/v8/test/webkit/fast/js/
stack-overflow-arrity-catch.js 52 } catch (err2) {
75 } catch (err2) {

Completed in 713 milliseconds

1 2 3