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 | 147 def get_contents(self, search_str='', start_str=''): argument 158 start_pattern = re.compile(start_str) if start_str else None
|
/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 | 837 def btmon_get(self, search_str='', start_str=''): argument 847 return self._proxy.btmon_get(search_str, start_str)
|
D | bluetooth_adapter_tests.py | 2708 start_str = 'Set Advertising Intervals:' 2713 start_str=start_str) 3187 start_str = 'bluetoothd: Set Advertising Intervals: 0x%04x, 0x%04x' % ( 3196 start_str=start_str)
|
/external/autotest/client/cros/multimedia/ |
D | bluetooth_facade_native.py | 2061 def btmon_get(self, search_str, start_str): argument 2072 start_str=start_str)
|