HomeSort by relevance Sort by last modified time
    Searched defs:exclusive (Results 1 - 13 of 13) 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);
  /prebuilt/linux-x86/toolchain/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
  /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/libxml2/
c14n.c 5 * "Exclusive XML Canonicalization" implementation
64 /* exclusive canonicalization */
65 int exclusive; member in struct:_xmlC14NCtx
584 * Exclusive XML Canonicalization v 1.0 (http://www.w3.org/TR/xml-exc-c14n)
591 * Exclusive XML Canonicalization method.
675 * Prints out exclusive canonical namespace axis of the current node to the
678 * Exclusive XML Canonicalization
716 if(!ctx->exclusive) {
965 * Exclusive XML Canonicalization v 1.0 (http://www.w3.org/TR/xml-exc-c14n)
973 * Exclusive XML Canonicalization method
    [all...]
  /external/qemu/audio/
ossaudio.c 71 int exclusive; member in struct:__anon9518
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:__anon14419
387 if(yaffsfs_handle[i].exclusive)
448 h->exclusive = (oflag & O_EXCL) ? 1 : 0;
  /prebuilt/linux-x86/toolchain/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:__anon21057
  /bionic/libc/kernel/common/linux/
perf_event.h 129 exclusive : 1, member in struct:perf_event_attr
  /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/valgrind/main/include/vki/
vki-linux.h 2648 exclusive : 1, \/* only group on PMU *\/ member in struct:vki_perf_counter_attr
    [all...]

Completed in 826 milliseconds