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

<<71727374757677787980>>

  /pdk/apps/CameraITS/service/
AndroidManifest.xml 36 <service
45 </service>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 64 uint8_t dsap; /* Destination Service Access Point (0xAA) */
65 uint8_t ssap; /* Source Service Access Point (0xAA) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 64 uint8_t dsap; /* Destination Service Access Point (0xAA) */
65 uint8_t ssap; /* Source Service Access Point (0xAA) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 64 uint8_t dsap; /* Destination Service Access Point (0xAA) */
65 uint8_t ssap; /* Source Service Access Point (0xAA) */
  /system/netd/
DnsProxyListener.h 43 // Note: All of host, service, and hints may be NULL
46 char* service,
  /external/chromium/chrome/browser/autocomplete/
search_provider_unittest.cc 103 // We need both the history service and template url model loaded.
227 // Make sure the default providers suggest service was queried.
280 // Make sure the default providers suggest service was queried.
291 // Make sure the keyword providers suggest service was queried.
342 // Make sure the default providers suggest service was not queried.
352 PrefService* service = profile_.GetPrefs(); local
353 service->SetBoolean(prefs::kInstantEnabled, true);
397 PrefService* service = profile_.GetPrefs(); local
398 service->SetBoolean(prefs::kInstantEnabled, true);
433 PrefService* service = profile_.GetPrefs() local
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_function_dispatcher.cc 382 ExtensionService* service = local
384 DCHECK(service);
386 if (!service->ExtensionBindingsAllowed(url))
389 const Extension* extension = service->GetExtensionByURL(url);
391 extension = service->GetExtensionByWebExtent(url);
490 ExtensionService* service = profile()->GetExtensionService(); local
491 DCHECK(service);
492 const Extension* extension = service->GetExtensionById(extension_id(), false);
494 function->set_include_incognito(service->CanCrossIncognito(extension));
496 if (!service->ExtensionBindingsAllowed(function->source_url()) |
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 119 // uses the SafeBrowsing service class.
131 // pointers except for the safebrowsing service class which may be
221 // We keep a ref pointer here just to make sure the service class stays alive
325 // There is something seriously wrong if there is no service class but
327 // if there isn't any service class in the browser.
339 verdict.release(), // The service takes ownership of the verdict.
356 // TODO(noelutz): refactor the SafeBrowsing service class and the
381 ClientSideDetectionService* service) {
382 csd_service_ = service;
386 SafeBrowsingService* service) {
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_downloader.cc 224 ProfileOAuth2TokenService* service = local
227 if (!service) {
229 LOG(WARNING) << "User has no token service";
236 account_id.empty() ? service->GetPrimaryAccountId() : account_id;
237 if (service->RefreshTokenIsAvailable(account_id_)) {
240 service->AddObserver(this);
297 ProfileOAuth2TokenService* service = local
300 if (service)
301 service->RemoveObserver(this);
394 ProfileOAuth2TokenService* service local
    [all...]
  /external/chromium_org/chrome/browser/signin/
signin_manager_unittest.cc 56 SigninManager* service = NULL; local
58 service = new SigninManager(
61 service->Initialize(profile, NULL);
62 return service;
108 // Create a signin manager as a service if other code will try to get it as
208 // Should go into token service and stop.
228 // Should go into token service and stop.
463 GURL("https://accounts.google.com/ServiceLogin?service=chromiumsync")));
465 GURL("http://accounts.google.com/ServiceLogin?service=chromiumsync")));
468 GURL("http://accounts.google.com/ServiceLogin?service=googlemail")))
    [all...]
  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 171 // Get the test interface for manager / device / service and clear the
363 // Add an unwatched service.
367 // Watched and unwatched services trigger a service list update.
371 // Service receives an initial property update.
386 // Add the existing service to the watch list.
389 // Service list update should be received when watch list changes.
406 // Remove a service
444 // Add a service with an empty ipconfig and then update
458 // IPConfig property change on the service should trigger property updates for
463 // Now, Add a new watched service with the IPConfig already set
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffdrivr.c 222 * GLYPH DICT SERVICE
311 * POSTSCRIPT INFO SERVICE
377 * POSTSCRIPT NAME SERVICE
402 * service defined in SFNT module.
404 * Otherwise call the service function in the sfnt module.
425 FT_Service_TTCMaps service = local
430 if ( service && service->get_cmap_info )
431 error = service->get_cmap_info( charmap, cmap_info );
445 * CID INFO SERVICE
    [all...]
  /external/freetype/src/cff/
