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

1 2 3 4 5

  /system/core/libcutils/
socket_inaddr_any_server_windows.c 47 // Enforce exclusive addresses so nobody can steal the port from us (1),
51 int exclusive = 1; local
53 if (setsockopt(sock, SOL_SOCKET, SO_EXCLUSIVEADDRUSE, (char*)&exclusive,
54 sizeof(exclusive)) == SOCKET_ERROR ||
  /frameworks/base/tools/preload/
Operation.java 83 long exclusive = inclusiveTimeNanos(); local
86 exclusive -= child.inclusiveTimeNanos();
89 if (exclusive < 0) {
93 return nanosToMicros(exclusive);
  /external/opencv3/3rdparty/zlib/
gzlib.c 103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
  /external/pdfium/third_party/zlib_v128/
gzlib.c 103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
  /external/zlib/src/
gzlib.c 103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
klm_prot.h 36 bool_t exclusive; member in struct:klm_holder
58 bool_t exclusive; member in struct:klm_lockargs
64 bool_t exclusive; member in struct:klm_testargs
nlm_prot.h 29 bool_t exclusive; member in struct:nlm_holder
75 bool_t exclusive; member in struct:nlm_lockargs
85 bool_t exclusive; member in struct:nlm_cancargs
92 bool_t exclusive; member in struct:nlm_testargs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
klm_prot.h 36 bool_t exclusive; member in struct:klm_holder
58 bool_t exclusive; member in struct:klm_lockargs
64 bool_t exclusive; member in struct:klm_testargs
nlm_prot.h 29 bool_t exclusive; member in struct:nlm_holder
75 bool_t exclusive; member in struct:nlm_lockargs
85 bool_t exclusive; member in struct:nlm_cancargs
92 bool_t exclusive; member in struct:nlm_testargs
  /external/javassist/src/main/javassist/bytecode/
StackMap.java 375 void shiftPc(int where, int gapSize, boolean exclusive)
378 new Shifter(this, where, gapSize, exclusive).visit();
383 private boolean exclusive; field in class:StackMap.Shifter
385 public Shifter(StackMap smt, int where, int gap, boolean exclusive) {
389 this.exclusive = exclusive;
393 if (exclusive ? where <= offset : where < offset)
StackMapTable.java 788 void shiftPc(int where, int gapSize, boolean exclusive)
791 new Shifter(this, where, gapSize, exclusive).doit();
799 private boolean exclusive; field in class:StackMapTable.Shifter
801 public Shifter(StackMapTable smt, int where, int gap, boolean exclusive) {
808 this.exclusive = exclusive;
829 if (exclusive)
876 if (exclusive)
  /bionic/libc/kernel/uapi/linux/
isdn.h 125 int exclusive; member in struct:__anon625
  /development/ndk/platforms/android-21/include/linux/
isdn.h 125 int exclusive; member in struct:__anon1747
  /external/kernel-headers/original/uapi/linux/
isdn.h 84 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
119 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon14117
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
isdn.h 83 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
118 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon37619
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
isdn.h 83 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
118 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon39543
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon54706
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon55473
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon56252
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon57030
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon57806
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon58583
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon59353
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon60120
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon60899

Completed in 458 milliseconds

1 2 3 4 5