/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 49 static void error(const char *fmt,...) in error() function 102 error("Control device %s open error: %s", card, snd_strerror(err)); in info() 107 error("Control device %s hw info error: %s", card, snd_strerror(err)); in info() 115 error("snd_ctl_elem_list failure: %s", snd_strerror(err)); in info() 121 error("Mixer open error: %s", snd_strerror(err)); in info() 125 error("Mixer attach %s error in info() [all...] |
/third_party/libsnd/src/ |
H A D | caf.c | 115 int subformat, format, error = 0 ; in caf_open() local 123 { if ((error = caf_read_header (psf))) in caf_open() 124 return error ; in caf_open() 162 if ((error = caf_write_header (psf, SF_FALSE)) != 0) in caf_open() 163 return error ; in caf_open() 177 error = pcm_init (psf) ; in caf_open() 181 error = ulaw_init (psf) ; in caf_open() 185 error = alaw_init (psf) ; in caf_open() 190 error = float32_init (psf) ; in caf_open() 194 error in caf_open() 344 int marker, k, have_data = 0, error ; caf_read_header() local [all...] |
/third_party/node/src/ |
H A D | node_errors.cc | 305 // If it's not an error, but something needs to be printed out because in AppendExceptionLine() 358 Local<Value> error, in ReportFatalException() 365 CHECK(!error.IsEmpty()); in ReportFatalException() 369 AppendExceptionLine(env, error, message, FATAL_ERROR); in ReportFatalException() 373 env->inspector_agent()->ReportUncaughtException(error, message); in ReportFatalException() 379 bool decorated = IsExceptionDecorated(env, error); in ReportFatalException() 381 if (!error->IsObject()) { // We can only enhance actual errors. in ReportFatalException() 384 // If error is not an object, AppendExceptionLine() has already print the in ReportFatalException() 389 Local<Object> err_obj = error.As<Object>(); in ReportFatalException() 442 if (error in ReportFatalException() 357 ReportFatalException(Environment* env, Local<Value> error, Local<Message> message, EnhanceFatalException enhance_stack) ReportFatalException() argument 930 PerIsolateMessageListener(Local<Message> message, Local<Value> error) PerIsolateMessageListener() argument 1086 TriggerUncaughtException(Isolate* isolate, Local<Value> error, Local<Message> message, bool from_promise) TriggerUncaughtException() argument [all...] |
H A D | node_dir.cc | 221 Local<Value> error; in DirentListToArray() local 227 &error).ToLocal(&filename)) { in DirentListToArray() 228 *err_out = error; in DirentListToArray() 261 Local<Value> error; in AfterDirRead() local 267 &error) in AfterDirRead() 272 return req_wrap->Reject(error); in AfterDirRead() 314 return; // syscall failed, no need to continue, error info is in ctx in Read() 326 Local<Value> error; in Read() local 332 &error) in Read() 335 USE(ctx->Set(env->context(), env->error_string(), error)); in Read() [all...] |
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | index.js | 98 abort (error) { 107 // 3. Set error to fallbackError if it is not given. 108 if (!error) { 109 error = new DOMException('The operation was aborted.', 'AbortError') 112 // 4. Let serializedError be StructuredSerialize(error). 117 this.serializedAbortReason = error 119 this.connection?.destroy(error) 120 this.emit('terminated', error) 224 // 3. If response is a network error, then reject p with a TypeError 226 if (response.type === 'error') { [all...] |
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 112 func run() error { 180 func getSectionRange(rules []rule, s []int) (start, end int, err error) { 227 // returns an error if the string does not match "^\d(.\d)*$" 228 func parseSection(in string) ([]int, error) { 232 var err error 274 func writeFile(path, content string) error { 285 func parseSpec(args []string) (*html.Node, error) { 291 var err error 389 func Parse(node *html.Node) (*Parser, error) { 397 func (p *Parser) getRules(node *html.Node) error { [all...] |
/third_party/curl/tests/ |
H A D | runtests.pl | 946 my ($testnum, $error) = @_; 949 $AZURE_RESULT_ID = azure_update_test_result($ACURL, $AZURE_RUN_ID, $AZURE_RESULT_ID, $testnum, $error, 953 appveyor_update_test_result($ACURL, $testnum, $error, $timeprepini{$testnum}, $timevrfyend{$testnum}); 1011 die "Internal error: runner ID $runnerid not found"; 1020 my $errorreturncode = 1; # 1 means normal error, 2 means ignored error 1532 # but this error condition should never happen except during 1604 # accept multiple comma-separated error codes 1609 # a fine error code 1756 # an error cod [all...] |
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 125 * largest error less than 7% compared to the exact value. 206 FT_Throw( int error, in FT_Throw() argument 210 FT_UNUSED( error ); in FT_Throw() 1663 int error; in FT_Outline_Decompose() local 1739 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose() 1740 if ( error ) in FT_Outline_Decompose() 1761 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose() 1762 if ( error ) in FT_Outline_Decompose() 1791 error = func_interface->conic_to( &v_control, &vec, user ); in FT_Outline_Decompose() 1792 if ( error ) in FT_Outline_Decompose() 1913 int error; gray_convert_glyph_inner() local 1989 int error; gray_convert_glyph() local 2160 FT_Error error; gray_raster_new() local [all...] |
/third_party/python/Python/ |
H A D | hamt.c | 285 * F_ERROR - an error occurred; 294 * W_ERROR - an error occurred; 398 /* Returns -1 on error */ 467 goto error; in _hamt_dump_ident() 472 goto error; in _hamt_dump_ident() 477 goto error; in _hamt_dump_ident() 482 error: in _hamt_dump_ident() 1193 goto error; in hamt_node_bitmap_dump() 1199 goto error; in hamt_node_bitmap_dump() 1204 goto error; in hamt_node_bitmap_dump() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | ra144enc.c | 89 int error = table[index] - value; in quantize() local 92 return table[high] + error > value ? low : high; in quantize() 93 if (error > 0) { in quantize() 336 float error, best_error; in ra144_encode_subblock() local 393 error = 0; in ra144_encode_subblock() 400 error += (data[i] - sblock_data[i]) * in ra144_encode_subblock() 406 error += (data[i] - sblock_data[i]) * in ra144_encode_subblock() 410 if (error < best_error) { in ra144_encode_subblock() 411 best_error = error; in ra144_encode_subblock()
|
/third_party/mbedtls/library/ |
H A D | Makefile | 6 error.c version_features.c \ 18 This is a fatal error 20 $(error $(error_message)) 137 error.o \ 351 error.c: $(gen_file_dep) ../scripts/generate_errors.pl 352 error.c: $(gen_file_dep) ../scripts/data_files/error.fmt 353 error.c: $(gen_file_dep) $(filter-out %config%,$(wildcard ../include/mbedtls/*.h)) 354 error.c:
|
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
H A D | async-iterator.any.js | 150 c.error('e'); 274 c.error(error1); 295 c.error(error1); 310 // Do not error in start() because doing so would prevent acquiring a reader/async iterator. 311 c.error(error1); 329 c.error(error1); 343 }, 'next() that succeeds; next() that reports an error; next()'); 353 c.error(error1); 370 }, 'next() that succeeds; next() that reports an error(); next() [no awaiting]'); 380 c.error(error [all...] |
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | iowin32.c | 52 int error; member 90 w32fiow.error = 0; in win32_build_iowin() 217 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_read_file_func() 239 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_write_file_func() 280 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_tell_file_func() 304 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_tell64_file_func() 343 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_seek_file_func() 382 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_seek64_file_func() 414 ret = ((WIN32FILE_IOWIN*)stream) -> error; in win32_error_file_func()
|
/third_party/node/deps/undici/src/lib/core/ |
H A D | request.js | 44 channels.error = diagnosticsChannel.channel('undici:request:error') 50 channels.error = { hasSubscribers: false } 134 this.error = err 137 this.body.on('error', this.errorHandler) 258 if (this.error) { 259 abort(this.error) 318 onError (error) { 321 if (channels.error.hasSubscribers) { 322 channels.error [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | simple.c | 50 #define CHECK_VALIDITY_RETURN_ANY(rerror, expression, error, ret) \ 54 *(rerror) = error; \ 149 int error = PA_ERR_INTERNAL, r; in pa_simple_new() local 169 error = pa_context_errno(p->context); in pa_simple_new() 187 error = pa_context_errno(p->context); in pa_simple_new() 196 error = pa_context_errno(p->context); in pa_simple_new() 217 error = pa_context_errno(p->context); in pa_simple_new() 230 error = pa_context_errno(p->context); in pa_simple_new() 247 *rerror = error; in pa_simple_new()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | preprocessor_tab_autogen.cpp | 160 /* Enabling verbose error messages. */ 470 "$end", "error", "$undefined", "TOK_CONST_INT", "TOK_IDENTIFIER", 504 means the default is an error. */ 518 number is the opposite. If YYTABLE_NINF, syntax error. */ 577 yyerror(context, YY_("syntax error: cannot back up")); \ 812 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message 839 is an error action. In that case, don't check for expected in yysyntax_error() 845 case, just report a simple "syntax error". in yysyntax_error() 853 scanner and before detecting a syntax error. Thus, state merging in yysyntax_error() 857 accepted due to an error actio in yysyntax_error() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DXGISwapChainWindowSurfaceWGL.cpp | 357 egl::Error error = createSwapChain(); in checkForResize() local 358 if (error.isError()) in checkForResize() 360 return error; in checkForResize() 399 egl::Error error = setObjectsLocked(false); in createSwapChain() local 400 if (error.isError()) in createSwapChain() 402 return error; in createSwapChain() 523 error = setObjectsLocked(true); in createSwapChain() 524 if (error.isError()) in createSwapChain() 526 return error; in createSwapChain()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | ExpressionParser.cpp | 161 /* Enabling verbose error messages. */ 521 "$end", "error", "$undefined", "TOK_CONST_INT", "TOK_IDENTIFIER", 564 means the default is an error. */ 589 number is the opposite. If YYTABLE_NINF, syntax error. */ 687 yyerror (context, YY_("syntax error: cannot back up")); \ 932 /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message 958 is an error action. In that case, don't check for expected in yysyntax_error() 964 case, just report a simple "syntax error". in yysyntax_error() 972 scanner and before detecting a syntax error. Thus, state merging in yysyntax_error() 976 accepted due to an error actio in yysyntax_error() [all...] |
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | iowin32.c | 52 int error; member 90 w32fiow.error = 0; in win32_build_iowin() 217 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_read_file_func() 239 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_write_file_func() 280 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_tell_file_func() 304 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_tell64_file_func() 343 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_seek_file_func() 382 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_seek64_file_func() 414 ret = ((WIN32FILE_IOWIN*)stream) -> error; in win32_error_file_func()
|
/third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
H A D | run_wasm_gm_tests.go | 129 func setupGoldctl(ctx context.Context, local bool, gitCommit, gerritCLID, tryjobID, goldctlPath, workPath, serviceAccountPath string, keys []string, psOrder int) error { 167 func downloadKnownHashes(ctx context.Context, workPath, knownHashesURL string) error { 184 func setupTests(ctx context.Context, nodeBinPath string, testHarnessPath string) error { 194 func runTests(ctx context.Context, builtPath, nodeBinPath, resourcePath, testHarnessPath, workPath string, webglVersion int) error { 198 err := td.Do(ctx, td.Props("Run GMs and Unit Tests"), func(ctx context.Context) error { 227 func processTestData(ctx context.Context, testOutputPath, goldctlPath, goldctlWorkPath string) error { 235 err := td.Do(ctx, td.Props("Load results from "+resultFile), func(ctx context.Context) error { 249 err = td.Do(ctx, td.Props(fmt.Sprintf("Call goldtl on %d results", len(results))), func(ctx context.Context) error { 283 func finalizeGoldctl(ctx context.Context, goldctlPath, workPath string) error {
|
/third_party/zlib/contrib/minizip/ |
H A D | iowin32.c | 44 int error; member 82 w32fiow.error = 0; in win32_build_iowin() 209 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_read_file_func() 231 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_write_file_func() 272 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_tell_file_func() 296 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_tell64_file_func() 335 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_seek_file_func() 374 ((WIN32FILE_IOWIN*)stream) -> error=(int)dwErr; in win32_seek64_file_func() 406 ret = ((WIN32FILE_IOWIN*)stream) -> error; in win32_error_file_func()
|
/third_party/node/deps/uv/src/win/ |
H A D | fs.c | 620 DWORD error = GetLastError(); in fs__open() local 621 if (error == ERROR_FILE_EXISTS && (flags & UV_FS_O_CREAT) && in fs__open() 625 SET_REQ_UV_ERROR(req, UV_EISDIR, error); in fs__open() 853 DWORD error; in fs__read() local 914 error = GetLastError(); in fs__read() 915 if (error == ERROR_ACCESS_DENIED) { in fs__read() 916 error = ERROR_INVALID_FLAGS; in fs__read() 919 if (error == ERROR_HANDLE_EOF || error == ERROR_BROKEN_PIPE) { in fs__read() 922 SET_REQ_WIN32_ERROR(req, error); in fs__read() 1059 DWORD error; fs__write() local 1181 DWORD error = GetLastError(); fs__unlink() local 1290 DWORD error; fs__mkdtemp_func() local 1323 DWORD error; fs__mkstemp_func() local 1896 DWORD error; fs__stat_impl() local 2316 DWORD error; fs__utime_impl() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | astcenc_weight_align.cpp | 138 * offset, and then compute the resulting error. The cut errors indicate the error that results from 148 * @param[out] error Per angular step, the error. 149 * @param[out] cut_low_weight_error Per angular step, the low weight cut error. 150 * @param[out] cut_high_weight_error Per angular step, the high weight cut error. 162 float* error, in compute_lowest_and_highest_weight() 234 // The cut_(lowest/highest)_weight_error indicate the error that results from forcing in compute_lowest_and_highest_weight() 238 storea(errval * errscale, error + sp); in compute_lowest_and_highest_weight() 255 float* error, in compute_lowest_and_highest_weight() 153 compute_lowest_and_highest_weight( QualityProfile privateProfile, unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_angular_steps, unsigned int max_quant_steps, const float* offsets, float* lowest_weight, int* weight_span, float* error, float* cut_low_weight_error, float* cut_high_weight_error ) compute_lowest_and_highest_weight() argument 246 compute_lowest_and_highest_weight( QualityProfile privateProfile, unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_angular_steps, unsigned int max_quant_steps, const float* offsets, float* lowest_weight, int* weight_span, float* error, float* cut_low_weight_error, float* cut_high_weight_error ) compute_lowest_and_highest_weight() argument 350 ASTCENC_ALIGNAS float error[ANGULAR_STEPS]; compute_angular_endpoints_for_quant_levels() local [all...] |
/third_party/python/Objects/stringlib/ |
H A D | codecs.h | 4 # error "codecs.h is specific to Unicode" 16 # error C 'size_t' size should be either 4 or 8! 108 it's an error or not */ in utf8_decode() 132 it's an error or not */ in utf8_decode() 182 it's an error or not */ in utf8_decode() 355 goto error; in utf8_encoder() 365 goto error; in utf8_encoder() 388 goto error; in utf8_encoder() 395 goto error; in utf8_encoder() 412 goto error; in utf8_encoder() [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | process_angle_perf_results.py | 140 # Want to output an error and continue loading the rest of the 156 # we have a non-zero exit code if we error out? 157 logging.error('Failed to obtain test results for %s: %s', benchmark_name, e) 376 # we have a non-zero exit code if we error out? 377 logging.error('Failed to obtain perf results from %s: %s', directory, e) 379 logging.error('Failed to obtain any perf results from %s.', benchmark_name) 470 logging.error('Failed to open test_results.json from %s: %s', test_json_path, e) 472 logging.error('Failed to locate results in test_results.json: %s', e) 482 logging.error('Failed to locate device name in shard map: %s', e) 492 logging.error('Faile [all...] |