HomeSort by relevance Sort by last modified time
    Searched full:messages (Results 251 - 275 of 4138) sorted by null

<<11121314151617181920>>

  /frameworks/base/telephony/java/com/android/internal/telephony/
ISms.aidl 38 * Retrieves all messages currently stored on ICC.
148 * Enable reception of cell broadcast (SMS-CB) messages with the given
151 * receiving those messages.
161 * Disable reception of cell broadcast (SMS-CB) messages with the given
164 * receiving those messages.
174 * Enable reception of cell broadcast (SMS-CB) messages with the given
177 * to stop receiving those messages.
188 * Disable reception of cell broadcast (SMS-CB) messages with the given
191 * to stop receiving those messages.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 72 Messages.DexWrapper_s_does_not_exists, osFilepath));
98 return createErrorStatus(Messages.DexWrapper_SecuryEx_Unable_To_Find_API, e);
100 return createErrorStatus(Messages.DexWrapper_SecuryEx_Unable_To_Find_Method, e);
102 return createErrorStatus(Messages.DexWrapper_SecuryEx_Unable_To_Find_Field, e);
109 String.format(Messages.DexWrapper_Failed_to_load_s, osFilepath), e);
112 String.format(Messages.DexWrapper_Failed_to_load_s, osFilepath), e);
161 String.format(Messages.DexWrapper_Unable_To_Execute_Dex_s,
199 String.format(Messages.DexWrapper_Unable_To_Execute_Dex_s, msg), t));
205 AdtPlugin.printErrorToConsole(Messages.DexWrapper_Dex_Loader, message);
  /external/apache-xml/src/main/java/org/apache/xalan/res/
XSLMessages.java 28 * Sets things up for issuing error messages. This class is misnamed, and
35 /** The language specific resource object for Xalan messages. */
69 // don't localize exception messages
  /external/chromium/chrome/common/extensions/docs/static/
i18n-messages.html 1 <div id="pageData-name" class="pageData">Formats: Locale-Specific Messages</div>
6 file named <code>messages.json</code>
8 This page describes the format of <code>messages.json</code> files.
17 <code>messages.json</code>.
41 Here's a <code>messages.json</code> file
42 that defines three messages
83 that can appear in a <code>messages.json</code> file.
84 For details on how the messages file is used &mdash;
86 all the messages &mdash;
119 <a href="i18n.html#overview-predefined">predefined messages</a>
    [all...]
  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 66 const ExtensionMessageBundle& messages,
