Home
last modified time | relevance | path

Searched refs:testutils (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm-project/libc/utils/MPFRWrapper/
DMPFRUtils.cpp311 testutils::StreamWrapper &OS) { in explainUnaryOperationSingleOutputError()
334 testutils::StreamWrapper &);
337 testutils::StreamWrapper &);
339 Operation op, long double, long double, testutils::StreamWrapper &);
344 testutils::StreamWrapper &OS) { in explainUnaryOperationTwoOutputsError()
377 Operation, float, const BinaryOutput<float> &, testutils::StreamWrapper &);
381 testutils::StreamWrapper &);
384 testutils::StreamWrapper &);
390 testutils::StreamWrapper &OS) { in explainBinaryOperationTwoOutputsError()
414 testutils::StreamWrapper &);
[all …]
DMPFRUtils.h118 testutils::StreamWrapper &OS);
122 testutils::StreamWrapper &OS);
127 testutils::StreamWrapper &OS);
133 testutils::StreamWrapper &OS);
150 void explainError(testutils::StreamWrapper &OS) override {
181 static void explainError(T in, T out, testutils::StreamWrapper &OS) {
187 testutils::StreamWrapper &OS) {
193 testutils::StreamWrapper &OS) {
199 testutils::StreamWrapper &OS) {
/external/llvm-project/libc/utils/FPUtil/
DTestHelpers.cpp38 testutils::StreamWrapper &stream) { in describeValue()
67 testutils::StreamWrapper &);
69 testutils::StreamWrapper &);
71 testutils::StreamWrapper &);
DTestHelpers.h23 testutils::StreamWrapper &stream);
53 void explainError(testutils::StreamWrapper &stream) override { in explainError()
/external/llvm-project/libc/utils/UnitTest/
DTest.cpp260 testutils::StreamWrapper OutsWrapper = testutils::outs(); in testMatch()
265 bool Test::testProcessKilled(testutils::FunctionCaller *Func, int Signal, in testProcessKilled()
268 testutils::ProcessStatus Result = testutils::invokeInSubprocess(Func, 500); in testProcessKilled()
296 using testutils::signalAsString; in testProcessKilled()
307 bool Test::testProcessExits(testutils::FunctionCaller *Func, int ExitCode, in testProcessExits()
310 testutils::ProcessStatus Result = testutils::invokeInSubprocess(Func, 500); in testProcessExits()
DTest.h50 virtual void explainError(testutils::StreamWrapper &OS) { in explainError()
108 bool testProcessExits(testutils::FunctionCaller *Func, int ExitCode,
112 bool testProcessKilled(testutils::FunctionCaller *Func, int Signal,
116 template <typename Func> testutils::FunctionCaller *createCallable(Func f) { in createCallable()
117 struct Callable : public testutils::FunctionCaller { in createCallable()
/external/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/
Dperf_puppeteer_skottie_frames_test.go24 defer testutils.RemoveAll(t, benchmarkPath)
53 defer testutils.RemoveAll(t, lotties)
94 defer testutils.RemoveAll(t, lotties)
140 defer testutils.RemoveAll(t, input)
148 defer testutils.RemoveAll(t, output)
239 defer testutils.RemoveAll(t, input)
247 defer testutils.RemoveAll(t, output)
/external/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/
Dperf_puppeteer_render_skps_test.go24 defer testutils.RemoveAll(t, benchmarkPath)
58 defer testutils.RemoveAll(t, skps)
99 defer testutils.RemoveAll(t, skps)
132 defer testutils.RemoveAll(t, skps)
174 defer testutils.RemoveAll(t, skps)
218 defer testutils.RemoveAll(t, input)
226 defer testutils.RemoveAll(t, output)
/external/dtc/tests/
DMakefile.tests49 $(addprefix $(TESTS_PREFIX),testutils.d trees.d dumptrees.d)
61 $(LIB_TESTS): %: $(TESTS_PREFIX)testutils.o util.o $(LIBFDT_lib)
66 $(DL_LIB_TESTS): %: %.o $(TESTS_PREFIX)testutils.o util.o $(LIBFDT_lib)
70 $(LIBTREE_TESTS): %: $(TESTS_PREFIX)testutils.o $(TESTS_PREFIX)trees.o \
/external/exoplayer/
DAndroid.bp76 "tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/Dumper.java",
77 … "tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/FakeExtractorInput.java",
78 … "tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/FakeExtractorOutput.java",
79 "tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/FakeTrackOutput.java",
80 "tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/TestUtil.java",
/external/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas_test.go24 defer testutils.RemoveAll(t, benchmarkPath)
127 defer testutils.RemoveAll(t, input)
134 defer testutils.RemoveAll(t, output)
/external/exoplayer/tree/extensions/flac/
Dbuild.gradle48 androidTestImplementation project(modulePrefix + 'testutils')
52 testImplementation project(modulePrefix + 'testutils')
/external/exoplayer/tree/
Dcore_settings.gradle28 include modulePrefix + 'testutils'
54 project(modulePrefix + 'testutils').projectDir = new File(rootDir, 'testutils')
/external/exoplayer/tree/extensions/ima/
Dbuild.gradle47 androidTestImplementation project(modulePrefix + 'testutils')
52 testImplementation project(modulePrefix + 'testutils')
/external/llvm-project/libc/utils/testutils/
DFDReader.h13 namespace testutils {
DStreamWrapper.h13 namespace testutils {
DExecuteFunction.h15 namespace testutils {
DFDReaderUnix.cpp16 namespace testutils { namespace
DStreamWrapper.cpp16 namespace testutils { namespace
DExecuteFunctionUnix.cpp21 namespace testutils { namespace
/external/llvm-project/libc/utils/
DCMakeLists.txt6 add_subdirectory(testutils)
/external/exoplayer/tree/library/core/
Dbuild.gradle64 androidTestImplementation(project(modulePrefix + 'testutils')) {
69 testImplementation project(modulePrefix + 'testutils')
/external/llvm-project/libc/test/src/unistd/
Dwrite_test.cpp18 __llvm_libc::testutils::FDReader reader; in TEST()
/external/llvm-project/libc/test/
DErrnoSetterMatcher.h32 void explainError(testutils::StreamWrapper &OS) override { in explainError()
/external/exoplayer/tree/playbacktests/
Dbuild.gradle41 androidTestImplementation project(modulePrefix + 'testutils')

12