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

  /external/pdfium/fpdfsdk/src/
fpdfview_c_api_test.c 31 #define CHK(x) if ((fnptr)(x) == g_c_api_test_fnptr) return 0
36 CHK(FPDFAvail_Create);
37 CHK(FPDFAvail_Destroy);
38 CHK(FPDFAvail_IsDocAvail);
39 CHK(FPDFAvail_GetDocument);
40 CHK(FPDFAvail_GetFirstPageNum);
41 CHK(FPDFAvail_IsPageAvail);
42 CHK(FPDFAvail_IsFormAvail);
43 CHK(FPDFAvail_IsLinearized);
46 CHK(FPDFBookmark_GetFirstChild)
    [all...]
  /external/opencv3/modules/videoio/src/cap_winrt/
MFIncludes.hpp 58 #define CHK(statement) {HRESULT _hr = (statement); if (FAILED(_hr)) { throw ref new Platform::COMException(_hr); };}
69 CHK(reinterpret_cast<IInspectable*>(in)->QueryInterface(IID_PPV_ARGS(&out)));
78 CHK(in.As(&out));
87 CHK(in->QueryInterface(IID_PPV_ARGS(&out)));
95 CHK(As<WSS::IBufferByteAccess>(buffer)->Buffer(&bytes));
106 CHK(MFStartup(MF_VERSION));
  /external/valgrind/helgrind/tests/
shmem_abits.c 17 #define CHK(a1,a2,a3,a4) check(__LINE__,a1,a2,a3,a4)
69 CHK(p, 1, 0xFF, 0);
80 CHK (p, 100, 0xff, 1);
82 CHK (p, 100, 0x00, 1);
87 CHK (check, 50, 0xff, 0);
91 CHK (&p, sizeof(p), 0xff, 0);
111 CHK(ptr[i][j],sz[i][j], 0xff, 1);
120 CHK(ptr[x][y],sz[x][y], 0xff, 1);
124 CHK(ptr[x][y],sz[x][y], 0x00, 1);
129 CHK (popped_stack_address(), 1, 0x00, 0)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_test.cpp 78 #define CHK(result) if (result != OMX_ErrorNone) { E("*************** error *************"); exit(0); }
531 CHK(result);
541 CHK(result);
547 CHK(result);
555 CHK(result);
564 CHK(result);
635 CHK(result);
662 CHK(result);
669 CHK(result);
677 CHK(result)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
venc_test.cpp 81 #define CHK(result) if ((result != OMX_ErrorNone) && (result != OMX_ErrorNoMore)) { E("*************** error *************"); exit(0); }
570 CHK(result);
580 CHK(result);
586 CHK(result);
594 CHK(result);
603 CHK(result);
670 CHK(result);
695 CHK(result);
702 CHK(result);
709 CHK(result)
    [all...]

Completed in 278 milliseconds