HomeSort by relevance Sort by last modified time
    Searched full:message (Results 751 - 775 of 20506) sorted by null

<<31323334353637383940>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java 24 import android.os.Message;
122 void getImsRegistrationState(Message result);
224 * Register for NEW_SMS_ON_SIM unsolicited message
232 * Register for NEW_SMS_STATUS_REPORT unsolicited message
248 * Please note that the delivery of this message may be delayed several
257 * Represents the arrival of a USSD "notify" message, which may
269 * ((String[])(AsyncResult.result))[1] contains the USSD message
288 * Sets the handler for SIM/RUIM SMS storage full unsolicited message.
291 * @param h Handler for notification message.
292 * @param what User-defined message code
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.c 67 * @message: Message with GetAll call
70 * Returns: Message with dict of variants as argument with properties values
74 * specified as argument. Returned message contains one dict argument
77 static DBusMessage * get_all_properties(DBusMessage *message, char *interface,
84 reply = dbus_message_new_method_return(message);
96 reply = dbus_message_new_error(message, DBUS_ERROR_NO_MEMORY,
106 reply = wpas_dbus_reply_new_from_error(message, &error,
119 static int is_signature_correct(DBusMessage *message,
125 const char *sig = dbus_message_get_signature(message);
    [all...]
dbus_new_handlers.h 44 DBusMessage * wpas_dbus_handler_create_interface(DBusMessage *message,
47 DBusMessage * wpas_dbus_handler_remove_interface(DBusMessage *message,
50 DBusMessage * wpas_dbus_handler_get_interface(DBusMessage *message,
87 DBusMessage * wpas_dbus_handler_scan(DBusMessage *message,
90 DBusMessage * wpas_dbus_handler_disconnect(DBusMessage *message,
98 DBusMessage * wpas_dbus_handler_add_network(DBusMessage *message,
101 DBusMessage * wpas_dbus_handler_reassociate(DBusMessage *message,
104 DBusMessage * wpas_dbus_handler_remove_network(DBusMessage *message,
108 DBusMessage *message, struct wpa_supplicant *wpa_s);
110 DBusMessage * wpas_dbus_handler_select_network(DBusMessage *message,
    [all...]
dbus_old.c 87 * wpas_dbus_new_invalid_iface_error - Return a new invalid interface error message
88 * @message: Pointer to incoming dbus message this error refers to
89 * Returns: A dbus error message
93 DBusMessage * wpas_dbus_new_invalid_iface_error(DBusMessage *message)
95 return dbus_message_new_error(message, WPAS_ERROR_INVALID_IFACE,
102 * wpas_dbus_new_invalid_network_error - Return a new invalid network error message
103 * @message: Pointer to incoming dbus message this error refers to
104 * Returns: a dbus error message
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 27 import android.os.Message;
83 * message RSP_CHANNEL_CONNECT instead of two, CMD_CHANNEL_HALF_CONNECTED and
177 /** Error attempting to send a message */
295 Message response = sendMessageSynchronously(CMD_CHANNEL_FULL_CONNECTION);
304 * Sends a CMD_CHANNEL_HALF_CONNECTED message to srcHandler when complete.
350 * Sends a CMD_CHANNEL_HALF_CONNECTED message to srcHandler when complete.
365 * Sends a CMD_CHANNEL_HALF_CONNECTED message to srcHandler when complete.
424 * Sends a CMD_CHANNEL_HALF_CONNECTED message to srcAsyncService when complete.
457 Message msg = Message.obtain()
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemMessage.java 30 * Implement xsl:message.
32 * <!ELEMENT xsl:message %template;>
33 * <!ATTLIST xsl:message
38 * @see <a href="http://www.w3.org/TR/xslt#message">message in XSLT Specification</a>
48 * the message. The default value is no.
57 * the message. The default value is no.
70 * the message. The default value is no.
101 * Send a message to diagnostics.
102 * The xsl:message instruction sends a message in a way tha
    [all...]
  /external/bzip2/
dlltest.dsp 8 !MESSAGE ?????L??????????????????B ??????????????????????? NMAKE ???g?p????????????B
9 !MESSAGE [???????????] ???????g?p??????s???????????
10 !MESSAGE
11 !MESSAGE NMAKE /f "dlltest.mak".
12 !MESSAGE
13 !MESSAGE NMAKE ????s????\?????w???????
14 !MESSAGE ????? ???????????`??????B??:
15 !MESSAGE
16 !MESSAGE NMAKE /f "dlltest.mak" CFG="dlltest - Win32 Debug"
17 !MESSAGE
    [all...]
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.h 5 // ExtensionsPorts service: wires extension message ports through the
30 public IPC::Message::Sender {
42 // Processes |message| from the external client (where the tool is
44 virtual void HandleMessage(const DevToolsRemoteMessage& message);
47 // Closes open message ports.
50 // IPC::Message::Sender methods:
54 virtual bool Send(IPC::Message* msg);
71 // Sends a JSON message with the |response| to the external client.
77 // Handles a message from the ExtensionMessageService.
82 // Handles a message sent from an extension through th
    [all...]
  /external/chromium_org/chrome/app/resources/
locale_settings_chromiumos.grd 156 <message name="IDS_STANDARD_FONT_FAMILY" use_name_for_id="true">
158 </message>
161 <message name="IDS_FIXED_FONT_FAMILY" use_name_for_id="true">
163 </message>
166 <message name="IDS_SERIF_FONT_FAMILY" use_name_for_id="true">
168 </message>
171 <message name="IDS_SANS_SERIF_FONT_FAMILY" use_name_for_id="true">
173 </message>
176 <message name="IDS_CURSIVE_FONT_FAMILY" use_name_for_id="true">
178 </message>
    [all...]
locale_settings_google_chromeos.grd 156 <message name="IDS_STANDARD_FONT_FAMILY" use_name_for_id="true">
158 </message>
161 <message name="IDS_FIXED_FONT_FAMILY" use_name_for_id="true">
163 </message>
166 <message name="IDS_SERIF_FONT_FAMILY" use_name_for_id="true">
168 </message>
171 <message name="IDS_SANS_SERIF_FONT_FAMILY" use_name_for_id="true">
173 </message>
176 <message name="IDS_CURSIVE_FONT_FAMILY" use_name_for_id="true">
178 </message>
    [all...]
  /external/chromium_org/ppapi/c/private/
ppb_flash_message_loop.h 32 * nested message loops.
36 * Allocates a Flash message loop resource.
41 * @return A <code>PP_Resource</code> that can be used to run a nested message
46 * Determines if a given resource is a Flash message loop.
52 * resource is a Flash message loop, otherwise <code>PP_FALSE</code>.
56 * Runs a nested message loop. The plugin will be reentered from this call.
58 * message loop (e.g., when displaying context menus), but Pepper provides
62 * For a given message loop resource, only the first call to
63 * <code>Run()</code> will start a nested message loop. The subsequent calls
66 * @param[in] flash_message_loop The Flash message loop
    [all...]
  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.h 26 // * Client sends a message to host with its supported methods.
27 // (clients may additionally pick a method and send its first message).
28 // * Host picks a method and sends its first message (if any).
29 // (if a message for that method was sent by the client, it is processed).
31 // starts with a message from the host, it is processed.
39 // message processing. Internally, CreateAuthenticator() receives a
41 // created. If there is already a message to be processed by the new
45 // host always sends the first message), while others are versatile (e.g.
46 // SPAKE, where either side can send the first message). When an
51 // <authenticator> stanza if the method has no message to send, an
    [all...]
  /external/chromium_org/tools/grit/grit/node/
message_unittest.py 6 '''Unit tests for grit.node.message'''
19 from grit.node import message namespace
25 <message name="IDS_GREETING"
28 </message>
30 msg, = root.GetChildrenOfType(message.MessageNode)
38 <message name="IDS_BLA" desc="">
40 </message>
42 msg, = root.GetChildrenOfType(message.MessageNode)
49 msg = tclib.Message(text=" Hello USERNAME, how are you? BINGO\t\t",
52 msg_node = message.MessageNode.Construct(None, msg, 'BINGOBONGO'
    [all...]
  /external/libogg/win32/VS6/
ogg_static.dsp 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE
11 !MESSAGE NMAKE /f "ogg_static.mak".
12 !MESSAGE
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "ogg_static.mak" CFG="ogg_static - Win32 Debug"
17 !MESSAGE
    [all...]
  /external/tcpdump/
decnet.h 98 #define RMF_MASK 7 /* mask for message type */
99 #define RMF_SHORT 2 /* short message format */
100 #define RMF_LONG 6 /* long message format */
115 #define RMF_CTLMASK 017 /* mask for message type */
116 #define RMF_CTLMSG 01 /* control message indicator */
117 #define RMF_INIT 01 /* initialization message */
118 #define RMF_VER 03 /* verification message */
119 #define RMF_TEST 05 /* hello and test message */
120 #define RMF_L1ROUT 07 /* level 1 routing message */
121 #define RMF_L2ROUT 011 /* level 2 routing message */
    [all...]
  /external/tinyxml/
tinyxmlSTL.dsp 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE
11 !MESSAGE NMAKE /f "tinyxmlSTL.mak".
12 !MESSAGE
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "tinyxmlSTL.mak" CFG="tinyxmlSTL - Win32 Debug"
17 !MESSAGE
    [all...]
tinyxml_lib.dsp 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
9 !MESSAGE use the Export Makefile command and run
10 !MESSAGE
11 !MESSAGE NMAKE /f "tinyxml_lib.mak".
12 !MESSAGE
13 !MESSAGE You can specify a configuration when running NMAKE
14 !MESSAGE by defining the macro CFG on the command line. For example:
15 !MESSAGE
16 !MESSAGE NMAKE /f "tinyxml_lib.mak" CFG="tinyxml - Win32 Release"
17 !MESSAGE
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/
message.py 45 class Message(object):
49 Protocol message classes are almost always generated by the protocol
50 compiler. These generated types subclass Message and implement the methods
87 """Outputs a human-readable representation of the message."""
91 """Outputs a human-readable representation of the message."""
95 """Merges the contents of the specified message into current message.
97 This method merges the contents of the specified message into the current
98 message. Singular fields that are set in the specified message overwrit
    [all...]
  /external/protobuf/src/google/protobuf/
message.cc 38 #include <google/protobuf/message.h>
58 Message::~Message() {}
60 void Message::MergeFrom(const Message& from) {
63 << ": Tried to merge from a message with a different type. "
69 void Message::CheckTypeAndMergeFrom(const MessageLite& other) {
70 MergeFrom(*down_cast<const Message*>(&other));
73 void Message::CopyFrom(const Message& from)
    [all...]
wire_format_unittest.cc 179 unittest::TestAllTypes message; local
180 TestUtil::SetAllFields(&message);
182 EXPECT_EQ(message.ByteSize(), WireFormat::ByteSize(message));
183 message.Clear();
184 EXPECT_EQ(0, message.ByteSize());
185 EXPECT_EQ(0, WireFormat::ByteSize(message));
189 unittest::TestAllExtensions message; local
190 TestUtil::SetAllExtensions(&message);
192 EXPECT_EQ(message.ByteSize()
200 unittest::TestPackedTypes message; local
210 unittest::TestPackedExtensions message; local
221 unittest::TestAllTypes message; local
251 unittest::TestAllExtensions message; local
281 unittest::TestFieldOrderings message; local
438 unittest::TestMessageSetExtension1 message; local
447 unittest::TestMessageSetExtension2 message; local
484 unittest::TestRecursiveMessage message; local
507 unittest::TestEmptyMessage message; local
692 unittest::TestAllTypes message; local
711 unittest::TestAllTypes message; local
735 unittest::TestEmptyMessage message; local
760 unittest::TestAllTypes message; local
    [all...]
  /external/chromium_org/dbus/
message_unittest.cc 5 #include "dbus/message.h"
20 scoped_ptr<Response> message(Response::CreateEmpty());
21 MessageWriter writer(message.get());
24 MessageReader reader(message.get());
26 ASSERT_EQ(Message::BYTE, reader.GetDataType());
43 scoped_ptr<Response> message(Response::CreateEmpty());
44 MessageWriter writer(message.get());
71 MessageReader reader(message.get());
107 scoped_ptr<Response> message(Response::CreateEmpty());
108 MessageWriter writer(message.get())
    [all...]
  /external/chromium_org/ppapi/host/
resource_message_filter.h 20 class Message;
28 // This is the base class of resource message filters that can handle resource
34 // before or while your message is being processed on another thread.
35 // If this is the case, the message handler will always be called but a reply
38 // To handle a resource message on another thread you should implement a
43 // const IPC::Message& message) OVERRIDE {
44 // if (message.type() == MyMessage::ID)
50 // const IPC::Message& msg,
70 // This object must be constructed on the same thread that a reply message
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
PresentationConsoleMessageHelper.js 59 var message = /** @type {WebInspector.ConsoleMessage} */ (event.data);
60 if (!message.url || !message.isErrorOrWarning())
63 var rawLocation = message.location();
65 this._addConsoleMessageToScript(message, rawLocation);
67 this._addPendingConsoleMessage(message);
71 * @param {WebInspector.ConsoleMessage} message
74 _addConsoleMessageToScript: function(message, rawLocation)
76 this._presentationConsoleMessages.push(new WebInspector.PresentationConsoleMessage(message, rawLocation));
80 * @param {WebInspector.ConsoleMessage} message
    [all...]
  /external/chromium_org/tools/grit/grit/format/
rc_header_unittest.py 38 <message name="IDS_GREETING" desc="Printed to greet the currently logged in user">
40 </message>
41 <message name="IDS_BONGO">
43 </message>
64 <message name="IDS_FIRSTPRESENTSTRING" desc="Present in .rc file.">
66 </message>
68 <message name="IDS_MISSINGSTRING" desc="Not present in .rc file.">
70 </message>
73 <message name="IDS_LANGUAGESPECIFICSTRING" desc="Present in .rc file.">
75 </message>
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
HandlerCaller.java 22 import android.os.Message;
39 public void handleMessage(Message msg) {
45 public void executeMessage(Message msg);
56 public void executeOrSendMessage(Message msg) {
58 // right through. Otherwise, we need to send the message to the
69 public void sendMessageDelayed(Message msg, long delayMillis) {
85 public void sendMessage(Message msg) {
89 public Message obtainMessage(int what) {
93 public Message obtainMessageBO(int what, boolean arg1, Object arg2) {
97 public Message obtainMessageBOO(int what, boolean arg1, Object arg2, Object arg3)
    [all...]

Completed in 1593 milliseconds

<<31323334353637383940>>