/frameworks/base/core/java/android/hardware/usb/ |
D | UsbDevice.java | 55 int Class, int subClass, int protocol, Parcelable[] interfaces) { in UsbDevice() argument 62 mInterfaces = interfaces; in UsbDevice() 185 Parcelable[] interfaces = in.readParcelableArray(UsbInterface.class.getClassLoader()); 186 return new UsbDevice(name, vendorId, productId, clasz, subClass, protocol, interfaces);
|
/frameworks/base/services/java/com/android/server/usb/ |
D | UsbHostManager.java | 119 Parcelable[] interfaces = new UsbInterface[numInterfaces]; in usbDeviceAdded() local 144 interfaces[intf] = new UsbInterface(interfaceId, interfaceClass, in usbDeviceAdded() 155 deviceClass, deviceSubclass, deviceProtocol, interfaces); in usbDeviceAdded()
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | TransformClassAdapter.java | 69 String signature, String superName, String[] interfaces) { in visit() argument 85 super.visit(version, access, name, signature, superName, interfaces); in visit()
|
D | ClassHasNativeVisitor.java | 46 String superName, String[] interfaces) { in visit() argument
|
D | RenameClassAdapter.java | 232 String superName, String[] interfaces) { in visit() argument 237 super.visit(version, access, name, signature, superName, interfaces); in visit()
|
D | AsmAnalyzer.java | 460 String signature, String superName, String[] interfaces) { in visit() argument 474 considerNames(interfaces); in visit()
|
/frameworks/base/tools/aidl/ |
D | AST.cpp | 744 N = this->interfaces.size(); in GatherTypes() 746 types->insert(this->interfaces[i]); in GatherTypes() 784 N = this->interfaces.size(); in Write() 792 fprintf(to, " %s", this->interfaces[i]->QualifiedName().c_str()); in Write()
|
D | generate_java.cpp | 69 this->interfaces.push_back(interfaceType); in StubClass() 202 this->interfaces.push_back(interfaceType); in ProxyClass() 592 interface->interfaces.push_back(IINTERFACE_TYPE); in generate_interface_class()
|
D | AST.h | 325 vector<Type*> interfaces; member
|
/frameworks/base/docs/html/guide/developing/building/ |
D | index.jd | 62 …<li>The aidl tool converts any <code>.aidl</code> interfaces that you have into Java interfaces.</…
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 23 // Include the common option parsing interfaces.
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | index.jd | 20 user interfaces.
|
/frameworks/base/docs/html/resources/dashboard/ |
D | screens.jd | 41 you design your user interfaces for different screen configurations, Android divides the range of
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | index.jd | 26 for a wide array of user interfaces. You can also extend these widgets to modify the way they
|
D | opengl.jd | 75 Kit (NDK). This topic focuses on the Android framework interfaces. For more information about the 143 1.0/1.1 classes and better performance than the javax.microedition.khronos package interfaces. 503 performance graphics interfaces for creating 3D games, visualizations and user interfaces. Graphics
|
/frameworks/base/docs/html/guide/webapps/ |
D | webview.jd | 10 <li>You can create interfaces from your JavaScript to your client-side Android code</li> 116 also create interfaces between your application code and your JavaScript code.</p> 149 application, you can create interfaces between your JavaScript code and client-side Android code.
|
/frameworks/base/docs/html/guide/basics/ |
D | building-blocks.jd | 36 Android user interfaces are comprised of trees of Views. If you want to
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 33 a collection of nested interfaces with callbacks that you can much more easily define. These interf… 49 <p>Included in the event listener interfaces are the following callback methods:</p>
|
/frameworks/base/docs/html/resources/articles/ |
D | layout-tricks-reuse.jd | 8 complex and useful interfaces. However applications often need higher-level
|
D | layout-tricks-efficiency.jd | 11 way to create user interfaces. A common example is the abuse of
|
/frameworks/base/docs/html/guide/topics/fundamentals/ |
D | loaders.jd | 59 <p>There are multiple classes and interfaces that may be involved in using 114 <p>The classes and interfaces in the above table are the essential components 120 classes and interfaces in an application.</p>
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | aidl.jd | 117 AIDL-generated interfaces.</p> 132 list or one of the other AIDL-generated interfaces or parcelables you've declared. A {@link 141 list or one of the other AIDL-generated interfaces or parcelables you've declared. Generic maps,
|
/frameworks/base/docs/html/guide/topics/usb/ |
D | host.jd | 66 information, interfaces, and endpoints.</td> 73 device. A device can have one or more interfaces on which to communicate on.</td>
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | index.jd | 97 <dd>Graphical programs that let you debug and profile user interfaces.</dd>
|
/frameworks/base/ |
D | preloaded-classes | 1231 com.android.org.bouncycastle.jce.interfaces.BCKeyStore 1232 com.android.org.bouncycastle.jce.interfaces.ConfigurableProvider 1555 java.security.interfaces.DSAKey 1556 java.security.interfaces.DSAPublicKey 1557 java.security.interfaces.RSAKey 1558 java.security.interfaces.RSAPublicKey
|