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

1 2 3 4 5 6 7 891011>>

  /external/libvpx/libvpx/test/
active_map_test.cc 30 virtual void SetUp() {
borders_test.cc 27 virtual void SetUp() {
frame_size_tests.cc 23 virtual void SetUp() {
  /external/pdfium/fpdfsdk/
fpdfcatalog_unittest.cpp 48 void SetUp() override {
53 // Setup the root directory.
  /external/pdfium/fxjs/
cfxjse_runtimedata.cpp 44 FXJS_PerIsolateData::SetUp(pIsolate);
  /external/pdfium/testing/
embedder_test_main.cpp 33 void SetUp() override {
  /external/protobuf/gtest/samples/
sample3_unittest.cc 74 // virtual void SetUp() will be called before each test is run. You
77 virtual void SetUp() {
sample7_unittest.cc 52 // objects. We will instantiate objects in test's SetUp() method and
65 // Inside the test body, fixture constructor, SetUp(), and TearDown()
68 // which we use in fixture's SetUp() to create and store an instance of
73 virtual void SetUp() { table_ = (*GetParam())(); }
  /external/protobuf/gtest/test/
gtest_environment_test.cc 53 // Depending on the value of failure_in_set_up_, SetUp() will
56 virtual void SetUp() {
84 // We call this function to set the type of failure SetUp() should
90 // Was SetUp() run?
  /external/tensorflow/tensorflow/core/grappler/costs/
robust_stats_test.cc 25 void SetUp() override {
  /external/tensorflow/tensorflow/core/grappler/inputs/
utils_test.cc 29 void SetUp() override {
  /external/tensorflow/tensorflow/core/platform/profile_utils/
cpu_utils_test.cc 29 void SetUp() override { CpuUtils::EnableClockCycleProfiling(true); }
  /external/v8/src/libsampler/
sampler.h 29 static void SetUp();
  /external/v8/src/tracing/
tracing-category-observer.cc 16 void TracingCategoryObserver::SetUp() {
  /external/v8/testing/gtest/samples/
sample3_unittest.cc 74 // virtual void SetUp() will be called before each test is run. You
77 virtual void SetUp() {
sample7_unittest.cc 52 // SetUp() method and delete them in TearDown() method.
64 // Inside the test body, fixture constructor, SetUp(), and TearDown() you
66 // parameter is a factory function which we call in fixture's SetUp() to
71 virtual void SetUp() { table_ = (*GetParam())(); }
  /external/vixl/src/aarch64/
cpu-aarch64.cc 40 void CPU::SetUp() {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample3_unittest.cc 74 // virtual void SetUp() will be called before each test is run. You
77 virtual void SetUp() {
sample7_unittest.cc 52 // SetUp() method and delete them in TearDown() method.
64 // Inside the test body, fixture constructor, SetUp(), and TearDown() you
66 // parameter is a factory function which we call in fixture's SetUp() to
71 virtual void SetUp() { table_ = (*GetParam())(); }
  /external/vulkan-validation-layers/tests/
vktestframework.h 96 void SetUp();
vktestframeworkandroid.cpp 49 void TestEnvironment::SetUp() { vk_testing::set_error_callback(test_error_callback); }
  /external/webrtc/webrtc/base/
socket_unittest.h 27 virtual void SetUp() { ss_ = Thread::Current()->socketserver(); }
  /external/webrtc/webrtc/libjingle/xmpp/
mucroomuniquehangoutidtask_unittest.cc 47 virtual void SetUp() {
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
neteq_quality_test.h 72 void SetUp() override;
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_unittest.cc 25 void SetUp() override {

Completed in 660 milliseconds

1 2 3 4 5 6 7 891011>>