/external/autotest/server/site_tests/firmware_FMap/ |
D | firmware_FMap.py | 137 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/ |
D | faft_checkers.py | 72 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/ |
D | plan.md | 38 * 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/ |
D | retry_unittest.py | 46 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/ |
D | fork06.c | 55 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/ |
D | SoftAssertTest.java | 15 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/ |
D | enterprise_CFM_SiSFwUpdater.py | 175 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/ |
D | enterprise_CFM_LogitechPtzUpdater.py | 193 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/ |
D | enterprise_CFM_BizlinkUpdater.py | 152 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/ |
D | control | 8 CRITERIA = "This test will always succeed." 15 This is a helper test that will succeed.
|
/external/autotest/client/site_tests/dummy_Pass/ |
D | control.experimental | 8 CRITERIA = "This test will always succeed." 16 This is a helper test that will succeed.
|
D | control | 8 CRITERIA = "This test will always succeed." 20 This is a helper test that will succeed.
|
D | control.actionable | 8 CRITERIA = "This test will always succeed." 20 This is a helper test that will succeed.
|
D | control.bluetooth | 8 CRITERIA = "This test will always succeed." 18 and should succeed trivially.
|
/external/autotest/server/site_tests/dummy_PassServer/ |
D | control.ssp | 8 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.
|
D | control.nossp | 8 CRITERIA = "This test will always succeed." 22 This is a helper test that will succeed and force not to use server side
|
D | control | 8 CRITERIA = "This test will always succeed." 17 This is a helper test that will succeed.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BarrierClose.pbtxt | 22 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/ |
D | status_ordering.md | 5 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/ |
D | rununittests.py | 38 succeed, result = test_proxy.run( ['--test', name] ) 39 if succeed:
|
/external/swiftshader/third_party/SPIRV-Tools/tools/val/ |
D | val.cpp | 179 bool succeed = tools.Validate(contents.data(), contents.size(), options); in main() local 181 return !succeed; in main()
|
/external/deqp-deps/SPIRV-Tools/tools/val/ |
D | val.cpp | 179 bool succeed = tools.Validate(contents.data(), contents.size(), options); in main() local 181 return !succeed; in main()
|
/external/iproute2/examples/ |
D | dhcp-client-script | 216 local succeed=1 222 succeed=0 226 return $succeed
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_yield/ |
D | coverage.txt | 9 3 YES The function shall always succeed.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-opt-fuzzer/ |
D | simple-run.ll | 1 ; Check that fuzzer will succeed on a trivial input
|