Searched refs:link1 (Results 1 – 9 of 9) sorted by relevance
/external/dbus/dbus/ |
D | dbus-list.c | 910 DBusList *link1; in lists_equal() local 913 link1 = _dbus_list_get_first_link (list1); in lists_equal() 915 while (link1 && link2) in lists_equal() 917 if (link1->data != link2->data) in lists_equal() 920 link1 = _dbus_list_get_next_link (list1, link1); in lists_equal() 924 if (link1 || link2) in lists_equal() 940 DBusList *link1; in _dbus_list_test() local 1105 link1 = _dbus_list_get_first_link (&list1); in _dbus_list_test() 1106 while (link1 != NULL) in _dbus_list_test() 1108 verify_list (&link1); /* pretend this link is the head */ in _dbus_list_test() [all …]
|
/external/toybox/tests/ |
D | mv.test | 28 ln -s file1 link1 51 ln -s file1 link1 58 ln file1 link1 71 ln file1 link1
|
D | readlink.test | 63 ln -s link1 link2 64 ln -s link2 link1 67 rm link1 link2
|
/external/jdiff/src/jdiff/ |
D | MergeChanges.java | 102 …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()
|
D | APIComparator.java | 393 …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/ |
D | afcjk.c | 825 AF_Segment link1, link2; in af_cjk_hints_link_segments() local 830 link1 = seg1->link; in af_cjk_hints_link_segments() 831 if ( !link1 || link1->link != seg1 || link1->pos <= seg1->pos ) in af_cjk_hints_link_segments() 843 if ( !link2 || link2->link != seg2 || link2->pos < link1->pos ) in af_cjk_hints_link_segments() 846 if ( seg1->pos == seg2->pos && link1->pos == link2->pos ) in af_cjk_hints_link_segments() 867 seg->serif = link1; in af_cjk_hints_link_segments() 878 seg1->link = link1->link = NULL; in af_cjk_hints_link_segments() 988 AF_Segment link1 = seg1->link; in af_cjk_hints_compute_edges() local 991 if ( link1 ) in af_cjk_hints_compute_edges() 993 dist2 = AF_SEGMENT_DIST( link, link1 ); in af_cjk_hints_compute_edges()
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/doc/source/ |
D | index.rst | 55 <a href="http://example.com/elsie" class="sister" id="link1">Elsie</a>, 85 # <a class="sister" href="http://example.com/elsie" id="link1"> 125 # <a class="sister" href="http://example.com/elsie" id="link1">Elsie</a> 128 # [<a class="sister" href="http://example.com/elsie" id="link1">Elsie</a>, 542 <a href="http://example.com/elsie" class="sister" id="link1">Elsie</a>, 588 # <a class="sister" href="http://example.com/elsie" id="link1">Elsie</a> 595 # [<a class="sister" href="http://example.com/elsie" id="link1">Elsie</a>, 792 # <a class="sister" href="http://example.com/elsie" id="link1">Elsie</a> 864 <a href="http://example.com/elsie" class="sister" id="link1">Elsie</a> 874 # <a class="sister" href="http://example.com/elsie" id="link1">Elsie</a> [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 394 Link *link1 = &mtx1->link[li]; in CycleCheck() local 400 pt->pending[npending++] = *link1; in CycleCheck()
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/ |
D | demonstration_markup.txt | 29 <div><div id="1">\n <a href="link1">This link is never closed.\n</div>\n<div id="2">\n <div id="3">…
|