Home
last modified time | relevance | path

Searched refs:error_function (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c65 error_function("Can not read stat for file ", fullpath); in scan_shares_files()
92 error_function("Can't open ", fullpath); in scan_shares_files()
118 error_function("Could not close dir ", fullpath); in scan_shares_files()
147 error_function("Could not open file", filepath); in read_file()
154 error_function("Could not close file", filepath); in read_file()
160 error_function("Wrong action type passed to fun read_file for ", in read_file()
172 static inline void error_function(char *msg1, char *msg2) in error_function() function
189 error_function("Could not open file", filepath); in read_shares_file()
194 error_function("Could not close file", filepath); in read_shares_file()
209 error_function("in opening file for writing:", file); in write_to_file()
Dlibcontrollers.h61 static inline void error_function(char *msg1, char *msg2);
/third_party/libsnd/tests/
Dfix_this.c45 static int error_function (double data, double orig, double margin) ;
158 { if (error_function (data [k] / scale, orig [k] / scale, margin)) in lcomp_test_int()
207 if (error_function (data [k] / scale, orig [k + m * 11] / scale, margin)) in lcomp_test_int()
229 if (error_function ((double) data [0], (double) orig [seekpos], margin)) in lcomp_test_int()
242 if (error_function ((double) data [0], (double) orig [seekpos], margin) || k != seekpos) in lcomp_test_int()
251 if (error_function ((double) data [0], (double) orig [seekpos], margin) || k != seekpos) in lcomp_test_int()
271 if (error_function (data [0] / scale, orig [5] / scale, margin)) in lcomp_test_int()
318 error_function (double data, double orig, double margin) in error_function() function
Dlossy_comp_test.c59 static int error_function (double data, double orig, double margin) ;
710 { if (error_function (data [k], orig [k], margin)) in lcomp_test_short()
756 if (error_function (1.0 * data [k], 1.0 * orig [k + channels * m * 11], margin)) in lcomp_test_short()
775 if (error_function (1.0 * data [0], 1.0 * orig [seekpos * channels], margin)) in lcomp_test_short()
788 if (error_function (1.0 * data [0], 1.0 * orig [seekpos * channels], margin) || k != seekpos) in lcomp_test_short()
798 if (error_function (1.0 * data [0], 1.0 * orig [seekpos * channels], margin) || k != seekpos) in lcomp_test_short()
818 if (error_function (1.0 * data [0], 1.0 * orig [5 * channels], margin)) in lcomp_test_short()
907 { if (error_function (data [k] / scale, orig [k] / scale, margin)) in lcomp_test_int()
954 if (error_function (data [k] / scale, orig [k + channels * m * 11] / scale, margin)) in lcomp_test_int()
973 if (error_function (1.0 * data [0], 1.0 * orig [seekpos * channels], margin)) in lcomp_test_int()
[all …]
/third_party/libsnd/src/G72x/
Dg72x_test.c46 static int error_function (double data, double orig, double margin) ;
136 { if (error_function (data [k], orig [k], margin)) in g723_test()
174 error_function (double data, double orig, double margin) in error_function() function
/third_party/openssl/crypto/store/
Dstore_register.c124 OSSL_STORE_error_fn error_function) in OSSL_STORE_LOADER_set_error() argument
126 loader->error = error_function; in OSSL_STORE_LOADER_set_error()
/third_party/skia/third_party/externals/libwebp/imageio/
Dpngdec.c37 static void PNGAPI error_function(png_structp png, png_const_charp error) { in error_function() function
255 png_set_error_fn(png, 0, error_function, NULL); in ReadPNG()
/third_party/flutter/skia/third_party/externals/libwebp/imageio/
Dpngdec.c37 static void PNGAPI error_function(png_structp png, png_const_charp error) { in error_function() function
255 png_set_error_fn(png, 0, error_function, NULL); in ReadPNG()
/third_party/openssl/ohos_lite/include/openssl/
Dstore.h246 OSSL_STORE_error_fn error_function);
/third_party/openssl/include/openssl/
Dstore.h341 OSSL_STORE_error_fn error_function);