HomeSort by relevance Sort by last modified time
    Searched full:failed (Results 226 - 250 of 20584) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/test/cintltst/
cstrtest.c 48 log_err("uprv_tolower(abc) failed\n");
55 log_err("uprv_tolower(ABC) failed\n");
62 log_err("uprv_toupper(abc) failed\n");
69 log_err("uprv_toupper(ABC) failed\n");
75 log_err("FAIL: *** T_CString_toLowerCase() failed. Expected: \"hello there\", Got: \"%s\"\n", src);
79 log_err("FAIL: *** T_CString_toUpperCase() failed. Expected: \"HELLO THERE\", Got: \"%s\"\n", src);
84 log_err("FAIL: ****T_CString_stringToInteger(\"34556\", 10) failed. Expected: 34556, Got: %d\n", intValue);
88 log_err("FAIL: ****T_CString_stringToInteger(\"100\", 16) failed. Expected: 256, Got: %d\n", intValue);
92 log_err("FAIL: ****integerToString(src, 34566, 10); failed. Expected: \"34556\", Got: %s\n", src);
96 log_err("FAIL: ****integerToString(src, 431, 16); failed. Expected: \"1AF\", Got: %s\n", src)
    [all...]
  /external/libxml2/python/tests/
thread2.py 13 failed = 0 variable
33 global failed
36 failed = 1
37 print("FAILED to obtain correct value for " \
46 assert "failed"
57 print("FAILED: should have obtained errors")
71 print("FAILED: did not obtain the correct number of errors")
86 print("FAILED: did not obtain the correct number of errors")
89 if failed:
90 print("FAILED")
    [all...]
reader.py 130 print("Failed moveToAttribute(0)")
133 print("Failed to read attribute(0)")
136 print("Failed to read attribute(0) name")
139 print("Failed moveToAttribute(1)")
142 print("Failed to read attribute(1)")
145 print("Failed to read attribute(1) name")
148 print("Failed moveToAttribute(2)")
151 print("Failed to read attribute(2)")
154 print("Failed to read attribute(2) name")
157 print("Failed moveToAttribute(3)"
    [all...]
  /external/libxml2/
testThreadsWin32.c 31 const char *Failed = "Failed";
58 printf("parse failed\n");
63 printf("ValidityCheckingDefaultValue override failed\n");
67 printf("xmlGenericErrorContext override failed\n");
72 printf("ValidityCheckingDefaultValue override failed\n");
76 printf("xmlGenericErrorContext override failed\n");
81 return ((DWORD) Failed);
117 perror ("WaitForMultipleObjects failed");
133 printf("Thread %d handling %s failed\n", i, testfiles[i])
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 50 errln("ERROR: getLocale failed");
53 errln("ERROR: getULocale failed");
59 errln("ERROR: get/set ZeroDigit failed");
65 errln("ERROR: get/set SignificantDigit failed");
71 errln("ERROR: get/set Currency failed");
77 errln("ERROR: get/set GroupingSeparator failed");
83 errln("ERROR: get/set DecimalSeparator failed");
89 errln("ERROR: get/set MonetaryGroupingSeparator failed");
95 errln("ERROR: get/set MonetaryDecimalSeparator failed");
101 errln("ERROR: get/set PerMill failed");
    [all...]
IntlTestDecimalFormatSymbolsC.java 50 errln("ERROR: get/set ZeroDigit failed");
56 errln("ERROR: get/set GroupingSeparator failed");
62 errln("ERROR: get/set DecimalSeparator failed");
68 errln("ERROR: get/set PerMill failed");
74 errln("ERROR: get/set Percent failed");
80 errln("ERROR: get/set Percent failed");
86 errln("ERROR: get/set PatternSeparator failed");
93 errln("ERROR: get/set Infinity failed");
100 errln("ERROR: get/set NaN failed");
106 errln("ERROR: get/set MinusSign failed");
    [all...]
SelectFormatAPITest.java 51 assertTrue("Equals test failed while checking equality for "
59 assertTrue("Equals test failed while checking equality for object 1."
61 assertTrue("Equals test failed while checking equality for object 2."
63 assertFalse("Equals test failed while checking equality for object 3."
77 assertEquals("Failed in applyPattern,toPattern with unexpected output"
84 errln("Failed in applyPattern. applyPattern should throw IllegalArgumentException for " + brokenPattern);
99 assertEquals("Failed in TestToString with unexpected output 2"
111 assertEquals("Failed in TestHashCode 1 with unexpected output"
113 assertNotEquals("Failed in TestHashCode 2 with unexpected output"
122 assertEquals("Failed in TestToPattern 2 with unexpected output
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 46 errln("ERROR: getLocale failed");
49 errln("ERROR: getULocale failed");
55 errln("ERROR: get/set ZeroDigit failed");
61 errln("ERROR: get/set SignificantDigit failed");
67 errln("ERROR: get/set Currency failed");
73 errln("ERROR: get/set GroupingSeparator failed");
79 errln("ERROR: get/set DecimalSeparator failed");
85 errln("ERROR: get/set MonetaryGroupingSeparator failed");
91 errln("ERROR: get/set MonetaryDecimalSeparator failed");
97 errln("ERROR: get/set PerMill failed");
    [all...]
IntlTestDecimalFormatSymbolsC.java 46 errln("ERROR: get/set ZeroDigit failed");
52 errln("ERROR: get/set GroupingSeparator failed");
58 errln("ERROR: get/set DecimalSeparator failed");
64 errln("ERROR: get/set PerMill failed");
70 errln("ERROR: get/set Percent failed");
76 errln("ERROR: get/set Percent failed");
82 errln("ERROR: get/set PatternSeparator failed");
89 errln("ERROR: get/set Infinity failed");
96 errln("ERROR: get/set NaN failed");
102 errln("ERROR: get/set MinusSign failed");
    [all...]
SelectFormatAPITest.java 47 assertTrue("Equals test failed while checking equality for "
55 assertTrue("Equals test failed while checking equality for object 1."
57 assertTrue("Equals test failed while checking equality for object 2."
59 assertFalse("Equals test failed while checking equality for object 3."
73 assertEquals("Failed in applyPattern,toPattern with unexpected output"
80 errln("Failed in applyPattern. applyPattern should throw IllegalArgumentException for " + brokenPattern);
95 assertEquals("Failed in TestToString with unexpected output 2"
107 assertEquals("Failed in TestHashCode 1 with unexpected output"
109 assertNotEquals("Failed in TestHashCode 2 with unexpected output"
118 assertEquals("Failed in TestToPattern 2 with unexpected output
    [all...]
  /external/curl/packages/vms/
curlmsg.msg 27 FAILED_INIT <failed init>
50 UPLOAD_FAILED <failed upload command>
55 FTP_PORT_FAILED <FTP PORT operation failed>
56 FTP_COULDNT_USE_REST <FTP REST command failed>
64 LDAP_SEARCH_FAILED <LDAP search failed>
70 INTERFACE_FAILED <CURLOPT_INTERFACE failed>
76 PEER_FAILED_VERIF <peer certificate or fingerprint failed>
89 USE_SSL_FAILED <requested FTP SSL level failed>
90 SEND_FAIL_REWIND <sending data requires a rewind that failed>
91 SSL_ENGINE_INITFAILED <failed to initialise ENGINE
    [all...]
  /art/runtime/
verify_object-inl.h 35 bool failed = !IsAligned<kObjectAlignment>(obj); local
36 if (!failed) {
38 failed = failed || !IsAligned<kObjectAlignment>(c);
39 failed = failed || !VerifyClassClass(c);
41 if (UNLIKELY(failed)) {
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_change_id.3 29 This returns 0 on success and a negative number on failure. -1 means capng has not been initted properly, -2 means a failure requesting to keep capabilities across the uid change, -3 means that applying the intermediate capabilities failed, -4 means changing gid failed, -5 means dropping supplemental groups failed, -6 means changing the uid failed, -7 means dropping the ability to retain caps across a uid change failed, -8 means clearing the bounding set failed, -9 means dropping CAP_SETPCAP failed.
  /external/valgrind/none/tests/
pending.c 24 fprintf(stderr, "FAILED: got signal %d instead\n", sig);
29 fprintf(stderr, "FAILED: signal delivered early (in handler)\n");
58 fprintf(stderr, "FAILED: signal delivered too early\n");
68 fprintf(stderr, "FAILED: signal not delivered\n");
77 perror("FAILED: sigwaitinfo failed");
81 fprintf(stderr, "FAILED: SIGHUP not still pending; got signal %d\n",
  /frameworks/base/core/java/android/os/storage/
StorageResultCode.java 34 * Operation failed: Internal error.
40 * Operation failed: Missing media.
46 * Operation failed: Media is blank.
52 * Operation failed: Media is corrupt.
58 * Operation failed: Storage not mounted.
64 * Operation failed: Storage is mounted.
70 * Operation failed: Storage is busy.
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
alloc.rs 18 bool failed = false;
71 if (failed) {
72 rsDebug("test_alloc_dims FAILED", 0);
78 return failed;
82 bool failed = false;
83 failed |= test_alloc_dims();
85 if (failed) {
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
alloc.rs 18 bool failed = false;
71 if (failed) {
72 rsDebug("test_alloc_dims FAILED", 0);
78 return failed;
82 bool failed = false;
83 failed |= test_alloc_dims();
85 if (failed) {
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
alloc.rs 18 bool failed = false;
71 if (failed) {
72 rsDebug("test_alloc_dims FAILED", 0);
78 return failed;
82 bool failed = false;
83 failed |= test_alloc_dims();
85 if (failed) {
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
alloc.rs 18 bool failed = false;
71 if (failed) {
72 rsDebug("test_alloc_dims FAILED", 0);
78 return failed;
82 bool failed = false;
83 failed |= test_alloc_dims();
85 if (failed) {
  /device/huawei/angler/location/loc_api/ds_api/
ds_client.h 44 /**< Failed because of a general failure. */
47 /**< Failed because the service does not support the command. */
50 /**< Failed because the request contained invalid parameters. */
53 /**< Failed because the engine is busy. */
56 /**< Failed because the phone is offline. */
59 /**< Failed because of a timeout. */
62 /**< Failed because the service is not present. */
65 /**< Failed because the service version is unsupported. */
68 /**< Failed because the service does not support client version. */
71 /**< Failed because an invalid handle was specified. *
    [all...]
  /device/lge/bullhead/location/loc_api/ds_api/
ds_client.h 44 /**< Failed because of a general failure. */
47 /**< Failed because the service does not support the command. */
50 /**< Failed because the request contained invalid parameters. */
53 /**< Failed because the engine is busy. */
56 /**< Failed because the phone is offline. */
59 /**< Failed because of a timeout. */
62 /**< Failed because the service is not present. */
65 /**< Failed because the service version is unsupported. */
68 /**< Failed because the service does not support client version. */
71 /**< Failed because an invalid handle was specified. *
    [all...]
  /device/moto/shamu/location/loc_api/ds_api/
ds_client.h 44 /**< Failed because of a general failure. */
47 /**< Failed because the service does not support the command. */
50 /**< Failed because the request contained invalid parameters. */
53 /**< Failed because the engine is busy. */
56 /**< Failed because the phone is offline. */
59 /**< Failed because of a timeout. */
62 /**< Failed because the service is not present. */
65 /**< Failed because the service version is unsupported. */
68 /**< Failed because the service does not support client version. */
71 /**< Failed because an invalid handle was specified. *
    [all...]
  /external/libcap-ng/libcap-ng-0.7/bindings/python/test/
capng-test.py 16 print("Failed clearing capabilities\n")
21 print("Failed filling capabilities")
34 print("Failed update test 1")
39 print("Failed have capability test 1")
44 print("Failed have capabilities test 1")
50 print("Failed update test 3")
54 print("Failed have capabilities test 3")
60 print("Failed update test 4")
64 print("Failed have capabilities test 4")
  /external/autotest/utils/
reverify_repair_failed.py 4 Send all Repair Failed hosts that the user running this script has access to
7 Suggested use: Run this as an occasional cron job to re-check if Repair Failed
27 hostnames = afe_client.reverify_hosts(status='Repair Failed',
32 print 'The following Repair Failed hosts on', options.server,
36 print 'Repair Failed hosts on', options.server, 'will be reverified.'
  /external/chromium-trace/catapult/dashboard/dashboard/
bisect_stats_test.py 27 bisect_stats.UpdateBisectStats('win_bot', 'failed')
28 bisect_stats.UpdateBisectStats('win_bot', 'failed')
31 bisect_stats.UpdateBisectStats('linux_bot', 'failed')
41 'failed': {
49 'failed': [[1407110400000, 3]],

Completed in 703 milliseconds

1 2 3 4 5 6 7 8 91011>>