HomeSort by relevance Sort by last modified time
    Searched defs:Message (Results 76 - 100 of 107) sorted by null

1 2 34 5

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
VoiceInput.java 30 import android.os.Message;
143 public void handleMessage(Message msg) {
581 // Wait a couple seconds and then automatically dismiss message.
582 mHandler.sendMessageDelayed(Message.obtain(mHandler, MSG_RESET), 2000);
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 40 static void llvm_raise(value Prototype, char *Message) {
44 CamlMessage = copy_string(Message);
45 LLVMDisposeMessage(Message);
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 140 using testing::Message;
1723 Message message; local
6635 Message message; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebSettings.java 24 import android.os.Message;
292 // Message id for syncing
294 // Message id for setting priority
296 // Message id for writing double-tap toast count
308 public void handleMessage(Message msg) {
355 * Send a message to the private queue or handler.
357 private synchronized boolean sendMessage(Message msg) {
918 * boolean, Message)} is implemented by the host application.
930 * boolean, Message)} is implemented by the host application.
    [all...]
WebViewCore.java 31 import android.os.Message;
157 // a message to the WebCore thread.
202 // Send a message to initialize the WebViewCore.
203 Message init = sWebCoreHandler.obtainMessage(
230 // Send a message back to WebView to tell it that we have set up the
233 Message.obtain(mWebView.mPrivateHandler,
242 * INITIALIZE message can be handled.
302 * Add an error message to the client's console.
303 * @param message The message to ad
2682 Message message = mWebView.mPrivateHandler.obtainMessage(WebView.SCREEN_ON); local
2722 Message message = mWebView.mPrivateHandler.obtainMessage(WebView.SHOW_FULLSCREEN); local
    [all...]
  /frameworks/base/services/java/com/android/server/
WifiService.java 54 import android.os.Message;
236 public void handleMessage(Message msg) {
266 sendMessageDelayed(Message.obtain(this, WifiManager.CMD_TRAFFIC_STATS_POLL,
274 sendMessageDelayed(Message.obtain(this, WifiManager.CMD_TRAFFIC_STATS_POLL,
326 public void handleMessage(Message msg) {
1672 Message message; local
    [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
DebuggerMessage.java 11 public static final class Message extends
13 // Use Message.newBuilder() to construct.
14 private Message() {
17 private Message(boolean noInit) {}
19 private static final Message defaultInstance;
20 public static Message getDefaultInstance() {
24 public Message getDefaultInstanceForType() {
442 // @@protoc_insertion_point(enum_scope:com.android.glesv2debugger.Message.Function)
487 // @@protoc_insertion_point(enum_scope:com.android.glesv2debugger.Message.Type)
526 // @@protoc_insertion_point(enum_scope:com.android.glesv2debugger.Message.DataType
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 134 using testing::Message;
6719 Message message; local
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/v8/include/
v8.h 676 * An error message.
678 class V8EXPORT Message {
797 * This method will return Message::kNoLineNumberInfo if it is unable to
806 * This method will return Message::kNoColumnInfo if it is unable to retrieve
    [all...]
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 42 import android.os.Message;
578 // send delayed message for next NTP injection
581 mHandler.sendMessageDelayed(Message.obtain(mHandler, INJECT_NTP_TIME), delay);
605 mHandler.sendMessageDelayed(Message.obtain(mHandler, DOWNLOAD_XTRA_DATA), RETRY_INTERVAL);
812 Message m = Message.obtain(mHandler, REQUEST_SINGLE_SHOT);
868 Message m = Message.obtain(mHandler, ADD_LISTENER);
896 Message m = Message.obtain(mHandler, REMOVE_LISTENER)
1541 int message = msg.what; local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 64 // delete, or update) and is intended as an optimization for use by clients of message list
231 // Foreign key to the message corresponding to this body
241 // A reference to a message's unique id used in reply/forward.
242 // Protocol code can be expected to use this column in determining whether a message can be
245 // The text to be placed between a reply/forward response and the original message
299 * Points to the ID of the message being replied to or forwarded. Will always be set,
370 * If the message has no body, a new body is inserted for the message.
450 // Basic columns used in message list presentation
451 // The name as shown to the user in a message lis
    [all...]
  /packages/apps/Phone/src/com/android/phone/
CallFeaturesSetting.java 44 import android.os.Message;
207 // status message sent back from handlers
587 Message.obtain(mRevertOptionComplete, EVENT_VOICEMAIL_CHANGED));
1278 String message = getText(msgId).toString(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
DebuggerMessage.java 11 public static final class Message extends
13 // Use Message.newBuilder() to construct.
14 private Message() {
17 private Message(boolean noInit) {}
19 private static final Message defaultInstance;
20 public static Message getDefaultInstance() {
24 public Message getDefaultInstanceForType() {
442 // @@protoc_insertion_point(enum_scope:com.android.glesv2debugger.Message.Function)
487 // @@protoc_insertion_point(enum_scope:com.android.glesv2debugger.Message.Type)
526 // @@protoc_insertion_point(enum_scope:com.android.glesv2debugger.Message.DataType
    [all...]
  /external/v8/src/
api.cc 118 const char* message) {
122 API_Fatal(location, message);
207 bool Utils::ReportApiFailure(const char* location, const char* message) {
209 callback(location, message);
222 const char* message) {
223 return condition ? true : Utils::ReportApiFailure(location, message);
1549 i::Object* message = reinterpret_cast<i::Object*>(message_); local
1595 i::Handle<i::JSMessageObject> message = local
1612 i::Handle<i::JSMessageObject> message = local
1629 i::Handle<i::JSMessageObject> message = local
1688 i::Handle<i::JSMessageObject> message = local
1699 i::Handle<i::JSMessageObject> message = local
1735 i::Handle<i::JSMessageObject> message = local
4789 i::Handle<i::String> message = Utils::OpenHandle(*raw_message); local
4805 i::Handle<i::String> message = Utils::OpenHandle(*raw_message); local
4822 i::Handle<i::String> message = Utils::OpenHandle(*raw_message); local
4838 i::Handle<i::String> message = Utils::OpenHandle(*raw_message); local
4854 i::Handle<i::String> message = Utils::OpenHandle(*raw_message); local
    [all...]
  /frameworks/base/opengl/libs/GLES2_dbg/src/
debugger_message.pb.h 36 class Message;
271 class Message : public ::google::protobuf::MessageLite {
273 Message();
274 virtual ~Message();
276 Message(const Message& from);
278 inline Message& operator=(const Message& from) {
283 static const Message& default_instance();
285 void Swap(Message* other)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 65 import android.os.Message;
158 /* Tracks sequence number on stop failure message */
204 /* The base for wifi message types */
255 /* A delayed message sent to indicate tether state change failed to arrive */
656 Message resultMsg = channel.sendMessageSynchronously(CMD_PING_SUPPLICANT);
707 Message resultMsg = mWifiApConfigChannel.sendMessageSynchronously(CMD_REQUEST_AP_CONFIG);
940 Message message = obtainMessage(CMD_DISABLE_NETWORK, netId, reason); local
1943 final Message message = new Message(); local
2075 final Message message = new Message(); local
3303 final Message message = getCurrentMessage(); local
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 69 std::string Message;
70 AvailabilityResult Result = D->getAvailability(&Message);
77 S.EmitDeprecationWarning(D, Message, Loc, UnknownObjCClass);
82 if (Message.empty()) {
91 << D->getDeclName() << Message;
166 /// \brief Retrieve the message suffix that should be added to a
176 std::string Message;
177 if (FD->getAvailability(&Message))
178 return ": " + Message;
184 /// message-send is to a declaration with the sentinel attribute, an
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 

Completed in 1780 milliseconds

1 2 34 5