HomeSort by relevance Sort by last modified time
    Searched full:service (Results 4301 - 4325 of 11175) sorted by null

<<171172173174175176177178179180>>

  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 153 * Most XMPP servers use a sub-domain for the chat service (eg chat.example.com
158 * @param room the name of the room in the form "roomName@service", where
159 * "service" is the hostname at which the multi-user chat
160 * service is running. Make sure to provide a valid JID.
171 * @param connection the connection to use to perform the service discovery.
208 * @param connection the connection to use to perform the service discovery.
236 * @param room the name of the room in the form "roomName@service" of which we want to discover
276 * and the room's name. Once discovered the rooms hosted by a chat service it is possible to
279 * @param connection the XMPP connection to use for discovering hosted rooms by the MUC service.
280 * @param serviceName the service that is hosting the rooms to discover
    [all...]
  /external/chromium/chrome/browser/history/
history_backend.h 46 // functions in the history service. These functions are not documented
47 // here, see the history service for behavior.
52 // the history service implements this to send stuff back to the main thread.
54 // a history service object.
65 // it to the history service. Unit tests can override this behavior.
73 // Broadcasts the specified notification to the notification service.
595 // Use GetBookmarkService to access this, which makes sure the service is
  /external/chromium/chrome/browser/ui/webui/options/
extension_settings_handler.cc 771 ExtensionService* service, const Extension* extension,
782 service ? service->IsIncognitoEnabled(extension) : false);
785 service ? service->AllowFileAccess(extension) : false);
800 if (service && !service->GetBrowserActionVisibility(extension))
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.cc 81 NOTREACHED() << "Canceling a nonexistent web data service request";
214 // Token Service
218 void WebDataService::SetTokenForService(const std::string& service,
222 this, GetNextRequestHandle(), NULL, service, token);
788 // Token Service implementation.
    [all...]
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationServiceTest.java 135 * Test plan: call ready. Verify that the service sets the client id correctly and reissues
425 /** Asserts that the service received a single acknowledgement with handle {@code ackHandle}. */
461 // Note: we are manipulating the service object directly, rather than through startService,
487 * be running. Send an intent to the service and verify that it stops.
492 // Start the service.
500 // Send an Intent and verify that the service stops.
    [all...]
  /external/libnfc-nci/src/nfc/llcp/
