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

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java 68 AttributeList attribs = method.getAttributes();
115 AttributeList attribs = cf.getAttributes();
154 Annotations result = getAnnotations(method.getAttributes());
358 AttributeList attribs = method.getAttributes();
405 AttributeList attribs = one.getAttributes();
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 222 assertEquals(1, sig.getAttributes().size());
223 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0);
247 assertEquals(1, sig.getAttributes().size());
248 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0);
300 assertEquals(1, sig.getAttributes().size());
301 DexAnnotationAttribute dexAnnotationValue = sig.getAttributes().get(0);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarEntryTest.java 97 * java.util.jar.JarEntry#getAttributes()
109 .getAttributes());
113 .getAttributes());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java 192 AttributeInfo[] attributes = style.getAttributes();
221 AttributeInfo[] attributes = style.getAttributes();
290 Node nameNode = node.getAttributes().getNamedItem("name"); //$NON-NLS-1$
294 Node parentNode = node.getAttributes().getNamedItem("parent"); //$NON-NLS-1$
420 Node nameNode = attrNode.getAttributes().getNamedItem("name"); //$NON-NLS-1$
507 Node attrFormat = attrNode.getAttributes().getNamedItem("format"); //$NON-NLS-1$
587 Node nameNode = child.getAttributes().getNamedItem("name"); //$NON-NLS-1$
599 Node valueNode = child.getAttributes().getNamedItem("value"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java 156 style.getAttributes(),
167 style.getAttributes(),
  /external/emma/core/java12/com/vladium/jcd/cls/
Field_info.java 136 public IAttributeCollection getAttributes ()
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 108 Iterable<Map.Entry<String, String>> getAttributes();
  /external/llvm/include/llvm/IR/
Intrinsics.h 61 AttributeSet getAttributes(LLVMContext &C, ID id);
  /external/testng/src/main/java/org/testng/xml/dom/
DomUtil.java 74 // if ("suite".equals(item1.getNodeName()) && item1.getAttributes() != null) {
118 if (name.equals(root.getNodeName()) && root.getAttributes() != null) {
225 for (int j = 0; j < node.getAttributes().getLength(); j++) {
226 Node item = node.getAttributes().item(j);
227 p(node.getAttributes().item(j).toString());
  /frameworks/base/core/java/android/hardware/usb/
UsbRequest.java 63 return native_init(connection, endpoint.getAddress(), endpoint.getAttributes(),
  /frameworks/base/services/core/java/com/android/server/am/
BaseErrorDialog.java 41 WindowManager.LayoutParams attrs = getWindow().getAttributes();
  /frameworks/base/services/retaildemo/java/com/android/server/retaildemo/
UserInactivityCountdownDialog.java 41 WindowManager.LayoutParams attrs = getWindow().getAttributes();
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 57 void getAttributes(uint32_t& width, uint32_t& height);
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederr.java 93 attrList = g.getAttributes();
hc_attrinsertbefore3.java 76 attributes = testNode.getAttributes();
hc_attrinsertbefore4.java 75 attributes = testNode.getAttributes();
hc_attrinsertbefore7.java 78 attributes = testNode.getAttributes();
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...]
  /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/v1/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();
  /frameworks/compile/mclinker/lib/Script/
InputCmd.cpp 100 m_Builder.getAttributes().setAsNeeded();
102 m_Builder.getAttributes().unsetAsNeeded();
139 if (m_Builder.getAttributes().isStatic()) {

Completed in 996 milliseconds

<<11121314151617181920>>