/external/freetype/src/raster/ |
rastpic.h | 5 /* The FreeType position independent code services for raster module. */
|
/external/freetype/src/smooth/ |
ftspic.h | 5 /* The FreeType position independent code services for smooth module. */
|
/external/freetype/src/truetype/ |
ttpic.h | 5 /* The FreeType position independent code services for truetype module. */
|
/external/kernel-headers/original/linux/ |
miscdevice.h | 18 #define EFI_RTC_MINOR 136 /* EFI Time services */
|
/external/mdnsresponder/mDNSPosix/ |
Services.txt | 2 # Example services file parsed by mDNSResponderPosix.
|
/external/qemu/docs/ |
ANDROID-QEMUD.TXT | 21 The emulator provides 'services' to various parts of the emulated system. 59 will pass all messages between clients and emulator services. Thus, 142 - The code to support services and their clients in the emulator is located 149 services. 155 Code in $ROOT/hardware/libhardware_legacy also uses QEMUD-based services. 158 - Certain services also implement a simple framing protocol when exchanging 171 Certain services do not need it at all (GSM, GPS) so it is optional and 229 services, even if no client did connect to it (only one client could 232 - at startup, the emulator does query the channel numbers of all services 264 only uses a single socket and allows concurrent clients for a all services [all...] |
/frameworks/base/core/java/android/content/pm/ |
RegisteredServicesCacheListener.java | 20 * Listener for changes to the set of registered services managed by a RegisteredServicesCache.
|
/frameworks/base/core/java/android/os/ |
SystemService.java | 27 * Controls and utilities for low-level {@code init} services. 131 * Wait until any of given services enters {@link State#STOPPED}. 133 public static void waitForAnyStopped(String... services) { 136 for (String service : services) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SystemUIService.java | 43 final Object[] SERVICES = new Object[] { 78 SERVICES[0] = wm.hasSystemNavBar() 85 final int N = SERVICES.length; 88 Class cl = chooseClass(SERVICES[i]);
|
/frameworks/base/services/java/ |
Android.mk | 12 LOCAL_MODULE:= services
|
/frameworks/base/services/jni/ |
Android.mk | 23 frameworks/base/services \
|
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/ |
WifiP2pUpnpServiceInfo.java | 63 * @param services a string representation of this service in the following format, 71 String device, List<String> services) { 82 if (services != null) { 83 for (String service:services) {
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
Aggregator.java | 17 package android.bordeaux.services;
|
IBordeauxLearner.java | 17 package android.bordeaux.services;
|
IBordeauxServiceCallback.aidl | 17 package android.bordeaux.services;
|
IPredictor.aidl | 17 package android.bordeaux.services;
|
/tools/motodev/src/plugins/devices.services/ |
plugin.properties | 1 pluginName=MOTODEV Studio for Android Console Services for Android Devices Plug-in
|
/tools/motodev/src/plugins/devices.services/src/com/motorola/studio/android/devices/services/deploy/ |
EmulatorTester.java | 16 package com.motorola.studio.android.devices.services.deploy;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
ServReqDnsPtrTestCase.java | 51 * DNS TXT: No services. 52 * UPnP: No services.
|
ServReqUpnpRootDeviceTestCase.java | 51 * DNS PTR: No services. 52 * DNS TXT: No services.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
_package.html | 27 <li> Services 28 - These examples show how you can implement application services, which
|
/external/chromium/chrome/browser/ |
keychain_mac.h | 16 // See Keychain Services documentation for function documentation, as these call 17 // through directly to their Keychain Services equivalents (Foo ->
|
/frameworks/av/libvideoeditor/vss/src/ |
Android.mk | 81 $(TOP)/frameworks/av/services/audioflinger \ 83 $(TOP)/frameworks/native/services/audioflinger \
|
/frameworks/base/docs/html/training/accessibility/ |
index.jd | 35 descriptions. It also covers how to build accessibility services, that can 48 <dt><b><a href="service.html">Developing Accessibility Services</a></b></dt>
|
/packages/apps/Contacts/src/com/android/contacts/test/ |
InjectedServices.java | 28 * A mechanism for providing alternative (mock) services to the application 29 * while running tests. Activities, Services and the Application should check
|