HomeSort by relevance Sort by last modified time
    Searched defs:err2 (Results 1 - 13 of 13) sorted by null

  /frameworks/compile/libbcc/runtime/test/timing/
timing.h 19 int err2 = sysctlbyname( "hw.cpufrequency", &freq, &freqSize, NULL, 0L ); local
20 if( 0 != err2 )
  /external/qemu/audio/
audio_pt_int.c 26 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, "%s(%s): pthread_cond_destroy failed", cap, AUDIO_FUNC)
    [all...]
  /external/icu4c/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 147 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;
  /external/icu4c/test/intltest/
pptest.cpp 127 UBool err2 = FALSE; local
134 // if (fp.getBeginIndex() != i+6) err2 = TRUE;
142 if (!err2) {
tfsmalls.cpp 134 UBool err2 = FALSE; local
141 if (fp.getBeginIndex() != i+6) err2 = TRUE;
149 if (!err2) {
  /external/skia/samplecode/
SampleColorFilter.cpp 62 int err2 = i - v2; local
64 v0, err0, v1, err1, v2, err2);
69 e2 += err2;
72 ae2 += SkAbs32(err2);
  /frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_Clip.c 1743 M4OSA_ERR err = M4NO_ERROR, err2; local
    [all...]
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.cpp 739 status_t err2 = testSeek(componentName, componentRole); local
745 return err2;
  /frameworks/media/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Writer.c 1332 M4OSA_ERR err2 = M4NO_ERROR; local
2777 M4OSA_ERR err2 = M4NO_ERROR, err3 = M4NO_ERROR; local
    [all...]
  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_API.c 3040 M4OSA_ERR err = M4NO_ERROR, err2; local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 1465 int err2 = ioctl(hwc_dev->fb_fd, FBIO_WAITFORVSYNC, &crt); local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 3291 reg_errcode_t err2, err3; local
    [all...]

Completed in 276 milliseconds