/third_party/ffmpeg/libavcodec/ |
H A D | lpc.c | 101 double cmax, error; in quantize_lpc_coefs() local 137 error=0; in quantize_lpc_coefs() 139 error -= lpc_in[i] * (1 << sh); in quantize_lpc_coefs() 140 lpc_out[i] = av_clip(lrintf(error), -qmax, qmax); in quantize_lpc_coefs() 141 error -= lpc_out[i]; in quantize_lpc_coefs() 177 double autoc[MAX_LPC_ORDER+1] = {0}, error[MAX_LPC_ORDER+1] = {0}; in ff_lpc_calc_ref_coefs_f() local 189 compute_ref_coefs(autoc, order, ref, error); in ff_lpc_calc_ref_coefs_f() 191 avg_err = (avg_err + error[i])/2.0f; in ff_lpc_calc_ref_coefs_f()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SpirvIntrinsics.cpp | 77 error(loc, "unknown SPIR-V requirement", name.c_str(), ""); in makeSpirvRequirement() 90 error(loc, "too many SPIR-V requirements", "extensions", ""); in mergeSpirvRequirements() 97 error(loc, "too many SPIR-V requirements", "capabilities", ""); in mergeSpirvRequirements() 292 error(loc, "this type not allowed", constant->getType().getBasicString(), ""); in makeSpirvTypeParameters() 324 error(loc, "unknown SPIR-V instruction qualifier", name.c_str(), ""); in makeSpirvInstruction() 335 error(loc, "unknown SPIR-V instruction qualifier", name.c_str(), ""); in makeSpirvInstruction() 347 error(loc, "too many SPIR-V instruction qualifiers", "spirv_instruction", "(set)"); in mergeSpirvInstruction() 354 error(loc, "too many SPIR-V instruction qualifiers", "spirv_instruction", "(id)"); in mergeSpirvInstruction()
|
/third_party/alsa-utils/iecset/ |
H A D | iecset.c | 80 static void error(const char *s, int err) in error() function 361 error("snd_ctl_open", err); in main() 367 error("snd_ctl_elem_list", err); in main() 371 error("snd_ctl_elem_list_alloc_space", err); in main() 375 error("snd_ctl_elem_list", err); in main() 397 error("snd_ctl_elem_read", err); in main() 415 error("snd_ctl_elem_write", err); in main() 419 error("snd_ctl_elem_write", err); in main()
|
/third_party/alsa-utils/alsactl/ |
H A D | monitor.c | 77 goto error; in insert_source_entry() 83 goto error; in insert_source_entry() 87 goto error; in insert_source_entry() 94 error: in insert_source_entry() 415 goto error; in monitor() 420 goto error; in monitor() 426 goto error; in monitor() 440 error: in monitor()
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | CheckTags.java | 100 output("(" + ec + (ec == 1 ? " error" : " errors") + ")", false, true, index); in pop() 113 public void output(String msg, boolean error, boolean newline) { in output() argument 114 output(msg, error, newline, index-1); in output() 117 void output(String msg, boolean error, boolean newline, int ix) { in output() argument 119 if (error) { in output() 124 // boolean nomsg = show && brief && error; in output() 125 // System.out.println(">>> " + last + " error: " + error + " show: " + show + " nomsg: " + nomsg); in output() 128 if (isShort || (brief && error)) { in output() 129 msg = null; // nuke error message in output() 249 output(String msg, boolean error, boolean newline) output() argument [all...] |
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/ |
H A D | EUCTool.java | 130 if (ichar.error == true) { in processDir() 279 boolean error = false; field in EUCTool.iteratedChar 286 error = false; in reset() 303 it.error = false; in nextChar() 327 it.error = true; in nextChar() 339 it.error = true; in nextChar() 350 it.error = true; in nextChar() 355 if (it.error) { in nextChar()
|
/third_party/libsnd/src/ |
H A D | interleave.c | 112 { psf->error = SFE_INTERLEAVE_SEEK ; in interleave_read_short() 125 { psf->error = SFE_INTERLEAVE_READ ; in interleave_read_short() 159 { psf->error = SFE_INTERLEAVE_SEEK ; in interleave_read_int() 172 { psf->error = SFE_INTERLEAVE_READ ; in interleave_read_int() 208 { psf->error = SFE_INTERLEAVE_SEEK ; in interleave_read_float() 209 /*-puts ("interleave_seek error") ; exit (1) ;-*/ in interleave_read_float() 222 { psf->error = SFE_INTERLEAVE_READ ; in interleave_read_float() 223 /*-puts ("interleave_read error") ; exit (1) ;-*/ in interleave_read_float() 257 { psf->error = SFE_INTERLEAVE_SEEK ; in interleave_read_double() 270 { psf->error in interleave_read_double() [all...] |
/third_party/mbedtls/tests/scripts/ |
H A D | analyze_outcomes.py | 58 def error(self, fmt, *args, **kwargs): member in Results 83 results.error("failed to run reference/driver components") 96 results.error('Test case not executed: {}', suite_case) 102 results.error('Allow listed test case was executed: {}', suite_case) 132 results.error("required components are missing: bad outcome file?") 136 results.error("no passing test in reference component: bad outcome file?") 149 # don't issue an error if they're skipped with drivers, 150 # but issue an error if they're not (means we have a bad entry). 158 results.error("PASS -> SKIP/FAIL: {}", suite_case) 160 results.error("uselessl [all...] |
/third_party/node/src/ |
H A D | node_report_module.cc | 34 Local<Value> error; in WriteReport() local 43 error = info[3]; in WriteReport() 45 error = Local<Value>(); in WriteReport() 47 filename = TriggerNodeReport(env, *message, *trigger, filename, error); in WriteReport() 58 Local<Object> error; in GetReport() local 63 error = info[0].As<Object>(); in GetReport() 65 error = Local<Object>(); in GetReport() 67 GetNodeReport(env, "JavaScript API", __func__, error, out); in GetReport()
|
/third_party/musl/src/regex/ |
H A D | glob.c | 232 int error = 0; in glob() local 250 error = expand_tilde(&s, buf, &pos); in glob() 251 if (!error) in glob() 252 error = do_glob(buf, pos, 0, s, flags, errfunc, &tail); in glob() 256 if (error == GLOB_NOSPACE) { in glob() 258 return error; in glob() 268 } else if (!error) in glob() 297 return error; in glob()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | errors.c | 3 * Mesa debugging and error handling functions. 122 * When a new type of error is recorded, print a message describing 143 * Report a warning (a recoverable error condition) to stderr if 187 fprintf(stderr, "Mesa " PACKAGE_VERSION " implementation error: %s\n", in _mesa_problem() 195 should_output(struct gl_context *ctx, GLenum error, const char *fmtString) in should_output() argument 218 if (ctx->ErrorValue != error || in should_output() 297 * Record an OpenGL state error. These usually occur when the user 301 * run-time via the MESA_DEBUG environment variable), report the error with 305 * \param error the error valu 309 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) _mesa_error() argument 454 _mesa_InternalSetError(GLenum error) _mesa_InternalSetError() argument [all...] |
/third_party/node/deps/llhttp/src/ |
H A D | api.c | 29 llhttp_set_error_reason((PARSER), "Span callback error in " #NAME); \ 140 /* We're in an error state. Don't bother doing anything. */ in llhttp_finish() 141 if (parser->error != 0) { in llhttp_finish() 163 if (parser->error != HPE_OK) { in llhttp_pause() 167 parser->error = HPE_PAUSED; in llhttp_pause() 173 if (parser->error != HPE_PAUSED) { in llhttp_resume() 177 parser->error = 0; in llhttp_resume() 182 if (parser->error != HPE_PAUSED_UPGRADE) { in llhttp_resume_after_upgrade() 186 parser->error = 0; in llhttp_resume_after_upgrade() 191 return parser->error; in llhttp_get_errno() [all...] |
/third_party/node/deps/npm/test/lib/commands/ |
H A D | dist-tag.js | 148 'should show usage error' 184 'should throw usage error message' 269 t.match(logs(), 'dist-tag ls Couldn\'t get dist-tag data for workspace-d@*', 'logs the error') 291 'should exit with semver range error' 308 'should exit usage error message' 317 'should exit usage error message' 326 'should exit with invalid tag name error' 353 'should exit with error' 355 t.matchSnapshot(logs(), 'should log error msg') 363 'should exit usage error messag [all...] |
/third_party/libinput/tools/ |
H A D | libinput-replay.py | 50 def error(msg, **kwargs): function 59 """Helper function to avoid confusing a YAML error with a 90 error( 105 error(f"Warning: unexpected property: {name}={value}") 109 error(f"Warning: device is missing recorded udev property: {name}={value}") 204 error("WARNING: event time offset is in the future, refusing to replay") 222 if evtime - now > 150 / 1e6: # 150 µs error margin 357 error( 398 error("Error: failed to open device: {}".format(e)) 400 error("Erro [all...] |
/third_party/node/deps/openssl/openssl/crypto/lhash/ |
H A D | lhash.c | 53 * Do not set the error code, because the ERR code uses LHASH in OPENSSL_LH_new() 54 * and we want to avoid possible endless error loop. in OPENSSL_LH_new() 113 lh->error = 0; in OPENSSL_LH_insert() 115 return NULL; /* 'lh->error++' already done in 'expand' */ in OPENSSL_LH_insert() 121 lh->error++; in OPENSSL_LH_insert() 143 lh->error = 0; in OPENSSL_LH_delete() 168 if (lh->error != 0) in OPENSSL_LH_retrieve() 169 lh->error = 0; in OPENSSL_LH_retrieve() 226 lh->error++; in expand() 267 /* fputs("realloc error i in contract() [all...] |
/third_party/python/Lib/test/libregrtest/ |
H A D | cmdline.py | 177 def error(self, message): member in _ArgParser 178 super().error(message + "\nPass -h or --help for complete help.") 183 # error messages when using "python -m test ...". 295 help='suppress error message boxes on Windows') 298 'error happens; imply --failfast') 369 parser.error("unrecognized arguments: %s" % arg) 373 parser.error("-s and -f don't go together!") 375 parser.error("-T and -j don't go together!") 378 parser.error("-p requires -j!") 382 parser.error(" [all...] |
/third_party/python/Lib/dbm/ |
H A D | dumb.py | 29 __all__ = ["error", "open"] 33 error = OSError variable 142 raise error('DBM object has already been closed') 189 raise error('The database is opened for reading only') 226 raise error('The database is opened for reading only') 243 raise error('DBM object has already been closed') from None 256 raise error('DBM object has already been closed') from None 264 raise error('DBM object has already been closed') from None 271 raise error('DBM object has already been closed') from None
|
/third_party/openssl/crypto/lhash/ |
H A D | lhash.c | 53 * Do not set the error code, because the ERR code uses LHASH in OPENSSL_LH_new() 54 * and we want to avoid possible endless error loop. in OPENSSL_LH_new() 113 lh->error = 0; in OPENSSL_LH_insert() 115 return NULL; /* 'lh->error++' already done in 'expand' */ in OPENSSL_LH_insert() 121 lh->error++; in OPENSSL_LH_insert() 143 lh->error = 0; in OPENSSL_LH_delete() 168 if (lh->error != 0) in OPENSSL_LH_retrieve() 169 lh->error = 0; in OPENSSL_LH_retrieve() 226 lh->error++; in expand() 267 /* fputs("realloc error i in contract() [all...] |
/third_party/skia/third_party/externals/oboe/src/opensles/ |
H A D | AudioInputStreamOpenSLES.cpp | 146 goto error; in open() 175 goto error; in open() 182 goto error; in open() 188 goto error; in open() 193 goto error; in open() 198 goto error; in open() 203 goto error; in open() 211 error: in open() 212 return Result::ErrorInternal; // TODO convert error from SLES to OBOE in open() 244 LOGE("AudioInputStreamOpenSLES::%s(%u) returned error in setRecordState_l() [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLFunctionDefinition.cpp | 154 // To avoid overzealous error reporting, only trigger the error at the first in Convert() 157 fContext.fErrors->error(stmt.fLine, "variable '" + in Convert() 168 fContext.fErrors->error( in Convert() 183 fContext.fErrors->error(returnStmt.fLine, in Convert() 189 fContext.fErrors->error(returnStmt.fLine, in Convert() 215 fContext.fErrors->error(stmt.fLine, in Convert() 224 fContext.fErrors->error(stmt.fLine, in Convert() 227 fContext.fErrors->error(stmt.fLine, in Convert() 261 context.fErrors->error(functio in Convert() [all...] |
/third_party/python/Lib/test/ |
H A D | test_dbm_gnu.py | 64 self.assertRaises(gdbm.error, gdbm.open, filename, 'r') 68 self.assertRaises(gdbm.error, lambda: self.g['a']) 70 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close()) 116 with self.assertRaises(gdbm.error) as cm: 145 with self.assertRaises(gdbm.error): 147 with self.assertRaises(gdbm.error): 149 with self.assertRaises(gdbm.error): 167 with self.assertRaises(gdbm.error) as cm:
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | parser_impl_global_constant_decl_test.cc | 29 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 57 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 88 EXPECT_EQ(p->error(), "1:15: invalid type for const_expr"); in TEST_F() 101 EXPECT_EQ(p->error(), "1:14: unable to parse const_expr"); in TEST_F() 111 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 143 EXPECT_FALSE(p->has_error()) << p->error(); in TEST_F() 179 EXPECT_EQ(p->error(), in TEST_F() 195 EXPECT_EQ(p->error(), "1:12: override decoration must be positive"); in TEST_F()
|
/third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
H A D | generator_impl_sanitizer_test.cc | 48 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 88 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 130 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 178 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 214 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 247 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 286 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 331 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/trim-includes/ |
H A D | main.go | 70 func run() error { 77 var err error 157 func tryBuild() (bool, error) { 166 return false, fmt.Errorf("Test failed with error: %v\n%v", err, string(out)) 211 func (f *file) save(lines map[int]bool) error { 223 func (f *file) format() error { 232 func (f *file) stage() error { 242 func loadFiles(paths []string) ([]file, error) { 246 errs := make([]error, len(paths))
|
/third_party/rust/crates/rust-openssl/openssl-errors/src/ |
H A D | lib.rs | 1 //! Custom error library support for the `openssl` crate. 3 //! OpenSSL allows third-party libraries to integrate with its error API. This crate provides a safe interface to that. 9 //! use openssl::error::Error; 27 //! IO_ERROR("IO error"); 33 //! // The put_error! macro pushes errors onto the OpenSSL error stack. 36 //! // Prints `error:80001002:my cool library:find_private_key:invalid private key password:src/lib.rs:27:` 44 //! // Prints `error:80001001:my cool library:find_private_key:IO error:src/lib.rs:34:tried 2 times` 68 /// An OpenSSL error library. 82 /// A function declaration, parameterized by its error librar [all...] |