/external/llvm/test/FrontendC/ |
2007-04-14-FNoBuiltin.c | 5 void foo(const char *msg) { 6 printf("%s\n",msg);
|
/external/llvm/test/FrontendC++/ |
2007-04-14-FNoBuiltin.cpp | 5 void foo(const char *msg) { 6 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...] |
/external/webkit/Source/WebCore/platform/win/ |
EventLoopWin.cpp | 35 MSG msg; local 36 if (!GetMessage(&msg, 0, 0, 0)) { 41 TranslateMessage(&msg); 42 DispatchMessage(&msg);
|
/dalvik/tests/088-monitor-verification/src/ |
MyException.java | 21 public MyException(String msg) { 22 super(msg);
|
/development/pdk/pndk/samples/sample/ |
hellolibrary.c | 6 int hellolibrary(char *msg) 8 printf("Library printing message: %s", msg);
|
use_hellolibrary.c | 3 int hellolibrary(char *msg);
|
/external/bluetooth/bluez/src/ |
error.c | 34 DBusMessage *btd_error_invalid_args(DBusMessage *msg) 36 return g_dbus_create_error(msg, ERROR_INTERFACE ".InvalidArguments", 40 DBusMessage *btd_error_busy(DBusMessage *msg) 42 return g_dbus_create_error(msg, ERROR_INTERFACE ".InProgress", 46 DBusMessage *btd_error_already_exists(DBusMessage *msg) 48 return g_dbus_create_error(msg, ERROR_INTERFACE ".AlreadyExists", 52 DBusMessage *btd_error_not_supported(DBusMessage *msg) 54 return g_dbus_create_error(msg, ERROR_INTERFACE ".NotSupported", 58 DBusMessage *btd_error_not_connected(DBusMessage *msg) 60 return g_dbus_create_error(msg, ERROR_INTERFACE ".NotConnected" [all...] |
error.h | 30 DBusMessage *btd_error_invalid_args(DBusMessage *msg); 31 DBusMessage *btd_error_busy(DBusMessage *msg); 32 DBusMessage *btd_error_already_exists(DBusMessage *msg); 33 DBusMessage *btd_error_not_supported(DBusMessage *msg); 34 DBusMessage *btd_error_not_connected(DBusMessage *msg); 35 DBusMessage *btd_error_already_connected(DBusMessage *msg); 36 DBusMessage *btd_error_not_available(DBusMessage *msg); 37 DBusMessage *btd_error_in_progress(DBusMessage *msg); 38 DBusMessage *btd_error_does_not_exist(DBusMessage *msg); 39 DBusMessage *btd_error_not_authorized(DBusMessage *msg); [all...] |
/external/clang/test/CodeGen/ |
stack-protector.c | 2 // NOSSP: define void @test1(i8* %msg) nounwind { 4 // WITHSSP: define void @test1(i8* %msg) nounwind ssp { 6 // SSPREQ: define void @test1(i8* %msg) nounwind sspreq { 10 void test1(const char *msg) { 11 char a[strlen(msg) + 1]; 12 strcpy(a, msg);
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
MicroTest.java | 59 SimpleMessageMicro msg = new SimpleMessageMicro(); local 60 assertFalse(msg.hasD()); 61 assertEquals(123, msg.getD()); 62 assertFalse(msg.hasNestedMsg()); 63 assertEquals(null, msg.getNestedMsg()); 64 assertFalse(msg.hasDefaultNestedEnum()); 65 assertEquals(SimpleMessageMicro.BAZ, msg.getDefaultNestedEnum()); 67 msg.setD(456); 68 assertTrue(msg.hasD()); 69 assertEquals(456, msg.getD()) 102 RecursiveMessageMicro msg = new RecursiveMessageMicro(); local 144 TestAllTypesMicro msg = new TestAllTypesMicro(); local 175 TestAllTypesMicro msg = new TestAllTypesMicro(); local 201 TestAllTypesMicro msg = new TestAllTypesMicro(); local 227 TestAllTypesMicro msg = new TestAllTypesMicro(); local 253 TestAllTypesMicro msg = new TestAllTypesMicro(); local 279 TestAllTypesMicro msg = new TestAllTypesMicro(); local 305 TestAllTypesMicro msg = new TestAllTypesMicro(); local 331 TestAllTypesMicro msg = new TestAllTypesMicro(); local 357 TestAllTypesMicro msg = new TestAllTypesMicro(); local 382 TestAllTypesMicro msg = new TestAllTypesMicro(); local 408 TestAllTypesMicro msg = new TestAllTypesMicro(); local 434 TestAllTypesMicro msg = new TestAllTypesMicro(); local 460 TestAllTypesMicro msg = new TestAllTypesMicro(); local 486 TestAllTypesMicro msg = new TestAllTypesMicro(); local 512 TestAllTypesMicro msg = new TestAllTypesMicro(); local 538 TestAllTypesMicro msg = new TestAllTypesMicro(); local 564 TestAllTypesMicro msg = new TestAllTypesMicro(); local 592 TestAllTypesMicro msg = new TestAllTypesMicro(); local 620 TestAllTypesMicro msg = new TestAllTypesMicro(); local 651 TestAllTypesMicro msg = new TestAllTypesMicro(); local 682 TestAllTypesMicro msg = new TestAllTypesMicro(); local 707 TestAllTypesMicro msg = new TestAllTypesMicro(); local 734 TestAllTypesMicro msg = new TestAllTypesMicro(); local 761 TestAllTypesMicro msg = new TestAllTypesMicro(); local 787 TestAllTypesMicro msg = new TestAllTypesMicro(); local 813 TestAllTypesMicro msg = new TestAllTypesMicro(); local 866 TestAllTypesMicro msg = new TestAllTypesMicro(); local 919 TestAllTypesMicro msg = new TestAllTypesMicro(); local 972 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1025 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1078 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1131 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1184 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1237 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1290 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1343 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1396 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1449 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1502 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1555 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1609 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1669 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1728 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1787 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1846 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1897 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1948 TestAllTypesMicro msg = new TestAllTypesMicro(); local 1999 TestAllTypesMicro msg = new TestAllTypesMicro(); local 2052 TestAllTypesMicro msg = new TestAllTypesMicro(); local 2105 TestAllTypesMicro msg = new TestAllTypesMicro(); local [all...] |
/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);
|
DuplicateMemberException.java | 27 public DuplicateMemberException(String msg) { 28 super(msg);
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidatorException.java | 6 public PKIXNameConstraintValidatorException(String msg) 8 super(msg);
|
/external/oprofile/libutil++/ |
op_exception.cpp | 18 op_exception::op_exception(string const & msg) 20 message(msg) 34 op_fatal_error::op_fatal_error(string const & msg) 36 op_exception(msg) 41 op_runtime_error::op_runtime_error(string const & msg) 43 runtime_error(msg) 47 op_runtime_error::op_runtime_error(string const & msg, int cerrno) 49 runtime_error(msg + "\ncause: " + strerror(cerrno))
|
/libcore/include/ |
StaticAssert.h | 25 #define STATIC_ASSERT(exp, msg) typedef StaticAssert<(bool(exp))> msg[bool(exp) ? 1 : -1]
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
ParserConfigurationException.java | 44 * @param msg The error message for the exception. 47 public ParserConfigurationException(String msg) { 48 super(msg);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_wsc_common.c | 25 struct wpabuf *msg; local 27 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); 28 if (msg == NULL) { 35 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */ 36 wpabuf_put_u8(msg, 0); /* Flags */ 38 return msg;
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_wsc_common.c | 25 struct wpabuf *msg; local 27 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id); 28 if (msg == NULL) { 35 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */ 36 wpabuf_put_u8(msg, 0); /* Flags */ 38 return msg;
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/ |
StdSdkLog.java | 31 String msg = String.format("Error: " + errorFormat, args); local 34 !msg.endsWith("\r\n") && 35 msg.endsWith("\n")) { 37 msg = msg.substring(0, msg.length() - 1); 40 System.err.print(msg); 42 if (!msg.endsWith("\n")) { 52 String msg = String.format("Warning: " + warningFormat, args); local 55 !msg.endsWith("\r\n") & 69 String msg = String.format(msgFormat, args); local [all...] |
/external/e2fsprogs/po/ |
at-expand.pl | 66 my $msg; 71 $msg =~ s/\@a/extended attribute/g; 72 $msg =~ s/\@A/error allocating/g; 73 $msg =~ s/\@b/block/g; 74 $msg =~ s/\@B/bitmap/g; 75 $msg =~ s/\@c/compress/g; 76 $msg =~ s/\@C/conflicts with some other fs block/g; 77 $msg =~ s/\@i/inode/g; 78 $msg =~ s/\@I/illegal/g; 79 $msg =~ s/\@j/journal/g [all...] |
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
MessageFormatter.java | 80 public static String format(final DebuggerMessage.Message msg, 83 switch (msg.getFunction()) { 88 , GLEnum.valueOf(msg.getArg0())); 94 , (code ? "program_" : "") + msg.getArg0() 96 , (code ? "shader_" : "") + msg.getArg1()); 102 , (code ? "program_" : "") + msg.getArg0() 104 , msg.getArg1() 106 , (code ? "\"" : "") + msg.getData().toStringUtf8() + (code ? "\"" : "")); 112 , GLEnum.valueOf(msg.getArg0()) 114 , (code ? "buffer_" : "") + msg.getArg1()) [all...] |
MessageData.java | 29 public final Message msg; field in class:MessageData 38 public MessageData(final Device device, final Message msg, final Context context) { 39 this.msg = msg; 41 final Function function = msg.getFunction(); 42 if (function != Message.Function.ACK && msg.getType() != Type.BeforeCall) 43 assert msg.hasTime(); 47 columns[1] = String.format("%.3f", msg.getTime()); 48 if (msg.hasClock()) 49 columns[1] += String.format(":%.3f", msg.getClock()) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
MessageFormatter.java | 80 public static String format(final DebuggerMessage.Message msg, 83 switch (msg.getFunction()) { 88 , GLEnum.valueOf(msg.getArg0())); 94 , (code ? "program_" : "") + msg.getArg0() 96 , (code ? "shader_" : "") + msg.getArg1()); 102 , (code ? "program_" : "") + msg.getArg0() 104 , msg.getArg1() 106 , (code ? "\"" : "") + msg.getData().toStringUtf8() + (code ? "\"" : "")); 112 , GLEnum.valueOf(msg.getArg0()) 114 , (code ? "buffer_" : "") + msg.getArg1()) [all...] |