Searched refs:succeed (Results 1 - 25 of 55) sorted by relevance

123

/external/ltp/testcases/kernel/syscalls/fork/
H A Dfork06.c55 int i, pid, status, childpid, succeed, fail; local
65 succeed = 0;
81 succeed++;
85 tst_resm(TINFO, "successes %d", succeed);
/external/autotest/server/site_tests/firmware_FMap/
H A Dfirmware_FMap.py136 succeed = True
139 succeed = False
142 succeed = False
146 succeed = False
150 succeed = False
154 succeed = False
158 succeed = False
160 if not succeed:
204 succeed = True
210 succeed
[all...]
/external/testng/src/test/java/test/assertion/
H A DSoftAssertTest.java15 final Collection<IAssert> succeed = new ArrayList<>();
20 succeed.add(assertCommand);
30 Assert.assertEquals(succeed.size(), 1, succeed.toString());
/external/autotest/server/cros/faft/utils/
H A Dfaft_checkers.py72 succeed = True
79 succeed = False
85 succeed = False
95 succeed = False
102 succeed = False
106 return succeed
214 succeed = True
217 succeed = False
219 succeed = False
223 succeed
[all...]
/external/autotest/client/common_lib/cros/
H A Dretry_unittest.py46 def succeed(): function in function:RetryTest.testRetryDecoratorSucceeds
48 self.assertTrue(succeed())
53 """Tests that a wrapped function can retry and succeed."""
100 def succeed(): function in function:ActualRetryTest.testRetryDecoratorSucceedsBeforeTimeout
103 self.assertTrue(succeed())
114 def succeed(): function in function:ActualRetryTest.testRetryDecoratorSucceedsWithExistingSignal.testFunc
118 succeed()
/external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/
H A 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/jsoncpp/test/
H A Drununittests.py38 succeed, result = test_proxy.run( ['--test', name] )
39 if succeed:
/external/skia/src/sksl/
H A Dsksl_enums.inc16 * GrProcessorEdgeType will succeed with all values and it is up to the caller to check for
/external/skqp/src/sksl/
H A Dsksl_enums.inc16 * GrProcessorEdgeType will succeed with all values and it is up to the caller to check for
/external/autotest/server/site_tests/enterprise_CFM_LogitechPtzUpdater/
H A 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/skylab_migration/venv/skylab_venv/scripts/
H A Dserver_db_sync.py288 succeed = False
292 succeed = True
304 fields={'table': table, 'action': 'delete', 'succeed': succeed})
307 fields={'table': table, 'action': 'insert', 'succeed': succeed})
/external/iproute2/examples/
H A Ddhcp-client-script216 local succeed=1
222 succeed=0
226 return $succeed
/external/skia/src/gpu/text/
H A DGrGlyphCache.cpp204 bool succeed = GrGenerateDistanceFieldFromPath((unsigned char*)dst, local
208 if (!succeed) {
/external/skqp/src/gpu/text/
H A DGrAtlasGlyphCache.cpp357 bool succeed = GrGenerateDistanceFieldFromPath((unsigned char*)dst, local
361 if (!succeed) {
/external/python/cpython2/Lib/test/
H A Dtest_compile.py359 succeed = [
400 for stmt in succeed:
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DDFA.as56 /** From the input stream, predict what alternative will succeed
/external/googletest/googlemock/
H A DREADME.md231 following commands should succeed:
/external/python/cpython3/Lib/test/
H A Dtest_compile.py251 succeed = [
292 for stmt in succeed:
/external/scapy/scapy/arch/windows/
H A D__init__.py666 succeed = pcap_service_start(askadmin=conf.interactive)
668 if succeed:
/external/skia/src/gpu/ops/
H A DGrSmallPathRenderer.cpp449 bool succeed = GrGenerateDistanceFieldFromPath((unsigned char*)dfStorage.get(), local
452 if (!succeed) {
/external/skqp/src/gpu/ops/
H A DGrSmallPathRenderer.cpp450 bool succeed = GrGenerateDistanceFieldFromPath((unsigned char*)dfStorage.get(), local
453 if (!succeed) {
/external/valgrind/none/tests/arm/
H A Dv8memory_a.stdout.exp219 STLEX{,B,H,D} (reg) -- expected to succeed
H A Dv8memory_t.stdout.exp219 STLEX{,B,H,D} (reg) -- expected to succeed
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml318 * table so that references to it will succeed. *)
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml318 * table so that references to it will succeed. *)

Completed in 2382 milliseconds

123