HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 326 - 350 of 631) 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 300 public AttributeList getAttributes() {
307 AttributeList attribs = getAttributes();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java 117 WindowManager.LayoutParams winParams = win.getAttributes();
129 WindowManager.LayoutParams winParams = win.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 274 final WindowManager.LayoutParams lp = d.getWindow().getAttributes();
291 final WindowManager.LayoutParams lp2 = d.getWindow().getAttributes();
321 assertEquals(expectedTitle, (String) d.getWindow().getAttributes().getTitle());
326 (String) d.getWindow().getAttributes().getTitle());
437 final WindowManager.LayoutParams lp = d.getWindow().getAttributes();
447 assertSame(lp, d.getWindow().getAttributes());
    [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 320 CI->getAttributes() == cast<CallInst>(I2)->getAttributes();
323 CI->getAttributes() == cast<InvokeInst>(I2)->getAttributes();
463 if (F1->getAttributes() != F2->getAttributes())
  /external/clang/lib/Parse/
ParseDecl.cpp 527 DS.getAttributes().addNewInteger(
533 DS.getAttributes().addNewInteger(
539 DS.getAttributes().addNewInteger(
545 DS.getAttributes().addNewInteger(
551 DS.getAttributes().addNewInteger(
557 DS.getAttributes().addNewInteger(
563 DS.getAttributes().addNewInteger(
    [all...]
  /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 90 AttributeSet OldAttrs = OldFunc->getAttributes();
102 NewFunc->setAttributes(NewFunc->getAttributes()
106 NewFunc->setAttributes(NewFunc->getAttributes()
  /frameworks/base/core/java/android/app/
Dialog.java 270 WindowManager.LayoutParams l = mWindow.getAttributes();
515 mWindow.getAttributes().setTitle(title);
784 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();
  /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()) {
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementremoveattributeaftercreate.js 85 interface. It also uses the "getAttributes()" method
hc_elementretrieveallattributes.js 79 of the first "p" element by using the "getAttributes()"
hc_namednodemapsetnameditem.js 80 invoking the "getAttributes()" method. Once the
hc_namednodemapsetnameditemreturnvalue.js 84 invoking the "getAttributes()" method. Once the

Completed in 916 milliseconds

<<11121314151617181920>>