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

<<11121314151617181920>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 166 style.getAttributes(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
XmlStringFileHelper.java 128 NamedNodeMap attrs = strNode.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestDragElement.java 115 public @NonNull IDragAttribute[] getAttributes() {
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 310 public AttributeList getAttributes() {
317 AttributeList attribs = getAttributes();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
TreeWalker.java 320 NamedNodeMap atts = elem_node.getAttributes();
469 NamedNodeMap atts = elem_node.getAttributes();
  /external/apache-xml/src/main/java/org/apache/xml/utils/
TreeWalker.java 333 NamedNodeMap atts = ((Element) node).getAttributes();
469 NamedNodeMap atts = ((Element) node).getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 288 NamedNodeMap attributes = node.getAttributes();
409 attributes = node.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java 347 for (IDragAttribute attr : pastedElement.getAttributes()) {
381 for (IDragAttribute attr : childElement.getAttributes()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 230 AttributeDescriptor[] layoutAttributes = descriptor.getAttributes();
253 NamedNodeMap attributes = root.getAttributes();
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 273 final WindowManager.LayoutParams lp = d.getWindow().getAttributes();
290 final WindowManager.LayoutParams lp2 = d.getWindow().getAttributes();
320 assertEquals(expectedTitle, (String) d.getWindow().getAttributes().getTitle());
325 (String) d.getWindow().getAttributes().getTitle());
446 final WindowManager.LayoutParams lp = d.getWindow().getAttributes();
456 assertSame(lp, d.getWindow().getAttributes());
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 328 CI->getAttributes() == cast<CallInst>(I2)->getAttributes();
331 CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes();
471 if (F1->getAttributes() != F2->getAttributes())
  /cts/tools/utils/
DescriptionGenerator.java 365 String childName = child.getAttributes().getNamedItem(ATTRIBUTE_NAME)
448 elem.getAttributes().setNamedItem(attr);
459 return elem.getAttributes().getNamedItem(name).getNodeValue();
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 91 AttributeSet OldAttrs = OldFunc->getAttributes();
103 NewFunc->setAttributes(NewFunc->getAttributes()
107 NewFunc->setAttributes(NewFunc->getAttributes()
  /frameworks/base/core/java/android/app/
Dialog.java 275 WindowManager.LayoutParams l = mWindow.getAttributes();
521 mWindow.getAttributes().setTitle(title);
790 LayoutParams params = getWindow().getAttributes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
CustomViewDescriptorService.java 302 appendAttributes(customAttributes, classInfo.getAttributes(), appUri);
308 appendAttributes(customLayoutAttributes, layoutInfo.getAttributes(), appUri);
511 return parentDescriptor.getAttributes();
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 562 XSLTAttributeDef[] getAttributes()
580 XSLTAttributeDef[] attrDefs = getAttributes();
XSLTElementProcessor.java 355 XSLTAttributeDef[] attrDefs = def.getAttributes();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestVersionTracker.java 245 NamedNodeMap map = node.getAttributes();
310 NamedNodeMap map = node.getAttributes();
  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 86 List src_attr = src.getAttributes();
295 public List getAttributes() { return attributes; }
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 235 public Iterable<Map.Entry<String, String>> getAttributes() {
441 for (Map.Entry<String, String> attribute : from.getAttributes()) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 167 NamedNodeMap attributes = element.getAttributes();
306 NamedNodeMap attributes = node.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/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 381 NamedNodeMap nodeAttributes = xmlNode.getAttributes();
445 NamedNodeMap nodeAttributes = xmlNode.getAttributes();
  /external/clang/lib/Parse/
ParseDecl.cpp 642 DS.getAttributes().addNewInteger(
648 DS.getAttributes().addNewInteger(
654 DS.getAttributes().addNewInteger(
660 DS.getAttributes().addNewInteger(
666 DS.getAttributes().addNewInteger(
672 DS.getAttributes().addNewInteger(
678 DS.getAttributes().addNewInteger(
    [all...]
  /dalvik/dx/src/com/android/dx/command/annotool/
AnnotationLister.java 75 AttributeList attributes = cf.getAttributes();

Completed in 2868 milliseconds

<<11121314151617181920>>