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

1 2

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemFlags.h 41 , exclusive(false)
44 options.get("exclusive", exclusive);
48 bool exclusive; member in struct:WebCore::FileSystemFlags
  /frameworks/base/tools/preload/
Operation.java 83 long exclusive = inclusiveTimeNanos(); local
86 exclusive -= child.inclusiveTimeNanos();
89 if (exclusive < 0) {
93 return nanosToMicros(exclusive);
  /external/zlib/src/
gzlib.c 103 int exclusive = 0; local
151 exclusive = 1;
234 (exclusive ? O_EXCL : 0) |
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-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
  /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:__anon26569
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:__anon30778
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:__anon39418
  /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:__anon41009
  /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:__anon42523
  /bionic/libc/kernel/common/linux/
perf_event.h 132 exclusive : 1, member in struct:perf_event_attr
  /external/chromium_org/webkit/browser/fileapi/
obfuscated_file_util_unittest.cc 441 bool exclusive = true; local
448 exclusive, recursive));
738 bool exclusive = true; local
744 context.get(), directory_url, exclusive, recursive));
919 bool exclusive = true; local
940 bool exclusive = false; local
1081 bool exclusive = true; local
1136 bool exclusive = true; local
1162 bool exclusive = true; local
1198 bool exclusive = true; local
1236 bool exclusive = false; local
1371 bool exclusive = true; local
1412 bool exclusive = true; local
1537 bool exclusive = true; local
    [all...]
  /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

Completed in 766 milliseconds

1 2