Searched refs:start_str (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | inconsistency-check.c | 100 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/ |
D | output_recorder.py | 143 def get_contents(self, search_str='', start_str=''): argument 154 start_pattern = re.compile(start_str) if start_str else None
|
D | bluetooth_device_xmlrpc_server.py | 1171 def btmon_get(self, search_str, start_str): argument 1182 start_str=start_str)
|
/external/adhd/cras/src/tests/ |
D | audio_test_gui.py | 21 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/ |
D | unixbench.patch | 42 - 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/ |
D | bluetooth_device.py | 574 def btmon_get(self, search_str='', start_str=''): argument 584 return self._proxy.btmon_get(search_str, start_str)
|
D | bluetooth_adapter_tests.py | 1291 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)
|