HomeSort by relevance Sort by last modified time
    Searched full:errorexception (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 117 OldAndroidMonitorTest.errorException = t;
181 OldAndroidMonitorTest.errorException = t;
263 private static Throwable errorException;
271 errorException = null;
285 if (errorException != null) {
287 errorException);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 73 throw new ErrorException('Curl extension is required.');
135 throw new ErrorException(curl_error($curl), curl_errno($curl));
177 * @throws ErrorException
181 if (!$url) throw new ErrorException('No identity supplied.');
300 throw new ErrorException('No servers found!');
302 throw new ErrorException('Endless redirection!');
427 * @throws ErrorException
445 * @throws ErrorException
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 138 } catch(ErrorException $e) {
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 525 Exception errorException = null;
530 errorException = e;
539 if (errorException != null) {
540 Slog.w(TAG, mArchiveSourcePath, errorException);
    [all...]

Completed in 1787 milliseconds