Searched defs:RunTests (Results 1 - 12 of 12) sorted by relevance

/external/google-breakpad/src/processor/
H A Dpathname_stripper_unittest.cc47 static bool RunTests() { function in namespace:__anon7556
86 return RunTests() ? 0 : 1;
H A Dcontained_range_map_unittest.cc56 static bool RunTests() { function in namespace:__anon7540
262 return RunTests() ? 0 : 1;
H A Daddress_map_unittest.cc180 static bool RunTests() { function in namespace:__anon7537
195 return RunTests() ? 0 : 1;
H A Dpostfix_evaluator_unittest.cc123 static bool RunTests() { function in namespace:__anon7557
402 return RunTests() ? 0 : 1;
H A Drange_map_unittest.cc75 // RunTests for descriptions of the tests.
365 // RunTests runs a series of test sets.
366 static bool RunTests() { function in namespace:__anon7558
551 return RunTests() ? 0 : 1;
/external/flatbuffers/tests/FlatBuffers.Test/
H A DFlatBuffersExampleTests.cs26 public void RunTests() method in class:FlatBuffers.Test.FlatBuffersExampleTests
/external/toolchain-utils/automation/clients/helper/
H A Dcrosstool.py36 def RunTests(self, checkout_dir, build_tree_dir, target, board, component): member in class:JobsFactory
37 command = self.commands.RunTests(target, board, component)
38 new_job = jobs.CreateLinuxJob('RunTests(%s, %s, %s)' %
123 def RunTests(self, target, board, component='gcc'): member in class:CommandsFactory
/external/protobuf/gtest/test/
H A Drun_tests_util.py394 def RunTests(self, python_tests, binary_tests): member in class:TestRunner
/external/vixl/tools/
H A Dthreaded_tests.py115 def RunTests(test_runner_command, filters, runtime_options, function
/external/google-breakpad/src/client/
H A Dminidump_file_writer_unittest.cc169 static bool RunTests() { function
178 return RunTests() ? 0 : 1;
/external/v8/tools/dev/
H A Dgm.py189 def RunTests(self): member in class:Config
292 return_code += configs[c].RunTests()
/external/libmojo/mojo/public/cpp/bindings/tests/
H A De2e_perftest.cc123 RunTests(client_mp, test_name);
127 FROM_HERE, base::Bind(&MojoE2EPerftest::RunTests,
138 void RunTests(MojoHandle client_mp, const std::string& test_name) { function in class:mojo::__anon11846::MojoE2EPerftest

Completed in 1367 milliseconds