HomeSort by relevance Sort by last modified time
    Searched refs:SetUp (Results 151 - 175 of 1344) sorted by null

1 2 3 4 5 67 8 91011>>

  /test/framework/harnesses/host_controller/command_processor/
command_lease.py 45 def SetUp(self):
command_request.py 35 def SetUp(self):
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetTestEnvBase.h 44 // A class for test environment setup
50 * SetUp process, should not be overridden by the test.
52 void SetUp() final;
60 * Test should override this method for any custom setup process.
  /test/vts/testcases/target/hal_lights/
hal_lights_basic_test.cpp 54 virtual void SetUp() {
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Collections.Tests.pas 7 Modify the generated code to correctly setup and call the methods from the unit
26 procedure SetUp; override;
38 procedure SetUp; override;
53 procedure TestIHashList.SetUp;
98 procedure TestIStackList.SetUp;
  /external/mesa3d/src/mesa/drivers/dri/i965/
test_vf_float_conversions.cpp 29 virtual void SetUp();
35 void vf_float_conversion_test::SetUp() {
  /external/pdfium/xfa/fwl/
cfwl_edit_embeddertest.cpp 14 void SetUp() override {
15 EmbedderTest::SetUp();
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_unittest.cc 28 virtual void SetUp();
42 void IsacTest::SetUp() {
  /frameworks/native/libs/gui/tests/
SurfaceTextureGLThreadToGL.h 154 virtual void SetUp() {
155 SurfaceTextureGLToGLTest::SetUp();
MultiTextureConsumer_test.cpp 35 virtual void SetUp() {
36 GLTest::SetUp();
  /system/bt/osi/test/
hash_map_utils_test.cc 30 virtual void SetUp() { AllocationTestHarness::SetUp(); }
wakelock_test.cc 48 virtual void SetUp() {
49 AllocationTestHarness::SetUp();
  /external/protobuf/gtest/test/
gtest_output_test_.cc 331 virtual void SetUp() {
332 ADD_FAILURE() << "Expected failure #2, in SetUp().";
356 virtual void SetUp() {
357 ADD_FAILURE() << "UNEXPECTED failure in SetUp(). "
379 // Tests non-fatal failures in SetUp().
386 virtual void SetUp() {
388 ADD_FAILURE() << "Expected failure #1, in SetUp().";
404 // Tests fatal failures in SetUp().
411 virtual void SetUp() {
413 FAIL() << "Expected failure #1, in SetUp()."
    [all...]
  /external/webrtc/webrtc/base/
sigslot_unittest.cc 71 virtual void SetUp() {
129 virtual void SetUp() {
131 SigslotMTLockBase::SetUp();
141 // Disconnects from two signals. Note analogous to SetUp().
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
neteq_opus_quality_test.cc 104 void SetUp() override;
145 void NetEqOpusQualityTest::SetUp() {
166 NetEqQualityTest::SetUp();
  /art/dexlayout/
dexdiag_test.cc 37 virtual void SetUp() {
38 CommonRuntimeTest::SetUp();
  /art/imgdiag/
imgdiag_test.cc 50 virtual void SetUp() {
51 CommonRuntimeTest::SetUp();
61 // Needs to live until CommonRuntimeTest::SetUp finishes, since we pass it a cstring.
  /art/runtime/gc/
heap_test.cc 32 void SetUp() OVERRIDE {
44 CommonRuntimeTest::SetUp();
  /external/libmojo/mojo/public/cpp/bindings/tests/
versioning_apptest.cc 24 void SetUp() override {
25 ApplicationTestBase::SetUp();
  /external/libvpx/libvpx/test/
altref_test.cc 29 virtual void SetUp() {
80 virtual void SetUp() {
  /external/perfetto/src/tracing/core/
trace_writer_impl_unittest.cc 48 void SetUp() override {
51 AlignedBufferTest::SetUp();
  /external/sfntly/cpp/src/test/autogenerated/
cmap_basic_test.cc 50 virtual void SetUp();
57 void CMapBasicTests::SetUp() {
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_format_remb_unittest.cc 71 void SetUp() override;
86 void RtcpFormatRembTest::SetUp() {
  /external/webrtc/webrtc/modules/video_coding/codecs/test/
packet_manipulator_unittest.cc 53 void SetUp() { PacketRelatedTest::SetUp(); }
107 // Since we setup the predictive packet manipulator, it will throw away the
  /hardware/google/av/codec2/1.0/mts/master/
MtsHalC2V1_0TargetMasterTest.cpp 38 // google.codec2 Master test setup
44 virtual void SetUp() override {
45 Super::SetUp();

Completed in 854 milliseconds

1 2 3 4 5 67 8 91011>>