Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 24 of 24) sorted by relevance

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
DManifestElementDescriptor.java45 AttributeDescriptor[] attributes, in ManifestElementDescriptor()
62 AttributeDescriptor[] attributes, in ManifestElementDescriptor()
DAndroidManifestDescriptors.java329 AttributeDescriptor[] attributes = element.getAttributes(); in insertAttribute() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/descriptors/
DItemElementDescriptor.java46 String tooltip, String sdk_url, AttributeDescriptor[] attributes, in ItemElementDescriptor()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DViewClassInfo.java75 public void setAttributes(AttributeInfo[] attributes) { in setAttributes()
146 public void setAttributes(AttributeInfo[] attributes) { in setAttributes()
DDeclareStyleableInfo.java147 public DeclareStyleableInfo(String styleName, AttributeInfo[] attributes) { in DeclareStyleableInfo()
163 public void setAttributes(AttributeInfo[] attributes) { in setAttributes()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
DLayoutDescriptors.java144 ArrayList<AttributeDescriptor> attributes = new ArrayList<AttributeDescriptor>(); in convertView() local
239 ArrayList<AttributeDescriptor> attributes = new ArrayList<AttributeDescriptor>(); in insertInclude() local
DViewElementDescriptor.java60 AttributeDescriptor[] attributes, AttributeDescriptor[] layoutAttributes, in ViewElementDescriptor()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DDescriptorsUtils.java103 public static void appendAttributes(ArrayList<AttributeDescriptor> attributes, in appendAttributes()
136 public static void appendAttribute(ArrayList<AttributeDescriptor> attributes, in appendAttribute()
DElementDescriptor.java73 AttributeDescriptor[] attributes, in ElementDescriptor()
203 public void setAttributes(AttributeDescriptor[] attributes) { in setAttributes()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DAndroidManifestParser.java276 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
463 private void processActivityNode(Attributes attributes) { in processActivityNode()
501 private void processNode(Attributes attributes, String superClassName) { in processNode()
525 private void processInstrumentationNode(Attributes attributes) { in processInstrumentationNode()
589 private String getAttributeValue(Attributes attributes, String attributeName, in getAttributeValue()
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
DGpxParser.java91 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
234 private void handleLocation(LocationPoint locationNode, Attributes attributes) { in handleLocation()
DKmlParser.java76 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DFirstElementParser.java157 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DLayoutDeviceHandler.java77 public void startElement(String uri, String localName, String name, Attributes attributes) in startElement()
/development/tools/layoutlib_utils/src/com/android/layoutlib/utils/
DValueResourceParser.java78 public void startElement(String uri, String localName, String qName, Attributes attributes) in startElement()
/development/ndk/apps/hello-gl2/project/src/com/android/gl2jni/
DGL2JNIView.java189 int[] attributes = { in printConfig() local
/development/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
Dncp.h128 __le32 attributes; member
171 __le32 attributes; member
/development/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
Dncp.h128 __le32 attributes; member
171 __le32 attributes; member
/development/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
Dncp.h128 __le32 attributes; member
171 __le32 attributes; member
/development/host/windows/usb/legacy/driver/
Dandroid_usb_device_object.cpp832 return STATUS_INTERNAL_ERROR;
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiElementNode.java489 Collection<UiAttributeNode> attributes = getInternalUiAttributes().values(); in hasError() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
DFileMock.java414 public void setResourceAttributes(ResourceAttributes attributes) throws CoreException { in setResourceAttributes()
DFolderMock.java404 public void setResourceAttributes(ResourceAttributes attributes) throws CoreException { in setResourceAttributes()
DProjectMock.java455 public void setResourceAttributes(ResourceAttributes attributes) throws CoreException { in setResourceAttributes()