HomeSort by relevance Sort by last modified time
    Searched refs:MSG (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /external/python/cpython3/Lib/test/
test_socket.py 34 MSG = 'Michael Gilfix was here\u1234\r\n'.encode('utf-8') ## test unicode string and carriage return
723 msg = "Error raising socket exception (%s)."
724 with self.assertRaises(OSError, msg=msg % 'OSError'):
726 with self.assertRaises(OSError, msg=msg % 'socket.herror'):
728 with self.assertRaises(OSError, msg=msg % 'socket.gaierror'):
    [all...]
  /cts/suite/audio_quality/lib/src/
BuiltinProcessing.cpp 66 MSG("Volume %lld low compared to min %lld max %lld", rms, passMin, passMax);
69 MSG("Volume %lld OK compared to min %lld max %lld", rms, passMin, passMax);
  /external/deqp/framework/egl/
egluDefs.hpp 29 #define EGLU_CHECK_MSG(EGLW, MSG) eglu::checkError((EGLW).getError(), MSG, __FILE__, __LINE__)
59 void checkError (deUint32 err, const char* msg, const char* file, int line);
  /external/ltp/testcases/open_posix_testsuite/bin/
run-posix-option-group-test.sh 15 usage: $(basename "$0") [AIO|MEM|MSG|SEM|SIG|THR|TMR|TPS]
60 MSG)
  /external/webrtc/webrtc/base/
win32window_unittest.cc 21 const MSG& msg() const { return msg_; } function in class:TestWindow
37 MSG msg_;
48 EXPECT_EQ(WM_USER, wnd.msg().message);
49 EXPECT_EQ(1, wnd.msg().wParam);
50 EXPECT_EQ(2, wnd.msg().lParam);
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFormatterTest.java 28 static String MSG = "msg, pls. ignore it";
31 LogRecord r = new LogRecord(Level.FINE, MSG);
OldLogRecordTest.java 26 static final String MSG = "test msg, pls. ignore itb";
28 private LogRecord lr = new LogRecord(Level.CONFIG, MSG);
83 lr = new LogRecord(Level.CONFIG, "msg thread");
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FormatterTest.java 34 static String MSG = "msg, pls. ignore it";
42 r = new LogRecord(Level.FINE, MSG);
58 assertEquals(MSG, f.formatMessage(r));
72 r.setMessage(MSG);
73 assertEquals(MSG, f.formatMessage(r));
90 r.setMessage("msg");
94 assertEquals(rb.getString("msg"), f.formatMessage(r));
112 r.setMessage("msg");
114 assertEquals(rb.getString("msg"), f.formatMessage(r))
    [all...]
LogRecordTest.java 35 static final String MSG = "test msg, pls. ignore itb";
43 lr = new LogRecord(Level.CONFIG, MSG);
54 new LogRecord(null, MSG);
142 logger.log(Level.SEVERE, MSG);
147 lr = new LogRecord(Level.SEVERE, MSG);
154 lr = new LogRecord(Level.SEVERE, MSG);
161 lr = new LogRecord(Level.SEVERE, MSG);
193 ml.info(MSG);
200 ml.log(Level.SEVERE, MSG);
    [all...]
SimpleFormatterTest.java 37 private static String MSG = "test msg. pls. ignore it\nadaadasfdasfd\nadfafdadfsa";
45 lr = new LogRecord(Level.FINE, MSG);
62 lr.setMessage("msg");
63 String localeMsg = rb.getString("msg");
70 lr.setMessage("msg");
72 localeMsg = rb.getString("msg");
80 lr.setMessage(MSG + " {0,number}");
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha1-586.pl 426 my @MSG=map("xmm$_",(4..7));
459 &movdqu (@MSG[0],&QWP(0,$inp));
461 &movdqu (@MSG[1],&QWP(0x10,$inp));
463 &movdqu (@MSG[2],&QWP(0x20,$inp));
464 &pshufb (@MSG[0],$BSWAP);
465 &movdqu (@MSG[3],&QWP(0x30,$inp));
466 &pshufb (@MSG[1],$BSWAP);
467 &pshufb (@MSG[2],$BSWAP);
468 &pshufb (@MSG[3],$BSWAP);
475 &paddd ($E,@MSG[0])
    [all...]
