Searched refs:split_str (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
D | firmware_Cr50ConsoleCommands.py | 66 def parse_output(self, output, split_str): argument 68 output = output.split(split_str) if split_str else output.split() 78 def get_output(self, cmd, regexp, split_str, sort): argument 89 output = self.parse_output(output, split_str) 98 def get_expected_output(self, cmd, split_str): argument 108 return self.parse_output(contents, split_str) 111 def check_command(self, cmd, regexp, split_str, sort): argument 113 expected_output = self.get_expected_output(cmd, split_str) 114 output = self.get_output(cmd, regexp, split_str, sort) 184 for command, regexp, split_str, sort in self.TESTS: [all …]
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/kernel_tests/ |
D | training_ops_test.py | 70 split_str = """ 90 text_format.Merge(split_str, split) 96 split_str = """ 104 split_str += """ 112 split_str += """ 115 text_format.Merge(split_str, split) 120 split_str = """ 140 text_format.Merge(split_str, split)
|
/external/curl/lib/ |
D | ldap.c | 796 static bool split_str(char *str, char ***out, size_t *count) in split_str() function 916 if(!split_str(p, &attributes, &count)) { in _ldap_url_parse2()
|