Searched refs:multithread (Results 1 - 9 of 9) sorted by relevance
| /third_party/skia/infra/bots/recipe_modules/gsutil/ |
| H A D | api.py | 17 def cp(self, name, src, dst, extra_args=None, multithread=False): 32 if multithread:
|
| /third_party/python/Lib/wsgiref/ |
| H A D | handlers.py | 163 env['wsgi.multithread'] = self.wsgi_multithread 442 inp,out,err,env, multithread=False, multiprocess=True 447 multithread=True, multiprocess=False 453 self.wsgi_multithread = multithread 497 The constructor also takes keyword arguments 'multithread' and 516 uses 'wsgi.run_once' of 'True', 'wsgi.multithread' of 'False', and 533 read_environ(), multithread=False, multiprocess=True 569 environ, multithread=False, multiprocess=True
|
| H A D | simple_server.py | 131 multithread=False,
|
| /third_party/skia/tools/ |
| H A D | git-sync-deps | 237 multithread(git_checkout_to_directory, list_of_arg_lists) 240 def multithread(function, list_of_arg_lists): function
|
| /third_party/skia/infra/bots/recipe_modules/gsutil/examples/ |
| H A D | full.py | 24 extra_args=['-Z'], multithread=True)
|
| /third_party/skia/infra/bots/recipe_modules/gold_upload/ |
| H A D | api.py | 32 image_dest_path, multithread=True)
|
| /third_party/skia/infra/bots/recipes/ |
| H A D | upload_dm_results.py | 48 image_dest_path, multithread=True)
|
| /third_party/python/Lib/test/ |
| H A D | test_wsgiref.py | 376 ('wsgi.multithread', 0), 518 multithread=True, multiprocess=True 551 for attr in ('version', 'multithread', 'multiprocess', 'run_once', 580 'wsgi.multithread': True,
|
| /third_party/glslang/Test/ |
| H A D | runtests | 80 echo Comparing single thread to multithread for all tests in current directory...
|
Completed in 4 milliseconds