| /minix3/external/bsd/tcpdump/dist/tests/ |
| H A D | lmp.out | 1 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Begin Verify Message, length: 56 2 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Hello Message, length: 28 3 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Config NACK Message, length: 56 4 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Config ACK Message, length: 48 5 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Config Message, length: 40 6 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Link Summary ACK Message, length: 16 7 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Link Summary NACK Message, length: 96 8 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Begin Verify ACK Message, length: 40 9 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 Begin Verify NACK Message, length: 32 10 IP 10.0.12.1.49998 > 10.0.12.2.49998: LMPv1 End Verify Message, length: 24 [all …]
|
| H A D | lmp-v.out | 6 Message ID Object (5), Class-Type: 1 (1) Flags: [non-negotiable], length: 8 7 Message ID: 3 (0x00000003) 34 Message ID Object (5), Class-Type: 2 (2) Flags: [non-negotiable], length: 8 35 Message ID Ack: 3 (0x00000003) 50 Message ID Object (5), Class-Type: 2 (2) Flags: [non-negotiable], length: 8 51 Message ID Ack: 3 (0x00000003) 59 Message ID Object (5), Class-Type: 1 (1) Flags: [non-negotiable], length: 8 60 Message ID: 3 (0x00000003) 69 Message ID Object (5), Class-Type: 2 (2) Flags: [non-negotiable], length: 8 70 Message ID Ack: 1 (0x00000001) [all …]
|
| H A D | radius-v.out | 12 EAP-Message Attribute (79), length: 19, Value: . 13 Message-Authenticator Attribute (80), length: 18, Value: (....$..p.Q1o.x. 20 Reply-Message Attribute (18), length: 11, Value: Hello, %u 21 EAP-Message Attribute (79), length: 24, Value: .. 22 Message-Authenticator Attribute (80), length: 18, Value: ...<.(.X.13..t4. 36 EAP-Message Attribute (79), length: 36, Value: .. 37 Message-Authenticator Attribute (80), length: 18, Value: '&.q1.....Ojb..8 44 Reply-Message Attribute (18), length: 21, Value: Hello, John.McGuirk 45 EAP-Message Attribute (79), length: 6, Value: .. 46 Message-Authenticator Attribute (80), length: 18, Value: ...b...2.^..NLc`
|
| H A D | isupvv.out | 4 Transfer Data Message 9 Transfer Data Message 14 Transfer Data Message 19 Transfer Data Message 24 Transfer Data Message 29 Transfer Data Message
|
| H A D | radius-rfc5176-v.out | 4 Message-Authenticator Attribute (80), length: 18, Value: XQ=f(G..sJ0..... 8 Message-Authenticator Attribute (80), length: 18, Value: .O........iC,'}. 12 Message-Authenticator Attribute (80), length: 18, Value: ...p.I...(.".... 16 Message-Authenticator Attribute (80), length: 18, Value: '..6|.F..._...[. 20 Message-Authenticator Attribute (80), length: 18, Value: .........+.x...s 24 Message-Authenticator Attribute (80), length: 18, Value: .%y.....x...&j..
|
| H A D | bgp_infloop-v.out | 3 Update Message (2), length: 19[|BGP] 6 Update Message (2), length: 19[|BGP] 9 Update Message (2), length: 19[|BGP] 12 Update Message (2), length: 19[|BGP] 15 Update Message (2), length: 19[|BGP]
|
| H A D | udld-v.out | 6 Message Interval TLV (0x0004) TLV, length 1, 7s 15 Message Interval TLV (0x0004) TLV, length 1, 7s 24 Message Interval TLV (0x0004) TLV, length 1, 7s 33 Message Interval TLV (0x0004) TLV, length 1, 7s 42 Message Interval TLV (0x0004) TLV, length 1, 7s 51 Message Interval TLV (0x0004) TLV, length 1, 7s 60 Message Interval TLV (0x0004) TLV, length 1, 7s 69 Message Interval TLV (0x0004) TLV, length 1, 7s 78 Message Interval TLV (0x0004) TLV, length 1, 7s 87 Message Interval TLV (0x0004) TLV, length 1, 7s [all …]
|
| H A D | rsvp_infloop-v.out | 3 RSVPv1 Hello Message (20), Flags: [none], length: 20, ttl: 64, checksum: 0x98ce 10 RSVPv1 Hello Message (20), Flags: [none], length: 20, ttl: 64, checksum: 0x98ce 17 RSVPv1 Hello Message (20), Flags: [none], length: 20, ttl: 128, checksum: 0x58ce 24 RSVPv1 Hello Message (20), Flags: [none], length: 20, ttl: 128, checksum: 0x58ce 31 RSVPv1 Hello Message (20), Flags: [none], length: 20, ttl: 128, checksum: 0x58ce
|
| /minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-message.h | 82 class GTEST_API_ Message { 94 Message() : ss_(new ::std::stringstream) { in Message() function 101 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message() function 106 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message() function 113 inline Message& operator <<(const T& value) { 120 inline Message& operator <<(const T& val) { 139 inline Message& operator <<(T* const& pointer) { // NOLINT 155 Message& operator <<(BasicNarrowIoManip val) { 161 Message& operator <<(bool b) { 167 Message& operator <<(const wchar_t* wide_c_str) { [all …]
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/bitreader/ |
| H A D | bitreader_ocaml.c | 21 void llvm_raise(value Prototype, char *Message); 26 char *Message; in llvm_get_module() local 28 if (LLVMGetBitcodeModuleInContext(C, MemBuf, &M, &Message)) in llvm_get_module() 29 llvm_raise(*caml_named_value("Llvm_bitreader.Error"), Message); in llvm_get_module() 37 char *Message; in llvm_parse_bitcode() local 39 if (LLVMParseBitcodeInContext(C, MemBuf, &M, &Message)) in llvm_parse_bitcode() 40 llvm_raise(*caml_named_value("Llvm_bitreader.Error"), Message); in llvm_parse_bitcode()
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
| H A D | objc-asm-attribute-neg-test.m | 8 __attribute__((objc_runtime_name("MySecretNamespace.Message"))) 9 @interface Message <Protocol> { interface in objc_runtime_name 10 __attribute__((objc_runtime_name("MySecretNamespace.Message"))) // expected-error {{'objc_runtime_n… 13 __attribute__((objc_runtime_name("MySecretNamespace.Message"))) 16 - (int) getMyProperty __attribute__((objc_runtime_name("MySecretNamespace.Message"))); // expected-… argument 18 - (void) setMyProperty : (int) arg __attribute__((objc_runtime_name("MySecretNamespace.Message")));… argument 28 __attribute__((objc_runtime_name("MySecretNamespace.Message"))) 29 @implementation Message // expected-error {{prefix attribute must be followed by an interface or pr… category 30 __attribute__((objc_runtime_name("MySecretNamespace.Message")))
|
| H A D | objc-asm-attribute-test.m | 16 __attribute__((objc_runtime_name("MySecretNamespace.Message"))) 17 @interface Message <Protocol, Protocol2> { interface 22 @implementation Message implementation 49 // CHECK: @"OBJC_IVAR_$_MySecretNamespace.Message.MyIVAR" = global i64 50 // CHECK: @"OBJC_CLASS_$_MySecretNamespace.Message" = global %struct._class_t 51 // CHECK: @"OBJC_METACLASS_$_MySecretNamespace.Message" = global %struct._class_t 53 // CHECK: define internal i8* @"\01-[Message MyMethod]" 54 // CHECK: [[IVAR:%.*]] = load i64* @"OBJC_IVAR_$_MySecretNamespace.Message.MyIVAR"
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | objc-asm-attribute-neg-test.m | 16 __attribute__((objc_runtime_name("MySecretNamespace.Message"))) 17 @interface Message <Protocol> { interface in objc_runtime_name 18 __attribute__((objc_runtime_name("MySecretNamespace.Message"))) // expected-error {{'objc_runtime_n… 21 __attribute__((objc_runtime_name("MySecretNamespace.Message"))) 24 - (int) getMyProperty __attribute__((objc_runtime_name("MySecretNamespace.Message"))); // expected-… argument 26 - (void) setMyProperty : (int) arg __attribute__((objc_runtime_name("MySecretNamespace.Message")));… argument 36 __attribute__((objc_runtime_name("MySecretNamespace.Message"))) 37 @implementation Message // expected-error {{prefix attribute must be followed by an interface or pr… category 38 __attribute__((objc_runtime_name("MySecretNamespace.Message")))
|
| /minix3/external/bsd/llvm/dist/llvm/tools/bugpoint/ |
| H A D | ExecutionDriver.cpp | 149 std::string Message; in initializeExecutionEnvironment() local 155 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment() 160 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message, in initializeExecutionEnvironment() 166 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message, in initializeExecutionEnvironment() 171 Message = "Sorry, I can't automatically select an interpreter!\n"; in initializeExecutionEnvironment() 175 Interpreter = AbstractInterpreter::createLLI(getToolName(), Message, in initializeExecutionEnvironment() 181 Interpreter = AbstractInterpreter::createLLC(getToolName(), Message, in initializeExecutionEnvironment() 187 Interpreter = AbstractInterpreter::createJIT(getToolName(), Message, in initializeExecutionEnvironment() 192 AbstractInterpreter::createCustomCompiler(Message, CustomCompileCommand); in initializeExecutionEnvironment() 196 AbstractInterpreter::createCustomExecutor(Message, CustomExecCommand); in initializeExecutionEnvironment() [all …]
|
| H A D | ToolRunner.h | 50 static GCC *create(std::string &Message, 90 static LLC *createLLC(const char *Argv0, std::string &Message, 97 createLLI(const char *Argv0, std::string &Message, 101 createJIT(const char *Argv0, std::string &Message, 105 createCustomCompiler(std::string &Message, 109 createCustomExecutor(std::string &Message,
|
| H A D | ToolRunner.cpp | 270 std::string &Message, in createLLI() argument 275 Message = "Found lli: " + LLIPath + "\n"; in createLLI() 279 Message = "Cannot find `lli' in executable directory!\n"; in createLLI() 409 static void lexCommand(std::string &Message, const std::string &CommandLine, in lexCommand() argument 432 Message = in lexCommand() 439 Message = "Found command in: " + CmdPath + "\n"; in lexCommand() 445 std::string &Message, in createCustomCompiler() argument 450 lexCommand(Message, CompileCommandLine, CmdPath, Args); in createCustomCompiler() 460 std::string &Message, in createCustomExecutor() argument 466 lexCommand(Message, ExecCommandLine, CmdPath, Args); in createCustomExecutor() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
| H A D | CommentHandlerTest.cpp | 16 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment() 17 : Message(Message), Line(Line), Col(Col) { } in Comment() 19 std::string Message; member 103 << Current->Message << "\" at line " << Current->Line << ", column " in ~CommentVerifier() 108 void Match(const char *Message, unsigned Line, unsigned Col) { in Match() argument 109 EXPECT_TRUE(Current != End) << "Comment " << Message << " not found"; in Match() 113 EXPECT_TRUE(C.Message == Message && C.Line == Line && C.Col == Col) in Match() 114 << "Expected comment \"" << Message in Match() 116 << "\nActual comment \"" << C.Message in Match()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/linker/ |
| H A D | linker_ocaml.c | 24 void llvm_raise(value Prototype, char *Message); 28 char* Message; in llvm_link_modules() local 30 if (LLVMLinkModules(Dst, Src, Int_val(Mode), &Message)) in llvm_link_modules() 31 llvm_raise(*caml_named_value("Llvm_linker.Error"), Message); in llvm_link_modules()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/irreader/ |
| H A D | irreader_ocaml.c | 21 void llvm_raise(value Prototype, char *Message); 29 char *Message; in llvm_parse_ir() local 31 if (LLVMParseIRInContext(C, MemBuf, &M, &Message)) in llvm_parse_ir() 32 llvm_raise(*caml_named_value("Llvm_irreader.Error"), Message); in llvm_parse_ir()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 125 StringRef Message, in emitDiagnostic() argument 136 emitDiagnosticMessage(Loc, PresumedLoc(), Level, Message, Ranges, SM, D); in emitDiagnostic() 166 emitDiagnosticMessage(Loc, PLoc, Level, Message, Ranges, SM, D); in emitDiagnostic() 193 void DiagnosticRenderer::emitBasicNote(StringRef Message) { in emitBasicNote() argument 195 SourceLocation(), PresumedLoc(), DiagnosticsEngine::Note, Message, in emitBasicNote() 442 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 443 Message << "(skipping " << (MacroSkipEnd - MacroSkipStart) in emitMacroExpansions() 446 emitBasicNote(Message.str()); in emitMacroExpansions() 465 llvm::raw_svector_ostream Message(MessageStorage); in emitMacroExpansions() local 468 Message << "expanded from here"; in emitMacroExpansions() [all …]
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
| H A D | missing-namespace-qualifier-typo-corrections.cpp | 99 class Message {}; class 103 …bool Equivalent(const Message&, const Message&); // expected-note {{'extra::util::MessageUtils::Eq… 110 Message a, b; in nstest() 117 Message a, b; in nstest()
|
| /minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/analysis/ |
| H A D | analysis_ocaml.c | 28 char *Message; in llvm_verify_module() local 29 int Result = LLVMVerifyModule(M, LLVMReturnStatusAction, &Message); in llvm_verify_module() 35 String = copy_string(Message); in llvm_verify_module() 39 LLVMDisposeMessage(Message); in llvm_verify_module()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 38 std::string Message; in LLVMParseBitcodeInContext() local 39 raw_string_ostream Stream(Message); in LLVMParseBitcodeInContext() 47 *OutMessage = strdup(Message.c_str()); in LLVMParseBitcodeInContext() 64 std::string Message; in LLVMGetBitcodeModuleInContext() local
|
| /minix3/external/bsd/file/dist/magic/magdir/ |
| H A D | communications | 20 0 string mscdocument Message Sequence Chart (document) 21 0 string msc Message Sequence Chart (chart) 22 0 string submsc Message Sequence Chart (subchart)
|
| /minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
| H A D | YAMLParserTest.cpp | 33 static void ExpectParseError(StringRef Message, StringRef Input) { in ExpectParseError() argument 37 EXPECT_FALSE(Stream.validate()) << Message << ": " << Input; in ExpectParseError() 38 EXPECT_TRUE(Stream.failed()) << Message << ": " << Input; in ExpectParseError() 42 static void ExpectParseSuccess(StringRef Message, StringRef Input) { in ExpectParseSuccess() argument 45 EXPECT_TRUE(Stream.validate()) << Message << ": " << Input; in ExpectParseSuccess()
|