HomeSort by relevance Sort by last modified time
    Searched full:setup_test (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /system/core/init/parser/
tokenizer_test.cpp 24 #define SETUP_TEST(test_data) \
39 SETUP_TEST("");
44 SETUP_TEST("test");
50 SETUP_TEST(" \t \r test");
56 SETUP_TEST("test \t \r ");
62 SETUP_TEST(" \t \r test \t \r ");
69 SETUP_TEST(" foo bar ");
77 SETUP_TEST("one two three four five");
88 SETUP_TEST("\n");
95 SETUP_TEST("test\n")
    [all...]
  /external/curl/tests/libtest/
CMakeLists.txt 3 function(SETUP_TEST TEST_NAME) # ARGN are the files in the test
36 setup_test(${TEST_NAME} ${${TEST_NAME}_SOURCES})
108 # SETUP_TEST(${TEST_NAME} ${SOURCE})
115 # SETUP_TEST(${TEST_NAME} ${SOURCE})
120 # SETUP_TEST(${TEST_NAME} ${SOURCE})
125 # SETUP_TEST(${TEST_NAME} ${SOURCE})
130 # SETUP_TEST(${TEST_NAME} ${SOURCE})
135 # SETUP_TEST(${TEST_NAME} ${SOURCE})
  /external/ltp/testcases/kernel/timers/timer_create/
timer_create03.c 76 void setup_test(int option);
110 setup_test(i);
127 /* setup_test() - sets up individual test */
128 void setup_test(int option) function
timer_create02.c 76 void setup_test(int option);
103 setup_test(i);
140 /* setup_test() - sets up individual test */
141 void setup_test(int option) function
  /external/ltp/testcases/kernel/timers/clock_settime/
clock_settime03.c 30 static int setup_test(int option);
77 if (setup_test(i) < 0)
117 static int setup_test(int option) function
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtMetricsBaseTest.py 62 def setup_test(self): member in class:BtMetricsBaseTest
65 class setup_test()
68 super(BtMetricsBaseTest, self).setup_test()
BluetoothBaseTest.py 71 self.setup_test()
109 def setup_test(self): member in class:BluetoothBaseTest
  /tools/test/connectivity/acts/tests/google/bt/test_tools/
BtReconnectTest.py 34 def setup_test(self): member in class:BtReconnectTest
37 def setup_test(self): member in class:BtReconnectTest
  /tools/test/connectivity/acts/tests/google/coex/performance_tests/
WlanStandalonePerformanceTest.py 26 def setup_test(self): member in class:WlanStandalonePerformanceTest
27 CoexBaseTest.setup_test(self)
  /tools/test/connectivity/acts/tests/google/fugu/
AndroidFuguRemotePairingTest.py 30 def setup_test(self): member in class:AndroidFuguRemotePairingTest
31 super(BluetoothBaseTest, self).setup_test()
  /external/ltp/testcases/kernel/syscalls/reboot/
reboot02.c 86 static int setup_test();
121 if (setup_test() == 0) {
161 * setup_test() - This function sets the user as nobdy
163 int setup_test(void) function
  /tools/test/connectivity/acts/tests/google/bt/car_bt/
BtCarToggleTest.py 29 def setup_test(self): member in class:BtCarToggleTest
  /tools/test/connectivity/acts/tests/google/wifi/
WifiNativeTest.py 26 def setup_test(self): member in class:WifiNativeTest
  /tools/test/connectivity/acts/tests/sample/
ConfigurableAccessPointTest.py 29 def setup_test(self): member in class:ConfigurableAccessPointTest
  /external/ltp/testcases/kernel/syscalls/mlockall/
mlockall02.c 84 int setup_test(int);
119 if (setup_test(i)) {
177 int setup_test(int i) function
mlockall03.c 87 int setup_test(int);
142 if (setup_test(i)) {
213 int setup_test(int i) function
  /external/ltp/testcases/kernel/timers/timer_settime/
timer_settime02.c 76 static int setup_test(int option);
100 if (setup_test(i) == 0) {
120 static int setup_test(int option) function
timer_settime03.c 76 void setup_test(int option);
108 setup_test(i);
131 void setup_test(int option) function
  /tools/test/connectivity/acts/tests/google/ble/concurrency/
ConcurrentBleAdvertisementDiscoveryTest.py 56 def setup_test(self): member in class:ConcurrentBleAdvertisementDiscoveryTest
59 def setup_test(self): member in class:ConcurrentBleAdvertisementDiscoveryTest
60 super(BluetoothBaseTest, self).setup_test()
  /tools/test/connectivity/acts/tests/google/wifi/rtt/stress/
StressRangeAwareTest.py 37 def setup_test(self): member in class:StressRangeAwareTest
40 AwareBaseTest.setup_test(self)
41 RttBaseTest.setup_test(self)
  /test/vts-testcase/nbu/src/
local_hotspot_test.py 31 def setup_test(self): member in class:LocalHotspotTest
wifi_direct_test.py 29 def setup_test(self): member in class:WifiDirectTest
  /tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
RttBaseTest.py 30 def setup_test(self): member in class:RttBaseTest
  /tools/test/connectivity/acts/tests/google/bt/power/
SetupBTPairingTest.py 42 def setup_test(self): member in class:SetupBTPairingTest
  /tools/test/connectivity/acts/
README.md 45 FooTest.setup_test()
48 FooTest.setup_test()

Completed in 1167 milliseconds

1 2 3 4 5