OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:errorexception
(Results
1 - 6
of
6
) 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_org/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) {
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
index.php
137
} catch(
ErrorException
$e) {
/frameworks/base/core/java/android/content/pm/
PackageParser.java
544
Exception
errorException
= null;
549
errorException
= e;
558
if (
errorException
!= null) {
559
Slog.w(TAG, mArchiveSourcePath,
errorException
);
[
all
...]
Completed in 487 milliseconds