Searched refs:list_of_arg_lists (Results 1 – 5 of 5) sorted by relevance
/external/skqp/tools/ |
D | git-sync-deps | 205 list_of_arg_lists = [] 218 list_of_arg_lists.append( 221 multithread(git_checkout_to_directory, list_of_arg_lists) 224 def multithread(function, list_of_arg_lists): argument 229 for args in list_of_arg_lists:
|
/external/swiftshader/third_party/SPIRV-Tools/utils/ |
D | git-sync-deps | 234 list_of_arg_lists = [] 243 list_of_arg_lists.append( 246 multithread(git_checkout_to_directory, list_of_arg_lists) 253 def multithread(function, list_of_arg_lists): argument 258 for args in list_of_arg_lists:
|
/external/deqp-deps/amber/tools/ |
D | git-sync-deps | 224 list_of_arg_lists = [] 245 list_of_arg_lists.append( 248 multithread(git_checkout_to_directory, list_of_arg_lists) 255 def multithread(function, list_of_arg_lists): argument 260 for args in list_of_arg_lists:
|
/external/deqp-deps/SPIRV-Tools/utils/ |
D | git-sync-deps | 234 list_of_arg_lists = [] 243 list_of_arg_lists.append( 246 multithread(git_checkout_to_directory, list_of_arg_lists) 253 def multithread(function, list_of_arg_lists): argument 258 for args in list_of_arg_lists:
|
/external/skia/tools/ |
D | git-sync-deps | 216 list_of_arg_lists = [] 231 list_of_arg_lists.append( 234 multithread(git_checkout_to_directory, list_of_arg_lists) 237 def multithread(function, list_of_arg_lists): argument 242 for args in list_of_arg_lists:
|