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

  /art/test/901-hello-ti-agent/src/art/
Test901.java 56 errorName = getErrorName(i);
83 private static native String getErrorName(int error);
  /external/icu/icu4c/source/samples/uresb/
uresb.c 62 const UChar *getErrorName(UErrorCode errorNumber);
363 u_fprintf(outerr, "Error %d(%s) : %U happened!\n", *status, u_errorName(*status), getErrorName(*status));
367 const UChar *getErrorName(UErrorCode errorNumber) {
  /hardware/libhardware/include/hardware/
hwcomposer2.h 445 static inline const char* getErrorName(hwc2_error_t error) {
669 TO_STRING(hwc2_error_t, Error, getErrorName)
    [all...]

Completed in 176 milliseconds