OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aborterror
(Results
1 - 25
of
27
) sorted by null
1
2
/development/testrunner/
android_build.py
40
AbortError
: if Android build root could not be found.
47
raise errors.
AbortError
60
AbortError
: if Android host output directory could not be found.
66
raise errors.
AbortError
77
AbortError
: If the os and/or arch could not be found.
90
raise errors.
AbortError
121
AbortError
: if Android host binary directory could not be found.
126
raise errors.
AbortError
142
AbortError
: if Android product directory could not be found.
148
raise errors.
AbortError
[
all
...]
errors.py
39
class
AbortError
(MsgException):
run_command.py
32
"""Sets behavior of RunCommand to throw
AbortError
if command process returns
79
errors.
AbortError
is command returned error code and SetAbortOnError is on.
145
raise errors.
AbortError
(msg=output)
adb_interface.py
346
except errors.
AbortError
:
392
AbortError
, rather than failing.
411
except errors.
AbortError
, e:
464
AbortError
if unrecoverable error occurred
477
except errors.
AbortError
, e:
make_tree.py
101
raise errors.
AbortError
("%s does not exist" % mk_path)
runtest.py
187
raise errors.
AbortError
214
AbortError
: If a fatal error occurred when parsing the tests.
233
raise errors.
AbortError
391
raise errors.
AbortError
470
except errors.
AbortError
, error:
472
logger.SilentLog("Exiting due to
AbortError
...")
/external/chromium_org/third_party/android_testrunner/
errors.py
39
class
AbortError
(MsgException):
run_command.py
33
"""Sets behavior of RunCommand to throw
AbortError
if command process returns
80
errors.
AbortError
is command returned error code and SetAbortOnError is on.
141
raise errors.
AbortError
(msg=output)
adb_interface.py
397
AbortError
, rather than failing.
416
except errors.
AbortError
, e:
469
AbortError
if unrecoverable error occurred
482
except errors.
AbortError
, e:
patch.diff
104
raise errors.
AbortError
(msg=output)
/development/testrunner/coverage/
coverage.py
244
AbortError
if a fatal error occurred when parsing the target files.
257
raise errors.
AbortError
291
raise errors.
AbortError
(msg)
306
raise errors.
AbortError
(msg)
334
except errors.
AbortError
:
335
logger.SilentLog("Exiting due to
AbortError
")
/development/testrunner/test_defs/
host_test.py
85
errors.
AbortError
: if fatal error occurs
97
raise errors.
AbortError
(msg="Could not find jar %s" % path)
instrumentation_test.py
101
errors.
AbortError
: if fatal error occurs
186
raise errors.
AbortError
(msg=msg)
/external/chromium_org/third_party/WebKit/Source/core/dom/
ExceptionCode.h
58
AbortError
,
DOMException.cpp
57
{ "
AbortError
", "The user aborted a request.", 20 },
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBRequestTest.cpp
71
request->onError(DOMError::create(
AbortError
, "Description goes here."));
93
request->onError(DOMError::create(
AbortError
, "Description goes here."));
IDBTransactionTest.cpp
127
transaction->onAbort(DOMError::create(
AbortError
, "Aborted"));
161
db->onAbort(transactionId, DOMError::create(
AbortError
, "Aborted"));
IDBOpenDBRequest.cpp
154
onError(DOMError::create(
AbortError
, "The connection was closed."));
IDBRequest.cpp
166
onError(DOMError::create(
AbortError
, "The transaction was aborted, so the request cannot be fulfilled."));
507
m_transaction->setError(DOMError::create(
AbortError
, "Uncaught exception in event handler."));
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemSync.cpp
161
es.throwDOMException(
AbortError
, FileError::abortErrorMessage);
250
es.throwDOMException(
AbortError
, FileError::abortErrorMessage);
/external/chromium_org/third_party/re2/re2/testing/
unicode_test.py
68
class
AbortError
(Exception):
73
raise
AbortError
("Abort")
/external/regex-re2/re2/testing/
unicode_test.py
68
class
AbortError
(Exception):
73
raise
AbortError
("Abort")
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.cpp
70
ec =
AbortError
;
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequest.h
188
void
abortError
();
XMLHttpRequest.cpp
891
void XMLHttpRequest::
abortError
()
[
all
...]
Completed in 1333 milliseconds
1
2