OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xmlpull
(Results
226 - 250
of
625
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableTest.java
36
import org.
xmlpull
.v1.XmlPullParser;
37
import org.
xmlpull
.v1.XmlPullParserException;
/cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java
28
import org.
xmlpull
.v1.XmlPullParser;
29
import org.
xmlpull
.v1.XmlPullParserException;
GalleryTest.java
21
import org.
xmlpull
.v1.XmlPullParser;
22
import org.
xmlpull
.v1.XmlPullParserException;
RelativeLayoutTest.java
21
import org.
xmlpull
.v1.XmlPullParser;
22
import org.
xmlpull
.v1.XmlPullParserException;
EditTextTest.java
19
import org.
xmlpull
.v1.XmlPullParser;
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
Test.java
22
import org.
xmlpull
.v1.XmlPullParser;
23
import org.
xmlpull
.v1.XmlPullParserException;
/frameworks/base/core/java/android/hardware/soundtrigger/
KeyphraseEnrollmentInfo.java
34
import org.
xmlpull
.v1.XmlPullParser;
35
import org.
xmlpull
.v1.XmlPullParserException;
/frameworks/base/core/java/android/transition/
TransitionInflater.java
22
import org.
xmlpull
.v1.XmlPullParser;
23
import org.
xmlpull
.v1.XmlPullParserException;
/frameworks/base/core/java/android/view/animation/
AnimationUtils.java
19
import org.
xmlpull
.v1.XmlPullParser;
20
import org.
xmlpull
.v1.XmlPullParserException;
/frameworks/base/core/java/com/android/internal/os/
PowerProfile.java
26
import org.
xmlpull
.v1.XmlPullParser;
27
import org.
xmlpull
.v1.XmlPullParserException;
/frameworks/base/core/java/com/android/internal/util/
FastXmlSerializer.java
19
import org.
xmlpull
.v1.XmlSerializer;
300
if (name.equals("http://
xmlpull
.org/v1/doc/features.html#indent-output")) {
/frameworks/base/graphics/java/android/graphics/drawable/
DrawableWrapper.java
19
import org.
xmlpull
.v1.XmlPullParser;
20
import org.
xmlpull
.v1.XmlPullParserException;
RotateDrawable.java
21
import org.
xmlpull
.v1.XmlPullParser;
22
import org.
xmlpull
.v1.XmlPullParserException;
StateListDrawable.java
21
import org.
xmlpull
.v1.XmlPullParser;
22
import org.
xmlpull
.v1.XmlPullParserException;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java
23
import org.
xmlpull
.v1.XmlPullParser;
24
import org.
xmlpull
.v1.XmlPullParserException;
/frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceInflater.java
29
import org.
xmlpull
.v1.XmlPullParser;
30
import org.
xmlpull
.v1.XmlPullParserException;
/packages/apps/Messaging/src/com/android/messaging/sms/
ApnsXmlProcessor.java
27
import org.
xmlpull
.v1.XmlPullParser;
28
import org.
xmlpull
.v1.XmlPullParserException;
/packages/apps/Settings/src/com/android/settings/
DreamBackend.java
43
import org.
xmlpull
.v1.XmlPullParser;
44
import org.
xmlpull
.v1.XmlPullParserException;
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
PhoneAccountRegistrarTest.java
27
import org.
xmlpull
.v1.XmlPullParser;
28
import org.
xmlpull
.v1.XmlSerializer;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java
67
import org.
xmlpull
.v1.XmlPullParser;
68
import org.
xmlpull
.v1.XmlPullParserException;
/cts/hostsidetests/appsecurity/test-apps/SplitApp/src/com/android/cts/splitapp/
SplitAppTest.java
19
import static org.
xmlpull
.v1.XmlPullParser.END_DOCUMENT;
20
import static org.
xmlpull
.v1.XmlPullParser.START_TAG;
47
import org.
xmlpull
.v1.XmlPullParser;
48
import org.
xmlpull
.v1.XmlPullParserException;
/cts/tests/tests/content/src/android/content/cts/
ContextTest.java
21
import org.
xmlpull
.v1.XmlPullParserException;
/cts/tests/tests/content/src/android/content/res/cts/
Resources_ThemeTest.java
19
import org.
xmlpull
.v1.XmlPullParser;
TypedArrayTest.java
21
import org.
xmlpull
.v1.XmlPullParserException;
/cts/tests/tests/view/src/android/view/cts/
ViewStubTest.java
21
import org.
xmlpull
.v1.XmlPullParser;
Completed in 652 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>