/test/xts/acts/account/appaccount/actssetcheckdatasyncenable/entry/src/ohosTest/js/test/ |
H A D | Syncenable.test.js | 78 console.error("====>add account ActsSetCheckDataSyncEnabled_0200 fail err:" + JSON.stringify(err)); 87 console.error("====>checkDataSyncEnabled 0200 fail err:" + JSON.stringify(err)); 98 console.error("====>delete account 0200 fail err:" + JSON.stringify(err)); 151 console.error("====>add account ActsSetCheckDataSyncEnabled_0400 fail err:" + JSON.stringify(err)); 162 console.error("====>checkDataSyncEnabled 0400 fail err:" + JSON.stringify(err)); 173 console.error("====>delete account 0400 fail err:" + JSON.stringify(err)); 226 console.error("====>add account ActsSetCheckDataSyncEnabled_0600 fail err:" + JSON.stringify(err)); 237 console.error("====>checkDataSyncEnabled 0600 fail err:" + JSON.stringify(err)); 248 console.error("====>delete account 0600 fail err:" + JSON.stringify(err)); 313 console.error(" [all...] |
/test/xts/acts/account/appaccount/actssetchecksyncenable/entry/src/ohosTest/js/test/ |
H A D | Syncenable.test.js | 78 console.error("====>add account ActsSetCheckSyncEnable_0200 fail err:" + JSON.stringify(err)); 87 console.error("====>checkAppAccountSyncEnable 0200 fail err:" + JSON.stringify(err)); 98 console.error("====>delete account 0200 fail err:" + JSON.stringify(err)); 151 console.error("====>add account ActsSetCheckSyncEnable_0400 fail err:" + JSON.stringify(err)); 162 console.error("====>checkAppAccountSyncEnable 0400 fail err:" + JSON.stringify(err)); 173 console.error("====>delete account 0400 fail err:" + JSON.stringify(err)); 226 console.error("====>add account ActsSetCheckSyncEnable_0600 fail err:" + JSON.stringify(err)); 237 console.error("====>checkAppAccountSyncEnable 0600 fail err:" + JSON.stringify(err)); 248 console.error("====>delete account 0600 fail err:" + JSON.stringify(err)); 313 console.error(" [all...] |
/third_party/elfutils/src/ |
H A D | findtextrel.c | 194 error (0, errno, _("cannot open '%s'"), fname); in open_rootdir_file() 213 error (0, 0, _("cannot create ELF descriptor for '%s': %s"), in process_file() 223 error (0, 0, _("cannot get ELF header '%s': %s"), in process_file() 234 error (0, 0, _("'%s' is not a DSO or PIE"), fname); in process_file() 253 error (0, 0, in process_file() 278 error (0, 0, _("cannot read dynamic section: %s"), in process_file() 299 error (0, 0, _("no text relocations reported in '%s'"), fname); in process_file() 310 error (1, errno, _("while reading ELF file")); in process_file() 314 error (1, 0, _("cannot get program header count: %s"), in process_file() 324 error ( in process_file() [all...] |
/third_party/libuv/test/ |
H A D | test-fs-open-flags.c | 128 static void openFail(char *file, int error) { in openFail() argument 134 ASSERT_EQ(r, error); in openFail() 135 ASSERT_EQ(open_req.result, error); in openFail() 140 ASSERT_EQ(r, error); in openFail() 141 ASSERT_EQ(open_req.result, error); in openFail() 201 static void writeFail(char *file, int error) { in writeFail() argument 208 ASSERT_EQ(r, error); in writeFail() 209 ASSERT_EQ(write_req.result, error); in writeFail() 214 ASSERT_EQ(r, error); in writeFail() 215 ASSERT_EQ(write_req.result, error); in writeFail() 246 readFail(char *file, int error) readFail() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | D3DTextureSurfaceWGL.cpp | 321 egl::Error error = mDisplay->registerD3DDevice(device, &mDeviceHandle); in initialize() local 323 if (error.isError()) in initialize() 325 return error; in initialize() 355 DWORD error = GetLastError(); in makeCurrent() local 356 return egl::EglBadAlloc() << "Failed to lock object, " << gl::FmtErr(HRESULT_CODE(error)); in makeCurrent() 366 DWORD error = GetLastError(); in unMakeCurrent() local 367 return egl::EglBadAlloc() << "Failed to unlock object, " << gl::FmtErr(HRESULT_CODE(error)); in unMakeCurrent() 420 DWORD error = GetLastError(); in bindTexImage() local 422 << gl::FmtErr(HRESULT_CODE(error)); in bindTexImage() 427 DWORD error in bindTexImage() local 439 DWORD error = GetLastError(); releaseTexImage() local 445 DWORD error = GetLastError(); releaseTexImage() local [all...] |
/third_party/skia/third_party/externals/tint/src/reader/spirv/ |
H A D | enum_converter_test.cc | 47 std::string error() const { return errors_.str(); } in error() function in tint::reader::spirv::__anon25922::SpvPipelineStageTest 63 EXPECT_TRUE(error().empty()); in TEST_P() 66 EXPECT_THAT(error(), in TEST_P() 110 std::string error() const { return errors_.str(); } in error() function in tint::reader::spirv::__anon25922::SpvStorageClassTest 126 EXPECT_TRUE(error().empty()); in TEST_P() 129 EXPECT_THAT(error(), in TEST_P() 182 std::string error() const { return errors_.str(); } in error() function in tint::reader::spirv::__anon25922::SpvBuiltinTest 198 EXPECT_TRUE(error().empty()); in TEST_P() 201 EXPECT_THAT(error(), ::testing::StartsWith("unknown SPIR-V builtin: ")); in TEST_P() 262 std::string error() cons function in tint::reader::spirv::__anon25922::SpvDimTest 336 std::string error() const { return errors_.str(); } error() function in tint::reader::spirv::__anon25922::SpvImageFormatTest [all...] |
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl_function_test.cc | 38 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 64 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 82 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 103 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 141 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 201 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 281 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 355 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 401 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() 451 ASSERT_TRUE(gen.Generate()) << gen.error(); in TEST_F() [all...] |
/third_party/python/Modules/ |
H A D | getaddrinfo.c | 36 * in the source code. This is because RFC2133 is silent about which error 154 "system error returned in errno.", /* EAI_SYSTEM */ 157 "unknown error.", /* EAI_MAX */ 165 error = EAI_MEMORY;\ 202 #define ERR(err) { error = (err); goto bad; } 245 int i, error = 0; in getaddrinfo() local 282 /* error check for hints */ in getaddrinfo() 469 error = get_addr(hostname, pai->ai_family, &top, pai, port); in getaddrinfo() 470 if (error == 0) { in getaddrinfo() 476 error in getaddrinfo() 498 int error = 0; global() local 545 int i, error = 0, h_error; global() local [all...] |
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
H A D | perf_puppeteer_skottie_frames.go | 100 func makePerfObj(gitHash, taskID, machineID string, keys map[string]string) (perfJSONFormat, error) { 121 func setup(ctx context.Context, benchmarkPath, nodeBinPath string) error { 151 func benchSkottieFrames(ctx context.Context, perf perfJSONFormat, benchmarkPath, canvaskitBinPath, lottiesPath, nodeBinPath string) error { 165 err := td.Do(ctx, td.Props("locate lottie folders"), func(ctx context.Context) error { 166 return filepath.Walk(lottiesPath, func(path string, info os.FileInfo, _ error) error { 187 var lastErr error 194 err = td.Do(ctx, td.Props("Benchmark "+name), func(ctx context.Context) error { 240 func processSkottieFramesData(ctx context.Context, perf perfJSONFormat, benchmarkPath, outputFilePath string) error { 246 err := td.Do(ctx, td.Props("locate input JSON files"), func(ctx context.Context) error { [all...] |
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getcpuclockid/ |
H A D | 1-2.c | 31 int error; in main() 38 error = clock_getcpuclockid(1, &clockid); in main() 39 if (error != 0) { in main() 40 printf("clock_getcpuclockid() failed: %s\n", strerror(error)); in main()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | emitBOM.js | 5 tests/cases/compiler/emitBOM.js(1,2): error TS1127: Invalid character.
6 tests/cases/compiler/emitBOM.js(1,3): error TS1127: Invalid character.
12 !!! error TS1127: Invalid character.
14 !!! error TS1127: Invalid character.
|
/third_party/node/tools/inspector_protocol/encoding/ |
H A D | encoding_test.cc | 280 EXPECT_EQ(Error::CBOR_INVALID_INT32, tokenizer.Status().error); in TEST() 307 EXPECT_EQ(Error::CBOR_INVALID_INT32, tokenizer.Status().error); in TEST() 469 EXPECT_EQ(Error::CBOR_INVALID_STRING16, tokenizer.Status().error); in TEST() 518 EXPECT_EQ(Error::CBOR_INVALID_STRING8, tokenizer.Status().error); in TEST() 593 EXPECT_EQ(0, static_cast<int>(tokenizer.Status().error)); in TEST() 615 EXPECT_EQ(Error::CBOR_INVALID_BINARY, tokenizer.Status().error); in TEST() 686 EXPECT_EQ(Error::OK, status.error); in TEST() 695 // Hits all the cases except binary and error in StreamingParserHandler, first in TEST() 758 EXPECT_EQ(Error::OK, status.error); in TEST() 779 EXPECT_EQ(Error::OK, status.error); in TEST() [all...] |
/test/testfwk/developer_test/src/core/driver/ |
H A D | lite_driver.py | 83 self.log.error("check failed {}".format(msg)) 97 self.log.error("Lite driver check config:{}".format(config)) 115 self.log.error("open test dir failed") 119 self.log.error("execute test command failed") 123 self.log.error("after execute test failed") 149 self.log.error("no configure for mount command") 169 self.log.error("execute mount command failed") 180 self.log.error("no configure for nfs directory") 189 self.log.error("pre execute command failed") 224 self.log.error("faile [all...] |
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/ |
H A D | publicCertificatePromise.js | 68 console.error(
69 "[promise] create X509 Cert failed! error code is: " + err.code
84 } else if (flag == "error") {
110 console.error(
111 "[promise] create X509 Cert failed! error code is: " + err.code
141 console.error("[promise] getPublickey failed! error is: " + err);
160 console.error(
161 "[promise] checkValidityX509Cert failed! error is: " + err
275 console.error("[promis [all...] |
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_plugin.c | 253 goto error; in snd_pcm_plugin_write_areas() 263 goto error; in snd_pcm_plugin_write_areas() 271 goto error; in snd_pcm_plugin_write_areas() 277 goto error; in snd_pcm_plugin_write_areas() 286 error: in snd_pcm_plugin_write_areas() 310 goto error; in snd_pcm_plugin_read_areas() 320 goto error; in snd_pcm_plugin_read_areas() 329 goto error; in snd_pcm_plugin_read_areas() 335 goto error; in snd_pcm_plugin_read_areas() 344 error in snd_pcm_plugin_read_areas() [all...] |
/third_party/skia/third_party/externals/angle2/util/windows/win32/ |
H A D | Win32Window.cpp | 517 // Work around compile error from not defining "UNICODE" while Chromium does in initializeImpl() 616 bool error = false; in takeScreenshot() local 635 if (!error) in takeScreenshot() 638 error = screenDC == nullptr; in takeScreenshot() 641 if (!error) in takeScreenshot() 644 error = windowDC == nullptr; in takeScreenshot() 647 if (!error) in takeScreenshot() 650 error = tmpDC == nullptr; in takeScreenshot() 653 if (!error) in takeScreenshot() 656 error in takeScreenshot() [all...] |
/third_party/skia/third_party/externals/tint/src/writer/glsl/ |
H A D | generator_impl_binary_test.cc | 60 ASSERT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_P() 79 ASSERT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_P() 104 ASSERT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_P() 140 EXPECT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F() 158 EXPECT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F() 176 EXPECT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F() 192 EXPECT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F() 208 EXPECT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F() 224 EXPECT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F() 239 EXPECT_TRUE(gen.EmitExpression(out, expr)) << gen.error(); in TEST_F() [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | module.c | 33 #error "SQLite 3.7.15 or higher required" 191 goto error; in pysqlite_register_converter_impl() 195 goto error; in pysqlite_register_converter_impl() 199 error: in pysqlite_register_converter_impl() 471 // No error code matched. in pysqlite_error_name() 649 goto error; \ 657 goto error; \ 666 goto error; \ 692 goto error; in module_exec() 728 /* Set error constant in module_exec() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | MachOObjectFile.cpp | 1229 // an error message that says the cmd value is obsolete. 1605 // TODO: generate a error for unknown load commands by default. But still in MachOObjectFile() 2818 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr, const char **error) { in readULEB128() argument 2820 uint64_t Result = decodeULEB128(Ptr, &Count, Trie.end(), error); in readULEB128() 2861 const char *error; in pushNode() local 2862 uint64_t ExportInfoSize = readULEB128(State.Current, &error); in pushNode() 2863 if (error) { in pushNode() 2864 *E = malformedError("export info size " + Twine(error) + in pushNode() 2882 State.Flags = readULEB128(State.Current, &error); in pushNode() 2883 if (error) { in pushNode() 2994 const char *error; pushDownUntilBottom() local 3145 const char *error = nullptr; moveNext() local 3382 readULEB128(const char **error) readULEB128() argument 3495 const char *error = nullptr; moveNext() local 3928 readULEB128(const char **error) readULEB128() argument 3937 readSLEB128(const char **error) readSLEB128() argument [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | rbbiscan.cpp | 141 // Change the error so that the actual problem will be clearer to users. in RBBIRuleScanner() 311 // so that duplicate symbols error messages include a line number. in doParseActions() 314 error(t); in doParseActions() 410 error(U_BRK_RULE_SYNTAX); in doParseActions() 416 error(U_BRK_RULE_SYNTAX); in doParseActions() 536 error(U_BRK_MALFORMED_RULE_TAG); in doParseActions() 567 error(U_BRK_UNRECOGNIZED_OPTION); in doParseActions() 587 error(U_BRK_INTERNAL_ERROR); in doParseActions() 602 error(U_BRK_UNDEFINED_VARIABLE); in doParseActions() 611 error(U_BRK_ASSIGN_ERRO in doParseActions() [all...] |
/third_party/node/lib/internal/test_runner/ |
H A D | test.js | 327 this.error = null; 434 // that the error can be properly reported. 463 const error = this.outerSignal?.reason || new AbortError('The test was aborted'); 464 error.failureType = kAborted; 465 this.#cancel(error); 468 #cancel(error) { 473 this.fail(error || 496 if (this.error !== null) { 502 this.error = err; 566 if (hook.error) { [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | rbbiscan.cpp | 141 // Change the error so that the actual problem will be clearer to users. in RBBIRuleScanner() 311 // so that duplicate symbols error messages include a line number. in doParseActions() 314 error(t); in doParseActions() 410 error(U_BRK_RULE_SYNTAX); in doParseActions() 416 error(U_BRK_RULE_SYNTAX); in doParseActions() 536 error(U_BRK_MALFORMED_RULE_TAG); in doParseActions() 565 error(U_BRK_UNRECOGNIZED_OPTION); in doParseActions() 585 error(U_BRK_INTERNAL_ERROR); in doParseActions() 600 error(U_BRK_UNDEFINED_VARIABLE); in doParseActions() 609 error(U_BRK_ASSIGN_ERRO in doParseActions() [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | rbbiscan.cpp | 141 // Change the error so that the actual problem will be clearer to users. in RBBIRuleScanner() 311 // so that duplicate symbols error messages include a line number. in doParseActions() 314 error(t); in doParseActions() 410 error(U_BRK_RULE_SYNTAX); in doParseActions() 416 error(U_BRK_RULE_SYNTAX); in doParseActions() 536 error(U_BRK_MALFORMED_RULE_TAG); in doParseActions() 567 error(U_BRK_UNRECOGNIZED_OPTION); in doParseActions() 587 error(U_BRK_INTERNAL_ERROR); in doParseActions() 602 error(U_BRK_UNDEFINED_VARIABLE); in doParseActions() 611 error(U_BRK_ASSIGN_ERRO in doParseActions() [all...] |
/test/xts/acts/communication/wifi_p2p/entry/src/ohosTest/js/test/ |
H A D | WifiManagerP2PEvent.test.js | 190 }).catch((error) => {
191 console.error('[wifi_test] getCurrentP2pGroup promise failed :' + JSON.stringify(error));
192 expect(true).assertEqual(error !=null);
194 }catch(error){
195 console.info("[wifi_test]getCurrentP2pGroup promise error: " + JSON.stringify(error.message));
196 expect(true).assertEqual( (JSON.stringify(error.message)) !=null);
|
/third_party/node/test/parallel/ |
H A D | test-tls-alpn-server-client.js | 60 }).on('error', function(err) { 61 results[clientIndex].client = { error: err }; 198 assert.strictEqual(results[1].client.error.code, 'ECONNRESET'); 214 process.once('uncaughtException', common.mustCall((error) => { 215 assert.strictEqual(error.code, 'ERR_TLS_ALPN_CALLBACK_INVALID_RESULT'); 219 // Callback returns 'http/5' => doesn't match client ALPN => error & reset 221 assert.strictEqual(results[0].client.error.code, 'ECONNRESET'); 232 }), (error) => error.code === 'ERR_TLS_ALPN_CALLBACK_WITH_PROTOCOLS');
|