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

/external/dbus/dbus/
H A Ddbus-watch.c303 DBusList *link2; local
305 link2 = _dbus_list_get_first_link (&watch_list->watches);
306 while (link2 != link)
309 link2);
312 dbus_watch_get_socket (link2->data));
314 (* remove_function) (link2->data, data);
316 link2 = next;
H A Ddbus-list.c953 DBusList *link2; local
956 link2 = _dbus_list_get_first_link (list2);
957 while (link1 && link2)
959 if (link1->data != link2->data)
963 link2 = _dbus_list_get_next_link (list2, link2);
966 if (link1 || link2)
983 DBusList *link2; local
1080 DBusList *link2; local
1089 link2
[all...]
H A Ddbus-timeout.c260 DBusList *link2; local
262 link2 = _dbus_list_get_first_link (&timeout_list->timeouts);
263 while (link2 != link)
266 link2);
268 (* remove_function) (link2->data, data);
270 link2 = next;
/external/bluetooth/glib/tests/
H A Dfile-test.c106 char *link2 = "file-test-link2"; local
117 result = symlink (link1, link2);
127 data = g_file_read_link (link2, &error);
128 g_assert (data != NULL && "couldn't read link2");
129 g_assert (strcmp (data, link1) == 0 && "link2 contains wrong data");
144 remove (link2);
H A Dsequence-test.c578 GList *link1, *link2; local
582 GSequenceIter *iter2 = get_random_iter (seq2, &link2);
588 if (!link2)
591 queue_insert_before (seq2, link2, link1->data);
612 GList *link1, *link2; local
616 GSequenceIter *iter2 = get_random_iter (seq2, &link2);
629 link1->data = link2->data;
630 link2->data = tmp;
1043 GList *link1, *link2; local
1045 GSequenceIter *iter2 = get_random_iter (seq, &link2);
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dabout_chrome_dialog.cc188 size_t link2 = license.find(kBeginLink, link1_end);
189 DCHECK(link2 != std::string::npos);
190 size_t link2_end = license.find(kEndLink, link2);
197 link2 - link1_end - strlen(kEndLinkOss)).c_str());
207 license.substr(link2 + strlen(kBeginLinkOss),
208 link2_end - link2 - strlen(kBeginLinkOss));
/external/jdiff/src/jdiff/
H A DMergeChanges.java103 String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + ".ctor_changed(" + type + ")\" class=\"hiddenlink\">";
106 "</b></a>, " + link2 + "constructor <b>" + classDiff.name_ + "(" + HTMLReportGenerator.simpleName(type) + ")</b></a>";
163 String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + "." + addedMethod.name_ + "_changed(" + sig + ")\" class=\"hiddenlink\">";
166 link2 + HTMLReportGenerator.simpleName(methodDiff.newType_) + " <b>" + addedMethod.name_ + "(" + HTMLReportGenerator.simpleName(sig) + ")</b></a>";
240 String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + "." + addedMethod.name_ + "_changed(" + sig + ")\" class=\"hiddenlink\">";
243 link2 + HTMLReportGenerator.simpleName(methodDiff.newType_) + " <b>" + addedMethod.name_ + "(" + HTMLReportGenerator.simpleName(sig) + ")</b></a>";
320 String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + "." + addedField.name_ + "\" class=\"hiddenlink\">";
323 link2 + HTMLReportGenerator.simpleName(fieldDiff.newType_) + " <b>" + addedField.name_ + "</b></a>";
H A DAPIComparator.java394 String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + ".ctor_changed(" + type + ")\" class=\"hiddenlink\">";
397 "</b></a>, " + link2 + "constructor <b>" + classDiff.name_ + "(" + HTMLReportGenerator.simpleName(type) + ")</b></a>";
641 String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + "." + newMethod.name_ + "_changed(" + sig + ")\" class=\"hiddenlink\">";
644 link2 + HTMLReportGenerator.simpleName(methodDiff.newType_) + " <b>" + newMethod.name_ + "(" + HTMLReportGenerator.simpleName(sig) + ")</b></a>";
755 String link2 = "<a href=\"" + fqName + HTMLReportGenerator.reportFileExt + "#" + fqName + "." + newField.name_ + "\" class=\"hiddenlink\">";
758 link2 + HTMLReportGenerator.simpleName(memberDiff.newType_) + " <b>" + newField.name_ + "</b></a>";
/external/chromium/chrome/browser/ui/webui/options/
H A Dabout_page_handler.cc168 size_t link2 = text.find(kBeginLink, link1_end);
169 DCHECK(link2 != std::string::npos);
170 size_t link2_end = text.find(kEndLink, link2);
175 StringSubRange(text, link1_end + strlen(kEndLinkOss), link2));
/external/chromium/chrome/browser/ui/views/
H A Dabout_chrome_view.cc255 size_t link2 = text.find(kBeginLink, link1_end);
256 DCHECK(link2 != std::wstring::npos);
257 size_t link2_end = text.find(kEndLink, link2);
262 link2);
449 views::Link* link2 = local
466 main_label_chunk2_, link2, rect2, &position, text_direction_is_rtl_,
/external/freetype/src/autofit/
H A Dafcjk.c808 AF_Segment link1, link2; local
825 link2 = seg2->link;
826 if ( !link2 || link2->link != seg2 || link2->pos < link1->pos )
829 if ( seg1->pos == seg2->pos && link1->pos == link2->pos )
835 /* seg2 < seg1 < link1 < link2 */
852 else if ( link == link2 )
/external/bluetooth/glib/gio/
H A Dglocalfile.c1386 char *resolved, *canonical, *parent, *link2; local
1406 link2 = strip_trailing_slashes (link);
1407 parent = g_path_get_dirname (link2);
1408 g_free (link2);

Completed in 304 milliseconds