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

  /external/opencv/cxcore/src/
cxerror.cpp 60 int err_mode; member in struct:CvContext
78 context->err_mode = CV_ErrModeLeaf;
311 return icvGetContext()->err_mode;
317 int prev_mode = context->err_mode;
318 context->err_mode = mode;
353 if( context->err_mode != CV_ErrModeSilent )
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 425 err_mode(char *action) function
482 return err_mode("reading");
614 return err_mode("reading");
663 return err_mode("writing");
786 return err_mode("writing");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
fileio.c 413 err_mode(char *action) function
470 return err_mode("reading");
613 return err_mode("reading");
668 return err_mode("writing");
798 return err_mode("writing");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 592 err_mode(char *action) function
822 return err_mode("writing");
1061 return err_mode("reading");
1143 return err_mode("reading");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 585 err_mode(char *action) function
808 return err_mode("writing");
1058 return err_mode("reading");
1129 return err_mode("reading");
    [all...]

Completed in 751 milliseconds