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

  /external/bluetooth/glib/glib/
gthreadpool.h 49 gboolean exclusive; member in struct:_GThreadPool
53 * run at a time (max_threads == -1 means no limit), exclusive == TRUE
60 gboolean exclusive,
  /frameworks/base/tools/preload/
Operation.java 83 long exclusive = inclusiveTimeNanos(); local
86 exclusive -= child.inclusiveTimeNanos();
89 if (exclusive < 0) {
93 return nanosToMicros(exclusive);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hwdep.h 66 unsigned int exclusive: 1; member in struct:snd_hwdep
ac97_codec.h 615 exclusive: 1, /* exclusive mode, don't override with other pcms */ member in struct:ac97_pcm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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)
  /external/qemu/audio/
ossaudio.c 71 int exclusive; member in struct:__anon10550
80 .exclusive = 0,
272 int oflags = conf.exclusive ? O_EXCL : 0;
887 .name = "EXCLUSIVE",
889 .valp = &conf.exclusive,
890 .descr = "Open device in exclusive mode (vmix wont work)"
  /external/yaffs2/yaffs2/direct/
yaffsfs.c 47 __u8 exclusive:1; // exclusive member in struct:__anon15773
387 if(yaffsfs_handle[i].exclusive)
448 h->exclusive = (oflag & O_EXCL) ? 1 : 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
isdn.h 89 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
124 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon23193
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h 89 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
124 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon24783
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
isdn.h 89 #define ISDN_USAGE_EXCLUSIVE 64 /* This bit is set, if channel is exclusive */
124 int exclusive; /* Channel, if bound exclusive */ member in struct:__anon26295
  /bionic/libc/kernel/common/linux/
perf_event.h 132 exclusive : 1, member in struct:perf_event_attr
  /external/linux-tools-perf/util/
python.c 403 "exclusive",
426 exclusive = 0, local
448 &pinned, &exclusive, &exclude_user,
468 attr.exclusive = exclusive;
  /external/kernel-headers/original/linux/
perf_event.h 194 exclusive : 1, /* only group on PMU */ member in struct:perf_event_attr
795 int exclusive; member in struct:perf_cpu_context
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 204 exclusive : 1, /* only group on PMU */ member in struct:perf_event_attr
947 int exclusive; member in struct:perf_cpu_context
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/valgrind/main/include/vki/
vki-linux.h 2658 exclusive : 1, \/* only group on PMU *\/ member in struct:vki_perf_event_attr
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 794 milliseconds