Searched defs:links (Results 1 - 25 of 26) sorted by relevance

12

/external/tremolo/Tremolo/
H A Divorbisfile.h75 int links; member in struct:OggVorbis_File
/external/webkit/Source/WebKit/chromium/src/
H A DWebPageSerializer.cpp83 // FIXME: Add support for extracting links of sub-resources which
185 const WebVector<WebURL>& links,
190 frame, recursive, client, links, localPaths, localDirectoryName);
182 serialize(WebFrame* frame, bool recursive, WebPageSerializerClient* client, const WebVector<WebURL>& links, const WebVector<WebString>& localPaths, const WebString& localDirectoryName) argument
H A DWebPageSerializerImpl.cpp34 // 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
434 WebPageSerializerImpl(WebFrame* frame, bool recursiveSerialization, WebPageSerializerClient* client, const WebVector<WebURL>& links, const WebVector<WebString>& localPaths, const WebString& localDirectoryName) argument
[all...]
/external/kernel-headers/original/linux/
H A Dmedia.h70 __u16 links; member in struct:media_entity_desc
122 /* Should have enough room for links elements */
123 struct media_link_desc __user *links; member in struct:media_links_enum
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h120 int links; member in struct:OggVorbis_File
/external/libppp/src/
H A Dbundle.h100 struct datalink *links; /* Our data links */ member in struct:bundle
/external/openssl/crypto/conf/
H A Dconf_mod.c88 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/e2fsprogs/e2fsck/
H A Dpass2.c720 __u16 links; local
924 * Don't allow links to the root directory.
1100 &links);
1101 if (links > 1)
/external/kernel-headers/original/linux/sunrpc/
H A Dsched.h33 struct list_head list; /* wait queue links */
34 struct list_head links; /* Links to related tasks */ member in struct:rpc_wait
/external/libxml2/
H A Dnanoftp.c1603 int links = 0; local
1610 links = (links * 10) + (*cur++ - '0');
1631 links = (links * 10) + (*cur++ - '0');
1699 callback(userData, filename, attrib, owner, group, size, links,
2051 const char *owner, const char *group, unsigned long size, int links,
2050 ftpList(void *userData, const char *filename, const char* attrib, const char *owner, const char *group, unsigned long size, int links, int year, const char *month, int day, int hour, int minute) argument
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp293 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::links( function in class:DOMHTMLDocument
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp903 map<string, set<string> > links; variable
975 links[fromid].insert(toid);
1135 os << " links:intvector { ";
1502 // Process links (including ICU aliases). For each link set we have
1507 for (map<string,set<string> >::const_iterator i = links.begin();
1508 i!=links.end(); ++i) {
1536 for (map<string,set<string> >::const_iterator i = links.begin();
1537 i!=links.end(); ++i) {
1547 links = links2;
1551 for (map<string,set<string> >::const_iterator i = links
[all...]
H A Dzic.c36 * links to be handled correctly. */
306 static struct link * links; variable in typeref:struct:link
717 ** Make links.
720 eat(links[i].l_filename, links[i].l_linenum);
721 dolink(links[i].l_from, links[i].l_to);
723 emit_icu_link(icuFile, links[i].l_from, links[i].l_to);
727 if (strcmp(links[
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h85 @property(readonly, retain) DOMHTMLCollection *links; variable
/external/valgrind/main/helgrind/
H A Dhg_main.c3283 LAOGLinks* links; local
3287 links = NULL;
3289 (Word*)&links )) {
3291 tl_assert(links);
3293 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->inns );
3296 HG_(getPayloadWS)( &ws_words, &ws_size, univ_laog, links->outs );
3300 links = NULL;
3308 LAOGLinks* links; local
3324 links = NULL;
3325 while (VG_(nextIterFM)( laog, NULL, (UWord*)&links )) {
3388 LAOGLinks* links; local
3471 LAOGLinks* links; local
3515 LAOGLinks* links; local
3530 LAOGLinks* links; local
3547 LAOGLinks* links; local
3780 LAOGLinks *links; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... DROPINS_DIRECTORY private static final String DROPINS private static final String LINKS private static final String CONFIG_INI private static final String PLATFORM_CFG ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar ... private final java.util.ArrayList permissions private String links public void " href="/4.2.2_r1/s? ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp4224 PassRefPtr<HTMLCollection> Document::links() function in class:WebCore::Document
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 6091 milliseconds

12