HomeSort by relevance Sort by last modified time
    Searched defs:links (Results 76 - 100 of 143) sorted by null

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-15/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-16/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-16/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-17/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/sunrpc/
sched.h 34 struct list_head links; member in struct:rpc_wait
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 1189 List<IHyperlink> links = new ArrayList<IHyperlink>(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
irclib.py 697 def links(self, remote_server="", server_mask=""): member in class:ServerConnection
698 """Send a LINKS command."""
699 command = "LINKS"
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanoftp.c 1602 int links = 0; local
    [all...]
  /external/libxml2/
nanoftp.c 1604 int links = 0; local
    [all...]
  /system/core/init/
devices.c 191 static mode_t get_device_perm(const char *path, const char **links,
211 if (links) {
213 for (i = 0; links[i]; i++) {
214 if (perm_path_matches(links[i], dp)) {
237 const char **links)
245 mode = get_device_perm(path, links, &uid, &gid) | (block ? S_IFBLK : S_IFCHR);
248 selabel_lookup_best_match(sehandle, &secontext, path, links, mode);
445 char **links; local
454 links = malloc(sizeof(char *) * 2);
455 if (!links)
521 char **links = malloc(sizeof(char *) * 4); local
625 char **links = NULL; local
680 char **links = NULL; local
    [all...]

Completed in 3066 milliseconds

1 2 34 5 6