Searched refs:param_list (Results 1 – 3 of 3) sorted by relevance
59 param_list = params88 if param_list[3] == "native":91 …tem for item in os.listdir(native_rpm_dir) if re.search("nativesdk-" + param_list[0] + "-([0-9]+\.…93 …nd any version of {} native package. Related tests will most probably fail.".format(param_list[0]))99 if param_list[1] or param_list[4]:101 …" and binary can't be removed."%(param_list[0],"has assigned ver. " + param_list[1] if param_list[…102 ", is marked for removal" if param_list[4] else ""))104 …pm_file_list = [item for item in os.listdir(arch_rpm_dir) if re.search(param_list[0] + "-([0-9]+\.…107 "Related tests will probably fail." % param_list[0])109 …if param_list[2] == "rpm": # binary should be deployed as rpm; (other, .deb, .ipk? ; in the near …[all …]
12 CommandLineParameterInfoList *param_list = NULL; in query_option_descs() local38 QAPI_LIST_PREPEND(param_list, info); in query_option_descs()41 return param_list; in query_option_descs()
737 for (const auto& param : boost::beast::http::param_list{ in parseFormPartName()