HomeSort by relevance Sort by last modified time
    Searched full:links (Results 201 - 225 of 2690) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/Wiktionary/src/com/example/android/wiktionary/
ExtendedWikiHelper.java 70 * {@link Uri} authority to use when creating internal links.
75 * {@link Uri} host to use when creating internal links.
174 // Add internal links
184 // Remove odd category links and convert remaining links into flat text
231 * create headers, lists, internal links, and style formatting for any wiki
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_oauth_enrollment.js 57 var links = document.querySelectorAll('.oauth-enroll-explain-link');
58 for (var i = 0; i < links.length; i++) {
59 links[i].addEventListener('click',
157 var links = document.querySelectorAll('.oauth-enroll-explain-link');
158 for (var i = 0; i < links.length; i++) {
159 links[i].hidden = !this.isAutoEnrollment_;
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.cc 744 base::ListValue* links = NULL; local
745 if (!entry->GetList("link", &links)) {
746 links = new base::ListValue;
747 entry->Set("link", links);
749 links->Clear();
755 links->Append(link);
874 base::ListValue* links = NULL; local
875 if (!entry->GetList("link", &links)) {
876 links = new base::ListValue;
877 entry->Set("link", links);
916 base::ListValue* links = NULL; local
1398 base::ListValue* links = new base::ListValue; local
    [all...]
  /bionic/libc/kernel/common/linux/
media.h 66 __u16 links; member in struct:media_entity_desc
116 struct media_link_desc __user *links; member in struct:media_links_enum
  /external/chromium/chrome/browser/ui/views/
status_bubble_views.h 28 // to allow users to see where hovered links point to.
72 // users to see links in the region normally occupied by the status bubble.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/views/
feed.html 91 var links = document.getElementsByTagName("A");
92 for (var i = 0, link; link = links[i]; i++) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/views/
feed.html 91 var links = document.getElementsByTagName("A");
92 for (var i = 0, link; link = links[i]; i++) {
  /external/chromium_org/third_party/libxml/src/
xlink.c 3 * This version supports both XML XLinks and HTML simple links
140 * Check whether it's one of the element able to carry links
  /external/chromium_org/webkit/data/test_shell/
index.html 43 <h1 style="background: green;">External Links</h1>
66 <b>What is this page?</b> This is just a collection of links to test cases.
  /external/doclava/res/assets/templates/components/
left_nav.cs 9 <div id="index-links"><nobr>
44 <div id="index-links"><nobr>
  /external/ganymed-ssh2/
pom.xml 125 <links>
127 </links>
  /external/guava/guava/
pom.xml 119 <links>
121 </links>
  /external/libvorbis/doc/vorbisfile/
decoding.html 30 <h2>multiple stream links</h2>
32 A Vorbis stream may consist of multiple sections (called links) that
ov_pcm_seek_lap.html 31 <p>ov_pcm_seek_lap will lap between logical stream links of differing
35 lap between logical stream links of differing sample rates. In this
ov_pcm_seek_page_lap.html 39 <p>ov_pcm_seek_page_lap will lap between logical stream links of
43 ov_pcm_seek_page_lap will also lap between logical stream links of
ov_raw_seek_lap.html 35 <p>ov_raw_seek_lap will lap between logical stream links of differing
39 lap between logical stream links of differing sample rates. In this
ov_time_seek_lap.html 32 <p>ov_time_seek_lap will lap between logical stream links of differing
36 lap between logical stream links of differing sample rates. In this
ov_time_seek_page_lap.html 39 <p>ov_time_seek_page_lap will lap between logical stream links of
43 ov_time_seek_page_lap will also lap between logical stream links of
  /external/libxml2/
xlink.c 3 * This version supports both XML XLinks and HTML simple links
140 * Check whether it's one of the element able to carry links
  /frameworks/base/core/java/android/net/
LinkSocketNotifier.java 45 * Optionally, periodically setup connection on available networks to check for better links
83 * Maybe pass the interesting capabilities into the Links.
  /hardware/samsung_slsi/exynos5/include/
media.h 66 __u16 links; member in struct:media_entity_desc
116 struct media_link_desc __user *links; member in struct:media_links_enum
  /libcore/luni/src/main/java/libcore/io/
StructStat.java 34 /** Number of hard links to the file. */
48 * For symbolic links, the length in bytes of the pathname contained in the symbolic link.
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.pom 124 <links>
126 </links>
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-parent/4.9/
proguard-parent-4.9.pom 82 <links>
84 </links>
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.pom 124 <links>
126 </links>

Completed in 1368 milliseconds

1 2 3 4 5 6 7 891011>>