HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 251 - 275 of 326) sorted by null

<<11121314

  /libcore/luni/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 562 XSLTAttributeDef[] getAttributes()
580 XSLTAttributeDef[] attrDefs = getAttributes();
XSLTElementProcessor.java 355 XSLTAttributeDef[] attrDefs = def.getAttributes();
  /libcore/luni/src/test/java/libcore/java/net/
OldJarURLConnectionTest.java 60 java.util.jar.Attributes a = juc.getAttributes();
67 juConn.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
BaseLayout.groovy 227 for (attr in oldElement.getAttributes()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 336 AttributeDescriptor[] attributes = element.getAttributes();
386 style.getAttributes(),
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 76 AttributeList attributes = cf.getAttributes();
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 59 public static IItemAttribute [] getAttributes (final int unitsID)
  /frameworks/base/tools/aapt/
XMLNode.h 95 const Vector<attribute_entry>& getAttributes() const;
  /libcore/luni/src/main/java/java/util/jar/
Manifest.java 130 public Attributes getAttributes(String name) {
JarVerifier.java 168 Attributes attributes = man.getAttributes(name);
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementSetAttributeNodeNS.java 117 attributes = element.getAttributes();
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 66 public NamedNodeMap getAttributes() {
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 162 WindowManager.LayoutParams lp = window.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 214 public AttributeDescriptor[] getAttributes() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 285 return parentDescriptor.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
UiElementEditPart.java 179 NamedNodeMap nodeAttributes = xmlNode.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 127 public NamedNodeMap getAttributes() {
  /external/jhead/
main.c 527 static jstring getAttributes(JNIEnv *env, jobject jobj, jstring jfilename)
530 LOGE("******************************** getAttributes\n");
716 {"getAttributesNative", "(Ljava/lang/String;)Ljava/lang/String;", (void*)getAttributes },
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 548 public NamedNodeMap getAttributes()
778 public NamedNodeMap getAttributes()
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
DOMHelper.java 385 NamedNodeMap children = parent.getAttributes();
703 NamedNodeMap nnm = parent.getAttributes();
    [all...]
UnImplNode.java 638 public NamedNodeMap getAttributes()
641 error(XMLErrorResources.ER_FUNCTION_NOT_SUPPORTED); //"getAttributes not supported!");
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
RecentApplicationsDialog.java 90 final WindowManager.LayoutParams params = window.getAttributes();
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 521 public ResultSet getAttributes(String catalog, String schemaPattern,
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
ZipInputStream.java 109 Attributes temp = ((JarEntry) currentEntry).getAttributes();
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedStringTest.java 214 public Map getAttributes() {

Completed in 976 milliseconds

<<11121314