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

1 2 3 4 5 6 78 91011>>

  /system/bt/test/suite/gatt/
gatt_test.cc 24 void GattTest::SetUp() {
35 BluetoothTest::SetUp();
  /hardware/interfaces/wifi/1.2/default/tests/
wifi_chip_unit_tests.cpp 208 void SetUp() override {
234 void SetUp() override {
236 WifiChipTest::SetUp();
293 void SetUp() override {
295 WifiChipTest::SetUp();
394 void SetUp() override {
396 WifiChipTest::SetUp();
546 void SetUp() override {
548 WifiChipTest::SetUp();
562 void SetUp() override
    [all...]
  /art/runtime/
dexopt_test.h 29 virtual void SetUp() OVERRIDE;
  /bionic/benchmarks/
semaphore_benchmark.cpp 83 void SetUp(const benchmark::State&) {
100 setup = true;
104 if (setup) {
120 bool setup = false; member in class:SemaphoreFixture
  /cts/suite/audio_quality/test/
TaskSequentialTest.cpp 24 virtual void SetUp() {
25 TaskGeneric* setup = NULL; local
27 mTestCase = getTaskCase(setup, action);
29 ASSERT_TRUE(setup != NULL);
  /cts/tests/sensor/jni/
android_hardware_cts_SensorNativeTest.cpp 26 jlong setUp(JNIEnv*, jclass) {
29 test->SetUp();
72 (void *) setUp},
  /device/google/wahoo/wifi_offload/test/
chre_interface_test.cpp 41 virtual void SetUp() {
offload_server_test.cpp 52 virtual void SetUp() {
offload_utils_test.cpp 32 virtual void SetUp() {
  /external/bsdiff/
test_utils.h 26 virtual void SetUp();
  /external/drm_hwcomposer/tests/
worker_test.cpp 59 virtual void SetUp() {
  /external/google-benchmark/test/
fixture_test.cc 9 void SetUp(const ::benchmark::State& state) {
map_test.cc 37 void SetUp(const ::benchmark::State& st) {
multiple_ranges_test.cc 29 void SetUp(const ::benchmark::State& state) {
  /external/google-breakpad/src/processor/
map_serializers_unittest.cc 54 void SetUp() {
126 void SetUp() {
201 void SetUp() {
274 void SetUp() {
  /external/google-breakpad/src/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/googletest/googletest/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/libbrillo/brillo/
map_utils_unittest.cc 15 void SetUp() override {
  /external/libbrillo/brillo/message_loops/
glib_message_loop_unittest.cc 29 void SetUp() override {
  /external/libcxx/utils/google-benchmark/test/
fixture_test.cc 9 void SetUp(const ::benchmark::State& state) {
map_test.cc 37 void SetUp(const ::benchmark::State& st) {
multiple_ranges_test.cc 29 void SetUp(const ::benchmark::State& state) {
  /external/libmojo/mojo/public/cpp/bindings/lib/
string_serialization.h 30 void* custom_context = CustomContextHelper<Traits>::SetUp(input, context);

Completed in 535 milliseconds

1 2 3 4 5 6 78 91011>>