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

1 2 3

  /external/tremolo/Tremolo/
ivorbisfile.h 75 int links; member in struct:OggVorbis_File
  /bionic/libc/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/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--;
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_task_types.h 245 struct dsp_tree_link links; member in struct:dsp_task_tree_control_block
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
HyperlinksTest.java 204 IHyperlink[] links = resolver.detectHyperlinks(viewer, new Region(offset, 0), true); local
205 assertNotNull(links);
209 for (IHyperlink link : links) {
234 IHyperlink link = links[0];
  /bionic/libc/kernel/common/linux/sunrpc/
sched.h 42 struct list_head links; member in struct:rpc_wait
  /development/ndk/platforms/android-3/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /external/bluetooth/glib/tests/
queue-test.c 18 GList *links; local
53 links = NULL;
55 links = g_list_prepend (links, list);
57 link = links;
63 g_list_free (links);
65 links = NULL;
67 links = g_list_prepend (links, list);
69 link = links;
    [all...]
  /external/e2fsprogs/e2fsck/
pass2.c 720 __u16 links; local
924 * Don't allow links to the root directory.
1095 &links);
1096 if (links > 1)
    [all...]
  /external/kernel-headers/original/linux/sunrpc/
sched.h 33 struct list_head list; /* wait queue links */
34 struct list_head links; /* Links to related tasks */ member in struct:rpc_wait
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait

Completed in 777 milliseconds

1 2 3