OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aborterror
(Results
1 - 11
of
11
) sorted by null
/development/testrunner/
android_build.py
40
AbortError
: if Android build root could not be found.
46
raise errors.
AbortError
57
AbortError
: If the os and/or arch could not be found.
70
raise errors.
AbortError
86
AbortError
: if Android host binary directory could not be found.
92
raise errors.
AbortError
108
AbortError
: if Android product directory could not be found.
113
raise errors.
AbortError
129
AbortError
: if Android target system bin directory could not be found.
134
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)
coverage.py
245
AbortError
if a fatal error occurred when parsing the target files.
258
raise errors.
AbortError
306
except errors.
AbortError
:
332
except errors.
AbortError
:
333
logger.SilentLog("Exiting due to
AbortError
")
adb_interface.py
394
AbortError
, rather than failing.
413
except errors.
AbortError
, e:
466
AbortError
if unrecoverable error occurred
479
except errors.
AbortError
, e:
runtest.py
173
raise errors.
AbortError
197
AbortError
: If a fatal error occurred when parsing the tests.
216
raise errors.
AbortError
354
raise errors.
AbortError
418
except errors.
AbortError
, error:
420
logger.SilentLog("Exiting due to
AbortError
...")
/development/testrunner/test_defs/
host_test.py
84
errors.
AbortError
: if fatal error occurs
96
raise errors.
AbortError
(msg="Could not find jar %s" % path)
instrumentation_test.py
104
errors.
AbortError
: if fatal error occurs
/external/webkit/Source/WebCore/xml/
XMLHttpRequest.h
179
void
abortError
();
XMLHttpRequest.cpp
767
void XMLHttpRequest::
abortError
()
963
abortError
();
[
all
...]
/external/webkit/Source/WebCore/
ChangeLog-2008-08-10
[
all
...]
Completed in 406 milliseconds