Home
last modified time | relevance | path

Searched refs:kErrorMessages (Results 1 – 6 of 6) sorted by relevance

/external/libese/libese-hw/
Dese_hw_fake.c32 static const char *kErrorMessages[] = { variable
163 .errors = kErrorMessages,
164 .errors_count = sizeof(kErrorMessages),
Dese_hw_echo.c161 static const char *kErrorMessages[] = { variable
176 .errors = kErrorMessages,
177 .errors_count = sizeof(kErrorMessages),
/external/webp/examples/
Dgif2webp.c47 static const char* const kErrorMessages[-WEBP_MUX_NOT_ENOUGH_DATA + 1] = { variable
54 return kErrorMessages[-err]; in ErrorString()
Dcwebp.c630 static const char* const kErrorMessages[VP8_ENC_ERROR_LAST] = { variable
1122 picture.error_code, kErrorMessages[picture.error_code]); in main()
1154 kErrorMessages[picture.error_code]); in main()
Dwebpmux.c142 static const char* const kErrorMessages[-WEBP_MUX_NOT_ENOUGH_DATA + 1] = { variable
149 return kErrorMessages[-err]; in ErrorString()
/external/webp/
DChangeLog2424 4595b62b Merge "use explicit size of kErrorMessages[] arrays"
2427 0b747b1b use explicit size of kErrorMessages[] arrays