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

<<11121314151617181920>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_attrreplacechild2.java 73 attributes = testNode.getAttributes();
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
removeNamedItemNS03.java 103 attributes = child2.getAttributes();
setNamedItemNS04.java 104 attributes = child2.getAttributes();
  /libcore/luni/src/main/java/org/w3c/dom/
Node.java 264 public NamedNodeMap getAttributes();
    [all...]
  /packages/apps/Mms/src/com/android/mms/dom/smil/parser/
SmilXmlSerializer.java 53 NamedNodeMap attributes = element.getAttributes();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ui/
SplashScreen.java 100 final LayoutParams lp = window.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 254 style.getAttributes(),
314 AttributeDescriptor[] attrs = topPreferences.getAttributes();
343 info.getAttributes(),
350 AttributeInfo[] attrList = link.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ObsoleteLayoutParamsFix.java 56 NamedNodeMap attributes = element.getAttributes();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DrawableResourceLoader.java 145 Node drawableName = item.getAttributes().getNamedItem("android:drawable");
166 Node drawableName = node.getAttributes().getNamedItem("android:drawable");
177 NamedNodeMap attrs = node.getAttributes();
  /external/javassist/src/main/javassist/bytecode/
ClassFile.java 418 AttributeInfo.renameClass(minfo.getAttributes(), oldname, newname);
427 AttributeInfo.renameClass(finfo.getAttributes(), oldname, newname);
455 AttributeInfo.renameClass(minfo.getAttributes(), classnames);
464 AttributeInfo.renameClass(finfo.getAttributes(), classnames);
482 AttributeInfo.getRefClasses(minfo.getAttributes(), classnames);
491 AttributeInfo.getRefClasses(finfo.getAttributes(), classnames);
707 public List getAttributes() {
717 * @see #getAttributes()
735 * @see #getAttributes()
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
XmlKeyboardLoader.java 309 boolean getAttributes(KeyCommonAttributes defAttr) {
403 if (!attrKey.getAttributes(attrDef)) {
472 || !attrSkb.getAttributes(attrDef)) {
509 if (!attrRow.getAttributes(attrSkb)) {
520 if (!attrKeys.getAttributes(attrRow)) {
576 if (!attrKey.getAttributes(attrRow)) {
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 789 std::make_pair(Index, getAttributes(Index)))) :
798 getAttributes(ReturnIndex)))) :
807 getAttributes(FunctionIndex)))) :
812 AttributeSetNode *ASN = getAttributes(Index);
817 AttributeSetNode *ASN = getAttributes(Index);
822 AttributeSetNode *ASN = getAttributes(Index);
842 AttributeSetNode *ASN = getAttributes(Index);
848 AttributeSetNode *ASN = getAttributes(Index);
853 AttributeSetNode *ASN = getAttributes(Index);
858 AttributeSetNode *ASN = getAttributes(Index)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricConfig.java 125 Node namedItem = receiverNode.getAttributes().getNamedItem("android:name");
136 Node nameNode = actionNode.getAttributes().getNamedItem("android:name");
270 Node namedItem = item.getAttributes().getNamedItem(attribute);
ApplicationResolver.java 65 return doc.getElementsByTagName(tag).item(0).getAttributes().getNamedItem(attribute).getTextContent();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesContentAssist.java 113 for (AttributeDescriptor desc : elementDesc.getAttributes()) {
173 for (AttributeDescriptor desc : elementDesc.getAttributes()) {
218 Node typeNode = parentNode.getAttributes().getNamedItem(ATTR_TYPE);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SystemUIModes.java 117 WindowManager.LayoutParams winParams = win.getAttributes();
129 WindowManager.LayoutParams winParams = win.getAttributes();
141 WindowManager.LayoutParams winParams = win.getAttributes();
153 WindowManager.LayoutParams winParams = win.getAttributes();
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedStringTest.java 66 public Map getAttributes() {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 130 XSLTAttributeDef[] attrDefs = def.getAttributes();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
CertificationRequestInfo.java 144 public ASN1Set getAttributes()
PrivateKeyInfo.java 127 public ASN1Set getAttributes()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
AttributeCertificateInfo.java 109 public ASN1Sequence getAttributes()
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
PKCS12BagAttributeCarrierImpl.java 66 Hashtable getAttributes()
  /external/emma/core/java12/com/vladium/jcd/cls/
Method_info.java 153 public IAttributeCollection getAttributes ()
  /external/llvm/lib/Target/Mips/
MipsSubtarget.cpp 118 AttributeSet FnAttrs = MF->getFunction()->getAttributes();
  /external/llvm/lib/Target/PowerPC/
PPCSubtarget.cpp 54 AttributeSet FnAttrs = MF->getFunction()->getAttributes();

Completed in 1534 milliseconds

<<11121314151617181920>>