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

  /external/libusb/libusb/os/
windows_nt_common.c 71 static char err_string[ERR_BUFFER_SIZE]; local
79 safe_sprintf(err_string, ERR_BUFFER_SIZE, "[%u] ", (unsigned int)error_code);
96 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), &err_string[safe_strlen(err_string)],
97 ERR_BUFFER_SIZE - (DWORD)safe_strlen(err_string), NULL);
101 safe_sprintf(err_string, ERR_BUFFER_SIZE,
105 safe_sprintf(err_string, ERR_BUFFER_SIZE, "Unknown error code %u", (unsigned int)error_code);
109 for (i = safe_strlen(err_string) - 1; (i >= 0) && ((err_string[i] == 0x0A) || (err_string[i] == 0x0D)); i--
    [all...]
wince_usb.c 48 static char err_string[ERR_BUFFER_SIZE]; local
75 if (WideCharToMultiByte(CP_ACP, 0, wErr_string, -1, err_string, ERR_BUFFER_SIZE, NULL, NULL) < 0)
76 strcpy(err_string, "Unable to convert error string");
78 return err_string;
  /external/python/cpython3/Modules/
parsermodule.c 550 /* err_string(const char* message)
556 err_string(const char *message) function
763 err_string("Error Parsing encoding_decl");
773 err_string("parse tree does not use a valid start symbol");
785 err_string("unspecified ST error occurred");
849 err_string("terminal nodes must have 2 or 3 entries");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
listobject.c 2280 PyObject *v, *format_tuple, *err_string; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
listobject.c 2279 PyObject *v, *format_tuple, *err_string; local
    [all...]
  /external/python/cpython2/Lib/test/support/
__init__.py 385 err_string = str(e) variable in class:_is_gui_available.USEROBJECTFLAGS
386 if len(err_string) > 50:
387 err_string = err_string[:50] + ' [...]' variable in class:_is_gui_available.USEROBJECTFLAGS.ProcessSerialNumber
389 err_string)
    [all...]
  /external/python/cpython2/Objects/
listobject.c 2280 PyObject *v, *format_tuple, *err_string; local
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 527 err_string = str(e) variable in class:_is_gui_available.USEROBJECTFLAGS
528 if len(err_string) > 50:
529 err_string = err_string[:50] + ' [...]' variable in class:_is_gui_available.USEROBJECTFLAGS.ProcessSerialNumber
531 err_string)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
parsermodule.c 543 /* err_string(char* message)
549 err_string(char *message) function
698 err_string("parse tree does not use a valid start symbol");
705 err_string("unspecified ST error occurred");
776 err_string("terminal nodes must have 2 or 3 entries");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
parsermodule.c 523 /* err_string(char* message)
529 err_string(char *message) function
678 err_string("parse tree does not use a valid start symbol");
685 err_string("unspecified ST error occurred");
747 err_string("terminal nodes must have 2 or 3 entries");
    [all...]
  /external/python/cpython2/Modules/
parsermodule.c 543 /* err_string(char* message)
549 err_string(char *message) function
698 err_string("parse tree does not use a valid start symbol");
705 err_string("unspecified ST error occurred");
779 err_string("terminal nodes must have 2 or 3 entries");
    [all...]

Completed in 1059 milliseconds