Home
last modified time | relevance | path

Searched refs:dir_a (Results 1 – 4 of 4) sorted by relevance

/third_party/gn/build/
Dfull_test.py61 dir_a = os.path.join('out', 'a')
63 Trial(in_chrome_tree_gn, dir_a)
65 subprocess.check_call(['diff', '-r', dir_a, dir_b])
/third_party/boost/boost/geometry/policies/relate/
Ddirection.hpp45 , dir_a(da) in direction_type()
58 , dir_a(0) in direction_type()
86 int dir_a; // Direction of A-s TO from IP member
/third_party/boost/boost/geometry/algorithms/detail/overlay/
Dget_turn_info_helpers.hpp544 bool same_dirs = d_info().dir_a == 0 && d_info().dir_b == 0; in is_ip_j()
Dget_turn_info_for_endpoint.hpp123 bool same_dirs = result.template get<1>().dir_a == 0 in linear_intersections()