HomeSort by relevance Sort by last modified time
    Searched defs:FAILED (Results 126 - 150 of 566) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 71 private enum TestStatus { PASSED, FAILED, RUNNING };
113 mTestStatus = TestStatus.FAILED;
134 Log.e(TAG, "Failed to execute startRendering", e);
187 Log.e(TAG, "Failed to execute stopRendering", e);
198 if (mTestStatus == TestStatus.FAILED) {
210 mTestStatus = TestStatus.FAILED;
211 mStatusView.setText("Failed: took too long to render");
225 mStatusView.setText("Failed: saw unexpected color");
227 mTestStatus = TestStatus.FAILED;
  /external/ltp/testcases/kernel/fs/ftest/
ftest07.c 80 #define FAILED 0
126 tst_resm(TFAIL, "Test failed.");
145 tst_brkm(TBROK, NULL, "Failed to get corrent directory");
169 tst_brkm(TBROK | TERRNO, NULL, "sigset (signo=SIGTERM) failed");
195 tst_brkm(TBROK | TERRNO, NULL, "fork failed");
211 "\tTest{%d} failed, expected 0 exit.",
213 local_flag = FAILED;
229 local_flag = FAILED;
236 tst_brkm(TBROK | TERRNO, NULL, "fork failed");
298 tst_brkm(TBROK, NULL, "\tmalloc failed(bits)")
    [all...]
  /external/ltp/testcases/kernel/fs/inode/
inode02.c 103 #define FAILED 0
127 tst_resm(TBROK, "\tSIGTERM sigset set failed, errno=%d\n",
179 ("Fork failed (may be OK if under stress)");
195 fprintf(temp, "Test %d failed - expected 0 exit.\n",
197 local_flag = FAILED;
205 local_flag = FAILED;
354 "Failed to close list_stream: ret=%d errno=%d (%s)\n",
365 fprintf(temp, "Caution - `%s' failed.\n", remove_string);
847 tst_brkm(TFAIL, tst_rmdir, "Test failed\n");
858 (local_flag == FAILED) ? tst_resm(TFAIL, "Test failed"
    [all...]
  /external/ltp/testcases/kernel/mem/mmapstress/
mmapstress01.c 37 #define FAILED 0
434 local_flag = FAILED;
586 perror("munmap failed");
587 local_flag = FAILED;
618 local_flag = FAILED;
630 local_flag = FAILED;
657 local_flag = FAILED;
736 tst_brkm(TFAIL, tst_rmdir, "Test failed");
mmapstress10.c 34 #define FAILED 0
673 perror("munmap failed");
938 tst_brkm(TFAIL, tst_rmdir, "Test failed\n");
  /external/ltp/testcases/kernel/mem/mtest05/
mmstress.c 121 #define FAILED (-1) /* return status for all funcs indicating failure */
248 return FAILED;
253 return FAILED;
304 return FAILED;
316 return FAILED;
335 return FAILED;
379 return FAILED;
403 return FAILED;
427 if (remove_files(tmpfile, map_addr) == FAILED) {
429 return FAILED;
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDevice.java 113 public static final int FAILED = 2;
408 Log.e(TAG, "Failed to parse hex string " + hexString);
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c 47 #define FAILED -1
107 ALOGE("Failed to stat cal file : %s",
126 ALOGE("Failed to write to wcnss device : %s",
135 ALOGE("Failed to read from cal file ; %s",
146 ALOGE("Failed to write to wcnss device : %s",
185 ALOGE("Failed to read from wcnss device : %s",
199 ALOGE("Failed to open cal file : %s",
211 ALOGE("Failed to write to cal file : %s",
249 ALOGE("lstat failed %s", strerror(errno));
296 ALOGE("Failed to open ini source file: %s", strerror(errno))
    [all...]
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
SubPlanHelper.java 68 public static final String FAILED = "failed";
75 statusMap.put(FAILED, TestStatus.FAIL);
88 description = "the result type to include. One of passed, failed, not_executed."
175 * Add a result type from which to derive the subplan. PASSED, FAILED, or NOT_EXECUTED
199 CLog.e("Failed to create plan file %s", mSubPlanFile.getAbsolutePath());
401 new HashSet<String>(Arrays.asList(PASSED, FAILED, NOT_EXECUTED)));
405 if (!type.equals(PASSED) && !type.equals(FAILED) && !type.equals(NOT_EXECUTED)) {
  /external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py 61 FAILED = 0
79 self.FAILED : '.Failed',
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 49 /** Failed to load media. */
50 FAILED,
364 return status == Status.FAILED;
504 Log.d(TAG, "load failed", e);
507 status = Status.FAILED;
  /frameworks/base/services/core/java/com/android/server/connectivity/
DnsManager.java 212 FAILED,
267 mValidationMap.put(p, ValidationStatus.FAILED);
NetworkDiagnostics.java 116 private static final String FAILED = "FAILED";
141 result = FAILED + ": " + msg;
451 // Check if this measurement has already failed during setup.
453 // If the measurement failed during construction it didn't
538 // Check if this measurement has already failed during setup.
540 // If the measurement failed during construction it didn't
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 32 * FAILED: data connection fail for all apns settings
33 * RETRYING: data connection failed but we're going to retry.
36 * FAILED or IDLE : DISCONNECTED
46 FAILED,
  /device/google/marlin/power/
performance.h 34 #define FAILED -1
  /external/dtc/
checks.c 38 FAILED,
95 (c)->status = FAILED; \
129 check_msg(c, dti, "Failed prerequisite '%s'",
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 87 assertEquals(service.state(), Service.State.FAILED);
100 assertEquals(Service.State.FAILED, service.state());
116 assertEquals(Service.State.FAILED, service.state());
178 throw new Exception("Failed");
446 assertEquals(State.FAILED, service.state());
471 throw new IllegalStateException("Failed");
  /external/kernel-headers/modified/scsi/
scsi.h 166 #define DID_ALLOC_FAILURE 0x12 /* Space allocation on the device failed */
190 #define FAILED 0x2003
  /external/kernel-headers/original/scsi/
scsi.h 158 #define DID_ALLOC_FAILURE 0x12 /* Space allocation on the device failed */
182 #define FAILED 0x2003
  /external/lzma/CPP/Common/
MyWindows.h 70 #define FAILED(Status) ((HRESULT)(Status)<0)
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 52 NEW, CHECKING, CONNECTED, COMPLETED, FAILED, DISCONNECTED, CLOSED
  /frameworks/base/telephony/java/com/android/ims/
ImsConfig.java 499 public static final int FAILED = 1;
  /external/cblas/testing/
cblas_test.h 14 #define FAILED 0
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strsafe.h 53 #ifndef FAILED
54 #define FAILED(hr) ((HRESULT)(hr) < 0)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 107 #define FAILED(result) (result != OMX_ErrorNone)
730 DEBUG_PRINT("\nFillBufferDone: Failed to write to the file\n");
    [all...]

Completed in 767 milliseconds

1 2 3 4 56 7 8 91011>>