OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAttributes
(Results
201 - 225
of
528
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/test/java/tests/org/w3c/dom/
HCNamedNodeMapInvalidType.java
77
attributes = docElem.
getAttributes
();
OwnerElement.java
85
attributes = testNode.
getAttributes
();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
BaseInputView.java
72
WindowManager.LayoutParams dialogLayoutParams = window.
getAttributes
();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElementTest.java
223
assertNotNull(e.
getAttributes
());
226
e.
getAttributes
());
231
e.
getAttributes
());
237
e.
getAttributes
());
/dalvik/dx/src/com/android/dx/dex/cf/
AttributeTranslator.java
69
AttributeList attribs = method.
getAttributes
();
116
AttributeList attribs = cf.
getAttributes
();
155
Annotations result = getAnnotations(method.
getAttributes
());
359
AttributeList attribs = method.
getAttributes
();
406
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);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java
293
info.
getAttributes
(),
298
if (info.
getAttributes
() != null && info.
getAttributes
().length > 0) {
305
AttributeInfo[] attrList = link.
getAttributes
();
322
for (AttributeInfo attrInfo : layoutParams.
getAttributes
()) {
460
style.
getAttributes
(),
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarEntryTest.java
99
* @tests java.util.jar.JarEntry#
getAttributes
()
111
.
getAttributes
());
115
.
getAttributes
());
/libcore/luni/src/main/java/java/util/jar/
JarEntry.java
80
public Attributes
getAttributes
() throws IOException {
88
return attributes = manifest.
getAttributes
(getName());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java
178
AttributeInfo[] attributes = style.
getAttributes
();
207
AttributeInfo[] attributes = style.
getAttributes
();
276
Node nameNode = node.
getAttributes
().getNamedItem("name"); //$NON-NLS-1$
280
Node parentNode = node.
getAttributes
().getNamedItem("parent"); //$NON-NLS-1$
401
Node nameNode = attrNode.
getAttributes
().getNamedItem("name"); //$NON-NLS-1$
484
Node attrFormat = attrNode.
getAttributes
().getNamedItem("format"); //$NON-NLS-1$
564
Node nameNode = child.
getAttributes
().getNamedItem("name"); //$NON-NLS-1$
576
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/lib/VMCore/
Function.cpp
184
setAttributes(Intrinsic::
getAttributes
(Intrinsic::ID(IID)));
247
AttrListPtr PAL =
getAttributes
();
253
AttrListPtr PAL =
getAttributes
();
308
setAttributes(SrcF->
getAttributes
());
380
/// This defines the "Intrinsic::
getAttributes
(ID id)" method.
/external/webkit/LayoutTests/dom/html/level1/core/
hc_nodedocumentnodeattribute.js
78
The "
getAttributes
()" method invoked on a Document
82
"
getAttributes
()" method on the Document Node.
/external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodedocumentnodeattribute.js
78
The "
getAttributes
()" method invoked on a Document
82
"
getAttributes
()" method on the Document Node.
/frameworks/base/core/java/android/hardware/usb/
UsbRequest.java
63
return native_init(connection, endpoint.getAddress(), endpoint.
getAttributes
(),
/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
...]
Completed in 930 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>