Home
last modified time | relevance | path

Searched refs:get_lines (Results 1 – 5 of 5) sorted by relevance

/third_party/lz4/contrib/gen_manual/
Dgen_manual.cpp66 vector<string> get_lines(vector<string>& input, int& linenum, string terminator) in get_lines() function
144 lines = get_lines(input, linenum, "}"); in main()
177 comments = get_lines(input, linenum, "*/"); in main()
195 lines = get_lines(input, linenum, ""); in main()
213 lines = get_lines(input, ++linenum, ""); in main()
/third_party/python/Lib/
Dlinecache.py179 get_lines = functools.partial(get_source, name)
180 cache[filename] = (get_lines,)
Dargparse.py342 def get_lines(parts, indent, prefix=None): function
366 lines = get_lines([prog] + opt_parts, indent, prefix)
367 lines.extend(get_lines(pos_parts, indent))
369 lines = get_lines([prog] + pos_parts, indent, prefix)
377 lines = get_lines(parts, indent)
380 lines.extend(get_lines(opt_parts, indent))
381 lines.extend(get_lines(pos_parts, indent))
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_sched.h63 unsigned get_lines(kc_lines &lines);
Dsb_sched.cpp2095 unsigned nl = kt.get_lines(group_lines); in try_reserve()
2112 unsigned rp_kcache_tracker::get_lines(kc_lines& lines) { in get_lines() function in r600_sb::rp_kcache_tracker