Home
last modified time | relevance | path

Searched refs:error (Results 1976 - 2000 of 8112) sorted by relevance

1...<<71727374757677787980>>...325

/third_party/skia/src/gpu/d3d/
H A DGrD3DRootSignature.cpp94 gr_cp<ID3DBlob> error; in Make() local
97 &rootSigBinary, &error); in Make()
101 reinterpret_cast<char*>(error->GetBufferPointer())); in Make()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/dis/
H A Ddis.cpp136 fprintf(stderr, "error: More than one input file specified\n"); in main()
148 fprintf(stderr, "error: More than one input file specified\n"); in main()
197 spv_result_t error = in main() local
201 if (error) { in main()
204 return error; in main()
/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dquant_levels_utils.c104 // Compute convergence error. in QuantizeLevels()
107 const double error = s - inv_q_level[q_level[s]]; in QuantizeLevels() local
108 err += freq[s] * error * error; in QuantizeLevels()
111 // Check for convergence: we stop as soon as the error is no in QuantizeLevels()
135 // Store sum of squared error if needed. in QuantizeLevels()
/third_party/skia/src/sksl/ir/
H A DSkSLTernaryExpression.cpp35 context.fErrors->error(line, "ternary operator result mismatch: '" + in Convert()
41 context.fErrors->error(line, "ternary expression of opaque type '" + in Convert()
46 context.fErrors->error(line, "ternary operator result may not be an array (or struct " in Convert()
/third_party/skia/third_party/externals/brotli/go/cbrotli/
H A Dreader.go74 func (r *Reader) Close() error {
84 func (r *Reader) Read(p []byte) (n int, err error) {
155 func Decode(encodedData []byte) ([]byte, error) {
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmodapi.h26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
269 * FreeType error code. 0~means success.
272 * An error will be returned if a module already exists by that name, or
324 * FreeType error code. 0~means success.
382 * FreeType error code. 0~means success.
387 * valid value for the given property, an error is returned.
445 * FreeType error code. 0~means success.
450 * valid value for the given property, an error i
[all...]
H A Dtttags.h26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrcmap.c30 FT_Error error = FT_Err_Ok; in FT_CALLBACK_DEF() local
49 error = FT_THROW( Invalid_Table ); in FT_CALLBACK_DEF()
56 return error; in FT_CALLBACK_DEF()
H A Dpfrdrivr.c70 FT_Error error = FT_ERR( Invalid_Argument ); in FT_CALLBACK_DEF() local
88 error = FT_Err_Ok; in FT_CALLBACK_DEF()
93 return error; in FT_CALLBACK_DEF()
/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-fc-list.c71 usage (char *program, int error) in usage() argument
73 FILE *file = error ? stderr : stdout; in usage()
96 exit (error); in usage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DWithColor.cpp60 raw_ostream &WithColor::error() { return error(errs()); } in error() function in WithColor
68 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() function in WithColor
73 << "error: "; in error()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_type_alias_test.cc59 EXPECT_EQ(p->error(), "1:6: expected identifier for type alias"); in TEST_F()
69 EXPECT_EQ(p->error(), "1:6: expected identifier for type alias"); in TEST_F()
79 EXPECT_EQ(p->error(), "1:8: expected '=' for type alias"); in TEST_F()
H A Dparser_impl_variable_qualifier_test.cc80 EXPECT_EQ(p->error(), "1:2: invalid storage class for variable declaration"); in TEST_F()
89 EXPECT_EQ(p->error(), "1:2: invalid storage class for variable declaration"); in TEST_F()
120 EXPECT_EQ(p->error(), "1:9: expected '>' for variable declaration"); in TEST_F()
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/
H A Dmain.go60 func run() error {
106 writeFile := func(relpath, body string) error {
135 func writeFileIfChanged(path, content string) error {
/third_party/python/Modules/_sqlite/
H A Dstatement.c70 goto error; in pysqlite_statement_create()
87 goto error; in pysqlite_statement_create()
97 error: in pysqlite_statement_create()
/third_party/python/Objects/stringlib/
H A Dfind_max_char.h4 # error "find_max_char.h is specific to Unicode"
14 # error C 'size_t' size should be either 4 or 8!
67 #error Invalid STRINGLIB_SIZEOF_CHAR (must be 1, 2 or 4) in find_max_char()
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_generator.cc68 string* error) const { in Generate()
86 *error = "Unknown generator option: " + options[i].first; in Generate()
99 *error = filename_error; in Generate()
/third_party/skia/third_party/externals/abseil-cpp/
H A Dgenerate_def_files.py79 logging.error('dumpbin not found. Run tools\win\setenv.bat.')
105 # error is "lld-link: error: duplicate /export option".
129 # "lld-link: error: duplicate /export option" on symbols such as:
134 # "lld-link: error: export of deleting dtor" linker errors, see
164 logging.error('This script requires Python 3.')
168 logging.error('Run this script from a chromium/src/ directory.')
/third_party/spirv-tools/tools/dis/
H A Ddis.cpp95 fprintf(stderr, "error: more than one input file specified.\n"); in main()
155 spv_result_t error = in main() local
159 if (error) { in main()
162 return error; in main()
/third_party/vk-gl-cts/scripts/src_util/
H A Dcheck_include_guards.py105 error = False
109 error = True
111 return not error
/third_party/vk-gl-cts/framework/xexml/
H A DxeXMLParser.cpp77 void Tokenizer::error (const std::string& what) in error() function in xe::xml::Tokenizer
185 error("Unexpected end of string"); in advance()
216 error("Unexpected character"); in advance()
233 error("Mismatched quote"); in advance()
246 error("Invalid comment start"); in advance()
256 error("Invalid comment end"); in advance()
276 error("Invalid entity"); in advance()
315 error("Invalid processing instruction end"); in advance()
323 error("Invalid empty element end"); in advance()
329 error("Coul in advance()
368 void Parser::error (const std::string& what) error() function in xe::xml::Parser
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_backend_jm.c233 goto error; in kbasep_hwcnt_backend_jm_dump_enable_nolock()
242 error: in kbasep_hwcnt_backend_jm_dump_enable_nolock()
399 * Return: 0 on success, else error code.
486 * Return: 0 on success, else error code.
529 goto error; in kbasep_hwcnt_backend_jm_create()
550 error: in kbasep_hwcnt_backend_jm_create()
608 * Return 0 on success, else error code.
627 goto error; in kbasep_hwcnt_backend_jm_info_create()
640 goto error; in kbasep_hwcnt_backend_jm_info_create()
646 error in kbasep_hwcnt_backend_jm_info_create()
[all...]
/test/testfwk/arkxtest/jsunit/src/
H A Dservice.js201 console.error(`${TAG} Loop nesting occurs : ${desc}`);
352 if (breakOnError && (obj.error > 0 || obj.failure > 0)) { // breakOnError模式
355 if (itItem.error) {
356 obj.error++;
378 async setSuiteResults(suite, error, coreContext) {
386 if (error instanceof AssertException) {
387 specItem.fail = error;
389 specItem.error = error;
397 await this.setSuiteResults(suiteItem, error, coreContex
[all...]
/test/testfwk/arkxtest/jsunit/src/module/report/
H A DOhReport.js53 message += ', Error: ' + summary.error;
60 let isHasError = summary.failure > 0 || summary.error > 0;
64 message += '\n' + `${PrintTag.OHOS_REPORT_RESULT}: breakOnError model, Stopping whole test suite if one specific test case failed or error` + '\n';
172 if (this.specService.currentRunningSpec.error) {
173 messageStack = `${PrintTag.OHOS_REPORT_STATUS}: stack=` + this.specService.currentRunningSpec.error?.stack?.slice(0, -1);
176 `message: ${this.specService.currentRunningSpec.expectMsg}, Error in ${this.specService.currentRunningSpec.description}, ${this.specService.currentRunningSpec.error?.message}` :
177 `Error in ${this.specService.currentRunningSpec.description}, ${this.specService.currentRunningSpec.error?.message}`;
/test/xts/acts/security/cryptoFramework/js_api_test_oh40/entry/src/ohosTest/js/test/
H A DAsyGetKeySpecBySpec.test.js68 console.error(
69 "Security_CryptoFramework_AsyKeySpec_Func_0100 failed. error is " +
113 console.error(
114 "Security_CryptoFramework_AsyKeySpec_Func_0200 failed. error is " +
192 console.error(
193 "Security_CryptoFramework_AsyKeySpec_Func_0300 failed. error is " +
227 console.error(
228 "Security_CryptoFramework_AsyKeySpec_Func_0400 failed. error: " +
270 console.error(
271 "Security_CryptoFramework_AsyKeySpec_Func_0500 failed. error
[all...]

Completed in 12 milliseconds

1...<<71727374757677787980>>...325