/system/core/adb/ |
adb_client.h | 6 /* connect to adb, connect to the named service, and return 7 ** a valid fd for interacting with that service upon success 10 int adb_connect(const char *service); 11 int _adb_connect(const char *service); 13 /* connect to adb, connect to the named service, return 0 if 14 ** the connection succeeded AND the service returned OKAY 16 int adb_command(const char *service); 18 /* connect to adb, connect to the named service, return 22 char *adb_query(const char *service);
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/fortress/ |
ServicesTest.java | 42 Provider.Service serv = Services.getService("Service.ALGORITHM"); 44 fail("Service is null"); 48 fail("Incorrect Service"); 51 serv = Services.getService("Service.ALGORITHM"); 61 Provider.Service serv = Services.getService("Service.ALGORITHM"); 63 serv = Services.getService("Service.ALGORITHM"); 65 fail("Service removed"); 70 serv = Services.getService("Service.ALGORITHM") [all...] |
/external/apache-harmony/support/src/test/resources/tests/resources/manifest/ |
hyts_MANIFEST.MF | 7 com.ibm.ive.eccomm.service.registry; specification-version=1.0.0, 8 com.ibm.ive.eccomm.service.session; specification-version=1.0.0, 9 com.ibm.ive.eccomm.service.framework; specification-version=1.2.0, 11 org.osgi.service.log; specification-version=1.0.0, 16 Import-Service: org.osgi.service.log.LogReaderService 17 org.osgi.service.log.LogService, 18 com.ibm.ive.eccomm.service.registry.RegistryService 20 com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0, 23 Export-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/matchers/ |
StartedServiceMatcherTest.java | 6 import android.service.wallpaper.WallpaperService; 21 private WallpaperService service; field in class:StartedServiceMatcherTest 29 service = new WallpaperService() { 41 givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class) + ", but didn't start anything")); 44 givesFailureMessage((Context) service, "to start " + createIntent(WallpaperService.class, "view") + ", but didn't start anything")); 47 givesFailureMessage((Context) service, "to start " + intentWithExtra + ", but didn't start anything")); 54 service.startService(actualIntent); 56 givesFailureMessage((Context) service, "to start " + createIntent(IntentService.class) + ", but started " + actualIntent)); 58 service.startService(actualIntent); 60 givesFailureMessage((Context) service, "to start " + createIntent(IntentService.class, "view") + ", but started " + actualIntent)) [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccServiceTable.java | 38 * Returns if the specified service is available. 39 * @param service the service number as a zero-based offset (the enum ordinal) 40 * @return true if the service is available; false otherwise 42 protected boolean isAvailable(int service) { 43 int offset = service / 8; 45 // Note: Enums are zero-based, but the TS service numbering is one-based 46 Rlog.e(getTag(), "isAvailable for service " + (service + 1) + " fails, max service is " [all...] |
/libcore/support/src/test/java/tests/resources/manifest/ |
hyts_MANIFEST.MF | 7 com.ibm.ive.eccomm.service.registry; specification-version=1.0.0, 8 com.ibm.ive.eccomm.service.session; specification-version=1.0.0, 9 com.ibm.ive.eccomm.service.framework; specification-version=1.2.0, 11 org.osgi.service.log; specification-version=1.0.0, 16 Import-Service: org.osgi.service.log.LogReaderService 17 org.osgi.service.log.LogService, 18 com.ibm.ive.eccomm.service.registry.RegistryService 20 com.ibm.ive.eccomm.service.authentication; specification-version=1.0.0, 23 Export-Service: com.ibm.ive.eccomm.service.authentication.AuthenticationService [all...] |
/packages/experimental/Bummer/ |
AndroidManifest.xml | 8 <service 13 <action android:name="android.service.dreams.DreamService" /> 16 </service>
|
/prebuilts/devtools/tools/lib/ |
osgi-4.0.0.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/ |
osgi-4.0.0.jar | |
/prebuilts/tools/common/osgi/ |
osgi.jar | |
/external/chromium/chrome/browser/extensions/ |
extension_management_browsertest.cc | 61 ExtensionService* service = browser()->profile()->GetExtensionService(); local 62 size_t size_before = service->extensions()->size(); 71 if (service->extensions()->size() != size_before + 1) 74 service->extensions()->at(size_before)->id(), 77 EXPECT_EQ(size_before, service->extensions()->size()); 78 if (service->disabled_extensions()->size() != 1u) 86 ExtensionService* service = browser()->profile()->GetExtensionService(); local 87 const size_t size_before = service->extensions()->size(); 90 FilePath old_path = service->extensions()->back()->path(); 96 FilePath new_path = service->extensions()->back()->path() 104 ExtensionService* service = browser()->profile()->GetExtensionService(); local 115 ExtensionService* service = browser()->profile()->GetExtensionService(); local 142 ExtensionService* service = browser()->profile()->GetExtensionService(); local 154 ExtensionService* service = browser()->profile()->GetExtensionService(); local 168 ExtensionService* service = browser()->profile()->GetExtensionService(); local 274 ExtensionService* service = browser()->profile()->GetExtensionService(); local 327 ExtensionService* service = browser()->profile()->GetExtensionService(); local 400 ExtensionService* service = browser()->profile()->GetExtensionService(); local [all...] |
/external/jmdns/src/javax/jmdns/ |
JmDNS.java | 33 * service info registered with the DNS 175 * Get service information. If the information is not cached, the method will block until updated information is received. 180 * fully qualified service type, such as <code>_http._tcp.local.</code> . 182 * unqualified service name, such as <code>foobar</code> . 183 * @return null if the service information cannot be obtained 188 * Get service information. If the information is not cached, the method will block for the given timeout until updated information is received. 193 * full qualified service type, such as <code>_http._tcp.local.</code> . 195 * unqualified service name, such as <code>foobar</code> . 198 * @return null if the service information cannot be obtained 203 * Get service information. If the information is not cached, the method will block until updated information is (…) [all...] |
/frameworks/base/core/java/android/app/ |
Service.java | 34 * A Service is an application component representing either an application's desire 36 * or to supply functionality for other applications to use. Each service 38 * {@link android.R.styleable#AndroidManifestService <service>} 45 * thread of their hosting process. This means that, if your service is going 51 * as a standard implementation of Service that has its own thread where it 56 * <li><a href="#WhatIsAService">What is a Service?</a> 57 * <li><a href="#ServiceLifecycle">Service Lifecycle</a> 60 * <li><a href="#LocalServiceSample">Local Service Sample</a> 61 * <li><a href="#RemoteMessengerServiceSample">Remote Messenger Service Sample</a> 71 * <h3>What is a Service?</h3 [all...] |
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/ |
WiFiP2pService.java | 7 * A structure to hold service information.
|
/device/samsung/manta/ |
init.recovery.manta.rc | 5 service watchdogd /sbin/watchdogd 10 20
|
/external/freetype/src/base/ |
ftwinfnt.c | 31 FT_Service_WinFnt service; local 39 FT_FACE_LOOKUP_SERVICE( face, service, WINFNT ); 41 if ( service != NULL ) 43 error = service->get_header( face, header );
|
/external/openssh/contrib/cygwin/ |
sshd-inetd | 1 # This file can be used to enable sshd as a slave of the inetd service
|
/external/sepolicy/ |
surfaceflinger.te | 1 # surfaceflinger - display compositor service
|
/external/smack/src/org/xbill/DNS/ |
AFSDBRecord.java | 26 * @param subtype Indicates the type of service provided by the host. 27 * @param host The host providing the service. 34 /** Gets the subtype indicating the service provided by the host. */ 40 /** Gets the host providing service for the domain. */
|
/packages/wallpapers/NoiseField/ |
AndroidManifest.xml | 12 <service 18 <action android:name="android.service.wallpaper.WallpaperService" /> 20 <meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" /> 21 </service>
|
/packages/wallpapers/PhaseBeam/ |
AndroidManifest.xml | 11 <service 16 <action android:name="android.service.wallpaper.WallpaperService" /> 18 <meta-data android:name="android.service.wallpaper" android:resource="@xml/wallpaper" /> 19 </service>
|
/sdk/templates/other/Service/ |
template.xml | 5 name="Service" 6 description="Creates a new service component and adds it to your Android manifest."> 20 help="Whether or not components of other applications can invoke the service or interact with it" /> 27 help="Whether or not the service can be instantiated by the system" />
|
/system/bluetooth/data/ |
input.conf | 1 # Configuration file for the input service
|
/device/ti/panda/ |
init.omap4pandaboard.rc | 44 service bugreport /system/bin/dumpstate -d -p -B \ 52 service pvrsrvctl /vendor/bin/pvrsrvctl --start --no-module 59 service setup_fs /system/bin/setup_fs \ 67 #shared transport user space mgr service for Bluetooth, FM and GPS 68 service uim /system/bin/uim-sysfs 74 service sdcard /system/bin/sdcard /data/media /mnt/shell/sdcard0 1023 1023 77 service wpa_supplicant /system/bin/wpa_supplicant -Dnl80211 -iwlan0 -c/data/misc/wifi/wpa_supplicant.conf -dd 82 service dhcpcd_wlan0 /system/bin/dhcpcd -ABKL 86 service iprenew_wlan0 /system/bin/dhcpcd -n 90 service dhcpcd_eth0 /system/bin/dhcpcd -ABK [all...] |
/external/chromium/chrome/browser/sync/ |
sync_ui_util.h | 21 // service and constructs messages suitable for showing in UI. 32 // TODO(akalin): audit the use of ProfileSyncService* service below, 33 // and use const ProfileSyncService& service where possible. 36 // by querying |service|. 37 MessageType GetStatusLabels(ProfileSyncService* service, 42 MessageType GetStatusLabelsForNewTabPage(ProfileSyncService* service, 46 MessageType GetStatus(ProfileSyncService* service); 49 bool ShouldShowSyncErrorButton(ProfileSyncService* service); 52 string16 GetSyncMenuLabel(ProfileSyncService* service); 65 // |service| can be NULL [all...] |