Searched refs:message (Results 51 - 75 of 249) sorted by relevance

12345678910

/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Db-nosym.d9 # "no symbols" message that would otherwise cause a spurious failure and
H A Dbpo-12.d8 # Check that we get an error message if we see a BPO against a register
H A Dbpo-12m.d8 # Check that we get an error message if we see a BPO against a register
H A Dpr12815-1.d5 # Check that we emit a meaningful error message rather than SEGV when
H A Dpr12815-2.d5 # Check that we emit a meaningful error message rather than SEGV when
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Db-nosym.d9 # "no symbols" message that would otherwise cause a spurious failure and
H A Dbpo-12.d8 # Check that we get an error message if we see a BPO against a register
H A Dbpo-12m.d8 # Check that we get an error message if we see a BPO against a register
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug384.go11 // Check that we only get root cause message, no further complaints about r undefined
H A Dbug463.go7 // Issue 3757: unhelpful typechecking loop message
H A Dbug464.go7 // Issue 3937: unhelpful typechecking loop message
H A Dissue4663.go8 // Make sure 'not used' message is placed correctly.
H A Dissue5358.go7 // issue 5358: incorrect error message when using f(g()) form on ... args.
H A Dbug435.go8 // gives an error message with the correct line number.
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A Dquoted.cc69 test04(const std::string& message) argument
74 ss << "** Error: " << std::quoted(message) << " **";
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/wchar_t/
H A Dquoted.cc69 test04(const std::wstring& message) argument
74 ss << L"** Error: " << std::quoted(message) << L" **";
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue5291.dir/
H A Dprog.go11 type message struct { // Presence of this creates a crash type
/haiku-buildtools/binutils/gold/testsuite/
H A Dtest.cc76 Test_framework::error(const char* message) argument
78 printf("ERROR: %s: %s\n", this->testname_, message);
H A Dplugin_test.c62 static ld_plugin_message message = NULL; variable
135 message = entry->tv_u.tv_message;
166 if (message == NULL)
190 (*message)(LDPL_INFO, "API version: %d", api_version);
191 (*message)(LDPL_INFO, "gold version: %d", gold_version);
194 (*message)(LDPL_INFO, "option: %s", opts[i]);
198 (*message)(LDPL_ERROR, "error registering claim file hook");
204 (*message)(LDPL_ERROR, "error registering all symbols read hook");
210 (*message)(LDPL_ERROR, "error registering cleanup hook");
273 (*message)(LDPL_INF
[all...]
/haiku-buildtools/gcc/contrib/
H A Dcompare_two_ftime_report_sets426 message = "The " + self.larger + " sample appears to be "
428 message += text_percent(change) + " larger,\n"
431 message += "with " + text_number(confidence) + "% confidence"
432 message += " of being larger."
434 message += "but with no confidence of actually being larger."
437 message += "\nTo reach " + text_number(confidence) + "% confidence,"
439 message += " you need roughly " + text_number(self.count) + " trials,\n"
440 message += "assuming the standard deviation is stable, which is iffy."
442 message += "\nyou need to reduce the larger deviation"
443 message
[all...]
/haiku-buildtools/jam/
H A DStatCacheServer.cpp562 fMessageCountSem = create_sem(0, "nm message count");
570 NodeMonitor::MessageReceived(BMessage *message) argument
572 switch (message->what) {
575 fMessageQueue.AddMessage(message);
579 BLooper::MessageReceived(message);
627 // get the message
628 BMessage *message = fMessageQueue.NextMessage();
629 if (!message)
631 *_message = message;
1098 BMessage *message; local
1174 _EntryCreated(BMessage *message) argument
1206 _EntryRemoved(BMessage *message) argument
1228 _EntryMoved(BMessage *message) argument
1259 _StatChanged(BMessage *message) argument
[all...]
/haiku-buildtools/legacy/gcc/texinfo/emacs/
H A Dtexnfo-upd.el178 (message "Menu updated"))
180 (message "Making or updating menus in %s... " (buffer-name))
199 (message "Making or updating menus in %s...done" (buffer-name))))
238 (message "Checking for a master menu in %s ... "(buffer-name))
259 (message "Updating all nodes in %s ... " (buffer-name))
263 (message "Updating all menus in %s ... " (buffer-name))
269 (message "Updating the master menu in %s... " (buffer-name))
273 (message "Done...updated all the menus. You may save the buffer.")))
596 (message
703 (message
[all...]
H A Dinformat.el37 (message "Tagifying %s ..." (file-name-nondirectory (buffer-file-name)))
47 (message "Cannot tagify split info file")
86 (message "Tagifying %s ... done" (file-name-nondirectory (buffer-file-name))))
304 (message "File appears valid"))))))
389 (message ">> %s does not exist!" file)
412 (message "%s already tagified" file))
414 (message "%s too small to bother tagifying" file))
418 (message "Checking validity of info file %s..." file)
423 nil ;(message "Checking validity of info file %s... OK" file)
424 (message "
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dsystem_error.cc46 message(int i) const function in struct:__anon2425::generic_error_category
62 message(int i) const function in struct:__anon2425::system_error_category
106 // Return error_category::message() as a COW string
110 string msg = this->message(i);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dbackspace_10.f909 character(len=20) :: line, message variable in program:gfcbug69b

Completed in 115 milliseconds

12345678910