Searched refs:api_tuple (Results 1 – 2 of 2) sorted by relevance
60 def process_and_write_api(fout, api_tuple): argument61 infile_name = api_tuple[0]65 api_title = api_tuple[1]66 api_lable = api_tuple[2]73 for api_tuple in list_of_apis:74 infile_name = api_tuple[0]77 process_and_write_api(aout, api_tuple)
369 for api_tuple in apis:370 api_filename = btstack_root + "/" + api_tuple[0]371 need_lock = api_tuple[3]372 header_file = api_tuple[0].replace('src/','')379 for api_tuple in apis:380 api_filename = btstack_root + "/" + api_tuple[0]381 need_lock = api_tuple[3]382 header_file = api_tuple[0].replace('src/','')