HomeSort by: relevance | last modified time | path
    Searched defs:TestData (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
allocator_test.cc 21 struct TestData {
26 TEST(AllocatorTest, Construction) { Allocator<sizeof(TestData)> A(2 << 11); }
29 Allocator<sizeof(TestData)> A(2 << 11);
35 Allocator<sizeof(TestData)> A(sizeof(TestData));
segmented_array_test.cc 14 struct TestData {
19 TestData(s64 F, s64 S) : First(F), Second(S) {}
22 void PrintTo(const TestData &D, std::ostream *OS) {
27 using AllocatorType = typename Array<TestData>::AllocatorType;
29 Array<TestData> Data(A);
34 using AllocatorType = typename Array<TestData>::AllocatorType;
36 Array<TestData> data(A);
37 ASSERT_NE(data.Append(TestData{0, 0}), nullptr);
38 ASSERT_NE(data.Append(TestData{1, 1}), nullptr);
43 using AllocatorType = typename Array<TestData>::AllocatorType
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_mutex_test.cc 25 class TestData {
27 explicit TestData(MutexType *mtx)
79 TestData<MutexType> *data = (TestData<MutexType>*)param;
89 TestData<MutexType> *data = (TestData<MutexType>*)param;
106 TestData<SpinMutex> data(&mtx);
117 TestData<SpinMutex> data(&mtx);
128 TestData<BlockingMutex> data(mtx);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_mutex_test.cc 23 class TestData {
25 explicit TestData(MutexType *mtx)
75 TestData<MutexType> *data = (TestData<MutexType>*)param;
85 TestData<MutexType> *data = (TestData<MutexType>*)param;
98 TestData<Mutex> data(&mtx);
108 TestData<Mutex> data(&mtx);
118 TestData<SpinMutex> data(&mtx);
  /src/sys/external/isc/libsodium/dist/test/default/
sign.c 15 } TestData;
17 static TestData test_data[] = {
    [all...]

Completed in 32 milliseconds