OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlPullParserException
(Results
51 - 75
of
751
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/services/core/java/com/android/server/firewall/
AndFilter.java
22
import org.xmlpull.v1.
XmlPullParserException
;
42
throws IOException,
XmlPullParserException
{
OrFilter.java
22
import org.xmlpull.v1.
XmlPullParserException
;
42
throws IOException,
XmlPullParserException
{
NotFilter.java
23
import org.xmlpull.v1.
XmlPullParserException
;
44
throws IOException,
XmlPullParserException
{
52
throw new
XmlPullParserException
(
SenderPackageFilter.java
28
import org.xmlpull.v1.
XmlPullParserException
;
66
throws IOException,
XmlPullParserException
{
70
throw new
XmlPullParserException
(
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
BurstControlPane.java
22
import org.xmlpull.v1.
XmlPullParserException
;
42
throws
XmlPullParserException
, IOException {
UtilControlPane.java
22
import org.xmlpull.v1.
XmlPullParserException
;
41
throws
XmlPullParserException
, IOException {
/cts/tests/tests/widget/src/android/widget/cts/
AbsoluteLayout_LayoutParamsTest.java
23
import org.xmlpull.v1.
XmlPullParserException
;
37
private AttributeSet getAttributeSet() throws
XmlPullParserException
, IOException {
43
public void testConstructor() throws
XmlPullParserException
, IOException {
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
AbstractXmlPullParser.java
22
import org.xmlpull.v1.
XmlPullParserException
;
47
} catch (
XmlPullParserException
e) {
54
abstract void parse(XmlPullParser parser) throws
XmlPullParserException
, IOException;
TestSummaryXml.java
21
import org.xmlpull.v1.
XmlPullParserException
;
103
void parse(XmlPullParser parser) throws
XmlPullParserException
, IOException {
124
throw new
XmlPullParserException
("Could not find Summary tag");
/frameworks/base/services/core/java/com/android/server/pm/
PreferredActivity.java
22
import org.xmlpull.v1.
XmlPullParserException
;
44
PreferredActivity(XmlPullParser parser) throws
XmlPullParserException
, IOException {
55
public boolean onReadTag(String tagName, XmlPullParser parser) throws
XmlPullParserException
,
/packages/apps/Messaging/src/android/support/v7/mms/
ApnsXmlParser.java
22
import org.xmlpull.v1.
XmlPullParserException
;
48
protected void parseRecord() throws IOException,
XmlPullParserException
{
65
throw new
XmlPullParserException
("Expecting end tag @" + xmlParserDebugContext());
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-repository-metadata/2.0.9/
maven-repository-metadata-2.0.9.jar
/libcore/xml/src/main/java/org/kxml2/io/
KXmlParser.java
34
import org.xmlpull.v1.
XmlPullParserException
;
194
private boolean adjustNsp() throws
XmlPullParserException
{
303
private void checkRelaxed(String errorMessage) throws
XmlPullParserException
{
305
throw new
XmlPullParserException
(errorMessage, this, null);
312
public int next() throws
XmlPullParserException
, IOException {
316
public int nextToken() throws
XmlPullParserException
, IOException {
320
private int next(boolean justOneToken) throws IOException,
XmlPullParserException
{
322
throw new
XmlPullParserException
("setInput() must be called first.", this, null);
423
throw new
XmlPullParserException
("Unexpected token", this, null);
428
throw new
XmlPullParserException
("Unexpected token", this, null)
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/
maven-plugin-registry-2.2.1.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.2.1/
maven-settings-2.2.1.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-profile/2.0.9/
maven-profile-2.0.9.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-decoration-model/1.0/
doxia-decoration-model-1.0.jar
/frameworks/base/graphics/java/android/graphics/
FontListParser.java
22
import org.xmlpull.v1.
XmlPullParserException
;
91
public static Config parse(InputStream in) throws
XmlPullParserException
, IOException {
103
throws
XmlPullParserException
, IOException {
121
throws
XmlPullParserException
, IOException {
143
throws
XmlPullParserException
, IOException {
178
throws
XmlPullParserException
, IOException {
187
throw new
XmlPullParserException
("Invalid tag attribute value.", parser, null);
195
throw new
XmlPullParserException
("Invalid styleValue attribute value.", parser, null);
203
throws
XmlPullParserException
, IOException {
217
private static void skip(XmlPullParser parser) throws
XmlPullParserException
, IOException
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
plexus-sec-dispatcher-1.3.jar
maven-settings-3.2.1.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar
/prebuilts/tools/common/m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/
plexus-sec-dispatcher-1.3.jar
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-settings/2.0.9/
maven-settings-2.0.9.jar
/packages/services/Telephony/src/com/android/phone/vvm/omtp/
TelephonyVvmConfigManager.java
29
import org.xmlpull.v1.
XmlPullParserException
;
90
} catch (IOException |
XmlPullParserException
e) {
98
XmlPullParserException
{
115
XmlPullParserException
{
151
throws
XmlPullParserException
, IOException {
155
throw new
XmlPullParserException
("Unknown tag=" + tag);
/cts/tests/tests/view/src/android/view/cts/
ViewGroup_LayoutParamsTest.java
21
import org.xmlpull.v1.
XmlPullParserException
;
37
public void testConstructor() throws
XmlPullParserException
, IOException {
50
public void testSetBaseAttributes() throws
XmlPullParserException
, IOException {
Completed in 727 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>