HomeSort by relevance Sort by last modified time
    Searched defs:err_string (Results 1 - 13 of 13) 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 581 /* err_string(const char* message)
587 err_string(const char *message) function
789 err_string("Error Parsing encoding_decl");
800 err_string("parse tree does not use a valid start symbol");
813 err_string("unspecified ST error occurred");
874 err_string("terminal nodes must have 2 or 3 entries");
    [all...]
  /external/python/cpython2/Lib/test/
test_support.py 370 err_string = str(e) variable in class:_is_gui_available.USEROBJECTFLAGS
371 if len(err_string) > 50:
372 err_string = err_string[:50] + ' [...]' variable in class:_is_gui_available.USEROBJECTFLAGS.ProcessSerialNumber
374 err_string)
    [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/Objects/
listobject.c 2283 PyObject *v, *format_tuple, *err_string; local
    [all...]
  /external/python/cpython3/Lib/test/support/
__init__.py 506 err_string = str(e) variable in class:_is_gui_available.USEROBJECTFLAGS
507 if len(err_string) > 50:
508 err_string = err_string[:50] + ' [...]' variable in class:_is_gui_available.USEROBJECTFLAGS.ProcessSerialNumber
510 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");
776 err_string("terminal nodes must have 2 or 3 entries");
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
core_validation.cpp 3109 std::string err_string; local
    [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 1111 std::string err_string; local
    [all...]

Completed in 252 milliseconds