/external/webkit/LayoutTests/http/tests/appcache/ |
top-frame-1-expected.txt | 3 Techically, the check is that iframe subresources that are not in top frame cache are loaded anyway, so it can also pass if the UA fails to reject loads for cache misses.
|
/external/icu4c/tools/memcheck/ |
ICUMemCheck.pl | 29 # uniset.cpp Fails because of SymbolTable::~SymbolTable() 30 # unifilt.cpp Fails because of UnicodeMatcher::~UnicodeMatcher() 31 # strrepl.cpp Fails because of UnicodeReplacer::~UnicodeReplacer() 32 # LayoutEngine.cpp Fails because of LEGlyphFilter::~LEGlyphFilter() 33 # LEGlyphStorage.cpp Fails because of LEInsertionCallback::~LEInsertionCallback() 34 # LEFontInstance.cpp Fails because of LECharMapper::~LECharMapper
|
/external/webkit/WebCore/manual-tests/ |
caret-image.html | 4 If the test fails, the caret will be a big black box the size of the image.
|
open-after-close.html | 12 <p>This test checks for a regression against rdar://problem/3572585: window.open fails if name param = the name of a window just closed in same function.</p>
|
window-close-during-parsing.html | 15 If it fails, Safari will crash.
|
/external/openssl/crypto/jpake/ |
jpaketest.c | 41 printf("Bob fails to process Alice's step 1\n"); 53 printf("Alice fails to process Bob's step 1\n"); 65 printf("Bob fails to process Alice's step 2\n"); 77 printf("Alice fails to process Bob's step 2\n"); 92 printf("Bob fails to process Alice's step 3a\n"); 104 printf("Alice fails to process Bob's step 3b\n");
|
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
TestThread.java | 23 public int fails = 0; field in class:TestThread 64 fails++; 84 return fails;
|
/packages/providers/ContactsProvider/res/values/ |
strings.xml | 26 <!-- Ticker for the notification shown when updating contacts fails because of memory shortage --> 29 <!-- Title for the notification shown when updating contacts fails because of memory shortage --> 32 <!-- Text for the notification shown when updating contacts fails because of memory shortage -->
|
/system/core/include/ctest/ |
ctest.h | 34 * Asserts that a condition is true. The test fails if it isn't. 39 * Asserts that a condition is false. The test fails if the value is true. 43 /** Fails a test with the given message. */
|
/external/icu4c/layout/ |
loengine.h | 45 * @param success - output parameter set to an error code if the operation fails 80 * @param success - output parameter set to an error code if the operation fails 110 * @param success - output parameter set to an error code if the operation fails. 127 * @param success - set to an error code if the operation fails 143 * @param success - set to an error code if the operation fails 160 * @param success - set to an error code if the operation fails 178 * @param success - set to an error code if the operation fails 198 * @param success - set to an error code if the operation fails 215 * @param success - set to an error code if the operation fails
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
RRuleTest.java | 174 // Fails: wrong dates 181 // Fails: wrong dates 188 // Fails: wrong dates 207 // Fails: infinite loop 255 // Fails with wrong times 325 //Fails: wrong dates 332 // Fails: infinite loop 339 // Fails: generates wrong dates 351 //Fails: wrong dates 358 //Fails: infinite loo [all...] |
/dalvik/libcore/icu/src/main/native/ |
ErrorCode.cpp | 18 * creation of the exception to be thrown fails
|
ErrorCode.h | 26 * creation of the exception to be thrown fails
|
/dalvik/vm/mterp/armv5te/ |
OP_MONITOR_EXIT.S | 3 %verify "dvmUnlockObject fails"
|
/dalvik/vm/mterp/x86/ |
OP_MONITOR_EXIT.S | 3 %verify "dvmUnlockObject fails"
|
/external/opencore/nodes/pvcommsionode/include/ |
pv_comms_io_node_factory.h | 45 * media IO components. If the creation fails, this function will leave. 53 * @returns A pointer to an author or leaves if instantiation fails 59 * media IO component. If the creation fails, this function will leave. 62 * @returns A pointer to an author or leaves if instantiation fails
|
/external/opencore/nodes/pvdummyoutputnode/include/ |
pvmf_dummy_fileoutput_factory.h | 54 * Creates an instance of a FileOutput. If the creation fails, this function will leave. 57 * @returns A pointer to an author or leaves if instantiation fails 62 * Creates an instance of a FileOutput. If the creation fails, this function will leave. 67 * @returns A pointer to an author or leaves if instantiation fails
|
/external/opencore/nodes/pvfileoutputnode/include/ |
pvmf_fileoutput_factory.h | 54 * Creates an instance of a FileOutput. If the creation fails, this function will leave. 57 * @returns A pointer to an author or leaves if instantiation fails 62 * Creates an instance of a FileOutput. If the creation fails, this function will leave. 67 * @returns A pointer to an author or leaves if instantiation fails
|
/external/webkit/WebCore/manual-tests/accessibility/ |
java-applet.html | 15 <li>If you do not see an AXButton, the test fails.
|
/external/webkit/WebCore/manual-tests/chromium/ |
select-close-popup-value-change.html | 5 <p>Do the following, the test passes if the select keeps the selected value after step 4, fails if the value reverted.</p>
|
/external/webkit/WebCore/manual-tests/inspector/ |
display-sql-null.html | 12 <p>Test for <a href="https://bugs.webkit.org/show_bug.cgi?id=18837">Bug 18837: Database panel fails to display tables if any value is NULL</a>.</p>
|
/frameworks/base/core/java/android/content/ |
ActivityNotFoundException.java | 21 * one of its variants fails because an Activity can not be found to execute
|
/frameworks/base/core/java/android/net/ |
ParseException.java | 22 * When WebAddress Parser Fails, this exception is thrown
|
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/ |
VpnConnectingError.java | 22 * Exception thrown when a connecting attempt fails.
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
StreamException.java | 20 * Exception thrown when {@link IAbstractFile#getContents()} fails.
|