Home
last modified time | relevance | path

Searched refs:RunTest (Results 1 - 25 of 27) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
H A Dreldatefmttest.cpp860 void RunTest(
864 void RunTest(
869 void RunTest(
874 void RunTest(
878 void RunTest(
883 void RunTest(
888 void RunTest(
894 void RunTest(
957 RunTest("en", kEnglish, UPRV_LENGTHOF(kEnglish)); in TestEnglish()
978 RunTest(fmt in TestEnglishCaps()
1149 void RelativeDateTimeFormatterTest::RunTest( RunTest() function in RelativeDateTimeFormatterTest
1162 void RelativeDateTimeFormatterTest::RunTest( RunTest() function in RelativeDateTimeFormatterTest
1177 void RelativeDateTimeFormatterTest::RunTest( RunTest() function in RelativeDateTimeFormatterTest
1192 void RelativeDateTimeFormatterTest::RunTest( RunTest() function in RelativeDateTimeFormatterTest
1205 void RelativeDateTimeFormatterTest::RunTest( RunTest() function in RelativeDateTimeFormatterTest
1220 void RelativeDateTimeFormatterTest::RunTest( RunTest() function in RelativeDateTimeFormatterTest
1230 void RelativeDateTimeFormatterTest::RunTest( RunTest() function in RelativeDateTimeFormatterTest
1241 void RelativeDateTimeFormatterTest::RunTest( RunTest() function in RelativeDateTimeFormatterTest
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
H A DQueryInternalShaderTests.cpp122 void RunTest(uint32_t firstQuery, uint32_t queryCount, uint32_t destinationOffset) { in RunTest() function in QueryInternalShaderTests
190 RunTest(0, kQueryCount, 0); in TEST_P()
194 RunTest(1, kQueryCount - 1, 256); in TEST_P()
198 RunTest(1, 4, 256); in TEST_P()
/third_party/protobuf/conformance/
H A Dconformance_test.h77 virtual void RunTest(const std::string& test_name,
101 void RunTest(const std::string& test_name,
137 // virtual void RunTest(...) {
285 void RunTest(const std::string& test_name,
H A Dconformance_test.cc241 RunTest(setting.GetTestName(), request, &response); in RunValidBinaryInputTest()
310 void ConformanceTestSuite::RunTest(const string& test_name, in RunTest() function in google::protobuf::ConformanceTestSuite
321 runner_->RunTest(test_name, serialized_request, &serialized_response); in RunTest()
H A Dconformance_test_runner.cc147 void ForkPipeRunner::RunTest( in RunTest() function in google::protobuf::ForkPipeRunner
H A Dtext_format_conformance_suite.cc147 RunTest(effective_test_name, request, &response); in ExpectParseFailure()
/third_party/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DProgram.cs56 while (RunTest(input, output, typeRegistry)) in Main()
63 private static bool RunTest(BinaryReader input, BinaryWriter output, TypeRegistry typeRegistry) in RunTest() method in Google.Protobuf.Conformance.Program
/third_party/vixl/tools/
H A Dclang_tidy.py80 def RunTest(test): function
146 return queue.Run(jobs, True, RunTest)
H A Dtest_runner.py48 def RunTest(test): function
121 return super(TestQueue, self).Run(jobs, verbose, RunTest)
H A Dclang_format.py104 def RunTest(test): function
185 rc = queue.Run(jobs, True, RunTest)
/third_party/ltp/testcases/kdump/
H A Drunkdump.sh152 RunTest () function
244 RunTest
/third_party/skia/third_party/externals/tint/tools/
H A Drun_tests.py75 def RunTest(self, tc): member in TestRunner
112 result, reason = self.RunTest(tc)
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_test.cc355 // Code common to RunTest() and RunTestWithInvariantDebugging().
381 static int RunTest(void (*test)(TestContext *cxt, int), int threads, in RunTest() function
387 // Like RunTest(), but sets an invariant on the tested Mutex and
1618 EXPECT_EQ(RunTest(&TestMu, threads, iterations, operations), operations);
1632 EXPECT_EQ(RunTest(&TestTry, threads, iterations, operations), operations);
1646 EXPECT_EQ(RunTest(&TestR20ms, threads, iterations, operations), 0);
1653 EXPECT_EQ(RunTest(&TestRW, threads, iterations, operations), operations / 2);
1667 EXPECT_EQ(RunTest(&TestAwait, threads, iterations, operations), operations);
1674 EXPECT_EQ(RunTest(&TestSignalAll, threads, iterations, operations),
1682 EXPECT_EQ(RunTest(
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDawnPerfTest.h77 void RunTest();
H A DBufferUploadPerf.cpp147 RunTest(); in TEST_P()
H A DSubresourceTrackingPerf.cpp145 RunTest(); in TEST_P()
H A DShaderRobustnessPerf.cpp498 RunTest(); in TEST_P()
H A DDawnPerfTest.cpp190 void DawnPerfTestBase::RunTest() { in RunTest() function in DawnPerfTestBase
/third_party/node/deps/v8/tools/
H A Dbigint-tester.py107 def RunTest(self, count, binary): member in TestGenerator
295 return OPS[op]().RunTest(num_inputs, binary)
/third_party/vk-gl-cts/external/amber/src/tests/
H A Drun_tests.py227 def RunTest(self, tc): member in TestRunner
254 result = self.RunTest(tc)
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp243 static JSObject RunTest(std::string name) { in RunTest() function
359 function("RunTest", &RunTest); in EMSCRIPTEN_BINDINGS()
/third_party/pcre2/pcre2/
H A DRunTest.bat154 @echo RunTest.bat's pcre2test output is written to newly created subfolders
510 @echo project, pcre2_test.bat defines variables and automatically calls RunTest.bat.
518 @echo location of the the built exes) you call RunTest.bat. By default RunTest.bat
523 @echo to the source folder or copy RunTest.bat and the testdata folder to the
524 @echo location of your built exes and then run RunTest.bat.
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser_test.cc90 util::Status RunTest(StringPiece json, int split, in RunTest() function in google::protobuf::util::converter::JsonStreamParserTest
129 util::Status result = RunTest(json, split, setup);
140 util::Status result = RunTest(json, split, setup);
/third_party/pcre2/pcre2/maint/
H A DManyConfigTests198 $srcdir/RunTest $valgrind >teststdoutM 2>teststderrM
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBufferTests.cpp875 auto RunTest = [this](const wgpu::BufferDescriptor& descriptor) { in TEST_P() local
898 RunTest(descriptor); in TEST_P()
902 RunTest(descriptor); in TEST_P()

Completed in 17 milliseconds

12