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

  /external/selinux/libselinux/src/
regex.c 501 void regex_format_error(struct regex_error_data const *error_data, char *buffer,
522 if (error_data->error_offset > 0) {
525 error_data->error_offset);
528 error_data->error_offset);
538 rc = pcre2_get_error_message(error_data->error_code,
545 error_data->error_buffer);
549 if ((size_t)rc < strlen(error_data->error_buffer))
regex.h 161 * @arg error_data Error data as returned by regex_prepare_data.
165 void regex_format_error(struct regex_error_data const *error_data, char *buffer,
label_file.h 341 struct regex_error_data error_data; local
391 rc = regex_prepare_data(&spec->regex, anchored_regex, &error_data);
395 regex_format_error(&error_data,
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 169 } error_data; member in struct:VideoErrorInfo
VideoDecoderBase.cpp     [all...]
  /hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
OMX_IntelVideoExt.h 167 } error_data; member in struct:OMX_VIDEO_ERROR_INFO
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
nntplib.py 38 "error_data",]
75 error_data = NNTPDataError variable
  /external/python/cpython2/Lib/
nntplib.py 38 "error_data",]
82 error_data = NNTPDataError variable
  /prebuilts/gdb/darwin-x86/lib/python2.7/
nntplib.py 38 "error_data",]
75 error_data = NNTPDataError variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
nntplib.py 38 "error_data",]
75 error_data = NNTPDataError variable
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
nntplib.py 38 "error_data",]
75 error_data = NNTPDataError variable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
nntplib.py 38 "error_data",]
75 error_data = NNTPDataError variable
  /external/python/cpython2/Doc/library/
nntplib.rst 114 compatibility, the exception ``error_data`` is equivalent to this class.

Completed in 570 milliseconds