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

1 2 3

  /frameworks/base/tools/preload/
Operation.java 83 long exclusive = inclusiveTimeNanos(); local
86 exclusive -= child.inclusiveTimeNanos();
89 if (exclusive < 0) {
93 return nanosToMicros(exclusive);
  /external/pdfium/core/src/fxcodec/fx_zlib/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:__anon583
  /development/ndk/platforms/android-21/include/linux/
isdn.h 125 int exclusive; member in struct:__anon1647
  /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:__anon11250
  /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:__anon30935
perf_event.h 191 exclusive : 1, /* only group on PMU */ member in struct:perf_event_attr
  /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:__anon32859
perf_event.h 197 exclusive : 1, /* only group on PMU */ member in struct:perf_event_attr
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon60564
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon61331
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon62110
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon62888
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon63664
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
isdn.h 125 int exclusive; member in struct:__anon64441
  /external/linux-tools-perf/src/tools/perf/util/
python.c 532 "exclusive",
557 exclusive = 0, local
579 &pinned, &exclusive, &exclude_user,
599 attr.exclusive = exclusive;
  /external/libxml2/python/
libxml.c 3614 int exclusive; local
3690 int exclusive; local
    [all...]
  /external/linux-tools-perf/src/include/linux/
perf_event.h 305 * XXX: group_entry and sibling_list should be mutually exclusive;
511 int exclusive; member in struct:perf_cpu_context

Completed in 559 milliseconds

1 2 3