Home
last modified time | relevance | path

Searched +defs:type +defs:error +defs:expected +defs:type (Results 1 – 25 of 907) sorted by relevance

12345678910>>...37

/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/tests/
H A Dwocky-stanza-test.c14 WockyStanza *iq, *copy, *expected; in test_copy() local
226 GError *error = NULL; in check_error() local
239 GError *error = NULL; in test_extract_stanza_error() local
299 WockyXmppErrorType type; in test_extract_errors_not_error() local
327 WockyXmppErrorType type; in test_extract_errors_without_description() local
365 WockyXmppErrorType type; in test_extract_errors_with_text() local
404 WockyXmppErrorType type; in test_extract_errors_application_specific_unknown() local
452 WockyXmppErrorType type; in test_extract_errors_jingle_error() local
503 WockyXmppErrorType type; in test_extract_errors_extra_application_specific() local
553 WockyXmppErrorType type; in test_extract_errors_legacy_code() local
[all …]
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/phpunit/phpunit/Tests/Framework/Constraint/JsonMatches/
H A DErrorMessageProviderTest.php59 public function testTranslatTypeToPrefix($expected, $type)
71 public function testDetermineJsonError($expected, $error, $prefix)
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/tests/
H A Dwocky-stanza-test.c18 WockyStanza *iq, *copy, *expected; in test_copy() local
51 WockyStanza *iq, *reply, *expected; in test_build_iq_result_simple_ack() local
80 WockyStanza *iq, *reply, *expected; in test_build_iq_result_complex_reply() local
124 WockyStanza *iq, *reply, *expected; in test_build_iq_result_no_to_attr() local
154 WockyStanza *iq, *reply, *expected; in test_build_iq_error_simple_error() local
186 WockyStanza *iq, *reply, *expected; in test_build_iq_error_complex() local
230 GError *error = NULL; in check_error() local
243 GError *error = NULL; in test_extract_stanza_error() local
712 WockyStanza *stanza, *expected; in test_stanza_error_to_node_core() local
760 WockyStanza *stanza, *expected; in test_stanza_error_to_node_jingle() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/model/
H A Dsync_error_unittest.cc19 SyncError error; in TEST_F() local
26 ModelType type = PREFERENCES; in TEST_F() local
27 SyncError error(location, SyncError::DATATYPE_ERROR, msg, type); in TEST_F() local
39 ModelType type = PREFERENCES; in TEST_F() local
53 ModelType type = PREFERENCES; in TEST_F() local
55 SyncError error; in TEST_F() local
77 ModelType type = PREFERENCES; in TEST_F() local
105 ModelType type = PREFERENCES; in TEST_F() local
132 ModelType type = PREFERENCES; in TEST_F() local
133 std::string expected = std::string(ModelTypeToString(type)) + in TEST_F() local
[all …]
/dports/devel/cutter/cutter-1.2.6/test/gcutter/
H A Dtest-gcut-enum.c53 GType type; member
61 parse_test_data_new (GType type, const gchar *value, gint expected_enum_value, in parse_test_data_new()
78 parse_enum_test_data_new (GType type, const gchar *value, in parse_enum_test_data_new()
86 parse_flags_test_data_new (GType type, const gchar *value, in parse_flags_test_data_new()
160 GError *error = NULL; in test_enum_parse() local
279 GError *error = NULL; in test_flags_parse() local
298 #define ADD(label, expected, type, error) \ in data_flags_get_all() argument
325 GError *error = NULL; in test_flags_get_all() local
/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dextensibleoptions.cpp38 Option::Type type = Option::Call; in testAnalyticHolderExtensibleOptionEngine() local
76 Real expected = 9.4233; in testAnalyticHolderExtensibleOptionEngine() local
77 Real error = std::fabs(calculated-expected); in testAnalyticHolderExtensibleOptionEngine() local
91 Option::Type type = Option::Call; in testAnalyticWriterExtensibleOptionEngine() local
141 Real expected = 6.8238; in testAnalyticWriterExtensibleOptionEngine() local
142 Real error = std::fabs(calculated-expected); in testAnalyticWriterExtensibleOptionEngine() local
H A Dvarianceswaps.cpp41 exDate, v, expected, calculated, error, tolerance) \ argument
61 Position::Type type; member
76 Position::Type type; member
89 Option::Type type; member
213 Real expected = values[i].result; in testReplicatingVarianceSwap() local
214 Real error = std::fabs(calculated-expected); in testReplicatingVarianceSwap() local
293 Real expected = values[i].result; in testMCVarianceSwap() local
294 Real error = std::fabs(calculated-expected); in testMCVarianceSwap() local
H A Dtwoassetcorrelationoption.cpp38 Option::Type type = Option::Call; in testAnalyticEngine() local
75 Real expected = 4.7073; in testAnalyticEngine() local
76 Real error = std::fabs(calculated-expected); in testAnalyticEngine() local
/dports/editors/cpeditor/cpeditor-6.8.2/src/Core/
H A DChecker.cpp31 Checker::Checker(CheckerType type, MessageLogger *logger, QObject *parent) : QObject(parent) in Checker()
131 …cker::reqeustCheck(int index, const QString &input, const QString &output, const QString &expected) in reqeustCheck()
163 void Checker::onCompilationErrorOccurred(const QString &error) in onCompilationErrorOccurred()
219 void Checker::onFailedToStartRun(int index, const QString &error) in onFailedToStartRun()
224 void Checker::onRunOutputLimitExceeded(int index, const QString &type) in onRunOutputLimitExceeded()
242 bool Checker::checkIgnoreTrailingSpaces(const QString &output, const QString &expected) in checkIgnoreTrailingSpaces()
284 bool Checker::checkStrict(const QString &output, const QString &expected) in checkStrict()
292 void Checker::check(int index, const QString &input, const QString &output, const QString &expected) in check()
/dports/lang/nyan/nyan-3c263e2/nyan/lexer/
H A Dimpl.cpp50 TokenizeError Impl::error(const std::string &msg) { in error() function in nyan::lexer::Impl
88 void Impl::token(token_type type) { in token()
126 void Impl::track_brackets(token_type type, int token_start) { in track_brackets()
217 int expected = this->brackets.top().get_content_indent(); in handle_indent() local
/dports/devel/cutter/cutter-1.2.6/gcutter/
H A Dgcut-assertions.h47 #define gcut_assert_equal_type(expected, actual, ...) do \ argument
68 #define cut_assert_equal_g_type(expected, actual, ...) do \ argument
88 #define gcut_assert_equal_value(expected, actual, ...) do \ argument
109 #define cut_assert_equal_g_value(expected, actual, ...) do \ argument
134 #define gcut_assert_equal_list(expected, actual, equal_function, \ argument
161 #define gcut_assert_equal_list_int(expected, actual, ...) do \ argument
319 #define gcut_assert_equal_list_enum(type, expected, actual, ...) do \ argument
343 #define gcut_assert_equal_list_flags(type, expected, actual, ...) do \ argument
422 #define gcut_assert_error(error, ...) do \ argument
443 #define cut_assert_g_error(error, ...) do \ argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Dsandbox_file_system_backend_unittest.cc45 FileSystemType type; member
60 FileSystemType type; member
70 base::File::Error error) { in DidOpenFileSystem()
111 void CreateOriginTypeDirectory(const char* origin_url, FileSystemType type) { in CreateOriginTypeDirectory()
119 FileSystemType type, in GetRootPath()
122 base::File::Error error = base::File::FILE_OK; in GetRootPath() local
225 base::FilePath expected = in TEST_P() local
317 base::FilePath expected = file_system_path().AppendASCII( in TEST_P() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Dsandbox_file_system_backend_unittest.cc45 FileSystemType type; member
60 FileSystemType type; member
70 base::File::Error error) { in DidOpenFileSystem()
111 void CreateOriginTypeDirectory(const char* origin_url, FileSystemType type) { in CreateOriginTypeDirectory()
119 FileSystemType type, in GetRootPath()
122 base::File::Error error = base::File::FILE_OK; in GetRootPath() local
225 base::FilePath expected = in TEST_P() local
317 base::FilePath expected = file_system_path().AppendASCII( in TEST_P() local
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/protocol/
H A Dclient.c99 const String *expected[] = in protocolClientNew() local
174 protocolClientError(ProtocolClient *const this, const ProtocolMessageType type, PackRead *const err… in protocolClientError()
186 const ErrorType *type = errorTypeFromCode(pckReadI32P(error)); in protocolClientError() local
223 ProtocolMessageType type = (ProtocolMessageType)pckReadU32P(response); in protocolClientDataGet() local
253 ProtocolMessageType type = (ProtocolMessageType)pckReadU32P(response); in protocolClientDataEndGet() local
/dports/devel/efl/efl-1.25.1/src/tests/efreet/
H A Def_desktop.c21 Eina_List *expected; member
22 int error; member
23 char type; member
31 char *expected; in _cb_command() local
210 Eina_List *files, *expected; in ef_cb_desktop_command_get() local
/dports/x11-wm/sway/sway-1.5.1/sway/commands/
H A Dworkspace.c61 const char expected[] = "Expected 'workspace <name> gaps " in cmd_workspace_gaps() local
66 struct cmd_results *error = NULL; in cmd_workspace_gaps() local
86 char *type = argv[gaps_location + 1]; in cmd_workspace_gaps() local
126 struct cmd_results *error = NULL; in cmd_workspace() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp315 glw::GLenum const type; in BuildProgram() member
883 glw::GLenum const type; in PrepareProgram() member
1330 glw::GLenum const type; in PrepareProgram() member
1956 glw::GLenum const type; in PrepareProgram() member
2651 glw::GLenum const type; in PrepareProgram() member
3114 glw::GLenum const type; in PrepareProgram() member
4195 glw::GLenum error = 0; in CheckError() local
4347 glw::GLenum error = 0; in CheckError() local
4482 glw::GLenum error = 0; in CheckError() local
4694 glw::GLenum error = 0; in CheckError() local
[all …]
/dports/devel/caf/actor-framework-0.18.5/libcaf_core/caf/
H A Dexpected.hpp26 class expected { class
47 expected( in expected() function in caf::expected
49 typename std::enable_if<std::is_convertible<U, T>::value>::type* = nullptr) in expected()
71 expected(Enum code) : engaged_(false) { in expected() function in caf::expected
170 caf::error& error() noexcept { in error() function in caf::expected
218 const caf::error& error() const noexcept { in error() function in caf::expected
348 class expected<void> { class
352 expected(unit_t) noexcept { in expected() function in caf::expected
369 expected(Enum code) : error_(code) { in expected() function in caf::expected
384 const caf::error& error() const { in error() function in caf::expected
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DAbstractParser.java69 protected TokenType type; field in AbstractParser
255 protected final ParserException error(final String message, final long errorToken) { in error() method in AbstractParser
267 …protected final ParserException error(final JSErrorType errorType, final String message, final lon… in error() method in AbstractParser
281 protected final ParserException error(final String message) { in error() method in AbstractParser
292 protected final ParserException error(final JSErrorType errorType, final String message) { in error() method in AbstractParser
318 protected final String expectMessage(final TokenType expected) { in expectMessage()
339 protected final void expect(final TokenType expected) throws ParserException { in expect()
351 protected final void expectDontAdvance(final TokenType expected) throws ParserException { in expectDontAdvance()
364 protected final Object expectValue(final TokenType expected) throws ParserException { in expectValue()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DAbstractParser.java69 protected TokenType type; field in AbstractParser
255 protected final ParserException error(final String message, final long errorToken) { in error() method in AbstractParser
267 …protected final ParserException error(final JSErrorType errorType, final String message, final lon… in error() method in AbstractParser
281 protected final ParserException error(final String message) { in error() method in AbstractParser
292 protected final ParserException error(final JSErrorType errorType, final String message) { in error() method in AbstractParser
318 protected final String expectMessage(final TokenType expected) { in expectMessage()
339 protected final void expect(final TokenType expected) throws ParserException { in expect()
351 protected final void expectDontAdvance(final TokenType expected) throws ParserException { in expectDontAdvance()
364 protected final Object expectValue(final TokenType expected) throws ParserException { in expectValue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DAbstractParser.java69 protected TokenType type; field in AbstractParser
255 protected final ParserException error(final String message, final long errorToken) { in error() method in AbstractParser
267 …protected final ParserException error(final JSErrorType errorType, final String message, final lon… in error() method in AbstractParser
281 protected final ParserException error(final String message) { in error() method in AbstractParser
292 protected final ParserException error(final JSErrorType errorType, final String message) { in error() method in AbstractParser
318 protected final String expectMessage(final TokenType expected) { in expectMessage()
339 protected final void expect(final TokenType expected) throws ParserException { in expect()
351 protected final void expectDontAdvance(final TokenType expected) throws ParserException { in expectDontAdvance()
364 protected final Object expectValue(final TokenType expected) throws ParserException { in expectValue()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DAbstractParser.java69 protected TokenType type; field in AbstractParser
255 protected final ParserException error(final String message, final long errorToken) { in error() method in AbstractParser
267 …protected final ParserException error(final JSErrorType errorType, final String message, final lon… in error() method in AbstractParser
281 protected final ParserException error(final String message) { in error() method in AbstractParser
292 protected final ParserException error(final JSErrorType errorType, final String message) { in error() method in AbstractParser
318 protected final String expectMessage(final TokenType expected) { in expectMessage()
339 protected final void expect(final TokenType expected) throws ParserException { in expect()
351 protected final void expectDontAdvance(final TokenType expected) throws ParserException { in expectDontAdvance()
364 protected final Object expectValue(final TokenType expected) throws ParserException { in expectValue()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/parser/
H A DAbstractParser.java69 protected TokenType type; field in AbstractParser
255 protected final ParserException error(final String message, final long errorToken) { in error() method in AbstractParser
267 …protected final ParserException error(final JSErrorType errorType, final String message, final lon… in error() method in AbstractParser
281 protected final ParserException error(final String message) { in error() method in AbstractParser
292 protected final ParserException error(final JSErrorType errorType, final String message) { in error() method in AbstractParser
318 protected final String expectMessage(final TokenType expected) { in expectMessage()
339 protected final void expect(final TokenType expected) throws ParserException { in expect()
351 protected final void expectDontAdvance(final TokenType expected) throws ParserException { in expectDontAdvance()
364 protected final Object expectValue(final TokenType expected) throws ParserException { in expectValue()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DAbstractParser.java69 protected TokenType type; field in AbstractParser
252 protected final ParserException error(final String message, final long errorToken) { in error() method in AbstractParser
264 …protected final ParserException error(final JSErrorType errorType, final String message, final lon… in error() method in AbstractParser
278 protected final ParserException error(final String message) { in error() method in AbstractParser
289 protected final ParserException error(final JSErrorType errorType, final String message) { in error() method in AbstractParser
315 protected final String expectMessage(final TokenType expected) { in expectMessage()
336 protected final void expect(final TokenType expected) throws ParserException { in expect()
348 protected final void expectDontAdvance(final TokenType expected) throws ParserException { in expectDontAdvance()
361 protected final Object expectValue(final TokenType expected) throws ParserException { in expectValue()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/parser/
H A DAbstractParser.java69 protected TokenType type; field in AbstractParser
252 protected final ParserException error(final String message, final long errorToken) { in error() method in AbstractParser
264 …protected final ParserException error(final JSErrorType errorType, final String message, final lon… in error() method in AbstractParser
278 protected final ParserException error(final String message) { in error() method in AbstractParser
289 protected final ParserException error(final JSErrorType errorType, final String message) { in error() method in AbstractParser
315 protected final String expectMessage(final TokenType expected) { in expectMessage()
336 protected final void expect(final TokenType expected) throws ParserException { in expect()
348 protected final void expectDontAdvance(final TokenType expected) throws ParserException { in expectDontAdvance()
361 protected final Object expectValue(final TokenType expected) throws ParserException { in expectValue()

12345678910>>...37