/external/chromium_org/tools/telemetry/build/ |
update_docs.py | 27 # pydoc writes out html with links in a variety of funky ways. We need 30 links = re.findall('(<a href="(.+?)">(.+?)</a>)', html) 31 for link_match in links: 45 # pydoc writes out html with absolute path file links. This is not suitable
|
/external/chromium_org/ui/base/cocoa/controls/ |
hyperlink_button_cell.h | 25 // embedded links but also regular text, use HyperlinkTextView.
|
/external/chromium_org/ui/webui/resources/css/ |
butter_bar.css | 9 * and one or two links at the end of the text. Example:
|
/external/e2fsprogs/lib/ext2fs/ |
valid_blk.c | 29 * Only directories, regular files, and some symbolic links
|
/external/kernel-headers/original/asm-generic/ |
errno-base.h | 34 #define EMLINK 31 /* Too many links */
|
/external/kernel-headers/original/linux/ |
efs_fs_i.h | 41 __be16 di_nlink; /* number of links to file */
|
/external/libpng/ |
KNOWNBUG | 10 fails to install symbolic links
|
/external/llvm/examples/Kaleidoscope/MCJIT/ |
README.txt | 9 When the blog posts are ready this file will be updated with links to the posts.
|
/external/markdown/MarkdownTest/Tests_2004/ |
Auto links.text-out | 21 <p>Auto-links should not occur here:
|
Auto links.text-res | 21 <p>Auto-links should not occur here:
|
Markdown Documentation - Syntax.text | 25 * [Links](#link) 31 * [Automatic Links](#autolink) 546 <h3 id="link">Links</h3> 548 Markdown supports two style of links: *inline* and *reference*. 574 Reference-style links use a second set of square brackets, inside 608 Link definitions are only used for creating links during Markdown 611 Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 643 Here's an example of reference links in action: 675 The point of reference-style links is not that they're easier to 676 write. The point is that with reference-style links, your documen [all...] |
/external/markdown/tests/markdown-test/ |
auto-links.html | 13 <p>Auto-links should not occur here: <code><http://example.com/></code></p>
|
markdown-syntax.txt | 25 * [Links](#link) 31 * [Automatic Links](#autolink) 546 <h3 id="link">Links</h3> 548 Markdown supports two style of links: *inline* and *reference*. 574 Reference-style links use a second set of square brackets, inside 608 Link definitions are only used for creating links during Markdown 611 Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 643 Here's an example of reference links in action: 675 The point of reference-style links is not that they're easier to 676 write. The point is that with reference-style links, your documen [all...] |
/external/smali/ |
README.md | 12 #### Some useful links for getting started with smali
|
/packages/apps/Exchange/src/com/android/exchange/ |
SettingsRedirector.java | 30 * a separate entity in the framework for things such as data usage. Links from those places to
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
errno-base.h | 34 #define EMLINK 31 /* Too many links */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno-base.h | 34 #define EMLINK 31 /* Too many links */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno-base.h | 34 #define EMLINK 31 /* Too many links */
|
/hardware/samsung_slsi/exynos5/libcamera/ |
ExynosCamera.cpp | 698 struct media_link *links = NULL; local 777 // SETUP LINKS 780 links = m_ispSensorEntity->links; 781 if (links == NULL || 782 links->source->entity != m_ispSensorEntity || 783 links->sink->entity != m_ispFrontEntity) { 786 } else if (exynos_media_setup_link(m_media, links->source, links->sink, MEDIA_LNK_FL_ENABLED) < 0) { 794 links = &m_ispFrontEntity->links[i] [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_manager_browsertest.cc | 63 // Load a page with links that open in a new window. 66 "files/click-noreferrer-links.html", 131 // Load a page with links that open in a new window. 134 "files/click-noreferrer-links.html", 172 // for rel=noreferrer links in new windows, even to same site pages and named 184 // Load a page with links that open in a new window. 187 "files/click-noreferrer-links.html", 237 // Load a page with links that open in a new window. 240 "files/click-noreferrer-links.html", 285 // Load a page with links that open in a new window [all...] |
/external/tcpdump/ |
ospf.h | 167 /* Router links advertisements */ 181 /* Network links advertisements */ 187 /* Summary links advertisements */ 193 /* AS external links advertisements */ 240 * TOS metric struct (will be 0 or more in router links update)
|
/external/libppp/src/ |
bundle.c | 220 for (dl = bundle->links; dl; dl = dl->next) 250 for (dl = bundle->links; dl; dl = dl->next) 337 for (dl = bundle->links; dl; dl = dl->next) { 377 for (dl = bundle->links; dl; dl = dl->next) 401 for (dl = bundle->links; dl; dl = dl->next) { 433 for (dl = bundle->links; dl; dl = dl->next) 446 for (dl = bundle->links; dl; dl = dl->next) 462 for (nlinks = 0, dl = bundle->links; dl; dl = dl->next) 496 /* Which links need a select() ? */ 497 for (dl = bundle->links; dl; dl = dl->next [all...] |
/external/markdown/MarkdownTest/Tests_2007/ |
Markdown Documentation - Syntax.text | 25 * [Links](#link) 31 * [Automatic Links](#autolink) 546 <h3 id="link">Links</h3> 548 Markdown supports two style of links: *inline* and *reference*. 574 Reference-style links use a second set of square brackets, inside 608 Link definitions are only used for creating links during Markdown 611 Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 643 Here's an example of reference links in action: 675 The point of reference-style links is not that they're easier to 676 write. The point is that with reference-style links, your documen [all...] |
/external/markdown/tests/extensions-x-def_list/ |
markdown-syntax.txt | 25 * [Links](#link) 31 * [Automatic Links](#autolink) 546 <h3 id="link">Links</h3> 548 Markdown supports two style of links: *inline* and *reference*. 574 Reference-style links use a second set of square brackets, inside 608 Link definitions are only used for creating links during Markdown 611 Link definition names may constist of letters, numbers, spaces, and punctuation -- but they are *not* case sensitive. E.g. these two links: 643 Here's an example of reference links in action: 675 The point of reference-style links is not that they're easier to 676 write. The point is that with reference-style links, your documen [all...] |
/external/tremolo/Tremolo/ |
vorbisfile.c | 75 between links in the chain. */ 217 first pages of two links. */ 245 vf->links=m+1; 246 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets)); 247 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos)); 377 watch out for missing information for links in the OggVorbis_File 384 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets)); 385 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths)); 387 for(i=0;i<vf->links;i++){ 484 for(i=0;i<vf->links;i++ [all...] |