HomeSort by relevance Sort by last modified time
    Searched refs:links (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/text/util/
Linkify.java 40 * regex matches in the text into clickable links. This is particularly
193 * of the link types indicated in the mask into clickable links.
209 ArrayList<LinkSpec> links = new ArrayList<LinkSpec>(); local
212 gatherLinks(links, text, Patterns.WEB_URL,
218 gatherLinks(links, text, Patterns.EMAIL_ADDRESS,
224 gatherLinks(links, text, Patterns.PHONE,
230 gatherMapLinks(links, text);
233 pruneOverlaps(links);
235 if (links.size() == 0) {
239 for (LinkSpec link: links) {
    [all...]
  /external/webkit/WebKit/chromium/src/
WebPageSerializer.cpp 51 const WebVector<WebURL>& links,
56 frame, recursive, client, links, localPaths, localDirectoryName);
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,
  /external/webkit/WebKit/chromium/public/
WebPageSerializer.h 44 // which contain all resource links that have local copy.
60 // The parameter links contain original URLs of all saved links.
62 // saved links, which matched with vector:links one by one.
68 const WebVector<WebURL>& links,
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_failures.py 120 """Returns a string holding all applicable output file links.
130 links = ['']
134 links.append("<a href='%s'>expected</a>" % uris[1])
136 links.append("<a href='%s'>actual</a>" % uris[0])
138 links.append("<a href='%s'>diff</a>" % uris[2])
140 links.append("<a href='%s'>wdiff</a>" % uris[3])
141 return ' '.join(links)
  /system/core/init/
devices.c 296 char **links = malloc(sizeof(char *) * 4); local
297 if (!links)
299 memset(links, 0, sizeof(char *) * 4);
317 if (asprintf(&links[link_num], "%s/by-name/%s", link_path, p) > 0)
320 links[link_num] = NULL;
325 if (asprintf(&links[link_num], "%s/by-num/p%d", link_path, uevent->partition_num) > 0)
328 links[link_num] = NULL;
332 if (asprintf(&links[link_num], "%s/%s", link_path, slash + 1) > 0)
335 links[link_num] = NULL;
337 return links;
349 char **links = NULL; local
    [all...]
  /development/tools/zoneinfo/
ZoneCompactor.java 18 // Note that the links must be declared prior to the zone names. A
35 Map<String,String> links = new HashMap<String,String>(); field in class:ZoneCompactor
98 links.put(from, to);
100 String link = links.get(s);
118 // Fill in fields for links
119 Iterator<String> iter = links.keySet().iterator();
122 String to = links.get(from);
  /external/webkit/JavaScriptCore/
create_hash_table 153 my @links = ();
164 if (defined($links[$h])) {
165 $h = $links[$h];
169 $links[$h] = $compactSize;
  /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...]
ivorbisfile.h 75 int links; member in struct:OggVorbis_File
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_copy.c 70 unsigned int links = ~SND_PCM_HW_PARBIT_ACCESS; local
71 err = _snd_pcm_hw_params_refine(sparams, links, params);
81 unsigned int links = ~SND_PCM_HW_PARBIT_ACCESS; local
82 err = _snd_pcm_hw_params_refine(params, links, sparams);
pcm_extplug.c 236 unsigned int links = (SND_PCM_HW_PARBIT_FORMAT | local
251 links &= ~excl_parbits[i];
253 return links;
261 unsigned int links = get_links(ext->sparams); local
263 return _snd_pcm_hw_params_refine(sparams, links, params);
271 unsigned int links = get_links(ext->params); local
273 return _snd_pcm_hw_params_refine(params, links, sparams);
pcm_plug.c 770 unsigned int links = (SND_PCM_HW_PARBIT_PERIOD_TIME | local
782 links |= SND_PCM_HW_PARBIT_RATE;
790 links |= SND_PCM_HW_PARBIT_CHANNELS;
797 links |= SND_PCM_HW_PARBIT_FORMAT;
845 if ((links & SND_PCM_HW_PARBIT_RATE) ||
847 links |= (SND_PCM_HW_PARBIT_PERIOD_SIZE |
859 err = _snd_pcm_hw_params_refine(sparams, links, params);
870 unsigned int links = (SND_PCM_HW_PARBIT_PERIOD_TIME | local
881 links |= SND_PCM_HW_PARBIT_CHANNELS;
884 links |= SND_PCM_HW_PARBIT_FORMAT
    [all...]
pcm_alaw.c 263 unsigned int links = (SND_PCM_HW_PARBIT_CHANNELS | local
271 err = _snd_pcm_hw_params_refine(sparams, links, params);
281 unsigned int links = (SND_PCM_HW_PARBIT_CHANNELS | local
289 err = _snd_pcm_hw_params_refine(params, links, sparams);
pcm_lfloat.c 227 unsigned int links = (SND_PCM_HW_PARBIT_CHANNELS | local
235 err = _snd_pcm_hw_params_refine(sparams, links, params);
245 unsigned int links = (SND_PCM_HW_PARBIT_CHANNELS | local
253 err = _snd_pcm_hw_params_refine(params, links, sparams);
pcm_linear.c 270 unsigned int links = (SND_PCM_HW_PARBIT_CHANNELS | local
278 err = _snd_pcm_hw_params_refine(sparams, links, params);
288 unsigned int links = (SND_PCM_HW_PARBIT_CHANNELS | local
296 err = _snd_pcm_hw_params_refine(params, links, sparams);
pcm_mulaw.c 278 unsigned int links = (SND_PCM_HW_PARBIT_CHANNELS | local
286 err = _snd_pcm_hw_params_refine(sparams, links, params);
296 unsigned int links = (SND_PCM_HW_PARBIT_CHANNELS | local
304 err = _snd_pcm_hw_params_refine(params, links, sparams);
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 266 --use-remote-links-to-tests Link to test files within the SVN repository in the results.
305 'use-remote-links-to-tests' => \$useRemoteLinksToTests,
331 # Generating remote links causes a lot of unnecessary spew on GTK build bot
    [all...]
  /external/libxml2/include/libxml/
nanoftp.h 25 * @filename: the file name (including "->" when links are shown)
30 * @links: the link count
43 unsigned long size, int links, int year,
  /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/WebKitTools/Scripts/webkitpy/layout_tests/
rebaseline_chromium_webkit_tests.py 826 """Generate links for baseline results (old, new and diff).
834 html links for showing baseline results (old, new and diff)
855 links = ''
857 links += html_td_link % {
862 links += self.HTML_TD_NOLINK % ''
864 links += html_td_link % {'uri': path_utils.filename_to_uri(new_file),
    [all...]
  /external/chromium/third_party/icu/source/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/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 */
  /build/tools/droiddoc/templates/
macros.cs 7 link: whether to create a link at the top level, always creates links in
13 .superBounds.N.(more links) (... super ... & ...)
14 .extendsBounds.N.(more links) (... extends ... & ...)
15 .typeArguments.N.(more links) (< ... >)
192 <?cs # A table of links to classes with descriptions, as in a package file or the nested classes ?><?cs
205 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a package (panel nav) ?><?cs
218 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a class (panel nav) ?><?cs
231 <?cs # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs
  /external/chromium/third_party/icu/source/tools/tzcode/
tz2icu.cpp 922 map<string, set<string> > links; variable
994 links[fromid].insert(toid);
    [all...]

Completed in 1742 milliseconds

1 2 3 4