llcp_api.c 447 LLCP_TRACE_ERROR1 ("LLCP_RegisterServer (): Service Name (%d bytes) is too long", length);
941 LLCP_TRACE_ERROR1 ("LLCP_ConnectReq (): Service Name (%d bytes) is too long"
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 148 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service,
152 MethodDescriptorProto* result = service->add_method();
176 // service FooService {}
183 // service BarService {}
230 foo_service_ = foo_file_->service(0);
241 bar_service_ = bar_file_->service(0);
1015 ServiceDescriptorProto* service = AddService(&foo_file, "TestService"); local
1961 const ServiceDescriptor* service = local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java 243 * length=3, service type=0(ALL Service), transaction id=1,
244 * status=1(service protocol type not available)<br>
247 * length=3, service type=2(UPnP), transaction id=2,
248 * status=1(service protocol type not available)
263 * 9044::urn:schemas-upnp-org:service:ContentDirectory:2,usn:uuid:6859d
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
SmsMessage.java 67 * A Short Message Service message.
289 * @param scAddr Service Centre address. Null means use default.
321 * @param scAddr Service Centre address. null == use default
486 // Use the service category parameter to detect CMAS and other cell broadcast messages.
585 * service access point is sending or should receive
593 * 16 bit parameter that identifies type of service as
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 78 #define STATUS_CODE_TARGET_LOST 146 // this error code comes from the service
486 ** Returns: Must return NXP status code, which NFC service expects.
544 ** 146 (defined in service) on tag lost
850 *targetLost = 1; //causes NFC service to throw TagLostException
905 *targetLost = 1; //causes NFC service to throw TagLostException
913 *targetLost = 1; //causes NFC service to throw TagLostException
968 ** Returns: Type of tag represented by NFC Service.
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 989 /* Sets the period, in seconds, to automatically perform service discovery. */
1074 /* Maximum service name stored with security authorization (0 if not needed) */
1084 /* Maximum length of the service name. */
    [all...]
  /frameworks/base/core/res/res/values/
strings.xml 72 <string name="serviceEnabled">Service was enabled.</string>
73 <!-- Displayed in front of the list of a set of service classes
75 <string name="serviceEnabledFor">Service was enabled for:</string>
77 <string name="serviceDisabled">Service has been disabled.</string>
146 <string name="serviceNotProvisioned">Service not provisioned.</string>
152 <!-- Displayed to tell the user that data service is blocked by access control. -->
153 <string name="RestrictedOnData">Data service is blocked.</string>
154 <!-- Displayed to tell the user that emergency service is blocked by access control. -->
155 <string name="RestrictedOnEmergency">Emergency service is blocked.</string>
156 <!-- Displayed to tell the user that normal service is blocked by access control. --
    [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 692 "has no history service";
3887 ExtensionService* service = profile()->GetExtensionService(); local
3928 ExtensionService* service = profile()->GetExtensionService(); local
4107 ProfileSyncService* service = sync_waiter_->service(); local
4928 ExtensionService* service = browser->profile()->GetExtensionService(); local
4986 ExtensionService* service = browser->profile()->GetExtensionService(); local
5345 ExtensionService* service = profile()->GetExtensionService(); local
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 38 // Network: a network service ("network").
70 // network_monitor_: a handle to the libcros network Service handler.
71 // UpdateNetworkStatus: This handles changes to a monitored service, typically
238 // See src/third_party/flimflam/doc/service-api.txt.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
  /frameworks/base/docs/html/training/
training_toc.cs 489 "How to find and connect to local devices using Network Service
495 Using Network Service Discovery
503 Using Wi-Fi P2P for Service Discovery
    [all...]
  /frameworks/base/services/java/com/android/server/
AppWidgetServiceImpl.java 153 public void onServiceConnected(ComponentName name, IBinder service) {
157 cb.onServiceConnected(service);
728 throw new SecurityException("Selected service does not require "
735 // If there is already a connection made for this service intent, then disconnect from
736 // that first. (This does not allow multiple connections to the same service under
819 // referencing the same service)
827 public void onServiceConnected(ComponentName name, IBinder service)
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_bookmark_unittest.cc 238 // Pass the fake change list to |service|.
725 // Now reboot the sync service, forcing a merge step.
760 // Now reboot the sync service, forcing a merge step.
888 // Restart the sync service to trigger model association.
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
texture_manager.cc 5 #include "gpu/command_buffer/service/texture_manager.h"
9 #include "gpu/command_buffer/service/context_state.h"
10 #include "gpu/command_buffer/service/error_state.h"
11 #include "gpu/command_buffer/service/feature_info.h"
12 #include "gpu/command_buffer/service/framebuffer_manager.h"
13 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
14 #include "gpu/command_buffer/service/mailbox_manager.h"
15 #include "gpu/command_buffer/service/memory_tracking.h"
16 #include "gpu/command_buffer/service/stream_texture_manager.h"
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp 719 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /* service */, UErrorCode& status) const {
746 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
756 result = service->getKey((ICUServiceKey&)key /* cast away const */, NULL, this, status);
846 ICULocaleService *service = getNumberFormatService(); local
847 if (service) {
850 return service->registerFactory(tempnnf, status);
877 ICULocaleService *service = getNumberFormatService(); local
878 if (service) {
879 return service->getAvailableLocales();
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 144 "from google.protobuf import service as _service\n"
337 // service and extension later in the generation.
456 PrintServiceDescriptor(*file_->service(i));
457 PrintServiceClass(*file_->service(i));
458 PrintServiceStub(*file_->service(i));
524 // Print the service.
525 printer_->Print("class $class_name$(_service.Service):\n",
537 // Print the service stub.
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_impl.cc 293 if (storage_->service()->quota_client())
294 storage_->service()->quota_client()->NotifyAppCacheReady();
619 if (storage_->service()->quota_manager_proxy()) {
621 storage_->service()->quota_manager_proxy()->quota_manager();
625 if (storage_->service()->special_storage_policy() &&
626 storage_->service()->special_storage_policy()->IsStorageUnlimited(
    [all...]
  /external/icu4c/i18n/
numfmt.cpp 801 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* /* service */, UErrorCode& status) const {
825 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
835 result = service->getKey((ICUServiceKey&)key /* cast away const */, NULL, this, status);
935 ICULocaleService *service = getNumberFormatService(); local
936 if (service) {
939 return service->registerFactory(tempnnf, status);
966 ICULocaleService *service = getNumberFormatService(); local
967 if (service) {
968 return service->getAvailableLocales();
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
SIMRecords.java 66 /** CPHS service information (See CPHS 4.2 B.3.1.1)
69 * mCphsInfo[1] and mCphsInfo[2] is CPHS Service Table
122 // CPHS Service Table (See CPHS 4.2 B.3.1)
527 * Called by STK Service when REFRESH is received.
    [all...]

Completed in 1274 milliseconds

<<171172173174175176177178179180>>