OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:failure
(Results
2001 - 2025
of
3254
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/stlport/stlport/stl/
_algo.c
188
return __last; //
failure
206
return __last; //
failure
215
return __last; //
failure
[
all
...]
/external/tcpdump/
print-nfs.c
365
(void)printf("Unknown
failure
");
369
(void)printf("Invalid
failure
code %u",
935
* version in vers return, or returns -1 on
failure
[
all
...]
/external/v8/src/ia32/
regexp-macro-assembler-ia32.cc
356
// Check if function returned non-zero for success or zero for
failure
.
607
ASSERT(
FAILURE
== 0); // Return value for
failure
is zero.
[
all
...]
/external/v8/src/x64/
regexp-macro-assembler-x64.cc
374
// Check if function returned non-zero for success or zero for
failure
.
628
ASSERT(
FAILURE
== 0); // Return value for
failure
is zero.
[
all
...]
/external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.cpp
449
// Client redirect (
failure
)
514
// Called on both success and
failure
of a client redirect.
[
all
...]
/external/webkit/WebKit/chromium/src/js/
Tests.js
56
* Reports test
failure
.
57
* @param {string} message
Failure
description.
[
all
...]
/external/wpa_supplicant/
x509v3.c
1192
* Returns: Pointer to the parsed certificate or %NULL on
failure
[
all
...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.c
1207
* Returns: Pointer to the parsed certificate or %NULL on
failure
[
all
...]
/frameworks/base/wifi/java/android/net/wifi/
WifiManager.java
399
* Returns {@code -1} on
failure
.
420
* Returns {@code -1} on
failure
, including when the {@code networkId}
437
* @return the ID of the network on success, {@code -1} on
failure
.
[
all
...]
/hardware/ti/wlan/wl1271/stad/src/Data_link/
rx.c
[
all
...]
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/
scanResultTable.c
168
/* because the malloc
failure
here the TRACEx can not be used (no pointer for the 1st parameter to TRACEx) */
[
all
...]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
LegacyContactImporter.java
220
* This is used for simulating an import
failure
. Insert a row into the "settings"
222
* after verifying the
failure
handling.
228
throw new SQLiteException("Testing import
failure
.");
[
all
...]
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBld.c
[
all
...]
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
rx.c
[
all
...]
/external/icu4c/test/intltest/
dtfmttst.cpp
885
errln((UnicodeString)"FAIL: Expected parse
failure
");
[
all
...]
/bionic/libc/include/
stdio.h
425
* fully POSIX compliant; they do not set errno on
failure
/bootable/bootloader/legacy/usbloader/
usbloader.c
474
tx_status("FAILflash write
failure
");
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java
118
// Known
Failure
- should not throw NPE bug 2136234
/cts/tools/host/src/com/android/cts/
TestSessionLog.java
439
//
failure
message may contain control characters < 0x20 that get translated
/cts/tools/utils/
DescriptionGenerator.java
610
* @param knownFailure The reason of known
failure
.
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CyclicBarrier.java
85
* point prematurely because of interruption,
failure
, or timeout, all
ThreadPoolExecutor.java
459
* treated as an error,
failure
to create threads may result in
513
*
failure
to actually interrupt threads may disable or delay full
515
* and
failure
to actually interrupt will merely delay response to
[
all
...]
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
JSR166TestCase.java
202
* Triggers test case
failure
if any thread assertions have failed
/dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSFileSystem.cpp
447
//
failure
. (This appears to be true of the RI too.)
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java
233
return null; // the API specifies this quiet
failure
Completed in 707 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>