HomeSort by relevance Sort by last modified time
    Searched refs:msg (Results 1 - 25 of 8679) 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);
  /toolchain/binutils/binutils-2.25/libiberty/
msdos.c 1 char msg[] = "No vfork available - aborting\n"; variable
4 write(1, msg, sizeof(msg));
  /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);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
pr997.s 3 msg: .asciz "hello world.\n" label
4 msglen = .-msg-1
  /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-21/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/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);
  /libcore/ojluni/src/main/java/java/net/
BindException.java 45 * @param msg the detail message
47 public BindException(String msg) {
48 super(msg);
57 public BindException(String msg, Throwable cause) {
58 super(msg, cause);
ConnectException.java 45 * @param msg the detail message
47 public ConnectException(String msg) {
48 super(msg);
57 public ConnectException(String msg, Throwable cause) {
58 super(msg, cause);
PortUnreachableException.java 42 * @param msg the detail message
44 public PortUnreachableException(String msg) {
45 super(msg);
55 public PortUnreachableException(String msg, Throwable cause) {
56 super(msg, cause);
  /libcore/ojluni/src/main/java/java/util/
ServiceConfigurationError.java 68 * @param msg The message, or <tt>null</tt> if there is no message
71 public ServiceConfigurationError(String msg) {
72 super(msg);
78 * @param msg The message, or <tt>null</tt> if there is no message
83 public ServiceConfigurationError(String msg, Throwable cause) {
84 super(msg, cause);
  /platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/exceptions/
UiTimeoutException.java 28 public UiTimeoutException(String msg) {
29 super(msg);
32 public UiTimeoutException(String msg, Throwable cause) {
33 super(msg, cause);
UnknownUiException.java 30 public UnknownUiException(String msg) {
31 super(msg);
34 public UnknownUiException(String msg, Throwable cause) {
35 super(msg, cause);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
msg.h 32 #include <linux/msg.h>
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
msg.h 32 #include <linux/msg.h>
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
msg.h 32 #include <linux/msg.h>
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
msg.h 32 #include <linux/msg.h>

Completed in 899 milliseconds

1 2 3 4 5 6 7 8 91011>>