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

1 2 34 5 6 7 8 91011>>

  /external/ltp/testcases/kernel/syscalls/fmtmsg/
fmtmsg01.c 44 #define FAILED 0
98 local_flag = FAILED;
108 local_flag = FAILED;
124 local_flag = FAILED;
137 local_flag = FAILED;
151 local_flag = FAILED;
164 local_flag = FAILED;
174 local_flag = FAILED;
189 local_flag = FAILED;
207 fprintf(temp, "failed to write to console\n\n")
    [all...]
  /external/ltp/testcases/kernel/syscalls/kill/
kill11.c 44 #define FAILED 0
102 "sigset(%d) failed", sig);
108 tst_brkm(TBROK | TERRNO, tst_rmdir, "fork() failed");
kill12.c 51 #define FAILED 0
90 fprintf(temp, "\tsigset failed, errno = %d\n", errno);
178 local_flag = FAILED;
191 (local_flag == FAILED) ? tst_resm(TFAIL,
192 "Test failed") : tst_resm(TPASS,
228 local_flag = FAILED;
235 tst_brkm(TBROK, NULL, "FORK FAILED - terminating test.");
  /external/ltp/testcases/kernel/syscalls/memcmp/
memcmp01.c 49 #define FAILED 0
88 local_flag = FAILED;
94 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
95 local_flag = FAILED;
102 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
103 local_flag = FAILED;
110 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
111 local_flag = FAILED;
118 fprintf(temp, "\tmemcmp succeeded - should have failed.\n");
119 local_flag = FAILED;
    [all...]
  /external/ltp/testcases/kernel/syscalls/memcpy/
memcpy01.c 54 #define FAILED 0
92 fprintf(temp, "\tcopy failed - missed data\n");
93 local_flag = FAILED;
97 fprintf(temp, "\tcopy failed - 'to' bounds\n");
98 local_flag = FAILED;
102 fprintf(temp, "\tcopy failed - 'from' bounds\n");
103 local_flag = FAILED;
119 fprintf(temp, "\tcopy failed - missed data\n");
120 local_flag = FAILED;
124 fprintf(temp, "\tcopy failed - 'to' bounds\n")
    [all...]
  /external/ltp/testcases/kernel/syscalls/modify_ldt/
modify_ldt01.c 92 #define FAILED 1
128 flag = FAILED;
133 flag = FAILED;
137 tst_resm(TINFO, "block 1 FAILED");
159 flag = FAILED;
164 flag = FAILED;
168 tst_resm(TINFO, "block 2 FAILED");
180 tst_brkm(TINFO, cleanup, "Creation of segment failed");
194 flag = FAILED;
199 flag = FAILED;
    [all...]
modify_ldt02.c 89 #define FAILED 1
116 tst_brkm(TINFO, cleanup, "Creation of segment failed");
124 flag = FAILED;
128 tst_resm(TINFO, "block 1 FAILED");
140 tst_brkm(TINFO, cleanup, "Creation of segment failed");
152 flag = FAILED;
158 tst_resm(TINFO, "block 2 FAILED");
  /external/ltp/testcases/kernel/syscalls/nftw/
nftw.c 39 #define FAILED 0
459 "argument of the function fn when stat() failed on the\n");
725 (local_flag == FAILED) ? tst_resm(TFAIL, "Test failed")
nftw64.c 39 #define FAILED 0
471 "argument of the function fn when stat() failed on the\n");
752 (local_flag == FAILED) ? tst_resm(TFAIL, "Test failed")
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite04.c 48 #define FAILED 0
86 tst_resm(TBROK, "open failed: fname = %s, errno = %d",
95 "pwrite at 0 failed: nbytes=%d, errno=%d",
115 "pwrite at K2 failed: nbytes=%d, errno=%d",
135 tst_resm(TFAIL, "write failed: nbytes=%d, errno=%d",
149 tst_resm(TFAIL, "pwrite failed: nbytes=%d, errno=%d",
165 tst_resm(TBROK, "open failed: fname = %s, errno = %d",
170 tst_resm(TFAIL, "fstat failed: errno = %d", errno);
189 "pwrite at 0 failed: nbytes=%d, errno=%d",
195 tst_resm(TFAIL, "fstat failed: errno = %d", errno)
    [all...]
  /external/ltp/testcases/kernel/syscalls/sendfile/
sendfile03.c 55 #define FAILED 1
146 tst_brkm(TBROK, cleanup, "creat failed in setup, errno: %d",
151 tst_brkm(TBROK, cleanup, "write failed, errno: %d", errno);
155 tst_brkm(TBROK, cleanup, "open failed, errno: %d", errno);
159 tst_brkm(TBROK, cleanup, "open failed, errno: %d", errno);
  /external/ltp/testcases/kernel/syscalls/setreuid/
setreuid03.c 34 #define FAILED 1
124 "failed as expected.",
  /external/testng/src/main/java/org/testng/reporters/jq/
SuitePanel.java 14 private static final String FAILED = "failed";
30 String[] statuses = new String[] { FAILED, SKIPPED, PASSED };
51 // Passed/failed icon
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaStreamTrack.java 34 INITIALIZING, LIVE, ENDED, FAILED
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
MmiCode.java 35 FAILED
45 * or FAILED states. null otherwise
57 * State becomes CANCELLED unless already COMPLETE or FAILED
  /tools/repohooks/
pre-upload.py 63 FAILED = COLOR.color(COLOR.RED, 'FAILED')
107 status_line = '[%s] %s' % (self.FAILED, hook_name)
126 self.PASSED if self.success else self.FAILED,
128 'passed' if self.success else 'failed')
209 print('Attempt to fix "%s" for commit "%s" failed: %s' %
342 print('%s: Preupload failed due to above error(s).\n'
  /external/ltp/testcases/kernel/syscalls/creat/
creat08.c 62 #define FAILED 0
113 "getpwnam(\"nobody\") failed");
125 "getgrnam(\"nogroup\") failed");
131 "getgrnam(\"bin\") failed");
143 tst_resm(TFAIL, "Creation of %s failed", DIR_A);
144 local_flag = FAILED;
148 tst_resm(TFAIL, "Chown of %s failed", DIR_A);
149 local_flag = FAILED;
153 tst_resm(TFAIL, "Stat of %s failed", DIR_A);
154 local_flag = FAILED;
    [all...]
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl06.c 71 #define FAILED 0
110 tst_resm(TFAIL, "\tsignal failed. errno = %d", errno);
117 "\tFork failed (may be OK if under stress)");
136 tst_resm(TFAIL, "%s[%d] Test failed. exit=0x%x", prog,
138 local_flag = FAILED;
150 local_flag = FAILED;
153 if (local_flag != FAILED)
156 tst_resm(TFAIL, "semctl06 failed");
173 tst_resm(TFAIL, "\tsemget() failed errno %d", errno);
186 tst_resm(TFAIL, "\tfirst semop() failed errno %d", errno)
    [all...]
  /external/ltp/testcases/kernel/syscalls/open/
open10.c 51 #define FAILED 0
134 tst_resm(TFAIL | TERRNO, "mkdir(%s) failed", DIR_A);
135 local_flag = FAILED;
139 tst_resm(TFAIL | TERRNO, "chown(%s) failed", DIR_A);
140 local_flag = FAILED;
144 tst_resm(TFAIL | TERRNO, "stat(%s) failed", DIR_A);
145 local_flag = FAILED;
152 local_flag = FAILED;
159 local_flag = FAILED;
167 tst_resm(TFAIL | TERRNO, "mkdir(%s) failed", DIR_B)
    [all...]
  /external/ltp/testcases/misc/math/atof/
atof01.c 46 #define FAILED 0
88 local_flag = FAILED;
92 fprintf(temp, "\tnumin('%s') failed\n", buf);
93 local_flag = FAILED;
100 local_flag = FAILED;
102 if (local_flag == FAILED)
114 fprintf(temp, "\tsprintf small # failed\n");
116 local_flag = FAILED;
128 fprintf(temp, "\tnumin('%s') failed\n", buf);
129 local_flag = FAILED;
    [all...]
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_qmi_client.c 39 #define FAILED -1
46 static int dms_init_done = FAILED;
127 return FAILED;
174 return FAILED;
183 if ((dms_init_done == FAILED) || (pBdAddr == NULL)) {
185 return FAILED;
199 ALOGE("%s: Failed to get Rsp from Modem Error:%d",
201 return FAILED;
215 ALOGE("%s: Failed to Read WLAN MAC Address", __func__);
216 return FAILED;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/protocols/
talkd.h 98 #define FAILED 2 /* operation failed for unexplained reason */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/flashlight/
CameraFlashlightActivity.java 66 FAILED
93 mTestState = TestState.FAILED;
105 mTestState = TestState.FAILED;
109 case FAILED:
110 // The test failed, report failure.
116 Log.e(TAG, "Test failed but cannot turn off the torch");
139 mTestState = TestState.FAILED;
152 mTestState = TestState.FAILED;
198 mTestState = TestState.FAILED;
217 mStateButtonsMap.get(TestState.FAILED).add(mInstructionButton)
    [all...]
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DeviceInfo.java 51 // Collection failed to complete.
52 FAILED
82 failed("External storage is not mounted");
84 failed("Cannot create directory for device info files");
98 failed("Could not collect device info", e);
147 private void failed(String message, Throwable exception) { method in class:DeviceInfo
148 mResultCode = ResultCode.FAILED;
153 private void failed(String message) { method in class:DeviceInfo
154 mResultCode = ResultCode.FAILED;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
regrtest.py 27 -w/--verbose2 -- re-run failed tests in verbose mode
28 -W/--verbose3 -- re-run failed tests in verbose mode immediately
207 FAILED = 0
458 elif ok == FAILED:
566 if verbose3 and result[0] == FAILED:
607 print count(len(bad), "test"), "failed:"
632 print "Re-running failed tests in verbose mode"
707 ENV_CHANGED test failed because it changed the execution environment
708 FAILED test failed
    [all...]

Completed in 306 milliseconds

1 2 34 5 6 7 8 91011>>