73 if (!messages.ReplaceMessages(&result, error))
80 bool LocalizeManifest(const ExtensionMessageBundle& messages,
89 if (!LocalizeManifestValue(keys::kName, messages, manifest, error)) {
94 if (!LocalizeManifestValue(keys::kDescription, messages, manifest, error))
101 if (!LocalizeManifestValue(key, messages, manifest, error))
108 if (!LocalizeManifestValue(key, messages, manifest, error))
112 if (!LocalizeManifestValue(keys::kOmniboxKeyword, messages, manifest, error))
124 if (!LocalizeManifestValue(keys::kPageActionDefaultTitle, messages,
172 // Check if messages file is actually present (but don't check content)
    [all...]
  /external/chromium/chrome/common/
spellcheck_messages.h 5 // IPC messages for spellcheck.
23 // Messages sent from the browser to the renderer.
58 // Messages sent from the renderer to the browser.
  /external/easymock/src/org/easymock/internal/
UnorderedBehavior.java 79 List<ErrorMessage> messages = new ArrayList<ErrorMessage>(results local
94 messages.add(message);
96 return messages;
  /external/libnl-headers/netlink/
handlers.h 64 /** Stop parsing altogether and discard remaining messages */
75 /** Verbose default handlers (error messages printed) */
93 /** Last message in a series of multi part messages received */
  /external/llvm/lib/Analysis/
Analysis.cpp 80 std::string Messages;
84 OutMessages? &Messages : 0);
87 *OutMessages = strdup(Messages.c_str());
  /external/webkit/Source/WebKit2/UIProcess/
WebResourceCacheManagerProxy.cpp 72 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebResourceCacheManager::GetCacheOrigins(callbackID));
88 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebResourceCacheManager::ClearCacheForOrigin(securityOrigin, cachesToClear));
93 m_webContext->sendToAllProcessesRelaunchingThemIfNecessary(Messages::WebResourceCacheManager::ClearCacheForAllOrigins(cachesToClear));
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageFullScreenClient.cpp 49 page->sendSync(Messages::WebFullScreenManagerProxy::SupportsFullScreen(withKeyboard), supports);
59 page->send(Messages::WebFullScreenManagerProxy::EnterFullScreen());
68 page->send(Messages::WebFullScreenManagerProxy::ExitFullScreen());
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebSearchPopupMenu.cpp 59 WebProcess::shared().connection()->send(Messages::WebPageProxy::SaveRecentSearches(name, searchItems), page->pageID());
71 WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::LoadRecentSearches(name), Messages::WebPageProxy::LoadRecentSearches::Reply(resultItems), page->pageID());
WebFrameLoaderClient.cpp 136 webPage->send(Messages::WebPageProxy::DidRemoveFrameFromHierarchy(m_frame->frameID(), InjectedBundleUserMessageEncoder(userData.get())));
156 webPage->send(Messages::WebPageProxy::DidInitiateLoadForResource(m_frame->frameID(), identifier, request, pageIsProvisionallyLoading));
172 webPage->send(Messages::WebPageProxy::DidSendRequestForResource(m_frame->frameID(), identifier, request, redirectResponse));
208 if (!webPage->sendSync(Messages::WebPageProxy::CanAuthenticateAgainstProtectionSpaceInFrame(m_frame->frameID(), protectionSpace), Messages::WebPageProxy::CanAuthenticateAgainstProtectionSpaceInFrame::Reply(canAuthenticate)))
222 webPage->send(Messages::WebPageProxy::DidReceiveResponseForResource(m_frame->frameID(), identifier, response));
232 webPage->send(Messages::WebPageProxy::DidReceiveContentLengthForResource(m_frame->frameID(), identifier, dataLength));
242 webPage->send(Messages::WebPageProxy::DidFinishLoadForResource(m_frame->frameID(), identifier));
252 webPage->send(Messages::WebPageProxy::DidFailLoadForResource(m_frame->frameID(), identifier, error));
290 webPage->send(Messages::WebPageProxy::DidReceiveServerRedirectForProvisionalLoadForFrame(m_frame->frameID(), url, Injecte (…)
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/
WebProcess.messages.in 23 messages -> WebProcess {
57 # Downloads. This should really be in a Download.messages.in, but it seemed unnecessary to create a new file just for
58 # two messages.
  /packages/apps/BasicSmsReceiver/tests/src/com/android/basicsmsreceiver/
DialogSmsDisplayTests.java 163 // Returns the broken up list of messages for long messages or the original message in
172 List<String> messages = sms.divideMessage(messageOut); local
177 for (String message : messages) {
182 return messages;
185 // returns true if "messageCount" sms messages are received, false if timeout
213 List<String> messages = sendSmsMessageInternal(message); local
214 Log.i(TAG, "sendMessageTest -- message broken into " + messages.size() + "parts");
216 boolean receivedSms = waitForSms(messages.size());
221 assertEquals(messages.size(), mReceivedMessages.size())
    [all...]
  /packages/apps/Mms/res/values-en-rGB/
strings.xml 154 <string name="pref_mms_settings_title" msgid="55618772118264355">"Multimedia (MMS) messages"</string>
155 <string name="pref_sms_settings_title" msgid="5173078369851066881">"Text (SMS) messages"</string>
157 <string name="pref_summary_manage_sim_messages" msgid="4141349892597640864">"Manage messages stored on your SIM card"</string>
161 <string name="pref_summary_auto_delete" msgid="7719538116486177613">"Delete old messages as limits are reached"</string>
162 <string name="pref_summary_delete_limit" msgid="597128041393045216">"<xliff:g id="COUNT">%1$s</xliff:g> messages per conversation"</string>
163 <string name="pref_title_manage_sim_messages" msgid="7820895261757881177">"Manage SIM card messages"</string>
167 <string name="pref_title_auto_delete" msgid="7227835692631701134">"Delete old messages"</string>
175 <string name="pref_messages_to_save" msgid="3202539743892934926">"Set number of messages to save"</string>
183 <string name="pref_summary_mms_auto_retrieval" msgid="925163257363757048">"Automatically retrieve messages"</string>
185 <string name="pref_summary_mms_retrieval_during_roaming" msgid="2427892806582531020">"Automatically retrieve messages while roaming"</string
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
TableView.java 22 import com.android.ide.eclipse.ddms.i18n.Messages;
72 mCopyAction = new Action(Messages.TableView_Copy) {
83 mSelectAllAction = new Action(Messages.TableView_Select_All) {
  /development/tools/idegen/src/
Log.java 18 * Logs messages.
  /external/apache-xml/src/main/java/org/apache/xpath/res/
XPATHMessages.java 28 * A utility class for issuing XPath error messages.
33 /** The language specific resource object for XPath messages. */
53 // don't localize exception messages
71 // don't localize exception messages
  /external/bluetooth/glib/glib/
glibintl.h 26 #define textdomain(String) ((String) ? (String) : "messages")
  /external/chromium/chrome/browser/debugger/
extension_ports_remote_service.h 7 // exchange messages with Chrome extensions.
36 // dispatches messages to this service.
53 // passes us messages from extensions as well as disconnect events.
57 // Operation result returned in the "result" field in messages sent
  /external/chromium/chrome/browser/debugger/manual_tests/
console-call-line-numbers.html 13 <p>To test, open the DevTools's Console (Ctrl+Shift+J) and verify that all console messages have correct
  /external/chromium/chrome/browser/extensions/
extension_message_handler.h 14 // Filters and dispatches extension-related IPC messages that arrive from
extension_webrequest_api_constants.h 34 // Error messages.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_message_handler.h 15 // This class is used to handle DOM messages from the setup dialog.

Completed in 8483 milliseconds

<<11121314151617181920>>