/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/logging/ |
Logger.java | 60 private String getMsg(String msg) { 69 Log.i(APP_TAG, getMsg(msg)); 73 Log.i(APP_TAG, getMsg(msg), t); 77 Log.d(APP_TAG, getMsg(msg)); 81 Log.d(APP_TAG, getMsg(msg), t); 85 Log.w(APP_TAG, getMsg(msg)); 89 Log.w(APP_TAG, getMsg(msg), t); 93 Log.e(APP_TAG, getMsg(msg)); 97 Log.e(APP_TAG, getMsg(msg), t);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpamsg.h | 23 QString getMsg() const { return msg; }
|
eventhistory.cpp | 120 msg.getMsg());
|
peers.cpp | 823 QString text = msg.getMsg(); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
stropts.h | 51 extern int getmsg (int __fildes, struct strbuf *__restrict __ctlptr,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
stropts.h | 51 extern int getmsg (int __fildes, struct strbuf *__restrict __ctlptr,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
stropts.h | 51 extern int getmsg (int __fildes, struct strbuf *__restrict __ctlptr,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
stropts.h | 162 /* Macros for `getmsg', `getpmsg', `putmsg' and `putpmsg'. */ 167 /* Values returned by getmsg and getpmsg */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stropts.h | 162 /* Macros for `getmsg', `getpmsg', `putmsg' and `putpmsg'. */ 167 /* Values returned by getmsg and getpmsg */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
stropts.h | 162 /* Macros for `getmsg', `getpmsg', `putmsg' and `putpmsg'. */ 167 /* Values returned by getmsg and getpmsg */
|
/external/ppp/pppd/plugins/rp-pppoe/ |
if.c | 678 if ((retval = getmsg(sock, NULL, &data, &flags)) < 0) { 997 * Set flags argument and issue getmsg(). 1000 if ((rc = getmsg(fd, ctlp, datap, flagsp)) < 0) { 1001 (void) sprintf(errmsg, "%s: getmsg", caller); 1039 sprintf(buffer, "getmsg: control portion length < sizeof (long): %d", ctlp->len);
|
/external/libpcap/ |
pcap-dlpi.c | 284 if (getmsg(p->fd, &ctl, &data, &flags) < 0) { 1159 if (getmsg(fd, &ctl, (struct strbuf*)NULL, &flags) < 0) { 1160 snprintf(ebuf, PCAP_ERRBUF_SIZE, "recv_ack: %s getmsg: %s", [all...] |
/frameworks/base/services/java/com/android/server/ |
BluetoothManagerService.java | 720 Message getMsg = mHandler.obtainMessage(MESSAGE_GET_NAME_AND_ADDRESS); 721 mHandler.sendMessage(getMsg); [all...] |
/external/ppp/pppd/ |
sys-solaris.c | [all...] |
/prebuilts/misc/android-x86/gdbserver/ |
gdbserver | |
/external/netperf/ |
nettest_dlpi.c | 922 if (getmsg(data_descriptor, 935 "netserver:recv_dlpi_co_stream: getmsg accepted %d bytes\n", [all...] |
netlib.c | [all...] |
/external/chromium_org/chrome/third_party/chromevox/closure/ |
base.js | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
vms_x_fix.h | [all...] |
/external/mesa3d/include/GL/ |
vms_x_fix.h | [all...] |
/prebuilts/misc/android-mips/gdbserver/ |
gdbserver | |
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxKbExplorerScript.js | 17 goog.getMsg=function(a,b){var c=b||{},d;for(d in c){var e=(""+c[d]).replace(/\$/g,"$$$$");a=a.replace(RegExp("\\{\\$"+d+"\\}","gi"),e)}return a};goog.getMsgWithFallback=function(a){return a};goog.exportSymbol=function(a,b,c){goog.exportPath_(a,b,c)};goog.exportProperty=function(a,b,c){a[b]=c};
|
/prebuilts/misc/android-arm/gdbserver/ |
gdbserver | |
/external/qemu/ |
net-android.c | 1203 return getmsg(tapfd, NULL, &sbuf, &f) >= 0 ? sbuf.len : -1; [all...] |
net.c | 1075 return getmsg(tapfd, NULL, &sbuf, &f) >= 0 ? sbuf.len : -1; [all...] |