Home
last modified time | relevance | path

Searched refs:error4 (Results 1 – 25 of 786) sorted by relevance

12345678910>>...32

/dports/graphics/ampasCTL/CTL-57b48a2/unittest/IlmCtl/
H A DtestParse.ctl15 @error4 int aa~;
16 @error4 int ab&;
17 @error4 int ac*;
18 @error4 int ad%;
19 @error4 int ae$;
20 @error4 int af`;
21 @error4 int ag/;
22 @error4 int ah';
23 @error4 int ';
24 @error4 @error28 int ah"";
[all …]
H A DtestStruct.ctl144 @error4 const Chromaticities c1 = { {0,0},{0,0},{0,0}{0,0}};
145 @error4 const Chromaticities c1b = { {0,0},{0,0},{0,0},,{0,0}};
146 @error4 const Chromaticities c1b = { {0,0},{0,0},{0,0},{0,0},};
158 @error4 const C2 c2 = { 1 3 {0 0} {0,0}{0,0}{1,0}};
159 @error4 const C2 c2b = { 1, 3, {0 0}, {0,0},{0,0},{1,0}};
160 @error4 const C2 c2c = { 1, 3, {0, 0}, {0,0}{0,0},{1,0}};
161 @error4 const C2 c2d = { 1, 3, {0, 0}, {0,0},{0,0},{1,0},};
162 @error4 const C2 c2e = { 1, 3, {0, 0,}, {0,0},{0,0},{1,0}};
163 @error4 const C2 c2f = {, 1, 3, {0, 0}, {0,0},{0,0},{1,0}};
H A DtestLiterals.ctl64 @error4 float f = 2.0f;
65 @error4 float f1 = 2.0f;
66 @error4 float f2 = 2.0l;
67 @error4 float f3 = 2.0l;
/dports/devel/grpc/grpc-1.42.0/src/objective-c/tests/UnitTests/
H A DNSErrorUnitTests.m41 NSError *error4 = [NSError grpc_errorFromStatusCode:GRPC_STATUS_UNAVAILABLE
57 XCTAssertEqual(error4.code, 14);
58 XCTAssertEqualObjects(error4.domain, @"io.grpc");
59 XCTAssertNil(error4.userInfo[NSLocalizedDescriptionKey]);
60 XCTAssertNil(error4.userInfo[NSDebugDescriptionErrorKey]);
/dports/devel/grpc130/grpc-1.30.2/src/objective-c/tests/UnitTests/
H A DNSErrorUnitTests.m41 NSError *error4 = [NSError grpc_errorFromStatusCode:GRPC_STATUS_UNAVAILABLE
57 XCTAssertEqual(error4.code, 14);
58 XCTAssertEqualObjects(error4.domain, @"io.grpc");
59 XCTAssertNil(error4.userInfo[NSLocalizedDescriptionKey]);
60 XCTAssertNil(error4.userInfo[NSDebugDescriptionErrorKey]);
/dports/devel/grpc134/grpc-1.34.1/src/objective-c/tests/UnitTests/
H A DNSErrorUnitTests.m41 NSError *error4 = [NSError grpc_errorFromStatusCode:GRPC_STATUS_UNAVAILABLE
57 XCTAssertEqual(error4.code, 14);
58 XCTAssertEqualObjects(error4.domain, @"io.grpc");
59 XCTAssertNil(error4.userInfo[NSLocalizedDescriptionKey]);
60 XCTAssertNil(error4.userInfo[NSDebugDescriptionErrorKey]);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/objective-c/tests/UnitTests/
H A DNSErrorUnitTests.m41 NSError *error4 =
56 XCTAssertEqual(error4.code, 14);
57 XCTAssertEqualObjects(error4.domain, @"io.grpc");
58 XCTAssertNil(error4.userInfo[NSLocalizedDescriptionKey]);
59 XCTAssertNil(error4.userInfo[NSDebugDescriptionErrorKey]);
/dports/www/firefox-esr/firefox-91.8.0/security/nss/cmd/libpkix/pkix/util/
H A Dtest_error.c172 PKIX_Error *error4 = NULL;
179 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error, &error4, plContext));
182 (PKIX_PL_Object *)error4,
187 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_Object_ToString((PKIX_PL_Object *)error4,
196 PKIX_TEST_DECREF_BC(error4);
198 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error3, &error4, plContext));
200 (PKIX_PL_Object *)error4,
205 PKIX_TEST_DECREF_BC(error4);
/dports/security/nss/nss-3.76.1/nss/cmd/libpkix/pkix/util/
H A Dtest_error.c172 PKIX_Error *error4 = NULL; in testGetCause() local
179 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error, &error4, plContext)); in testGetCause()
182 (PKIX_PL_Object *)error4, in testGetCause()
187 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_Object_ToString((PKIX_PL_Object *)error4, in testGetCause()
196 PKIX_TEST_DECREF_BC(error4); in testGetCause()
198 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error3, &error4, plContext)); in testGetCause()
200 (PKIX_PL_Object *)error4, in testGetCause()
205 PKIX_TEST_DECREF_BC(error4); in testGetCause()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/cmd/libpkix/pkix/util/
H A Dtest_error.c172 PKIX_Error *error4 = NULL; in testGetCause() local
179 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error, &error4, plContext)); in testGetCause()
182 (PKIX_PL_Object *)error4, in testGetCause()
187 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_Object_ToString((PKIX_PL_Object *)error4, in testGetCause()
196 PKIX_TEST_DECREF_BC(error4); in testGetCause()
198 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error3, &error4, plContext)); in testGetCause()
200 (PKIX_PL_Object *)error4, in testGetCause()
205 PKIX_TEST_DECREF_BC(error4); in testGetCause()
/dports/www/firefox/firefox-99.0/security/nss/cmd/libpkix/pkix/util/
H A Dtest_error.c172 PKIX_Error *error4 = NULL; in testGetCause() local
179 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error, &error4, plContext)); in testGetCause()
182 (PKIX_PL_Object *)error4, in testGetCause()
187 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_Object_ToString((PKIX_PL_Object *)error4, in testGetCause()
196 PKIX_TEST_DECREF_BC(error4); in testGetCause()
198 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error3, &error4, plContext)); in testGetCause()
200 (PKIX_PL_Object *)error4, in testGetCause()
205 PKIX_TEST_DECREF_BC(error4); in testGetCause()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/cmd/libpkix/pkix/util/
H A Dtest_error.c172 PKIX_Error *error4 = NULL; in testGetCause() local
179 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error, &error4, plContext)); in testGetCause()
182 (PKIX_PL_Object *)error4, in testGetCause()
187 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_Object_ToString((PKIX_PL_Object *)error4, in testGetCause()
196 PKIX_TEST_DECREF_BC(error4); in testGetCause()
198 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error3, &error4, plContext)); in testGetCause()
200 (PKIX_PL_Object *)error4, in testGetCause()
205 PKIX_TEST_DECREF_BC(error4); in testGetCause()
/dports/security/ca_root_nss/nss-3.71/nss/cmd/libpkix/pkix/util/
H A Dtest_error.c172 PKIX_Error *error4 = NULL; in testGetCause() local
179 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error, &error4, plContext)); in testGetCause()
182 (PKIX_PL_Object *)error4, in testGetCause()
187 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_Object_ToString((PKIX_PL_Object *)error4, in testGetCause()
196 PKIX_TEST_DECREF_BC(error4); in testGetCause()
198 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error3, &error4, plContext)); in testGetCause()
200 (PKIX_PL_Object *)error4, in testGetCause()
205 PKIX_TEST_DECREF_BC(error4); in testGetCause()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/cmd/libpkix/pkix/util/
H A Dtest_error.c172 PKIX_Error *error4 = NULL; in testGetCause() local
179 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error, &error4, plContext)); in testGetCause()
182 (PKIX_PL_Object *)error4, in testGetCause()
187 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_Object_ToString((PKIX_PL_Object *)error4, in testGetCause()
196 PKIX_TEST_DECREF_BC(error4); in testGetCause()
198 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error3, &error4, plContext)); in testGetCause()
200 (PKIX_PL_Object *)error4, in testGetCause()
205 PKIX_TEST_DECREF_BC(error4); in testGetCause()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/cmd/libpkix/pkix/util/
H A Dtest_error.c172 PKIX_Error *error4 = NULL; in testGetCause() local
179 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error, &error4, plContext)); in testGetCause()
182 (PKIX_PL_Object *)error4, in testGetCause()
187 PKIX_TEST_EXPECT_NO_ERROR(PKIX_PL_Object_ToString((PKIX_PL_Object *)error4, in testGetCause()
196 PKIX_TEST_DECREF_BC(error4); in testGetCause()
198 PKIX_TEST_EXPECT_NO_ERROR(PKIX_Error_GetCause(error3, &error4, plContext)); in testGetCause()
200 (PKIX_PL_Object *)error4, in testGetCause()
205 PKIX_TEST_DECREF_BC(error4); in testGetCause()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/exception/test/
H A Ddiagnostic_information_test.cpp55 error4: struct
202 throw error4(); in main()
205 error4 & x ) in main()
213 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
217 error4 & x ) in main()
230 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
234 error4 & x ) in main()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/exception/test/
H A Ddiagnostic_information_test.cpp55 error4: struct
202 throw error4(); in main()
205 error4 & x ) in main()
213 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
217 error4 & x ) in main()
230 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
234 error4 & x ) in main()
/dports/databases/percona57-server/boost_1_59_0/libs/exception/test/
H A Ddiagnostic_information_test.cpp55 error4: struct
202 throw error4(); in main()
205 error4 & x ) in main()
213 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
217 error4 & x ) in main()
230 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
234 error4 & x ) in main()
/dports/databases/xtrabackup/boost_1_59_0/libs/exception/test/
H A Ddiagnostic_information_test.cpp55 error4: struct
202 throw error4(); in main()
205 error4 & x ) in main()
213 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
217 error4 & x ) in main()
230 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
234 error4 & x ) in main()
/dports/databases/percona57-client/boost_1_59_0/libs/exception/test/
H A Ddiagnostic_information_test.cpp55 error4: struct
202 throw error4(); in main()
205 error4 & x ) in main()
213 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
217 error4 & x ) in main()
230 error4 x; x << tagged_int1(42) << tagged_int2(42); in main()
234 error4 & x ) in main()
/dports/misc/amanda-client/amanda-3.3.9/ndmp-src/
H A Dndml_nmb.c205 ndmp4_error error4 = raw_error; in ndmnmb_get_reply_error() local
207 ndmp_4to9_error (&error4, &error); in ndmnmb_get_reply_error()
268 ndmp4_error error4; in ndmnmb_set_reply_error() local
270 ndmp_9to4_error (&error, &error4); in ndmnmb_set_reply_error()
271 raw_error = (unsigned) error4; in ndmnmb_set_reply_error()
/dports/misc/amanda-server/amanda-3.3.9/ndmp-src/
H A Dndml_nmb.c205 ndmp4_error error4 = raw_error; in ndmnmb_get_reply_error() local
207 ndmp_4to9_error (&error4, &error); in ndmnmb_get_reply_error()
268 ndmp4_error error4; in ndmnmb_set_reply_error() local
270 ndmp_9to4_error (&error, &error4); in ndmnmb_set_reply_error()
271 raw_error = (unsigned) error4; in ndmnmb_set_reply_error()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/ndmp/
H A Dndml_nmb.c179 ndmp4_error error4 = raw_error; in ndmnmb_get_reply_error() local
181 ndmp_4to9_error(&error4, &error); in ndmnmb_get_reply_error()
234 ndmp4_error error4; in ndmnmb_set_reply_error() local
236 ndmp_9to4_error(&error, &error4); in ndmnmb_set_reply_error()
237 raw_error = (unsigned)error4; in ndmnmb_set_reply_error()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/ndmp/
H A Dndml_nmb.c205 ndmp4_error error4 = raw_error; in ndmnmb_get_reply_error() local
207 ndmp_4to9_error (&error4, &error); in ndmnmb_get_reply_error()
268 ndmp4_error error4; in ndmnmb_set_reply_error() local
270 ndmp_9to4_error (&error, &error4); in ndmnmb_set_reply_error()
271 raw_error = (unsigned) error4; in ndmnmb_set_reply_error()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/ndmp/
H A Dndml_nmb.c179 ndmp4_error error4 = raw_error; in ndmnmb_get_reply_error() local
181 ndmp_4to9_error(&error4, &error); in ndmnmb_get_reply_error()
234 ndmp4_error error4; in ndmnmb_set_reply_error() local
236 ndmp_9to4_error(&error, &error4); in ndmnmb_set_reply_error()
237 raw_error = (unsigned)error4; in ndmnmb_set_reply_error()

12345678910>>...32