Home
last modified time | relevance | path

Searched refs:error (Results 2426 - 2450 of 17253) sorted by relevance

1...<<919293949596979899100>>...691

/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcglyph.h280 gindex, query, node, error ) \
291 _mrunode, error ); \
293 if ( !error ) \
300 FTC_CACHE_LOOKUP_CMP( cache, nodecmp, hash, query, node, error ); \
311 gindex, query, node, error ) \
314 error = FTC_GCache_Lookup( FTC_GCACHE( cache ), hash, gindex, \
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dpipeline_overridable_constant_test.cc42 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F()
54 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F()
62 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F()
76 EXPECT_TRUE(r()->Resolve()) << r()->error(); in TEST_F()
93 EXPECT_EQ(r()->error(), R"(56:78 error: pipeline constant IDs must be unique in TEST_F()
102 EXPECT_EQ(r()->error(), in TEST_F()
103 "12:34 error: pipeline constant IDs must be between 0 and 65535"); in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/msl/
H A Dgenerator_impl_unary_op_test.cc33 ASSERT_TRUE(gen.EmitExpression(out, op)) << gen.error(); in TEST_F()
46 ASSERT_TRUE(gen.EmitExpression(out, op)) << gen.error(); in TEST_F()
62 ASSERT_TRUE(gen.EmitExpression(out, op)) << gen.error(); in TEST_F()
74 ASSERT_TRUE(gen.EmitExpression(out, op)) << gen.error(); in TEST_F()
87 ASSERT_TRUE(gen.EmitExpression(out, op)) << gen.error(); in TEST_F()
99 ASSERT_TRUE(gen.EmitExpression(out, op)) << gen.error(); in TEST_F()
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dthread_identity.h191 #error ABSL_THREAD_IDENTITY_MODE_USE_POSIX_SETSPECIFIC cannot be directly set
197 #error ABSL_THREAD_IDENTITY_MODE_USE_TLS cannot be directly set
203 #error ABSL_THREAD_IDENTITY_MODE_USE_CPP11 cannot be directly set
209 #error ABSL_THREAD_IDENTITY_MODE cannot be directly set
236 #error Thread-local storage not detected on this platform
258 #error Unknown ABSL_THREAD_IDENTITY_MODE
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
H A DSkQPActivity.java51 String error = null; in run()
56 error = exept.getMessage(); in run()
58 if (error != null) { in run()
59 Log.w(SkQP.LOG_PREFIX, "Error: " + testName + " " + error); in run()
72 for (String error : errors) { in run()
73 Log.w(SkQP.LOG_PREFIX, "Error running " + testName + ":" + error); in run()
/third_party/jerryscript/jerry-core/vm/
H A Dvm.c156 * @return an ecma value which contains an error
528 * Special bytecode sequence for error handling while the vm_loop
951 goto error; \
1143 goto error; in vm_loop()
1376 goto error; in vm_loop()
1385 goto error; in vm_loop()
1557 goto error; in vm_loop()
1584 goto error; in vm_loop()
1592 goto error; in vm_loop()
1599 goto error; in vm_loop()
[all...]
/base/powermgr/power_manager/services/zidl/src/
H A Dpower_mgr_proxy.cpp56 int32_t error; in CreateRunningLock() local
57 RETURN_IF_READ_PARCEL_FAILED_WITH_RET(reply, Int32, error, PowerErrors::ERR_OK); in CreateRunningLock()
58 return static_cast<PowerErrors>(error); in CreateRunningLock()
177 int32_t error; in Lock() local
178 RETURN_IF_READ_PARCEL_FAILED_WITH_RET(reply, Int32, error, PowerErrors::ERR_CONNECTION_FAIL); in Lock()
179 return static_cast<PowerErrors>(error); in Lock()
207 int32_t error; in UnLock() local
208 RETURN_IF_READ_PARCEL_FAILED_WITH_RET(reply, Int32, error, PowerErrors::ERR_CONNECTION_FAIL); in UnLock()
209 return static_cast<PowerErrors>(error); in UnLock()
384 int32_t error; in RebootDevice() local
412 int32_t error; RebootDeviceForDeprecated() local
439 int32_t error; ShutDownDevice() local
466 int32_t error; SetSuspendTag() local
496 int32_t error; SuspendDevice() local
526 int32_t error; WakeupDevice() local
608 int32_t error; OverrideScreenOffTime() local
635 int32_t error; RestoreScreenOffTime() local
666 int error = asyncCallback->WaitForAsyncReply(waitTime); ForceSuspendDevice() local
1154 int error = asyncCallback->WaitForAsyncReply(waitTime); Hibernate() local
1180 int32_t error; SetDeviceMode() local
1269 int32_t error; IsStandby() local
1302 int32_t error; SetForceTimingOut() local
1332 int32_t error; LockScreenAfterTimingOut() local
[all...]
/base/location/services/location_locator/callback/source/
H A Dlocation_gnss_geofence_callback_proxy.cpp37 int error = Remote()->SendRequest(RECEIVE_TRANSITION_STATUS_EVENT, dataParcel, reply, option); in OnTransitionStatusChange() local
38 LBSLOGD(LOCATION_GNSS_GEOFENCE_CALLBACK, "OnTransitionStatusChange Transact ErrCode = %{public}d", error); in OnTransitionStatusChange()
52 int error = Remote()->SendRequest(REPORT_OPERATION_RESULT_EVENT, dataParcel, reply, option); in OnReportOperationResult() local
53 LBSLOGD(LOCATION_GNSS_GEOFENCE_CALLBACK, "OnReportOperationResult Transact ErrCode = %{public}d", error); in OnReportOperationResult()
/base/request/request/services/src/
H A Dhilog.rs35 macro_rules! error { macros
41 hilog_rust::error!(LOG_LABEL, $fmt $(, @public($args))*);
50 error!($($args)*);
51 error!("Error msg: {:?}", e);
/base/security/access_token/frameworks/inner_api/privacy/test/unittest/app_manager_client/
H A Dapp_manager_access_proxy.cpp37 int32_t error = Remote()->SendRequest( in GetForegroundApplications() local
39 if (error != ERR_NONE) { in GetForegroundApplications()
40 ACCESSTOKEN_LOG_ERROR(LABEL, "GetForegroundApplications failed, error: %{public}d", error); in GetForegroundApplications()
41 return error; in GetForegroundApplications()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H A Dasm.h20 #error "Unexpected __riscv_xlen"
50 #error "Unexpected __SIZEOF_POINTER__"
58 #error "Unexpected __SIZEOF_INT__"
66 #error "Unexpected __SIZEOF_SHORT__"
/kernel/linux/linux-5.10/fs/coda/
H A Dsymlink.c26 int error; in coda_symlink_filler() local
33 error = venus_readlink(inode->i_sb, &cii->c_fid, p, &len); in coda_symlink_filler()
34 if (error) in coda_symlink_filler()
43 return error; in coda_symlink_filler()
/kernel/linux/linux-6.6/fs/coda/
H A Dsymlink.c26 int error; in coda_symlink_filler() local
33 error = venus_readlink(inode->i_sb, &cii->c_fid, p, &len); in coda_symlink_filler()
34 if (error) in coda_symlink_filler()
43 return error; in coda_symlink_filler()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dsymlink.c40 int error = 0; in xchk_symlink() local
62 error = xfs_readlink_bmap_ilocked(sc->ip, sc->buf); in xchk_symlink()
63 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_symlink()
68 return error; in xchk_symlink()
/third_party/curl/tests/
H A Dappveyor.pm73 my ($curl, $testnum, $error, $start, $stop)=@_;
84 if($error == 2) {
88 elsif($error < 0) {
92 elsif(!$error) {
/third_party/jerryscript/tests/jerry/es2015/
H A Dstring-raw.js16 function assertThrows(str, error) {
21 if (typeof error === "function") {
22 assert(e instanceof error);
24 assert(e === error)
30 // Note: the string error messages represents the nth step of the routine
/third_party/node/test/parallel/
H A Dtest-debugger-profile.js19 function onFatal(error) {
21 throw error;
37 } catch (error) {
38 return onFatal(error);
H A Dtest-diagnostics-channel-tracing-channel-sync-error.js22 error: common.mustCall((found) => {
24 assert.deepStrictEqual(found.error, expectedError);
36 throw new Error('It should not reach this error');
37 } catch (error) {
38 assert.deepStrictEqual(error, expectedError);
/third_party/ltp/testcases/lib/
H A Dtst_cgctl.c54 goto error; in main()
63 goto error; in main()
78 goto error; in main()
84 error: in main()
/third_party/skia/third_party/externals/dawn/src/common/
H A DPlatform.h26 # error "Unsupported Windows platform."
45 # error "Unsupported Apple platform."
57 # error "Unsupported platform."
79 # error "Unsupported platform"
H A DDynamicLib.h36 bool Open(const std::string& filename, std::string* error = nullptr);
39 void* GetProc(const std::string& procName, std::string* error = nullptr) const;
42 bool GetProc(T** proc, const std::string& procName, std::string* error = nullptr) const { in GetProc()
46 *proc = reinterpret_cast<T*>(GetProc(procName, error)); in GetProc()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafdummy.c46 FT_Error error; in af_dummy_hints_apply() local
52 error = af_glyph_hints_reload( hints, outline ); in af_dummy_hints_apply()
53 if ( !error ) in af_dummy_hints_apply()
56 return error; in af_dummy_hints_apply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/
H A DDataTypes.h52 #error "Compiler must provide an implementation of stdint.h"
59 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\
64 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\
82 # error "Don't have a definition for uint64_t on this platform"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/
H A DDataTypes.h52 #error "Compiler must provide an implementation of stdint.h"
59 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\
64 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\
82 # error "Don't have a definition for uint64_t on this platform"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/
H A DDataTypes.h52 #error "Compiler must provide an implementation of stdint.h"
59 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\
64 # error "The standard header <cstdint> is not C++11 compliant. Must #define "\
82 # error "Don't have a definition for uint64_t on this platform"

Completed in 22 milliseconds

1...<<919293949596979899100>>...691