HomeSort by relevance Sort by last modified time
    Searched full:failure (Results 326 - 350 of 5226) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/manual-tests/resources/
before-go-back.html 15 If the webkit doesn't meet an assertion failure : this test is successfull.
  /external/webkit/Source/WebKit/android/wds/client/
AdbConnection.cpp 100 log_errno("Failure when sending payload");
106 log_errno("Failure when sending command");
130 log_errno("Failure reading failure message from adb");
139 LOGE("Received failure from adb: %s", msg);
153 log_errno("Failure reading response from adb");
162 // Something happened, print out the reason for failure
195 log_errno("Failure to read payload size of device list");
210 log_errno("Failure reading the device list");
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-spi.h 95 internal::String message_; // The test failure message.
137 // This helper class can be used to mock out Google Test failure reporting
142 // Google Test failure is reported.
171 // TestPartResultArray contains exactly one failure that has the given
173 // non-fatal failure will be generated.
195 // statement will cause exactly one fatal Google Test failure with 'substr'
196 // being part of the failure message.
206 // - You cannot stream a failure message to this macro.
224 // statement will cause exactly one non-fatal Google Test failure with
225 // 'substr' being part of the failure message
    [all...]
  /external/gtest/test/
gtest_unittest.cc 805 static void AddFailure(FailureMode failure) {
806 if (failure == FATAL_FAILURE) {
807 FAIL() << "Expected fatal failure.";
809 ADD_FAILURE() << "Expected non-fatal failure.";
846 static void AddFailureInOtherThread(FailureMode failure) {
852 &failure);
857 FailureMode* failure = static_cast<FailureMode*>(attr); local
858 AddFailure(*failure);
889 EXPECT_FATAL_FAILURE(AddFailure(FATAL_FAILURE), "Expected fatal failure.");
896 "Expected fatal failure.")
    [all...]
  /dalvik/tests/032-concrete-sub/src/
Main.java 31 System.out.println("Got expected failure");
33 System.out.println("Got expected failure");
  /external/chromium/base/
process_win.cc 27 return false; // Failure case.
30 return false; // Failure case.
  /external/qemu/android/protocol/
ui-commands-proxy.h 26 * 0 on success, or < 0 on failure.
37 * 0 on success, or < 0 on failure.
  /external/webkit/LayoutTests/fast/encoding/
css-charset.html 26 result.innerHTML = "FAILURE: " + text;
28 result.innerHTML = "FAILURE: " + ex;
preload-encoding.html 42 (/SU??????SS/.test(document.styleSheets[0].cssRules[0].cssText)) ? "SUCCESS" : "FAILURE";
45 (/SU??????SS/.test(document.styleSheets[1].cssRules[0].cssText)) ? "SUCCESS" : "FAILURE";
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
test.html 22 <p style="color: red">Failure: No alert dialog is shown, or the message is not &quot;Success!&quot;</p>
26 <p style="color: red">Failure: An alert dialog is shown, or Safari crashes.</p>
  /external/webkit/Source/WebCore/manual-tests/
bugzilla-14899.html 24 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
25 An assertion failure will occur.
plugin-controller-datasource.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=8658">Bugzilla bug 8658</a> Assertion failure in -[WebPluginContainerCheck _isForbiddenFileLoad] (bridge is null) when clicking QuickTime object with href</p>
17 <p id="failure" style="background-color:#FF3300; padding:3px;"><b>TEST FAIL:</b>
  /external/webkit/Tools/Scripts/
check-dom-results 107 foreach my $failure (sort @disabled) {
108 $failure =~ s|.*/||;
109 $failure =~ s|-disabled||;
110 print " ${directory}/${failure}";
116 foreach my $failure (sort @failures) {
119 $failure =~ s|.*/||;
120 $failure =~ s|-expected\.txt|.${extension}|;
121 print " ${directory}/${failure}";
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
commitqueuetask_unittest.py 108 ScriptError("MOCK clean failure"),
111 command_failed: failure_message='Unable to clean working directory' script_error='MOCK clean failure' patch='197'
118 ScriptError("MOCK update failure"),
123 command_failed: failure_message='Unable to update working directory' script_error='MOCK update failure' patch='197'
131 ScriptError("MOCK apply failure"),
138 command_failed: failure_message='Patch does not apply' script_error='MOCK apply failure' patch='197'
147 ScriptError("MOCK build failure"),
156 command_failed: failure_message='Patch does not build' script_error='MOCK build failure' patch='197'
167 ScriptError("MOCK build failure"),
168 ScriptError("MOCK clean build failure"),
    [all...]
  /external/wpa_supplicant/
driver.h 250 * Returns: 0 on success, -1 on failure
263 * Returns: Length of the SSID on success, -1 on failure
280 * Returns: 0 on success, -1 on failure
322 * Returns: 0 on success, -1 on failure
352 * Returns: Pointer to private data, %NULL on failure
355 * driver events (e.g., associated, scan results, Michael MIC failure).
360 * failure. The returned value will be used as 'void *priv' data for
385 * Returns: 0 on success, -1 on failure
397 * Returns: 0 on success, -1 on failure
409 * Returns: 0 on success, -1 on failure
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 27 * @return 0 on success, < 0 on failure.
34 * @return 0 on success, < 0 on failure.
41 * @return 0 on success, < 0 on failure.
49 * @return 0 on success, < 0 on failure.
56 * @return 0 on success, < 0 on failure.
63 * @return 0 on success, < 0 on failure.
70 * @return 0 on success, < 0 on failure.
77 * @return 0 on success, < 0 on failure.
  /libcore/luni/src/main/native/
readlink.h 21 * failure, returns true on success. The contents of 'result' on failure are undefined. Possible
  /system/core/adb/
adb_client.h 8 ** or a negative number on failure
20 ** on failure.
  /system/core/include/cutils/
native_handle.h 37 * return 0 on success, or a negative error code on failure
59 * return 0 on success, or a negative error code on failure
  /dalvik/tests/042-new-instance/src/
Main.java 52 System.err.println("Got unexpected PackageAccess failure");
64 System.err.println("Got unexpected MaybeAbstract failure");
103 System.err.println("Cons got unexpected PackageAccess failure");
117 System.err.println("Cons got unexpected MaybeAbstract failure");
138 System.err.println("Got unexpected LocalClass3 failure");
  /dalvik/tools/
dexcheck 35 # Failure in system@app@Maps.apk@classes.dex: ERROR: DEX parse failed
50 failure=0
62 echo " Failure in $file: $errout"
63 failure=1
67 exit $failure
  /external/llvm/include/llvm/MC/
MCTargetAsmParser.h 60 /// failure, the parser is not required to read to the end of the line.
66 /// \return True on failure.
84 /// This returns false on success and returns true on failure to match.
86 /// On failure, the target parser is responsible for emitting a diagnostic
87 /// explaining the match failure.
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/
shell.js 63 * Report a failure in the 'accepted' manner
78 * Print a non-failure message.
102 * type) report a failure. If description is provided, include it in the
103 * failure report.
165 reportFailure ("Test driver failure, expected to exit function '" +
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/
shell.js 63 * Report a failure in the 'accepted' manner
78 * Print a non-failure message.
102 * type) report a failure. If description is provided, include it in the
103 * failure report.
165 reportFailure ("Test driver failure, expected to exit function '" +
  /external/icu4c/i18n/unicode/
plurfmt.h 186 * @param status output param set to success/failure code on exit, which
187 * must not indicate a failure before the function call.
197 * @param status output param set to success/failure code on exit, which
198 * must not indicate a failure before the function call.
208 * @param status output param set to success/failure code on exit, which
209 * must not indicate a failure before the function call.
221 * @param status output param set to success/failure code on exit, which
222 * must not indicate a failure before the function call.
233 * @param status output param set to success/failure code on exit, which
234 * must not indicate a failure before the function call
    [all...]

Completed in 1131 milliseconds

<<11121314151617181920>>