OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:failure
(Results
201 - 225
of
3254
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/asm-generic/
bug.h
9
printk("BUG:
failure
at %s:%d/%s()!\n", __FILE__, __LINE__, __FUNCTION__); \
/external/oprofile/daemon/
opd_pipe.h
19
* the daemon and the 'opcontrol --dump' command.
Failure
to create the pipe
/external/oprofile/libabi/
op_abi.h
35
* return 1 on success, 0 on
failure
/external/webkit/LayoutTests/http/tests/appcache/
404-resource.html
27
log("
FAILURE
: cache status is not uncached: " + applicationCache.status);
crash-when-navigating-away-then-back.html
25
<div id="result">
FAILURE
- test not completed</div>
deferred-events-delete-while-raising.html
32
<div id="result">
FAILURE
</div>
disabled.html
48
log("
FAILURE
");
manifest-redirect-2.html
26
log("
FAILURE
: Unexpected cache status: " + window.applicationCache.status);
manifest-redirect.html
26
log("
FAILURE
: Unexpected cache status: " + window.applicationCache.status);
resource-redirect-2.html
26
log("
FAILURE
: Unexpected cache status: " + window.applicationCache.status);
resource-redirect.html
26
log("
FAILURE
: Unexpected cache status: " + window.applicationCache.status);
wrong-content-type.html
26
log("
FAILURE
: Unexpected cache status: " + window.applicationCache.status);
wrong-signature-2.html
26
log("
FAILURE
: Unexpected cache status: " + window.applicationCache.status);
wrong-signature.html
26
log("
FAILURE
: Unexpected cache status: " + window.applicationCache.status);
/external/webkit/LayoutTests/storage/
open-database-set-empty-version.html
23
FAILURE
- an exception was expected.
/external/webkit/WebCore/manual-tests/resources/
named-window-blank-target-step2.html
13
<p id="
failure
" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_identity.c
22
enum { CONTINUE, SUCCESS,
FAILURE
} state;
78
data->state =
FAILURE
;
116
data->state =
FAILURE
;
133
data->state =
FAILURE
;
/frameworks/base/core/java/android/os/storage/
IMountShutdownObserver.aidl
29
* @param statusCode indicates success or
failure
/frameworks/base/core/tests/coretests/src/android/os/
IdleHandlerTest.java
77
failure
(new RuntimeException(
113
failure
(new RuntimeException(
148
failure
(new RuntimeException(
184
failure
(new RuntimeException(
/system/extras/tests/bionic/libstdc++/
README.TXT
14
in case of
failure
.
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
DateTest.java
43
assertEquals("Assert 0: parse
failure
",
45
assertEquals("Assert 1: parse
failure
",
/external/clearsilver/java-jni/
JNI.java
15
*
Failure
callback strategy that writes a message to sysout, then calls
28
*
Failure
callback strategy that throws an UnsatisfiedLinkError, which
/external/junit/src/junit/swingui/
TestHierarchyRunView.java
49
public void revealFailure(Test
failure
) {
53
int index= model.findTest(
failure
, (Test)model.getRoot(), vpath);
/external/opencore/oscl/oscl/osclproc/src/
oscl_mutex.h
74
* @return Returns the Error whether it is success or
failure
.
75
* Incase of
failure
it will return what is the specific error
118
* @return Returns the Error whether it is success or
failure
.
119
* Incase of
failure
it will return what is the specific error
184
* @return Returns the Error whether it is success or
failure
.
185
* Incase of
failure
it will return what is the specific error
262
* @return Returns the Error whether it is success or
failure
.
263
* Incase of
failure
it will return what is the specific error
/external/skia/src/images/
SkMovie.cpp
19
memset(&fInfo, 0, sizeof(fInfo)); //
failure
69
if (!this->onGetBitmap(&fBitmap)) //
failure
Completed in 34 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>