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

  /system/core/adb/sysdeps/win32/
errno.cpp 43 const char* custom_msg = nullptr; local
47 #define ERR(errnum, desc) case errnum: custom_msg = desc; break
63 if (custom_msg != nullptr) {
69 errmsg = _strerror(custom_msg);
70 const size_t custom_msg_len = strlen(custom_msg);
74 if ((errmsg != nullptr) && !strncmp(custom_msg, errmsg, custom_msg_len)) {
  /external/python/cpython3/Python/
getargs.c 1594 const char *fname, *msg, *custom_msg, *keyword; local
    [all...]
  /external/python/cpython3/Include/
modsupport.h 54 const char *custom_msg; member in struct:_PyArg_Parser
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
getargs.c 1544 const char *fname, *msg, *custom_msg, *keyword; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
getargs.c 1544 const char *fname, *msg, *custom_msg, *keyword; local
    [all...]
  /external/python/cpython2/Python/
getargs.c 1570 const char *fname, *msg, *custom_msg, *keyword; local
    [all...]
  /external/python/cpython3/Lib/test/
test_grammar.py 717 custom_msg = "call to '{}'".format(keyword)
721 with self.assertRaisesRegex(SyntaxError, custom_msg):
    [all...]

Completed in 313 milliseconds