Home
last modified time | relevance | path

Searched refs:start_str (Results 1 – 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/timers/
Dinconsistency-check.c100 char *start_str; in consistency_test() local
107 start_str = ctime(&t); in consistency_test()
125 printf("\%s\n", start_str); in consistency_test()
/external/autotest/client/cros/bluetooth/
Doutput_recorder.py143 def get_contents(self, search_str='', start_str=''): argument
154 start_pattern = re.compile(start_str) if start_str else None
Dbluetooth_device_xmlrpc_server.py1171 def btmon_get(self, search_str, start_str): argument
1182 start_str=start_str)
/external/adhd/cras/src/tests/
Daudio_test_gui.py21 start_str = 'Input Nodes:' if is_input else 'Output Nodes:'
23 for i in range(lines.index(start_str) + 2,
/external/autotest/client/tests/unixbench/
Dunixbench.patch42 - execl(fullpath, fullpath, "0", dur_str, count_str, start_str, 0);
43 + execl(fullpath, fullpath, "0", dur_str, count_str, start_str, (char *)0);
/external/autotest/server/cros/bluetooth/
Dbluetooth_device.py574 def btmon_get(self, search_str='', start_str=''): argument
584 return self._proxy.btmon_get(search_str, start_str)
Dbluetooth_adapter_tests.py1291 start_str = 'Set Advertising Intervals:'
1296 start_str=start_str)
1683 start_str = 'bluetoothd: Set Advertising Intervals: 0x%04x, 0x%04x' % (
1692 start_str=start_str)