HomeSort by relevance Sort by last modified time
    Searched refs:failure (Results 101 - 125 of 1429) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_setattr/
2-1.c 42 int failure = 0; local
69 failure = 1;
75 failure = 1;
81 if (failure == 1) {
5-1.c 41 int failure = 0; local
63 failure = 1;
67 failure = 1;
73 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/
13-1.c 40 int unresolved = 0, failure = 0; local
57 failure = 1;
61 failure = 1;
71 if (failure == 1) {
14-1.c 41 int unresolved = 0, failure = 0; local
58 failure = 1;
62 failure = 1;
72 if (failure == 1) {
15-1.c 41 int unresolved = 0, failure = 0; local
62 failure = 1;
66 failure = 1;
78 if (failure == 1) {
17-1.c 42 int unresolved = 0, failure = 0; local
58 failure = 1;
62 failure = 1;
72 if (failure == 1) {
17-2.c 43 int unresolved = 0, failure = 0; local
59 failure = 1;
63 failure = 1;
73 if (failure == 1) {
17-3.c 43 int unresolved = 0, failure = 0; local
59 failure = 1;
63 failure = 1;
73 if (failure == 1) {
11-1.c 46 int unresolved = 0, failure = 0; local
72 failure = 1;
78 failure = 1;
83 failure = 1;
93 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
11-1.c 34 int unresolved = 0, failure = 0; local
48 failure = 1;
53 failure = 1;
66 if (failure == 1) {
11-2.c 34 int unresolved = 0, failure = 0; local
48 failure = 1;
53 failure = 1;
66 if (failure == 1) {
13-1.c 40 int unresolved = 0, failure = 0, i; local
57 failure = 1;
62 failure = 1;
76 if (failure == 1) {
14-1.c 39 int unresolved = 0, failure = 0, i; local
60 failure = 1;
65 failure = 1;
79 if (failure == 1) {
7-1.c 13 * Test by sending messages with increasing priority number until a failure
47 int unresolved = 0, failure = 0, spri = 1, i, maxreached = 0; local
71 failure = 1;
78 perror("mq_receive() returned failure");
83 failure = 1;
101 if (failure == 1) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
13-1.c 65 int failure = 0; local
90 failure = 1;
93 printf("timer_settime() did not return failure\n");
94 failure = 1;
98 if (failure) {
  /external/ltp/testcases/open_posix_testsuite/functional/timers/clocks/
invaliddates.c 37 int failure = 0; local
67 failure = 1;
72 failure = 1;
90 if (failure) {
  /external/python/cpython2/Mac/scripts/
bgenall.py 32 failure = []
47 failure.append(name)
49 if failure:
50 print 'Failed:', string.join(failure, ' ')
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
MetadataFuture.java 46 public void onFailed(CaptureFailure failure) {
47 super.onFailed(failure);
48 if (failure.getReason() == CaptureFailure.REASON_FLUSHED) {
50 } else if (failure.getReason() == CaptureFailure.REASON_ERROR) {
  /platform_testing/libraries/longevity/src/android/longevity/core/listener/
ErrorTerminator.java 18 import org.junit.runner.notification.Failure;
30 public void testFailure(Failure failure) {
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
cmpxchg_loop.h 26 std::memory_order failure) {
29 failure) == true) {
51 std::memory_order failure) {
54 success, failure) == true) {
  /tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
ICommandResultHandler.java 29 public void failure(String errorDetails, FreeDeviceState deviceState, method in interface:ICommandResultHandler
  /external/curl/src/
tool_cb_wrt.c 87 * point returning a value different from sz*nmemb indicates failure.
89 const size_t failure = bytes ? 0 : 1; local
104 return failure;
110 return failure;
139 return failure;
145 return failure;
154 return failure;
173 return failure;
  /external/icu/icu4c/source/test/intltest/
msfmrgts.cpp 61 MessageFormatRegressionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:MessageFormatRegressionTest
93 failure(status, "couldn't create MessageFormat");
98 failure(status, "messageFormat->applyPattern");
107 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format"))
113 failure(status, "messageFormatter->applyPattern");
126 if( tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
132 if (tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
162 failure(status, "new MessageFormat");
186 failure(status, "new MessageFormat");
193 failure(status, "messageFormat->applyPattern")
    [all...]
miscdtfm.cpp 45 DateFormatMiscTests::failure(UErrorCode status, const char* msg) function in class:DateFormatMiscTests
129 if(failure(status, "new SimpleDateFormat")) return;
134 failure(status, "resultFormatter->format");
169 if(failure(status, "new SimpleDateFormat")) return;
174 failure(status, "df->toLocalizedPattern");
184 failure(status, "df->toLocalizedPattern");
199 if(failure(status, "new DateFormatSymbols")) return;
201 if(failure(status, "new SimpleDateFormat")) return;
207 failure(status, "df->toLocalizedPattern");
217 failure(status, "df->toLocalizedPattern")
    [all...]
  /external/autotest/client/common_lib/
smogcheck_pca9555.py 108 def _computeLEDmask(self, bit_value, failure, warning):
125 if failure:
152 def setLEDs(self, bit_value, failure, warning):
170 An example: bit_value=9, failure=False, warning=True
174 failure=False -> keep LED 5 off
183 failure: a boolean, true = set red LED value to 0.
189 logging.info('Attempt to set LED values: bit_value=%r, failure=%r, '
190 'warning=%r', bit_value, failure, warning)
194 bit_mask = self._computeLEDmask(bit_value, failure, warning)
233 failure: a boolean, true = red LED has value 0. Default: False
    [all...]

Completed in 509 milliseconds

1 2 3 45 6 7 8 91011>>