sha1-armv4-large.pl 613 my @MSG=map("q$_",(4..7));
643 vld1.8 {@MSG[0]-@MSG[1]},[$inp]!
644 vld1.8 {@MSG[2]-@MSG[3]},[$inp]!
645 vrev32.8 @MSG[0],@MSG[0]
646 vrev32.8 @MSG[1],@MSG[1]
648 vadd.i32 $W0,@Kxx[0],@MSG[0
    [all...]
sha256-armv4.pl 603 my @MSG=map("q$_",(8..11));
627 vld1.8 {@MSG[0]-@MSG[1]},[$inp]!
628 vld1.8 {@MSG[2]-@MSG[3]},[$inp]!
630 vrev32.8 @MSG[0],@MSG[0]
631 vrev32.8 @MSG[1],@MSG[1]
632 vrev32.8 @MSG[2],@MSG[2
    [all...]
  /external/python/cpython2/Lib/test/
test_socket.py 37 MSG = b'Michael Gilfix was here\n'
48 MSG = 'Michael Gilfix was here\n'
147 msg = self.queue.get()
148 self.fail(msg)
781 msg = self.cli_conn.recv(1024)
782 self.assertEqual(msg, MSG)
785 self.serv_conn.send(MSG)
789 seg1 = self.cli_conn.recv(len(MSG) - 3)
791 msg = seg1 + seg
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py 34 MSG = b'Michael Gilfix was here\n'
45 MSG = 'Michael Gilfix was here\n'
144 msg = self.queue.get()
145 self.fail(msg)
736 msg = self.cli_conn.recv(1024)
737 self.assertEqual(msg, MSG)
740 self.serv_conn.send(MSG)
744 seg1 = self.cli_conn.recv(len(MSG) - 3)
746 msg = seg1 + seg
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py 34 MSG = b'Michael Gilfix was here\n'
45 MSG = 'Michael Gilfix was here\n'
144 msg = self.queue.get()
145 self.fail(msg)
736 msg = self.cli_conn.recv(1024)
737 self.assertEqual(msg, MSG)
740 self.serv_conn.send(MSG)
744 seg1 = self.cli_conn.recv(len(MSG) - 3)
746 msg = seg1 + seg
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 34 MSG = b'Michael Gilfix was here\n'
45 MSG = 'Michael Gilfix was here\n'
144 msg = self.queue.get()
145 self.fail(msg)
736 msg = self.cli_conn.recv(1024)
737 self.assertEqual(msg, MSG)
740 self.serv_conn.send(MSG)
744 seg1 = self.cli_conn.recv(len(MSG) - 3)
746 msg = seg1 + seg
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 34 MSG = b'Michael Gilfix was here\n'
45 MSG = 'Michael Gilfix was here\n'
144 msg = self.queue.get()
145 self.fail(msg)
736 msg = self.cli_conn.recv(1024)
737 self.assertEqual(msg, MSG)
740 self.serv_conn.send(MSG)
744 seg1 = self.cli_conn.recv(len(MSG) - 3)
746 msg = seg1 + seg
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_socket.py 33 MSG = b'Michael Gilfix was here\n'
44 MSG = 'Michael Gilfix was here\n'
143 msg = self.queue.get()
144 self.fail(msg)
719 msg = self.cli_conn.recv(1024)
720 self.assertEqual(msg, MSG)
723 self.serv_conn.send(MSG)
727 seg1 = self.cli_conn.recv(len(MSG) - 3)
729 msg = seg1 + seg2
    [all...]
test_poll.py 28 MSG = " This is a test."
29 MSG_LEN = len(MSG)
53 os.write(wr, MSG)
68 self.assertEqual(bufs, [MSG] * NUM_PIPES)
  /external/f2fs-tools/lib/
libf2fs.c 407 static void str2hashbuf(const unsigned char *msg, int len,
422 val = msg[i] + (val << 8);
676 MSG(0, "Info: Mounted device!\n");
686 MSG(0, "Info: Mounted device!\n");
699 MSG(0, "Info: Mounted device!\n");
716 MSG(0, "\tError: In use by the system!\n");
805 MSG(0, "\tError: Failed to open the device!\n");
821 MSG(0, "\tInfo: No support kernel version!\n");
828 MSG(0, "\tError: Failed to get the device stat!\n");
840 MSG(0, "\tError: Using the default sector size\n")
    [all...]
  /external/f2fs-tools/fsck/
mount.c 53 MSG(0, "\r [ %c ] Free segments: 0x%x", progress[i % 5], get_free_segments(sbi));
67 MSG(0, "Invalid ACL version [0x%x : 0x%x]\n",
74 MSG(0, "Invalid ACL value size %d\n", size);
80 MSG(0, "Invalid ACL entries count %d\n", count);
89 MSG(0, "tag:0x%x perm:0x%x\n",
96 MSG(0, "tag:0x%x perm:0x%x uid:%u\n",
104 MSG(0, "tag:0x%x perm:0x%x gid:%u\n",
112 MSG(0, "Unknown ACL tag 0x%x\n",
122 MSG(0, "%02X", value[i]); \
123 MSG(0, "\n");
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32Platform.cpp 77 MSG msg; local
78 while (PeekMessage(&msg, (HWND)-1, 0, 0, PM_REMOVE))
80 DispatchMessage(&msg);
81 if (msg.message == WM_QUIT)
  /external/e2fsprogs/lib/ss/
help.c 98 #define MSG "No info found for "
99 char *buf = malloc(strlen (MSG) + strlen (argv[1]) + 1);
100 strcpy(buf, MSG);
  /external/ltp/testcases/kernel/containers/pidns/
pidns30.c 70 #define MSG "HOW ARE YOU"
279 rc = mq_send(mqd, MSG, strlen(MSG), MSG_PRIO);

Completed in 1232 milliseconds

12 3 4 5 6 7