Home
last modified time | relevance | path

Searched refs:link2 (Results 1 - 4 of 4) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.cc160 auto link2 = next_downstream->detach_blocked_link(); in remove_and_get_blocked() local
162 (void)link2; in remove_and_get_blocked()
163 assert(link2 == link); in remove_and_get_blocked()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafcjk.c919 AF_Segment link1, link2; in af_cjk_hints_link_segments() local
936 link2 = seg2->link; in af_cjk_hints_link_segments()
937 if ( !link2 || link2->link != seg2 || link2->pos < link1->pos ) in af_cjk_hints_link_segments()
940 if ( seg1->pos == seg2->pos && link1->pos == link2->pos ) in af_cjk_hints_link_segments()
946 /* seg2 < seg1 < link1 < link2 */ in af_cjk_hints_link_segments()
963 else if ( link == link2 ) in af_cjk_hints_link_segments()
/third_party/python/Lib/test/
H A Dtest_shutil.py229 link2 = os.path.join(dir1, 'link2')
230 os.symlink(dir3, link2)
271 link2 = os.path.join(dir1, 'link2')
272 _winapi.CreateJunction(dir3, link2)
H A Dtest_pathlib.py2052 link2 = P / 'dirA' / 'fileAAA'
2054 link2.hardlink_to(target2)
2056 self.assertTrue(link2.exists())
2463 self.dirlink(os.path.join('link1', 'link1'), join('link2'))
2464 self.dirlink(os.path.join('link2', 'link2'), join('link3'))
2474 p = (P / 'link2').resolve()
2491 p = self.cls('link2').resolve()

Completed in 11 milliseconds