OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XmlPullParserException
(Results
101 - 125
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimationDrawableTest.java
23
import org.xmlpull.v1.
XmlPullParserException
;
280
public void testInflate() throws
XmlPullParserException
, IOException {
318
fail("Should throw
XmlPullParserException
if drawable of item is missing");
319
} catch (
XmlPullParserException
e) {
324
public void testInflateWithNullParameters() throws
XmlPullParserException
, IOException {
356
private XmlResourceParser getResourceParser(int resId) throws
XmlPullParserException
,
StateListDrawableTest.java
22
import org.xmlpull.v1.
XmlPullParserException
;
156
public void testInflate() throws
XmlPullParserException
, IOException {
200
fail("Should throw
XmlPullParserException
if drawable of item is missing");
201
} catch (
XmlPullParserException
e) {
205
public void testInflateWithNullParameters() throws
XmlPullParserException
, IOException{
209
fail("Should throw
XmlPullParserException
if resource is null");
215
fail("Should throw
XmlPullParserException
if parser is null");
221
fail("Should throw
XmlPullParserException
if AttributeSet is null");
246
private XmlResourceParser getResourceParser(int resId) throws
XmlPullParserException
,
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
XmlDocumentProvider.java
38
import org.xmlpull.v1.
XmlPullParserException
;
198
} catch (
XmlPullParserException
e) {
221
} catch (
XmlPullParserException
e) {
244
} catch (
XmlPullParserException
e) {
379
public void parseWith(XmlPullParser parser) throws IOException,
XmlPullParserException
{
/frameworks/base/services/java/com/android/server/firewall/
IntentFirewall.java
39
import org.xmlpull.v1.
XmlPullParserException
;
339
} catch (
XmlPullParserException
ex) {
347
} catch (
XmlPullParserException
ex) {
379
static Filter parseFilter(XmlPullParser parser) throws IOException,
XmlPullParserException
{
385
throw new
XmlPullParserException
("Unknown element in filter list: " + elementName);
423
public Rule readFromXml(XmlPullParser parser) throws IOException,
XmlPullParserException
{
432
protected void readChild(XmlPullParser parser) throws IOException,
XmlPullParserException
{
442
throw new
XmlPullParserException
("Component name must be specified.",
448
throw new
XmlPullParserException
("Invalid component name: " + componentStr);
StringFilter.java
24
import org.xmlpull.v1.
XmlPullParserException
;
48
* contains, etc. Otherwise, an
XmlPullParserException
will be thrown.
55
throws IOException,
XmlPullParserException
{
62
throw new
XmlPullParserException
("Multiple string filter attributes found");
133
throws IOException,
XmlPullParserException
{
/frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java
20
import org.xmlpull.v1.
XmlPullParserException
;
231
throws
XmlPullParserException
, IOException {
241
throw new
XmlPullParserException
("No "
256
throw new
XmlPullParserException
(
294
throw new
XmlPullParserException
(
427
throws
XmlPullParserException
, IOException {
/packages/apps/Exchange/src/com/android/exchange/adapter/
ProvisionParser.java
31
import org.xmlpull.v1.
XmlPullParserException
;
408
} catch (
XmlPullParserException
e) {
419
throws
XmlPullParserException
, IOException {
442
throws
XmlPullParserException
, IOException {
484
throws
XmlPullParserException
, IOException {
499
throws
XmlPullParserException
, IOException {
/packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java
41
import org.xmlpull.v1.
XmlPullParserException
;
128
} catch (
XmlPullParserException
e) {
148
throws
XmlPullParserException
, IOException {
165
throw new
XmlPullParserException
("No " + SettingInjectorService.META_DATA_NAME
178
throw new
XmlPullParserException
("Meta-data does not start with "
185
throw new
XmlPullParserException
(
/cts/tests/tests/content/src/android/content/cts/
ContextTest.java
23
import org.xmlpull.v1.
XmlPullParserException
;
164
} catch (
XmlPullParserException
e) {
/development/samples/training/threadsample/src/com/example/android/threadsample/
RSSPullService.java
25
import org.xmlpull.v1.
XmlPullParserException
;
253
} catch (
XmlPullParserException
localXmlPullParserException) {
/external/smack/src/com/kenai/jbosh/
BodyParserXmlPull.java
26
import org.xmlpull.v1.
XmlPullParserException
;
126
} catch (
XmlPullParserException
xmlppx) {
/frameworks/base/core/java/com/android/internal/os/
PowerProfile.java
26
import org.xmlpull.v1.
XmlPullParserException
;
212
} catch (
XmlPullParserException
e) {
/frameworks/base/core/tests/coretests/src/android/app/activity/
MetaDataTest.java
33
import org.xmlpull.v1.
XmlPullParserException
;
43
throws IOException,
XmlPullParserException
{
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
FusedPrintersProvider.java
40
import org.xmlpull.v1.
XmlPullParserException
;
541
} catch (
XmlPullParserException
xppe) {
555
throws IOException,
XmlPullParserException
{
574
throws IOException,
XmlPullParserException
{
614
throws IOException,
XmlPullParserException
{
616
throw new
XmlPullParserException
("Exepected event: " + type
623
throws IOException,
XmlPullParserException
{
631
throws IOException,
XmlPullParserException
{
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
LocalizedNameResolver.java
35
import org.xmlpull.v1.
XmlPullParserException
;
155
} catch (
XmlPullParserException
e) {
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ExternalSource.java
20
import org.xmlpull.v1.
XmlPullParserException
;
180
} catch (
XmlPullParserException
e) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java
23
import org.xmlpull.v1.
XmlPullParserException
;
159
} catch (
XmlPullParserException
e) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java
33
import org.xmlpull.v1.
XmlPullParserException
;
157
} catch (
XmlPullParserException
e) {
/frameworks/base/core/java/android/animation/
AnimatorInflater.java
28
import org.xmlpull.v1.
XmlPullParserException
;
73
} catch (
XmlPullParserException
ex) {
91
throws
XmlPullParserException
, IOException {
98
throws
XmlPullParserException
, IOException {
/frameworks/base/core/java/android/preference/
GenericInflater.java
24
import org.xmlpull.v1.
XmlPullParserException
;
334
} catch (
XmlPullParserException
e) {
461
throws
XmlPullParserException
, IOException {
513
final AttributeSet attrs) throws
XmlPullParserException
{
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java
27
import org.xmlpull.v1.
XmlPullParserException
;
166
void parse(XmlPullParser parser) throws
XmlPullParserException
, IOException {
168
throw new
XmlPullParserException
(String.format(
TestSuite.java
23
import org.xmlpull.v1.
XmlPullParserException
;
162
void parse(XmlPullParser parser) throws
XmlPullParserException
, IOException {
164
throw new
XmlPullParserException
(String.format(
/development/samples/training/network-usage/src/com/example/android/networkusage/
NetworkActivity.java
37
import org.xmlpull.v1.
XmlPullParserException
;
199
} catch (
XmlPullParserException
e) {
215
private String loadXmlFromNetwork(String urlString) throws
XmlPullParserException
, IOException {
/frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java
20
import org.xmlpull.v1.
XmlPullParserException
;
78
throws
XmlPullParserException
, IOException {
108
throw new
XmlPullParserException
(
StateListDrawable.java
20
import org.xmlpull.v1.
XmlPullParserException
;
115
throws
XmlPullParserException
, IOException {
181
throw new
XmlPullParserException
(
Completed in 1526 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>