Home
last modified time | relevance | path

Searched defs:TestContext (Results 1 – 25 of 42) sorted by relevance

12

/external/webrtc/modules/video_coding/
Djitter_estimator_tests.cc92 struct TestContext { in TEST_F() struct
93 TestContext() in TEST_F() argument
98 double upper_bound; in TEST_F()
99 double rtt_mult; in TEST_F()
100 absl::optional<double> rtt_mult_add_cap_ms; in TEST_F()
101 rtc::HistogramPercentileCounter percentiles; in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp569 struct TestContext struct
571 const DeviceInterface& vkd;
572 const VkDevice device;
573 const deUint32 queueFamilyIndex;
574 const BinaryCollection& binaryCollection;
575 Allocator& allocator;
577 const tcu::Vec4* vertices;
578 deUint32 numVertices;
579 tcu::IVec2 renderDimension;
580 VkFence fences[2];
[all …]
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Dunpoison-alternate-stack.cpp32 struct TestContext { struct
33 char *LeftRedzone;
34 char *RightRedzone;
35 std::jmp_buf JmpBuf;
/external/tensorflow/tensorflow/lite/delegates/flex/
Dutil_test.cc33 struct TestContext : public TfLiteContext { struct
34 string error;
35 std::vector<int> new_size;
/external/skqp/tools/gpu/atlastext/
DTestAtlasTextRenderer.h16 class TestContext; variable
/external/rust/crates/tinytemplate/src/
Dtemplate.rs365 struct TestContext { struct
366 number: usize,
367 string: &'static str,
368 boolean: bool,
369 null: Option<usize>,
370 array: Vec<usize>,
371 nested: NestedContext,
372 escapes: &'static str,
/external/skia/tools/gpu/
DTestContext.cpp17 TestContext::TestContext() : fGpuTimer(nullptr) {} in TestContext() function in sk_gpu_test::TestContext
/external/skqp/tools/gpu/
DTestContext.cpp16 TestContext::TestContext() in TestContext() function in sk_gpu_test::TestContext
/external/skia/tools/gpu/mock/
DMockTestContext.cpp45 TestContext* CreateMockTestContext(TestContext*) { return new MockTestContext(); } in CreateMockTestContext() argument
/external/deqp/framework/common/
DtcuTestContext.cpp31 TestContext::TestContext ( in TestContext() function in tcu::TestContext
DtcuTestContext.hpp48 class TestContext class
/external/skqp/tools/gpu/mock/
DMockTestContext.cpp46 TestContext* CreateMockTestContext(TestContext*) { return new MockTestContext(); } in CreateMockTestContext() argument
/external/deqp/external/openglcts/modules/common/
DglcFramebufferCompleteness.cpp48 struct TestContext struct
50 const glu::RenderContext& renderContext;
51 const glw::Functions& gl;
52 vector<GLuint>& fboIds;
53 vector<GLuint>& texIds;
54 vector<GLuint>& rboIds;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestContext.java22 public class TestContext extends BidiFmwk { class
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestContext.java25 public class TestContext extends BidiFmwk { class
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dtest_context.h41 TestContext(PerformanceMode perfMode, in TestContext() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc67 struct TestContext { struct
68 int iterations;
69 int threads;
70 int g0; // global 0
71 int g1; // global 1
72 absl::Mutex mu;
73 absl::CondVar cv;
/external/abseil-cpp/absl/synchronization/
Dmutex_test.cc66 struct TestContext { struct
67 int iterations;
68 int threads;
69 int g0; // global 0
70 int g1; // global 1
71 absl::Mutex mu;
72 absl::CondVar cv;
/external/webrtc/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc66 struct TestContext { struct
67 int iterations;
68 int threads;
69 int g0; // global 0
70 int g1; // global 1
71 absl::Mutex mu;
72 absl::CondVar cv;
/external/openscreen/third_party/abseil/src/absl/synchronization/
Dmutex_test.cc67 struct TestContext { struct
68 int iterations;
69 int threads;
70 int g0; // global 0
71 int g1; // global 1
72 absl::Mutex mu;
73 absl::CondVar cv;
/external/libtextclassifier/abseil-cpp/absl/synchronization/
Dmutex_test.cc67 struct TestContext { struct
68 int iterations;
69 int threads;
70 int g0; // global 0
71 int g1; // global 1
72 absl::Mutex mu;
73 absl::CondVar cv;
/external/angle/third_party/abseil-cpp/absl/synchronization/
Dmutex_test.cc67 struct TestContext { struct
68 int iterations;
69 int threads;
70 int g0; // global 0
71 int g1; // global 1
72 absl::Mutex mu;
73 absl::CondVar cv;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DAnyScriptTest.java33 public void TestContext() { in TestContext() method in AnyScriptTest
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DAnyScriptTest.java30 public void TestContext() { in TestContext() method in AnyScriptTest
/external/tensorflow/tensorflow/lite/kernels/
Dkernel_util_test.cc34 struct TestContext : public TfLiteContext { struct
35 string error;

12