/frameworks/base/core/java/android/hardware/usb/ |
D | UsbConfiguration.java | 136 public void setInterfaces(Parcelable[] interfaces) { in setInterfaces() argument 137 mInterfaces = interfaces; in setInterfaces() 160 Parcelable[] interfaces = in.readParcelableArray(UsbInterface.class.getClassLoader()); 162 configuration.setInterfaces(interfaces);
|
/frameworks/wilhelm/src/ |
D | README.txt | 10 android/ Android platform-specific code, other than interfaces 13 itf/ OpenSL ES and OpenMAX AL interfaces, including Android-specific extensions
|
D | sles.c | 159 const struct iid_vtable *interfaces = clazz->mInterfaces; in checkInterfaces() local 164 switch (interfaces[i].mInterface) { in checkInterfaces() 168 if (NULL != MPH_init_table[interfaces[i].mMPH].mInit) { in checkInterfaces() 199 (INTERFACE_UNAVAILABLE == interfaces[index].mInterface)) { in checkInterfaces()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | AbstractClassAdapter.java | 170 String superName, String[] interfaces) { in visit() argument 174 if (interfaces != null) { in visit() 175 for (int i = 0; i < interfaces.length; ++i) { in visit() 176 interfaces[i] = renameInternalType(interfaces[i]); in visit() 191 super.visit(version, access, name, signature, superName, interfaces); in visit()
|
D | TransformClassAdapter.java | 64 String signature, String superName, String[] interfaces) { in visit() argument 75 super.visit(version, access, name, signature, superName, interfaces); in visit()
|
D | ClassHasNativeVisitor.java | 50 String superName, String[] interfaces) { in visit() argument
|
D | DependencyFinder.java | 399 String signature, String superName, String[] interfaces) { in visit() argument 413 considerNames(interfaces); in visit()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | AndroidKeyStoreProvider.java | 34 import java.security.interfaces.ECKey; 35 import java.security.interfaces.ECPublicKey; 36 import java.security.interfaces.RSAKey; 37 import java.security.interfaces.RSAPublicKey;
|
D | AndroidKeyStoreRSAPrivateKey.java | 21 import java.security.interfaces.RSAKey;
|
D | AndroidKeyStoreECPrivateKey.java | 20 import java.security.interfaces.ECKey;
|
D | AndroidKeyStoreRSAPublicKey.java | 20 import java.security.interfaces.RSAPublicKey;
|
D | AndroidKeyStoreECPublicKey.java | 19 import java.security.interfaces.ECPublicKey;
|
/frameworks/wilhelm/tools/hashgen/ |
D | Makefile | 56 part5gen : part5gen.o OpenSLES_IID.o interfaces.o 57 gcc -o $@ $(CFLAGS) part5gen.o OpenSLES_IID.o interfaces.o
|
/frameworks/wilhelm/doc/ |
D | README.txt | 1 … project. This file contains unique interface IDs for all OpenSL-ES API interfaces. These IDs have
|
/frameworks/base/keystore/tests/src/android/security/keystore/ |
D | AndroidKeyPairGeneratorTest.java | 36 import java.security.interfaces.ECKey; 37 import java.security.interfaces.ECPublicKey; 38 import java.security.interfaces.RSAKey; 39 import java.security.interfaces.RSAPublicKey;
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | abstracting.jd | 45 … in the Java programming language involves the creation of one or more interfaces or abstract clas… 47 …te abstract classes, based on the public interfaces of the newer classes. In defining the abstract… 63 … support these two implementations and their abstract base classes (or interfaces) is shown below.…
|
D | index.jd | 46 …ion needs. Learn how to define application-specific, intermediary Java interfaces that abstract th…
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | index.jd | 3 …rface for your app. Android also provides other UI modules for special interfaces such as dialogs,… 22 richer user interfaces made possible by larger displays: Space and GridLayout.</p> </a>
|
/frameworks/base/tools/aidl/ |
D | AST.cpp | 802 N = this->interfaces.size(); in GatherTypes() 804 types->insert(this->interfaces[i]); in GatherTypes() 842 N = this->interfaces.size(); in Write() 850 fprintf(to, " %s", this->interfaces[i]->QualifiedName().c_str()); in Write()
|
D | generate_java_binder.cpp | 32 this->interfaces.push_back(interfaceType); in StubClass() 165 this->interfaces.push_back(interfaceType); in ProxyClass() 528 interface->interfaces.push_back(IINTERFACE_TYPE); in generate_binder_interface_class()
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | index.jd | 15 <li><a href="#interfaces">Interfaces</a></li> 103 …id-sdk>/platforms/} directory. The API includes these key classes, interfaces, and exceptions … 144 <h3 id="interfaces">Interfaces</h3>
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 77 <p>More sophisticated user interfaces can make use of a variety of other user interaction patterns … 93 …alt="Example list-, grid-, and carousel-based navigation interfaces with relevant screen map excer… 95 …Figure 4.</strong> Example list-, grid-, and carousel-based navigation interfaces with relevant sc… 115 …alt="Example phone and tablet tab-based navigation interfaces with relevant screen map excerpt" id… 117 …trong>Figure 5.</strong> Example phone and tablet tab-based navigation interfaces with relevant sc…
|
/frameworks/base/docs/html/design/tv/ |
D | principles.jd | 35 immersion. Avoid making users enter text whenever possible, and use voice interfaces when you
|
/frameworks/base/docs/html/sdk/installing/ |
D | studio-build.jd | 68 …<li>The aidl tool converts any <code>.aidl</code> interfaces that you have into Java interfaces.</…
|
/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/ |
D | AsmGeneratorTest.java | 497 String superName, String[] interfaces) { in visit() argument 502 super.visit(version, access, name, signature, superName, interfaces); in visit()
|