HomeSort by relevance Sort by last modified time
    Searched refs:ParseException (Results 51 - 75 of 117) sorted by null

1 23 4 5

  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 19 import com.android.dx.cf.iface.ParseException;
109 throw new ParseException("extra data in attribute");
133 throw new ParseException("extra data in attribute");
158 throw new ParseException("extra data in attribute");
414 throw new ParseException("unknown annotation tag: " +
448 throw new ParseException("truncated annotation attribute");
  /dalvik/dx/src/com/android/dx/command/dump/
Main.java 19 import com.android.dx.cf.iface.ParseException;
99 } catch (ParseException ex) {
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 4 import java.text.ParseException;
148 throws ParseException
  /dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
FormatTest.java 30 import java.text.ParseException;
155 fail("ParseException was not thrown.");
156 } catch (ParseException e) {
DateFormatTest.java 28 import java.text.ParseException;
788 fail("should throw ParseException first");
789 } catch (ParseException pe) {
804 } catch(ParseException pe) {
805 fail("ParseException was thrown for current Date.");
810 fail("ParseException was not thrown.");
811 } catch(ParseException pe) {
816 fail("ParseException was not thrown.");
817 } catch(ParseException pe) {
822 fail("ParseException was not thrown.")
    [all...]
CollationKeyTest.java 25 import java.text.ParseException;
139 } catch (ParseException e) {
140 fail("ParseException");
NumberFormatTest.java 32 import java.text.ParseException;
114 public void test_getIntegerInstance() throws ParseException {
147 throws ParseException {
    [all...]
CollatorTest.java 28 import java.text.ParseException;
251 } catch (ParseException e) {
283 } catch (ParseException e) {
284 fail("ParseException");
341 } catch (ParseException e) {
342 fail("ParseException");
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/
SyncAdapter.java 36 import org.apache.http.ParseException;
98 } catch (final ParseException e) {
100 Log.e(TAG, "ParseException", e);
  /external/apache-http/src/org/apache/http/impl/entity/
LaxContentLengthStrategy.java 38 import org.apache.http.ParseException;
203 } catch (ParseException px) {
  /frameworks/base/core/java/android/net/
MailTo.java 62 * @exception ParseException if the scheme is not a mailto URL
64 public static MailTo parse(String url) throws ParseException {
69 throw new ParseException("Not a mailto scheme");
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 98 catch (ParseException ex)
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
ExpatParser.java 378 throw new ParseException("No input specified.", locator);
416 throw new ParseException(e.getMessage(), this.locator);
437 throw new ParseException(e.getMessage(), this.locator);
469 throw new ParseException(e.getMessage(), this.locator);
507 throw new ParseException(e.getMessage(), locator);
523 throw new ParseException(e.getMessage(), this.locator);
553 throw new ParseException(e.getMessage(), this.locator);
729 private static class ParseException extends SAXParseException {
731 private ParseException(String message, Locator locator) {
  /cts/tools/host/src/com/android/cts/
TestSessionLogBuilder.java 21 import java.text.ParseException;
133 } catch (ParseException ignored) {
HostUtils.java 35 import java.text.ParseException;
307 public static Date dateFromString(String s) throws ParseException {
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 198 * @throws ParseException If there are problems parsing the response.
200 public static String getRandomWord() throws ApiException, ParseException {
221 throw new ParseException("Problem parsing API response", e);
WordWidget.java 20 import com.example.android.wiktionary.SimpleWikiHelper.ParseException;
98 } catch (ParseException e) {
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
WordWidget.java 20 import com.example.android.simplewiktionary.SimpleWikiHelper.ParseException;
88 } catch (ParseException e) {
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 35 import java.text.ParseException;
162 } catch (ParseException pe) {
  /frameworks/base/core/java/android/net/http/
SslCertificate.java 21 import java.text.ParseException;
211 } catch (ParseException e) {
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/
NetworkUtilities.java 30 import org.apache.http.ParseException;
213 ParseException, IOException, AuthenticationException {
269 String authtoken) throws JSONException, ParseException, IOException,
  /packages/apps/Email/src/com/android/email/mail/store/
ImapResponseParser.java 31 import java.text.ParseException;
388 } catch (ParseException pe) {
425 } catch (ParseException pe) {
  /cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java 30 import java.text.ParseException;
132 public void testFormatMethods() throws ParseException {
  /dalvik/libcore/security/src/main/java/org/bouncycastle/x509/
X509V2AttributeCertificate.java 17 import java.text.ParseException;
70 catch (ParseException e)
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 43 import java.text.ParseException;
216 } catch(ParseException ex) {

Completed in 6913 milliseconds

1 23 4 5