Home
last modified time | relevance | path

Searched refs:run_one (Results 1 – 3 of 3) sorted by relevance

/third_party/mbedtls/tests/scripts/
Dtest_config_script.py98 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])
Dtest_psa_constant_names.py124 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/
Dsmooth-gtk-thread.c68 static void run_one(gchar *http, int j) in run_one() function
100 run_one(http, i); in pull_one_url()