Home
last modified time | relevance | path

Searched refs:succeed (Results 1 – 25 of 248) sorted by relevance

12345678910

/external/autotest/server/site_tests/firmware_FMap/
Dfirmware_FMap.py137 succeed = True
140 succeed = False
143 succeed = False
147 succeed = False
151 succeed = False
155 succeed = False
159 succeed = False
164 succeed = False
168 succeed = False
171 if not succeed:
[all …]
/external/autotest/server/cros/faft/utils/
Dfaft_checkers.py72 succeed = True
79 succeed = False
85 succeed = False
95 succeed = False
102 succeed = False
106 return succeed
202 succeed = True
205 succeed = False
207 succeed = False
211 succeed = False
[all …]
/external/parameter-framework/upstream/test/functional-tests/
Dplan.md38 * THEN start should succeed
42 * THEN start should succeed
48 * THEN start should succeed
56 * THEN start should succeed
64 * THEN start should succeed
74 * THEN start should succeed
80 * THEN start should succeed
90 * THEN start should succeed
96 * THEN start should succeed
106 * THEN start should succeed
[all …]
/external/autotest/client/common_lib/cros/
Dretry_unittest.py46 def succeed(): function
48 self.assertTrue(succeed())
100 def succeed(): function
103 self.assertTrue(succeed())
114 def succeed(): function
118 succeed()
/external/ltp/testcases/kernel/syscalls/fork/
Dfork06.c55 int i, pid, status, childpid, succeed, fail; in main() local
65 succeed = 0; in main()
81 succeed++; in main()
85 tst_resm(TINFO, "successes %d", succeed); in main()
/external/testng/src/test/java/test/assertion/
DSoftAssertTest.java15 final Collection<IAssert> succeed = new ArrayList<>(); in testOnSucceedAndFailureCalled() local
20 succeed.add(assertCommand); in testOnSucceedAndFailureCalled()
30 Assert.assertEquals(succeed.size(), 1, succeed.toString()); in testOnSucceedAndFailureCalled()
/external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/
Denterprise_CFM_SiSFwUpdater.py175 output, succeed = self._run_cmd(
177 return output, succeed
195 output, succeed = self.flash_fw(self.old_fw_path,
200 if not succeed:
212 output, succeed = self.flash_fw(self.new_fw_path,
217 if not succeed:
/external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/
Denterprise_CFM_LogitechPtzUpdater.py193 output, succeed = self._run_cmd(
195 return output, succeed
216 output, succeed = self.flash_fw(str_compare=expect_output, force=True)
220 if not succeed:
233 output, succeed = self.flash_fw(str_compare=expect_output)
237 if not succeed:
/external/autotest/server/site_tests/enterprise_CFM_BizlinkUpdater/
Denterprise_CFM_BizlinkUpdater.py152 succeed = self.check_update_result(expected_output=expect_output)
153 if not succeed:
165 succeed = self.check_update_result(expected_output=expect_output)
166 if not succeed:
/external/autotest/server/site_tests/dummy_RepeatArgs/
Dcontrol8 CRITERIA = "This test will always succeed."
15 This is a helper test that will succeed.
/external/autotest/client/site_tests/dummy_Pass/
Dcontrol.experimental8 CRITERIA = "This test will always succeed."
16 This is a helper test that will succeed.
Dcontrol8 CRITERIA = "This test will always succeed."
20 This is a helper test that will succeed.
Dcontrol.actionable8 CRITERIA = "This test will always succeed."
20 This is a helper test that will succeed.
Dcontrol.bluetooth8 CRITERIA = "This test will always succeed."
18 and should succeed trivially.
/external/autotest/server/site_tests/dummy_PassServer/
Dcontrol.ssp8 CRITERIA = "This test will always succeed when running in a container."
16 This is a helper test that will succeed and force to use server-side packaging.
Dcontrol.nossp8 CRITERIA = "This test will always succeed."
22 This is a helper test that will succeed and force not to use server side
Dcontrol8 CRITERIA = "This test will always succeed."
17 This is a helper test that will succeed.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BarrierClose.pbtxt22 existing elements will continue to succeed. Subsequent TakeMany operations will
23 continue to succeed if sufficient completed elements remain in the barrier.
/external/grpc-grpc/doc/
Dstatus_ordering.md5 1. Reads and Writes Must not succeed after Status has been delivered.
7 3. Reads May continue to succeed after a failing write.
/external/jsoncpp/test/
Drununittests.py38 succeed, result = test_proxy.run( ['--test', name] )
39 if succeed:
/external/swiftshader/third_party/SPIRV-Tools/tools/val/
Dval.cpp179 bool succeed = tools.Validate(contents.data(), contents.size(), options); in main() local
181 return !succeed; in main()
/external/deqp-deps/SPIRV-Tools/tools/val/
Dval.cpp179 bool succeed = tools.Validate(contents.data(), contents.size(), options); in main() local
181 return !succeed; in main()
/external/iproute2/examples/
Ddhcp-client-script216 local succeed=1
222 succeed=0
226 return $succeed
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/
Dcoverage.txt9 3 YES The function shall always succeed.
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-opt-fuzzer/
Dsimple-run.ll1 ; Check that fuzzer will succeed on a trivial input

12345678910