OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getattribute
(Results
51 - 75
of
1593
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgetelementempty.java
31
* The "
getAttribute
(name)" method returns an empty
36
* invoke "
getAttribute
(name)" method, where "name" is an
38
* The "
getAttribute
(name)" method should return the empty
79
attrValue = testEmployee.
getAttribute
("district");
hc_elementgetelementempty.java
31
* The "
getAttribute
(name)" method returns an empty
36
* invoke "
getAttribute
(name)" method, where "strong" is an
38
* The "
getAttribute
(name)" method should return the empty
79
attrValue = testEmployee.
getAttribute
("lang");
/libcore/luni/src/test/java/libcore/xml/
SimpleBuilderTest.java
83
assertEquals("eins", one.
getAttribute
("one"));
84
assertEquals("zwei", two.
getAttribute
("two"));
85
assertEquals("drei", three.
getAttribute
("three"));
87
assertEquals("vier", four.
getAttribute
("t:four"));
JaxenXPathTestSuite.java
90
String url = document.
getAttribute
("url");
119
String select = element.
getAttribute
("select");
152
final String select = element.
getAttribute
("select");
155
if (element.
getAttribute
("exception").equals("true")) {
171
final String valueOfSelect = valueOf.
getAttribute
("select");
184
final String count = element.
getAttribute
("count");
204
final String select = element.
getAttribute
("select");
292
return element.
getAttribute
("var:" + variableName.getLocalPart());
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/hal/conventional/bluetooth/1.0/
BluetoothHalV1.vts.h
27
bool
GetAttribute
(FunctionSpecificationMessage* func_msg, void** result);
BluetoothHalV1bt_interface_t.vts.h
27
bool
GetAttribute
(FunctionSpecificationMessage* func_msg, void** result);
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/hal/conventional/camera/2.1/
CameraHalV2.vts.h
28
bool
GetAttribute
(FunctionSpecificationMessage* func_msg, void** result);
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/hal/conventional/wifi/1.0/
WifiHalV1.vts.h
27
bool
GetAttribute
(FunctionSpecificationMessage* func_msg, void** result);
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/
libcV1.vts.h
29
bool
GetAttribute
(FunctionSpecificationMessage* func_msg, void** result);
/tools/loganalysis/src/com/android/loganalysis/item/
KernelLogItem.java
63
return (Double)
getAttribute
(START_TIME);
77
return (Double)
getAttribute
(STOP_TIME);
91
return (ItemList)
getAttribute
(EVENTS);
103
((ItemList)
getAttribute
(EVENTS)).add(event);
DmesgActionInfoItem.java
57
return (String)
getAttribute
(ACTION_NAME);
71
return (Long)
getAttribute
(ACTION_START_TIME);
JavaCrashItem.java
49
return (String)
getAttribute
(EXCEPTION);
63
return (String)
getAttribute
(MESSAGE);
WakelockItem.java
100
return (String)
getAttribute
(NAME);
107
return (String)
getAttribute
(PROCESS_UID);
114
return (Long)
getAttribute
(HELD_TIME);
121
return (Integer)
getAttribute
(LOCKED_COUNT);
128
return (WakeLockCategory)
getAttribute
(CATEGORY);
BatteryDischargeItem.java
70
return (Calendar)
getAttribute
(CLOCK_TIME_OF_DISCHARGE);
77
return (long)
getAttribute
(DISCHARGE_ELAPSED_TIME);
84
return (int)
getAttribute
(BATTERY_LEVEL);
/external/testng/src/main/java/org/testng/xml/dom/
Wrapper.java
38
result.add(element.
getAttribute
(attributeName));
52
result.add(item.
getAttribute
(attributeName));
/prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar
/external/icu/icu4c/source/test/letest/
xmlreader.cpp
170
char *id = getCString(testCase->
getAttribute
(id_attr));
171
char *script = getCString(testCase->
getAttribute
(script_attr));
172
char *lang = getCString(testCase->
getAttribute
(lang_attr));
206
fontName = getCString(element->
getAttribute
(name_attr));
207
fontVer = getCString(element->
getAttribute
(ver_attr));
208
fontCksum = getCString(element->
getAttribute
(cksum_attr));
/external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp
174
char *id = getCString(testCase->
getAttribute
(id_attr));
175
char *script = getCString(testCase->
getAttribute
(script_attr));
176
char *lang = getCString(testCase->
getAttribute
(lang_attr));
210
fontName = getCString(element->
getAttribute
(name_attr));
211
fontVer = getCString(element->
getAttribute
(ver_attr));
212
fontCksum = getCString(element->
getAttribute
(cksum_attr));
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
AttributeContainer.java
28
public Object
getAttribute
(int index) {
45
public Object
getAttribute
(String name) {
48
return
getAttribute
(i.intValue());
62
return
getAttribute
(i.intValue()).toString();
88
return
getAttribute
(i.intValue());
105
return
getAttribute
(i.intValue()).toString();
/tools/tradefederation/core/src/com/android/tradefed/testtype/
GTestXmlResultParser.java
141
mNumTestsExpected = Integer.parseInt(rootNode.
getAttribute
("tests"));
142
mTotalRunTime = (long) (Double.parseDouble(rootNode.
getAttribute
("time")) * 1000d);
161
String classname = testcase.
getAttribute
("classname");
162
String testname = testcase.
getAttribute
("name");
163
String runtime = testcase.
getAttribute
("time");
175
.
getAttribute
("message");
/tools/loganalysis/tests/src/com/android/loganalysis/item/
GenericItemTest.java
158
* {@link GenericItem#
getAttribute
(String)}.
163
assertNull(item.
getAttribute
("string"));
164
assertNull(item.
getAttribute
("integer"));
169
assertEquals(mStringAttribute, item.
getAttribute
("string"));
170
assertEquals(mIntegerAttribute, item.
getAttribute
("integer"));
175
assertNull(item.
getAttribute
("string"));
176
assertNull(item.
getAttribute
("integer"));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java
167
String message = marker.
getAttribute
(IMarker.MESSAGE, "");
181
int severity = marker.
getAttribute
(IMarker.SEVERITY, 0);
203
int severity = marker.
getAttribute
(IMarker.SEVERITY, 0);
268
return marker1.
getAttribute
(IMarker.LINE_NUMBER, 0)
269
- marker2.
getAttribute
(IMarker.LINE_NUMBER, 0);
332
int line = marker.
getAttribute
(IMarker.LINE_NUMBER, -1);
370
return marker1.
getAttribute
(IMarker.LINE_NUMBER, 0)
371
- marker2.
getAttribute
(IMarker.LINE_NUMBER, 0);
468
int line = marker.
getAttribute
(IMarker.LINE_NUMBER, -1);
/external/javassist/src/main/javassist/bytecode/
FieldInfo.java
90
=
getAttribute
(AnnotationsAttribute.invisibleTag);
97
=
getAttribute
(AnnotationsAttribute.visibleTag);
104
=
getAttribute
(SignatureAttribute.tag);
196
= (ConstantAttribute)
getAttribute
(ConstantAttribute.tag);
227
public AttributeInfo
getAttribute
(String name) {
/external/apache-http/src/org/apache/http/impl/client/
DefaultUserTokenHandler.java
58
AuthState targetAuthState = (AuthState) context.
getAttribute
(
63
AuthState proxyAuthState = (AuthState) context.
getAttribute
(
70
ManagedClientConnection conn = (ManagedClientConnection) context.
getAttribute
(
/external/apache-http/src/org/apache/http/protocol/
DefaultedHttpContext.java
63
public Object
getAttribute
(final String id) {
64
Object obj = this.local.
getAttribute
(id);
66
return this.defaults.
getAttribute
(id);
Completed in 435 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>