Home
last modified time | relevance | path

Searched refs:link1 (Results 1 – 6 of 6) sorted by relevance

/external/toybox/tests/
Dmv.test36 ln -s file1 link1
52 ln -s file1 link1
60 ln file1 link1
75 ln file1 link1
Dreadlink.test63 ln -s link1 link2
64 ln -s link2 link1
67 rm link1 link2
/external/jdiff/src/jdiff/
DMergeChanges.java102 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in mergeRemoveAddCtor() local
105 String title = link1 + "Class <b>" + classDiff.name_ + in mergeRemoveAddCtor()
162 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in mergeSingleMethods() local
165 String title = link1 + "Class <b>" + classDiff.name_ + "</b></a>, " + in mergeSingleMethods()
240 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in mergeMultipleMethods() local
243 String title = link1 + "Class <b>" + classDiff.name_ + "</b></a>, " + in mergeMultipleMethods()
320 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in mergeRemoveAddField() local
323 String title = link1 + "Class <b>" + classDiff.name_ + "</b></a>, " + in mergeRemoveAddField()
DAPIComparator.java393 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in compareAllCtors() local
396 String title = link1 + "Class <b>" + classDiff.name_ + in compareAllCtors()
640 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in compareMethods() local
643 String title = link1 + "Class <b>" + classDiff.name_ + "</b></a>, " + in compareMethods()
754 …String link1 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "\" class=\"hiddenlink\… in compareAllFields() local
757 String title = link1 + "Class <b>" + classDiff.name_ + "</b></a>, " + in compareAllFields()
/external/freetype/src/autofit/
Dafcjk.c902 AF_Segment link1, link2; in af_cjk_hints_link_segments() local
907 link1 = seg1->link; in af_cjk_hints_link_segments()
908 if ( !link1 || link1->link != seg1 || link1->pos <= seg1->pos ) in af_cjk_hints_link_segments()
920 if ( !link2 || link2->link != seg2 || link2->pos < link1->pos ) in af_cjk_hints_link_segments()
923 if ( seg1->pos == seg2->pos && link1->pos == link2->pos ) in af_cjk_hints_link_segments()
944 seg->serif = link1; in af_cjk_hints_link_segments()
955 seg1->link = link1->link = NULL; in af_cjk_hints_link_segments()
1062 AF_Segment link1 = seg1->link; in af_cjk_hints_compute_edges() local
1065 if ( link1 ) in af_cjk_hints_compute_edges()
1067 dist2 = AF_SEGMENT_DIST( link, link1 ); in af_cjk_hints_compute_edges()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc394 Link *link1 = &mtx1->link[li]; in CycleCheck() local
400 pt->pending[npending++] = *link1; in CycleCheck()