/external/chromium_org/third_party/freetype/include/freetype/internal/services/ |
svtteng.h | 5 /* The FreeType TrueType engine query service (specification). */ 30 * SFNT table loading service.
|
/external/freetype/include/freetype/internal/services/ |
svtteng.h | 5 /* The FreeType TrueType engine query service (specification). */ 30 * SFNT table loading service.
|
/external/iproute2/man/man8/ |
tc-hfsc.8 | 4 HFSC \- Hierarchical Fair Service Curve's control under linux 12 \fBrt\fR : realtime service curve 13 \fBls\fR : linkshare service curve 14 \fBsc\fR : rt+ls service curve 15 \fBul\fR : upperlimit service curve 43 \fBsc\fR and \fBul\fR service curves \- please refer to \fBtc\-hfsc\fR(7). 45 As you can see in \fBSYNOPSIS\fR, service curve (SC) can be specified in two 51 parameters, you will specify linear service curve.
|
/external/jmdns/src/javax/jmdns/ |
NetworkTopologyListener.java | 18 * The NetworkTopologyEvent providing the name and fully qualified type of the service. 26 * The NetworkTopologyEvent providing the name and fully qualified type of the service.
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.merit | 7 ATTRIBUTE Login-LAT-Service 34 string 16 VALUE Service-Type Authenticate-Only 8
|
/external/wpa_supplicant_8/wpa_supplicant/systemd/ |
wpa_supplicant-nl80211.service.arg.in | 8 [Service] 13 Alias=multi-user.target.wants/wpa_supplicant-nl80211@%i.service
|
wpa_supplicant-wired.service.arg.in | 8 [Service] 13 Alias=multi-user.target.wants/wpa_supplicant-wired@%i.service
|
wpa_supplicant.service.arg.in | 8 [Service] 13 Alias=multi-user.target.wants/wpa_supplicant@%i.service
|
/frameworks/base/core/java/android/os/ |
IServiceManager.java | 32 * Retrieve an existing service called @a name from the 33 * service manager. Blocks for a few seconds waiting for it to be 39 * Retrieve an existing service called @a name from the 40 * service manager. Non-blocking. 45 * Place a new @a service called @a name into the service 48 public void addService(String name, IBinder service, boolean allowIsolated) 57 * Assign a permission controller to the service manager. After set, this
|
/frameworks/base/docs/html/training/accessibility/ |
service.jd | 2 page.title=Developing an Accessibility Service 17 <li><a href="#create">Create Your Accessibility Service</a></li> 18 <li><a href="#configure">Configure Your Accessibility Service</a></li> 35 installed on Android devices. An accessibility service can communicate to the 38 lesson covers how to create an accessibility service, process information 43 <h2 id="create">Create Your Accessibility Service</h2> 44 <p>An accessibility service can be bundled with a normal application, or created 45 as a standalone Android project. The steps to creating the service are the same 68 <p>Like any other service, you also declare it in the manifest file. 70 so that the service is called when applications fire an [all...] |
/frameworks/base/packages/services/Proxy/ |
AndroidManifest.xml | 12 <service android:name=".ProxyService" 14 </service>
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
AccessibilityManagerServiceTest.java | 41 * service. The service itself is interacting with the platform. Note: Testing 42 * the service in full isolation would require significant amount of work for 60 * Timeout used for testing that a service is notified only upon a 66 * The interface used to talk to the tested service. 177 assertTrue("First mock service must be installed", firstMockServiceInstalled); 178 assertTrue("Second mock service must be installed", secondMockServiceInstalled); 187 // enable the mock accessibility service 190 // configure the mock service 191 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance local 221 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance; local 251 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance; local 281 MockAccessibilityService service = MyFirstMockAccessibilityService.sInstance; local [all...] |
/hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/ |
mcLoadFormat.h | 54 #define MC_SERVICE_HEADER_FLAGS_PERMANENT (1U << 0) /**< Loaded service cannot be unloaded from MobiCore. */ 55 #define MC_SERVICE_HEADER_FLAGS_NO_CONTROL_INTERFACE (1U << 1) /**< Service has no WSM control interface. */ 56 #define MC_SERVICE_HEADER_FLAGS_DEBUGGABLE (1U << 2) /**< Service can be debugged. */ 64 /** Service type. 65 * The service type defines the type of executable. 68 SERVICE_TYPE_ILLEGAL = 0, /**< Service type is invalid. */ 69 SERVICE_TYPE_DRIVER = 1, /**< Service is a driver. */ 70 SERVICE_TYPE_SP_TRUSTLET = 2, /**< Service is a Trustlet. */ 71 SERVICE_TYPE_SYSTEM_TRUSTLET = 3 /**< Service is a system Trustlet. */ 79 MCLF_MEM_TYPE_INTERNAL = 1, /**< Internal memory must be used for executing the service. * [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
AccountSyncAdapter.java | 10 public AccountSyncAdapter(EasSyncService service) { 11 super(service);
|
/packages/apps/Settings/src/com/android/settings/applications/ |
ProcStatsEntry.java | 49 ArrayMap<String, ArrayList<Service>> mServices = new ArrayMap<String, ArrayList<Service>>(1); 90 ArrayList<Service> value = new ArrayList<Service>(); 91 in.readTypedList(value, Service.CREATOR); 140 // way: the one that has the longest running service, accounts for at least 163 ArrayList<Service> subProcServices = null; 165 ArrayList<Service> subServices = mServices.valueAt(isp); 174 Service service = subProcServices.get(iss) local [all...] |
/packages/experimental/PrintService2/res/values/ |
strings.xml | 3 <string name="app_name">Print Service 2</string> 6 <string name="settings">This is an activitiy with some print service settings.</string>
|
/packages/screensavers/PhotoTable/ |
AndroidManifest.xml | 16 <service android:name="PhotoTableDream" 21 android:name="android.service.dream" 24 <action android:name="android.service.dreams.DreamService" /> 27 </service> 37 <service android:name="FlipperDream" 42 android:name="android.service.dream" 45 <action android:name="android.service.dreams.DreamService" /> 48 </service>
|
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/ |
FmRadio.java | 31 * risk. Public API for controlling the FmRadio Service. FmRadio is a proxy 32 * object for controlling the Fm Reception/Transmission Service via IPC. 33 * Creating a FmRadio object will create a binding with the FMRX service. Users 35 * so that this proxy object can unbind from the service. 78 public void onServiceConnected(ComponentName className, IBinder service) { 79 // This is called when the connection with the service has been 80 // established, giving us the service object we can use to 81 // interact with the service. We are communicating with our 82 // service through an IDL interface, so get a client-side 83 // representation of that from the raw service object [all...] |
/frameworks/base/core/java/android/nfc/cardemulation/ |
OffHostApduService.java | 5 import android.app.Service; 11 * <p>OffHostApduService is a convenience {@link Service} class that can be 28 * <h3>Service selection</h3> 47 * to some AIDs in the group going to another service). 66 * to determine if your off-host service is the default handler for a category. 74 * <h3>Service AID registration</h3> 76 * reside off-host and are managed by this service, a {@link #SERVICE_META_DATA} 77 * entry must be included in the declaration of the service. An 79 * <pre> <service android:name=".MyOffHostApduService" android:exported="true" android:permission="android.permission.BIND_NFC_SERVICE"> 84 * </service></pre [all...] |
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pServiceRequest.java | 26 * A class for creating a service discovery request for use with 29 * <p>This class is used to create service discovery request for custom 30 * vendor specific service discovery protocol {@link WifiP2pServiceInfo#SERVICE_TYPE_VENDOR_SPECIFIC} 31 * or to search all service protocols {@link WifiP2pServiceInfo#SERVICE_TYPE_ALL}. 33 * <p>For the purpose of creating a UPnP or Bonjour service request, use 43 * Service discovery protocol. It's defined in table63 in Wi-Fi Direct specification. 48 * The length of the service request TLV. 55 * Service transaction ID. 56 * This is a nonzero value used to match the service request/response TLVs. 61 * The hex dump string of query data for the requested service information [all...] |
/external/chromium_org/chrome/browser/metrics/ |
metrics_service_unittest.cc | 150 MetricsService service; local 153 service.GetLowEntropySource(); 156 service.low_entropy_source_ = 0; 157 EXPECT_EQ(0, service.GetLowEntropySource()); 159 EXPECT_EQ(0, service.GetLowEntropySource()); 173 MetricsService service; local 174 service.GetLowEntropySource(); 187 MetricsService service; local 188 service.GetLowEntropySource(); 201 MetricsService service; local 214 TestMetricsService service; local 245 TestMetricsService service; local 274 MetricsService service; local [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
Provider2Test.java | 131 // Regression Test for Provider.Service.getAlias(), which is an package 137 Provider.Service service = new Provider.Service(mockProvider, local 139 mockProvider.putService(service); 162 public void putService(Provider.Service service) { 163 super.putService(service); 166 public void removeService(Provider.Service service) { [all...] |
/external/chromium/chrome/common/ |
service_messages.h | 23 // Service process messages: 24 // These are messages from the browser to the service process. 25 // Tell the service process to enable the cloud proxy passing in the lsid 29 // Tell the service process to enable the cloud proxy passing in specific 32 std::string, /* token for cloudprint service */ 33 std::string /* token for Google Talk service */) 34 // Tell the service process to disable the cloud proxy. 55 // Tell the service process to shutdown. 58 // Tell the service process that an update is available. 62 // Service process host messages [all...] |
/external/chromium_org/components/browser_context_keyed_service/ |
refcounted_browser_context_keyed_service_factory.cc | 23 // are unit tests that create a service on a context and then change the 24 // testing service mid-test. 76 scoped_refptr<RefcountedBrowserContextKeyedService> service; 83 service = jt->second(context); 86 service = BuildServiceInstanceFor(context); 89 Associate(context, service); 90 return service; 95 const scoped_refptr<RefcountedBrowserContextKeyedService>& service) { 97 mapping_.insert(std::make_pair(context, service)); 109 // We "merely" drop our reference to the service. Hopefully this will caus [all...] |
/frameworks/base/docs/html/google/play/licensing/ |
index.jd | 5 <p>Google Play offers a licensing service that lets you enforce licensing policies for 10 <p>Using the service, you can apply a flexible licensing policy on an application-by-application 17 <p>The licensing service is a secure means of controlling access to your applications. When an 24 service. No special account or registration is needed. Additionally, because the service uses no 28 <p class="note"><strong>Note:</strong> The Google Play Licensing service is primarily intended 30 on Google Play. However, any application (including free apps) may use the licensing service 32 sends to the licensing service is not to check whether the user paid for the app, but to request the 37 <p>To learn more about Google Play's application licensing service and start integrating it into 43 <dd>Describes how the service works and what a typical licensing implementation look [all...] |