cffdrivr.c 222 * GLYPH DICT SERVICE
311 * POSTSCRIPT INFO SERVICE
377 * POSTSCRIPT NAME SERVICE
402 * service defined in SFNT module.
404 * Otherwise call the service function in the sfnt module.
425 FT_Service_TTCMaps service = local
430 if ( service && service->get_cmap_info )
431 error = service->get_cmap_info( charmap, cmap_info );
445 * CID INFO SERVICE
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowApplication.java 154 Object service = systemServices.get(name); local
155 if (service == null) {
159 service = newInstanceOf(Class.forName(serviceClassName));
163 systemServices.put(name, service);
166 return service;
180 return new ComponentName("some.service.package", "SomeServiceName-FIXME");
191 public void setComponentNameAndServiceForBindService(ComponentName name, IBinder service) {
193 this.serviceForBindService = service;
292 * Consumes the {@code Intent} requested to stop a service by {@link #stopService(android.content.Intent)}
514 public void setSystemService(String key, Object service) {
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
README-Windows.txt 131 service and which reads its configuration from registry instead of
245 Starting wpa_supplicant as a Windows service (wpasvc.exe)
248 wpa_supplicant can be started as a Windows service by using wpasvc.exe
253 registered as a service that can be started automatically or manually
254 like any other Windows service.
263 e.g., for debugging, with 'wpasvc.exe app' or as a Windows service.
264 Service need to be registered with 'wpasvc.exe reg <full path to
266 the service with the current location of wpasvc.exe. After this, wpasvc
267 can be started like any other Windows service (e.g., 'net start wpasvc')
269 in administrative tasks. The service can be unregistered wit
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 26 * <p>A GATT characteristic is a basic data element used to construct a GATT service,
208 * Back-reference to the service this characteristic belongs to.
240 /*package*/ BluetoothGattCharacteristic(BluetoothGattService service,
243 initCharacteristic(service, uuid, instanceId, properties, permissions);
246 private void initCharacteristic(BluetoothGattService service,
253 mService = service;
300 * Returns the service this characteristic belongs to.
301 * @return The asscociated service
308 * Sets the service associated with this device.
311 /*package*/ void setService(BluetoothGattService service) {
    [all...]
  /frameworks/base/core/java/android/net/
VpnService.java 21 import android.app.Service;
80 * <li>When the application becomes prepared, start the service.</li>
95 * is an example of declaring a VPN service in {@code AndroidManifest.xml}:
97 * &lt;service android:name=".ExampleVpnService"
102 * &lt;/service&gt;</pre>
106 public class VpnService extends Service {
109 * The action must be matched by the intent filter of this service. It also
205 * Return the communication interface to the service. This method returns
210 * @see Service#onBind
224 * implementation of this method is calling {@link Service#stopSelf()}
    [all...]
  /frameworks/base/docs/html/training/in-app-billing/
preparing-iab-app.jd 33 <p>Before you can start using the In-app Billing service, you'll need to add the library that contains the In-app Billing Version 3 API to your Android project. You also need to setting the permissions for your application to communicate with Google Play. In addition, you'll need to establish a connection between your application and Google Play. You should also verify that the In-app Billing API version that you are using in your application is supported by Google Play.</p>
36 <p>In this training class, you will use a reference implementation for the In-app Billing Version 3 API called the {@code TrivialDrive} sample application. The sample includes convenience classes to quickly set up the In-app Billing service, marshal and unmarshal data types, and handle In-app Billing requests from the main thread of your application.</p>
64 <p>To use the In-app Billing Version 3 features, you must add the {@code IInAppBillingService.aidl} file to your Android project. This Android Interface Definition Language (AIDL) file defines the interface to the Google Play service.</p>
92 <p>Your app needs to have permission to communicate request and response messages to the Google Play?s billing service. To give your app the necessary permission, add this line in your {@code AndroidManifest.xml} manifest file:</p>
98 <p>You must bind your Activity to Google Play?s In-app Billing service to send In-app Billing requests to Google Play from your application. The convenience classes provided in the sample handles the binding to the In-app Billing service, so you don?t have to manage the network connection directly.</p>
115 <p>Next, perform the service binding by calling the {@code startSetup} method on the {@code IabHelper} instance that you created. Pass the method an {@code OnIabSetupFinishedListener} instance, which is called once the {@code IabHelper} completes the asynchronous setup operation. As part of the setup process, the {@code IabHelper} also checks if the In-app Billing Version 3 API is supported by Google Play. If the API version is not supported, or if an error occured while establishing the service binding, the listener is notified and passed an {@code IabResult} object with the error message.</p>
129 <p>If the setup completed successfully, you can now use the {@code mHelper} reference to communicate with the Google Play service. When your application is launched, it is a good practice to query Google Play to find out what in-app items are owned by a user. This is covered further in the <a href="{@docRoot}training/in-app-billing/purchase-iab-products.html#QueryPurchases">Query Purchased Items</a> section.</p>
131 <p class="note"><strong>Important:</strong> Remember to unbind from the In-app Billing service when you are done with your activity. If you don?t unbind, the open service connection could cause (…)
    [all...]
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 102 * Returns a list with one {@link InjectedSetting} object for each {@link android.app.Service}
124 Log.w(TAG, "Unable to load service info " + resolveInfo);
129 Log.w(TAG, "Unable to load service info " + resolveInfo, e);
131 Log.w(TAG, "Unable to load service info " + resolveInfo, e);
147 private static InjectedSetting parseServiceInfo(ResolveInfo service, PackageManager pm)
150 ServiceInfo si = service.serviceInfo;
156 + service);
166 + " meta-data for " + service + ": " + si);
420 * Starts the service to fetch for the current status for the setting, and updates the
421 * preference when the service replies
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in.h 98 IPPORT_ECHO = 7, /* Echo service. */
99 IPPORT_DISCARD = 9, /* Discard transmissions service. */
100 IPPORT_SYSTAT = 11, /* System status service. */
101 IPPORT_DAYTIME = 13, /* Time of day service. */
102 IPPORT_NETSTAT = 15, /* Network status service. */
106 IPPORT_TIMESERVER = 37, /* Timeserver service. */
107 IPPORT_NAMESERVER = 42, /* Domain Name Service. */
108 IPPORT_WHOIS = 43, /* Internet Whois service. */
113 IPPORT_FINGER = 79, /* Finger service. */
118 IPPORT_EXECSERVER = 512, /* execd service. *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 98 IPPORT_ECHO = 7, /* Echo service. */
99 IPPORT_DISCARD = 9, /* Discard transmissions service. */
100 IPPORT_SYSTAT = 11, /* System status service. */
101 IPPORT_DAYTIME = 13, /* Time of day service. */
102 IPPORT_NETSTAT = 15, /* Network status service. */
106 IPPORT_TIMESERVER = 37, /* Timeserver service. */
107 IPPORT_NAMESERVER = 42, /* Domain Name Service. */
108 IPPORT_WHOIS = 43, /* Internet Whois service. */
113 IPPORT_FINGER = 79, /* Finger service. */
118 IPPORT_EXECSERVER = 512, /* execd service. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 98 IPPORT_ECHO = 7, /* Echo service. */
99 IPPORT_DISCARD = 9, /* Discard transmissions service. */
100 IPPORT_SYSTAT = 11, /* System status service. */
101 IPPORT_DAYTIME = 13, /* Time of day service. */
102 IPPORT_NETSTAT = 15, /* Network status service. */
106 IPPORT_TIMESERVER = 37, /* Timeserver service. */
107 IPPORT_NAMESERVER = 42, /* Domain Name Service. */
108 IPPORT_WHOIS = 43, /* Internet Whois service. */
113 IPPORT_FINGER = 79, /* Finger service. */
118 IPPORT_EXECSERVER = 512, /* execd service. *
    [all...]
  /external/chromium/chrome/browser/instant/
instant_controller.cc 47 PrefService* service = profile->GetPrefs(); local
48 if (service) {
51 service->SetBoolean(prefs::kInstantEnabledOnce, true);
72 PrefService* service = profile->GetPrefs();
73 if (service) {
74 int64 enable_time = service->GetInt64(prefs::kInstantEnabledTime);
76 service->SetInt64(prefs::kInstantEnabledTime,
100 PrefService* service = profile->GetPrefs(); local
101 if (!service)
104 service->SetBoolean(prefs::kInstantEnabled, true)
113 PrefService* service = profile->GetPrefs(); local
    [all...]
  /external/qemu/hw/
goldfish_pipe.c 53 /* Maximum length of pipe service name, in characters (excluding final 0) */
92 APANIC("Pipe service name too long: '%s'", pipeName);
134 const PipeService* service; member in struct:Pipe
221 if (pipe->service == NULL) {
222 /* pipe->service == NULL means we're still using a PipeConnector */
226 /* Otherwise, write a '1' then the service name */
228 qemu_put_string(file, pipe->service->name);
253 const PipeService* service = NULL; local
258 /* Pipe is associated with a service. */
263 service = goldfish_pipe_find_type(name)
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityRecord.java 63 final ActivityManagerService service; // owner field in class:ActivityRecord
351 service = _service;
586 uriPermissions = new UriPermissionOwner(service, this);
633 service.grantUriPermissionFromIntentLocked(callingUid, packageName,
641 if ((state == ActivityState.RESUMED || (service.mSleeping
686 service.mWindowManager.overridePendingAppTransition(
693 service.mWindowManager.overridePendingAppTransitionScaleUp(
706 service.mWindowManager.overridePendingAppTransitionThumb(
748 service.mWindowManager.pauseKeyDispatching(appToken);
    [all...]

Completed in 1123 milliseconds

<<71727374757677787980>>