/external/chromium/third_party/libjingle/source/talk/examples/call/ |
console.h | 71 MSG_START,
|
console.cc | 67 console_thread_->Post(this, MSG_START); 147 case MSG_START:
|
/external/chromium/net/websockets/ |
websocket.cc | 361 const char* msg_start = p; local 367 delegate_->OnMessage(this, std::string(msg_start, p - msg_start));
|
/frameworks/base/core/java/android/speech/ |
SpeechRecognizer.java | 102 private final static int MSG_START = 1; 124 case MSG_START: 289 putMessage(Message.obtain(mHandler, MSG_START, recognizerIntent));
|
/hardware/msm7k/librpc/rpc/ |
xdr.h | 64 #define XDR_MSG_START(XDR, TYPE) (XDR)->xops->msg_start(XDR, TYPE)
|
types.h | 357 bool_t (*msg_start) (xdr_s_type *xdr, rpc_msg_e_type rpc_msg_type); member in struct:xdr_ops_struct
|
/external/icu4c/common/unicode/ |
messagepattern.h | 213 * Messages nested inside an argument are each delimited by MSG_START and MSG_LIMIT, 326 * message = MSG_START (SKIP_SYNTAX | INSERT_CHAR | REPLACE_NUMBER | argument)* MSG_LIMIT 686 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start. 688 * this Part should be of Type ARG_START or MSG_START. 690 * or start itself if getPartType(msgStart)!=ARG|MSG_START. [all...] |
/system/core/init/ |
init.c | 431 static void msg_start(const char *name) function 471 msg_start(arg); 476 msg_start(arg);
|
/external/icu4c/i18n/ |
msgfmt.cpp | [all...] |