HomeSort by relevance Sort by last modified time
    Searched refs:links (Results 26 - 50 of 179) sorted by null

12 3 4 5 6 7 8

  /external/openssl/crypto/conf/
conf_mod.c 88 int links; member in struct:conf_module_st
307 tmod->links = 0;
393 pmod->links++;
432 if (((md->links > 0) || !md->dso) && !all)
474 imod->pmod->links--;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 665 """Generate links for baseline results (old, new and diff).
673 html links for showing baseline results (old, new and diff)
694 links = ''
696 links += html_td_link % {
701 links += self.HTML_TD_NOLINK % ''
703 links += html_td_link % {'uri': self.abspath_to_uri(new_file),
710 links += html_td_link % {'uri': self.abspath_to_uri(diff_file),
714 links += self.HTML_TD_NOLINK % ''
716 return links
737 links = self._generate_baseline_links(test_basename, suffix, platform
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 322 --use-remote-links-to-tests Link to test files within the SVN repository in the results.
365 'use-remote-links-to-tests' => \$useRemoteLinksToTests,
410 # Generating remote links causes a lot of unnecessary spew on GTK build bot
    [all...]
  /external/icu4c/test/perf/perldriver/
Output.pm 227 A:link { color: black; font-weight: normal; text-decoration: none} /* unvisited links */
228 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
230 A:active { color: lime; font-weight: normal; text-decoration: none } /* active links */
  /external/doclava/res/assets/templates/
macros.cs 7 link: whether to create a link at the top level, always creates links in
15 .superBounds.N.(more links) (... super ... & ...)
16 .extendsBounds.N.(more links) (... extends ... & ...)
17 .typeArguments.N.(more links) (< ... >)
218 <?cs # A table of links to classes with descriptions, as in a package file or the nested classes ?><?cs
231 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a package (panel nav) ?><?cs
244 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a class (panel nav) ?><?cs
257 <?cs # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs
  /external/tremolo/Tremolo/
ivorbisfile.h 75 int links; member in struct:OggVorbis_File
  /external/webkit/Source/WebKit/chromium/src/
WebPageSerializerImpl.cpp 34 // a) For those links which have corresponding local saved files, such as
36 // point to local saved file. Why those links can not be resolved as absolute
39 // be dead links.
40 // b) For those links which have not corresponding local saved files, such as
41 // links in A, AREA tags, they will be resolved as absolute URLs.
322 // Check whether we need to replace some resource links
326 // For links start with "javascript:", we do not change it.
437 const WebVector<WebURL>& links,
453 ASSERT(links.size() == localPaths.size());
454 for (size_t i = 0; i < links.size(); i++)
    [all...]
WebPageSerializerImpl.h 58 // which contain all resource links that have local copy.
77 // The parameter links contain original URLs of all saved links.
79 // saved links, which matched with vector:links one by one.
85 const WebVector<WebURL>& links,
WebPageSerializer.cpp 83 // FIXME: Add support for extracting links of sub-resources which
185 const WebVector<WebURL>& links,
190 frame, recursive, client, links, localPaths, localDirectoryName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 302 IHyperlink[] links = Hyperlinks.getResourceLinks(null, mTheme, project, null); local
303 if (links != null && links.length > 0) {
304 IHyperlink link = links[0];
  /build/tools/droiddoc/templates-pdk/assets/design/
default.css 253 /* section header links */ }
304 .content-header.just-links {
312 .paging-links {
314 .paging-links a {
321 .paging-links .prev-page-link {
324 .paging-links .prev-page-link:before {
331 .paging-links .next-page-link {
334 .paging-links .next-page-link:after {
  /external/icu4c/tools/tzcode/
tz2icu.cpp 903 map<string, set<string> > links; variable
975 links[fromid].insert(toid);
    [all...]
  /external/libppp/src/
ncp.c 118 ipcp_Init(&ncp->ipcp, bundle, &bundle->links->physical->link,
121 ipv6cp_Init(&ncp->ipv6cp, bundle, &bundle->links->physical->link,
281 * any links for some time.
307 * Arrange that each of our links has at least one packet. We keep the
323 for (total = 0, dl = bundle->links; dl; dl = dl->next)
bundle.h 100 struct datalink *links; /* Our data links */ member in struct:bundle
  /external/libvorbis/include/vorbis/
vorbisfile.h 120 int links; member in struct:OggVorbis_File
  /hardware/samsung_slsi/exynos5/include/
exynos_v4l2.h 155 struct media_link *links; member in struct:media_entity
  /build/tools/releasetools/
edify_generator.py 226 for dest, links in sorted(by_dest.iteritems()):
228 ",\0".join(['"' + i + '"' for i in sorted(links)]) + ");")
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLBodyElement01.js 78 The aLink attribute specifies the color of active links.
HTMLBodyElement04.js 78 The link attribute specifies the color of links that are not active
HTMLBodyElement06.js 78 The vLink attribute specifies the color of links that have been
HTMLLabelElement04.js 78 The htmlFor attribute links this label with another form control by
body01.js 78 Color of active links (after mouse-button down, but before mouse-button up).
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLBodyElement01.js 78 The aLink attribute specifies the color of active links.
HTMLBodyElement04.js 78 The link attribute specifies the color of links that are not active
HTMLBodyElement06.js 78 The vLink attribute specifies the color of links that have been

Completed in 2646 milliseconds

12 3 4 5 6 7 8