Searched refs:run_one (Results 1 – 3 of 3) sorted by relevance
/third_party/mbedtls/tests/scripts/ |
D | test_config_script.py | 98 def run_one(options, args, stem_prefix='', input_file=None): function 154 run_one(options, [preset]) 156 run_one(options, ['get', symbol]) 157 (stem, filename) = run_one(options, ['set', symbol]) 158 run_one(options, ['get', symbol], stem_prefix=stem, input_file=filename) 159 run_one(options, ['--force', 'set', symbol]) 160 (stem, filename) = run_one(options, ['set', symbol, 'value']) 161 run_one(options, ['get', symbol], stem_prefix=stem, input_file=filename) 162 run_one(options, ['--force', 'set', symbol, 'value']) 163 run_one(options, ['unset', symbol])
|
D | test_psa_constant_names.py | 124 def run_one(self, inputs: InputsForTest, type_word: str) -> None: member in Tests 152 self.run_one(inputs, type_word)
|
/third_party/curl/docs/examples/ |
D | smooth-gtk-thread.c | 68 static void run_one(gchar *http, int j) in run_one() function 100 run_one(http, i); in pull_one_url()
|