/external/autotest/server/site_tests/bluetooth_AdapterCLHealth/ |
D | bluetooth_AdapterCLHealth.py | 31 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterCLHealth 35 @test_wrapper('Discovery Test', devices={"MOUSE":1}) 44 @test_wrapper('Discoverable Test', devices={"MOUSE":1}) 57 @test_wrapper('Pairing Test', devices={"MOUSE":1}) 66 @test_wrapper('keyboard Pairing Test', devices={"KEYBOARD":1}) 75 @test_wrapper('Pairing Suspend Resume Test', devices={"MOUSE": 1}) 85 @test_wrapper('Pairing Twice Test', devices={"MOUSE":1}) 95 @test_wrapper('HID Reports Test', devices={"MOUSE":1}) 104 @test_wrapper('HID keyboard Reports Test', devices={'KEYBOARD':1}) 113 @test_wrapper('HID Reports Suspend Resume Test', devices={"MOUSE": 1}) [all …]
|
/external/autotest/server/site_tests/bluetooth_AdapterSAHealth/ |
D | bluetooth_AdapterSAHealth.py | 36 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterSAHealth 40 @test_wrapper('Stand Alone basic test') 89 @test_wrapper('Adapter suspend resume test') 114 @test_wrapper('Adapter present test') 125 @test_wrapper('Adapter reboot test') 160 @test_wrapper('Adapter DiscoverableTimeout test', 167 @test_wrapper('Adapter PairableTimeout test') 174 @test_wrapper('Default state test') 180 @test_wrapper('Valid address test') 186 @test_wrapper('Valid adapter ID test') [all …]
|
/external/autotest/server/site_tests/bluetooth_AdapterLEHealth/ |
D | bluetooth_AdapterLEHealth.py | 37 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterLEHealth 40 @test_wrapper('Discovery Test', devices={"BLE_MOUSE":1}) 52 @test_wrapper('Connect Disconnect Loop', devices={'BLE_MOUSE':1}) 64 @test_wrapper('Mouse Reports', devices={'BLE_MOUSE':1}) 81 @test_wrapper('Keyboard Reports', devices={'BLE_KEYBOARD':1}) 98 @test_wrapper('Battery Reporting', devices={'BLE_MOUSE': 1}) 110 @test_wrapper('Auto Reconnect', devices={'BLE_MOUSE':1}) 122 @test_wrapper('Power toggle and Connect Loop', devices={'BLE_MOUSE': 1}) 136 @test_wrapper('GATT Client', devices={'BLE_KEYBOARD':1}) 150 @test_wrapper('LE secondary Test', [all …]
|
/external/autotest/server/site_tests/bluetooth_AdapterAdvHealth/ |
D | bluetooth_AdapterAdvHealth.py | 27 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterAdvHealth 32 @test_wrapper('Multiple LE advertising test', 42 @test_wrapper('Single LE advertising test') 51 @test_wrapper('Suspend resume LE advertising test', 61 @test_wrapper('Reboot LE advertising test') 69 @test_wrapper('Advertising peer test', devices={'BLE_MOUSE':1}) 77 @test_wrapper('Advertising Nearby test') 86 @test_wrapper('Broadcast advertising test') 93 @test_wrapper('Advertising suspend peer test',
|
/external/autotest/server/site_tests/bluetooth_AdapterAUHealth/ |
D | bluetooth_AdapterAUHealth.py | 22 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterAUHealth 60 @test_wrapper('A2DP sinewave test', devices={'BLUETOOTH_AUDIO':1}) 66 @test_wrapper('A2DP sinewave long test', devices={'BLUETOOTH_AUDIO':1}, 127 @test_wrapper('HFP WBS sinewave test with dut as source', 137 @test_wrapper('HFP WBS sinewave test with dut as sink', 146 @test_wrapper('HFP NBS sinewave test with dut as source', 154 @test_wrapper('HFP NBS sinewave test with dut as sink', 162 @test_wrapper('HFP WBS VISQOL test with dut as sink', 171 @test_wrapper('HFP WBS VISQOL test with dut as source', 179 @test_wrapper('HFP NBS VISQOL test with dut as sink', [all …]
|
/external/autotest/server/site_tests/bluetooth_AdapterAdvMonitor/ |
D | bluetooth_AdapterAdvMonitor.py | 27 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterAdvMonitor 31 @test_wrapper('Monitor Object Health Tests') 40 @test_wrapper('Pattern Filter Tests', 49 @test_wrapper('Single Client Tests', 59 @test_wrapper('Multi Client Tests', 66 @test_wrapper('Foreground Background Combination Tests', 75 @test_wrapper('Suspend Resume Tests', 89 @test_wrapper('Interleave Scan Tests',
|
/external/autotest/server/site_tests/bluetooth_AdapterSRHealth/ |
D | bluetooth_AdapterSRHealth.py | 47 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable 145 @test_wrapper('Reconnect Classic HID', devices={'MOUSE': 1}) 153 @test_wrapper('Reconnect LE HID', devices={'BLE_MOUSE': 1}) 162 @test_wrapper('Reconnect Multiple Classic HID', 176 @test_wrapper('Reconnect Multiple LE HID', 189 @test_wrapper('Reconnect one of each classic+LE HID', 204 @test_wrapper('Reconnect Classic HID Stress Test', devices={'MOUSE': 1}) 213 @test_wrapper('Reconnect LE HID Stress Test', devices={'BLE_MOUSE': 1}) 222 @test_wrapper('Reconnect A2DP', 348 @test_wrapper('Peer wakeup Classic HID', [all …]
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_decorator_test.py | 195 def test_wrapper(*args, **kwargs): function 202 decorated = tf_decorator.make_decorator(test_function, test_wrapper) 207 decorated = tf_decorator.make_decorator(test_function, test_wrapper) 212 decorated = tf_decorator.make_decorator(test_function, test_wrapper, 219 test_function, test_wrapper, decorator_doc='test decorator doc') 225 decorated = tf_decorator.make_decorator(test_function, test_wrapper) 231 test_wrapper.foobar = False 232 decorated = tf_decorator.make_decorator(test_function, test_wrapper) 235 del test_wrapper.foobar 243 decorated = tf_decorator.make_decorator(test_function, test_wrapper, '', '', [all …]
|
/external/autotest/server/site_tests/bluetooth_AdapterMDHealth/ |
D | bluetooth_AdapterMDHealth.py | 24 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterMDHealth 66 @test_wrapper('One classic and one BLE connection', 80 @test_wrapper('Two BLE connections', 94 @test_wrapper('Two classic connections', devices={'MOUSE':1, 'KEYBOARD':1})
|
/external/autotest/server/site_tests/bluetooth_AdapterLEBetterTogether/ |
D | bluetooth_AdapterLEBetterTogether.py | 23 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterLEBetterTogether 25 @test_wrapper('Smart Unlock', devices={'BLE_PHONE':1})
|
/external/clang/test/SemaCXX/ |
D | warn-infinite-recursion.cpp | 145 int test_wrapper() { in test_wrapper() function 152 int wrapper_sum = test_wrapper<2>(); // expected-note{{instantiation}}
|
/external/autotest/server/site_tests/bluetooth_AdapterPowerMeasure/ |
D | bluetooth_AdapterPowerMeasure.py | 21 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterPowerMeasure 162 @test_wrapper('Power measurement test', devices={'BLUETOOTH_BASE':1})
|
/external/autotest/server/site_tests/bluetooth_AdapterMTBF/ |
D | bluetooth_AdapterMTBF.py | 58 test_wrapper = BluetoothAdapterQuickTests.quick_test_test_decorator variable in bluetooth_AdapterMTBF 60 @test_wrapper('MTBF Typical Use Cases', 270 @test_wrapper('MTBF Better Together Stress', devices={'BLE_PHONE': 1})
|
/external/clang/test/Analysis/ |
D | malloc-plist.c | 43 void test_wrapper() { in test_wrapper() function
|
/external/python/cpython2/Lib/test/ |
D | test_argparse.py | 2837 def test_wrapper(self, test_func=test_func): function 2840 test_wrapper.__name__ = test_name 2843 setattr(test_class, test_name, test_wrapper)
|
/external/python/cpython3/Lib/test/ |
D | test_argparse.py | 3291 def test_wrapper(self, test_func=test_func): function 3294 test_wrapper.__name__ = test_name 3297 setattr(test_class, test_name, test_wrapper)
|