Searched refs:messages (Results 176 - 200 of 267) sorted by relevance

1234567891011

/external/tensorflow/tensorflow/core/framework/
H A Dnode_def_builder_test.cc79 const std::vector<string>& messages) {
84 for (const string& message : messages) {
78 ExpectFailures(const NodeDefBuilder& builder, const std::vector<string>& messages) argument
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s10 @ Check for various assembly diagnostic messages on invalid input.
H A Ddiagnostics.s6 @ Check for various assembly diagnostic messages on invalid input.
/external/one-true-awk/
H A DFIXES689 reworded some error messages.
704 cleaned up some error messages; "out of space" now means
/external/scapy/scapy/contrib/
H A Dbgp.uts380 messages = b'\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x00=\x01\x04\xfb\xf6\x00\xb4\xc0\xa8ze \x02\x06\x01\x04\x00\x01\x00\x01\x02\x06\x01\x04\x00\x02\x00\x01\x02\x02\x80\x00\x02\x02\x02\x00\x02\x06A\x04\x00\x00\xfb\xf6\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x00\x13\x04'
381 m = BGP(messages)
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToHTMLStream.java1557 Utils.messages.createMessage(MsgKey.ER_OIERROR,null),ioe);
1620 Utils.messages.createMessage(
H A DSerializerBase.java870 Utils.messages.createMessage(
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc1418 namespace messages { namespace in namespace:google::protobuf::python::file_descriptor
1460 } // namespace messages
1463 return descriptor::NewMappingByName(&messages::ContainerDef, descriptor);
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Ddiagnostics.s4 @ Check for various assembly diagnostic messages on invalid input.
/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDAppClient.m247 for (ARDSignalingMessage *message in response.messages) {
494 // Processes the messages that we've received from the room server and the
496 // signaling messages, however they can arrive out of order. Hence, this method
497 // only processes pending messages if there is a peer connection object and
542 // Sends a signaling message to the other client. The caller will send messages
543 // through the room server, whereas the callee will send messages over the
/external/libcxx/src/
H A Dlocale.cpp156 const locale::category locale::messages; member in class:locale
226 install(&make<_VSTD::messages<char> >(1u));
227 install(&make<_VSTD::messages<wchar_t> >(1u));
341 if (c & locale::messages)
420 if (c & locale::messages)
422 install_from<_VSTD::messages<char> >(one);
423 install_from<_VSTD::messages<wchar_t> >(one);
6151 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS messages<char>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6152 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS messages<wchar_t>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
/external/wayland/src/
H A Dscanner.c853 struct wl_list *messages,
857 wl_list_for_each(m, messages, link) {
851 verify_arguments(struct parse_context *ctx, struct interface *interface, struct wl_list *messages, struct wl_list *enumerations) argument
/external/python/cpython3/Lib/test/
H A Dtest_logging.py329 # Only messages satisfying the specified criteria pass through the
353 # Only messages satisfying the specified criteria pass through the
426 """A filter which blocks garrulous messages."""
433 """A filter which blocks sociable and taciturn messages."""
705 incoming messages. The handler will be passed
837 :param log: Pass ``True`` to enable log messages.
968 self.messages = []
975 self.assertEqual(len(self.messages), 1)
976 peer, mailfrom, rcpttos, data = self.messages[0]
984 self.messages
[all...]
H A Dtest_pyexpat.py665 # verify mapping of errors.codes and errors.messages
667 errors.messages[errors.codes[errors.XML_ERROR_SYNTAX]])
H A D_test_multiprocessing.py3339 messages = []
3359 messages.append(msg)
3361 messages.sort()
3363 self.assertEqual(messages, expected)
/external/swiftshader/third_party/LLVM/projects/sample/
H A Dconfigure1128 -q, --quiet, --silent do not print \`checking...' messages
1257 This file contains any messages produced by compilers while
2149 -q, --quiet do not print progress messages
/external/v8/src/inspector/
H A Dv8-runtime-agent-impl.cc669 for (const auto& message : storage->messages()) {
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/freetype/
H A Dvms_make.com1081 ! 1.) Name of the Library (only used for informative messages
/external/libcups/cups/
H A Dppd.c311 static const char * const messages[] =/* Status messages */ local
343 return (_cupsLangString(cupsLangDefault(), messages[status]));
/external/proguard/lib/
H A Dproguardgui.jarMETA-INF/ META-INF/MANIFEST.MF proguard/gui/ proguard/gui/ListPanel$2.class ListPanel ...
/external/blktrace/doc/
H A Dblktrace.tex416 notify & \emph{notify} trace messages \\ \hline
510 -M & --no-msgs & Do not add messages to binary output file \\\hline
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
H A DNanoTest.java2859 AnotherMessage[] messages = {another1, another2};
2912 message.setExtension(RepeatedExtensions.repeatedMessage, messages);
3109 AnotherMessage[] messages = {another1, another2};
3131 extendableMessage.setExtension(RepeatedExtensions.repeatedMessage, messages);
3323 // Complete equality for messages with has fields:
3336 // Complete equality for messages with accessors:
3349 // Complete equality for reference typed messages:
3353 // Inequality of null and default value for reference typed messages:
/external/v8/
H A DAndroid.v8.mk332 src/messages.cc \
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as318 /** Override this method to change where error messages go */

Completed in 2608 milliseconds

1234567891011