HomeSort by relevance Sort by last modified time
    Searched refs:msg (Results 1 - 25 of 7517) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2007-04-14-FNoBuiltin.c 7 void foo(const char *msg) {
9 printf("%s\n",msg);
  /external/clang/test/CodeGenCXX/
2007-04-14-FNoBuiltin.cpp 5 void foo(const char *msg) {
7 printf("%s\n",msg);
  /ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c 43 char const *msg = NULL; local
49 msg = "Text file busy";
56 msg = "Operation now in progress";
59 msg = "Operation already in progress";
62 msg = "Socket operation on non-socket";
65 msg = "Destination address required";
68 msg = "Message too long";
71 msg = "Protocol wrong type for socket";
74 msg = "Protocol not available";
77 msg = "Protocol not supported"
    [all...]
  /art/test/088-monitor-verification/src/
MyException.java 21 public MyException(String msg) {
22 super(msg);
  /frameworks/base/core/java/android/util/
SuperNotCalledException.java 24 public SuperNotCalledException(String msg) {
25 super(msg);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
AnalyzerException.java 40 public AnalyzerException(final String msg) {
41 super(msg);
44 public AnalyzerException(final String msg, final Throwable exception) {
45 super(msg, exception);
49 final String msg,
53 super((msg == null ? "Expected " : msg + ": expected ") + expected
  /external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java 66 SimpleMessageMicro msg = new SimpleMessageMicro(); local
67 assertFalse(msg.hasD());
68 assertEquals(123, msg.getD());
69 assertFalse(msg.hasNestedMsg());
70 assertEquals(null, msg.getNestedMsg());
71 assertFalse(msg.hasDefaultNestedEnum());
72 assertEquals(SimpleMessageMicro.BAZ, msg.getDefaultNestedEnum());
74 msg.setD(456);
75 assertTrue(msg.hasD());
76 assertEquals(456, msg.getD())
109 RecursiveMessageMicro msg = new RecursiveMessageMicro(); local
151 TestAllTypesMicro msg = new TestAllTypesMicro(); local
182 TestAllTypesMicro msg = new TestAllTypesMicro(); local
208 TestAllTypesMicro msg = new TestAllTypesMicro(); local
234 TestAllTypesMicro msg = new TestAllTypesMicro(); local
260 TestAllTypesMicro msg = new TestAllTypesMicro(); local
286 TestAllTypesMicro msg = new TestAllTypesMicro(); local
312 TestAllTypesMicro msg = new TestAllTypesMicro(); local
338 TestAllTypesMicro msg = new TestAllTypesMicro(); local
364 TestAllTypesMicro msg = new TestAllTypesMicro(); local
389 TestAllTypesMicro msg = new TestAllTypesMicro(); local
415 TestAllTypesMicro msg = new TestAllTypesMicro(); local
441 TestAllTypesMicro msg = new TestAllTypesMicro(); local
467 TestAllTypesMicro msg = new TestAllTypesMicro(); local
493 TestAllTypesMicro msg = new TestAllTypesMicro(); local
519 TestAllTypesMicro msg = new TestAllTypesMicro(); local
545 TestAllTypesMicro msg = new TestAllTypesMicro(); local
571 TestAllTypesMicro msg = new TestAllTypesMicro(); local
599 TestAllTypesMicro msg = new TestAllTypesMicro(); local
627 TestAllTypesMicro msg = new TestAllTypesMicro(); local
658 TestAllTypesMicro msg = new TestAllTypesMicro(); local
689 TestAllTypesMicro msg = new TestAllTypesMicro(); local
714 TestAllTypesMicro msg = new TestAllTypesMicro(); local
741 TestAllTypesMicro msg = new TestAllTypesMicro(); local
768 TestAllTypesMicro msg = new TestAllTypesMicro(); local
794 TestAllTypesMicro msg = new TestAllTypesMicro(); local
820 TestAllTypesMicro msg = new TestAllTypesMicro(); local
873 TestAllTypesMicro msg = new TestAllTypesMicro(); local
926 TestAllTypesMicro msg = new TestAllTypesMicro(); local
979 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1032 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1085 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1138 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1191 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1244 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1297 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1350 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1403 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1456 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1509 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1562 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1616 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1676 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1735 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1794 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1853 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1904 TestAllTypesMicro msg = new TestAllTypesMicro(); local
1955 TestAllTypesMicro msg = new TestAllTypesMicro(); local
2006 TestAllTypesMicro msg = new TestAllTypesMicro(); local
2059 TestAllTypesMicro msg = new TestAllTypesMicro(); local
2118 SingleMessageMicro msg = new SingleMessageMicro(); local
2130 MultipleNameClashMicro msg = new MultipleNameClashMicro(); local
2162 TestAllTypesMicro msg = new TestAllTypesMicro(); local
    [all...]
  /bionic/libc/include/sys/
msg.h 32 #include <linux/msg.h>
  /development/ndk/platforms/android-L/include/sys/
msg.h 32 #include <linux/msg.h>
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ANTLRErrorListener.java 38 public void info(String msg);
39 public void error(Message msg);
40 public void warning(Message msg);
41 public void error(ToolMessage msg);
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
OperatorCreationException.java 6 public OperatorCreationException(String msg, Throwable cause)
8 super(msg, cause);
11 public OperatorCreationException(String msg)
13 super(msg);
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
compile_assert.h 36 #define COMPILE_ASSERT(expr, msg) static_assert(expr, #msg)
43 #define COMPILE_ASSERT(expr, msg) \
44 typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
56 // #define COMPILE_ASSERT(expr, msg) typedef char msg[(expr) ? 1 : -1]
64 // COMPILE_ASSERT(foo, msg); // not supposed to compile as foo is
  /external/conscrypt/src/platform/java/org/conscrypt/
PinManagerException.java 24 PinManagerException(String msg) {
25 super(msg);
28 PinManagerException(String msg, Exception e) {
29 super(msg, e);
  /external/javassist/src/main/javassist/
NotFoundException.java 22 public NotFoundException(String msg) {
23 super(msg);
26 public NotFoundException(String msg, Exception e) {
27 super(msg + " because of " + e.toString());
  /external/javassist/src/main/javassist/bytecode/
BadBytecode.java 26 public BadBytecode(String msg) {
27 super(msg);
30 public BadBytecode(String msg, Throwable cause) {
31 super(msg, cause);
  /external/smack/src/com/kenai/jbosh/
BOSHException.java 33 * @param msg description of the exceptional condition
35 public BOSHException(final String msg) {
36 super(msg);
43 * @param msg description of the exceptional condition
46 public BOSHException(final String msg, final Throwable cause) {
47 super(msg, cause);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
msg.h 32 #include <linux/msg.h>
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
msg.h 32 #include <linux/msg.h>
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
msg.h 32 #include <linux/msg.h>
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
msg.h 32 #include <linux/msg.h>
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
msg.h 32 #include <linux/msg.h>
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
msg.h 32 #include <linux/msg.h>
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignerDigestMismatchException.java 7 String msg)
9 super(msg);
CMSVerifierCertificateNotValidException.java 7 String msg)
9 super(msg);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
OutputLengthException.java 6 public OutputLengthException(String msg)
8 super(msg);

Completed in 1003 milliseconds

1 2 3 4 5 6 7 8 91011>>