Searched refs:check_line (Results 1 – 3 of 3) sorted by relevance
/external/lldb/test/python_api/value/change_values/ |
D | TestChangeValueAPI.py | 41 self.check_line = line_number('main.c', '// Stop here and check values') 58 check_breakpoint = target.BreakpointCreateByLocation('main.c', self.check_line)
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 528 static int check_line(genhomedircon_settings_t * s, Ustr *line) in check_line() function 572 if (check_line(s, line) == STATUS_SUCCESS) { in write_home_dir_context() 598 if (check_line(s, line) == STATUS_SUCCESS) { in write_home_root_context() 627 if (check_line(s, line) == STATUS_SUCCESS) { in write_user_context()
|
/external/skia/tests/ |
D | PathTest.cpp | 3178 static void check_line(skiatest::Reporter* reporter, SkPath::RawIter* iter, in check_line() function 3220 check_line(reporter, &iter, x1, y1); in check_path_is_line_and_reset() 3228 check_line(reporter, &iter, x1, y1); in check_path_is_line() 3236 check_line(reporter, &iter, x1, y1); in check_path_is_line_pair_and_reset() 3237 check_line(reporter, &iter, x2, y2); in check_path_is_line_pair_and_reset()
|