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

1 2 3 4 5 6 7 8 91011

  /external/toolchain-utils/
lock_machine_test.py 19 file_lock_machine.Machine(machine, auto=True).Lock(exclusive=True)
40 self.assertTrue(mach.Lock(exclusive=True))
41 self.assertTrue(mach.Unlock(exclusive=True))
45 self.assertTrue(mach.Lock(exclusive=True))
46 self.assertTrue(mach.Unlock(exclusive=True))
51 self.assertTrue(mach.Lock(exclusive=False))
53 self.assertTrue(mach.Unlock(exclusive=False))
54 self.assertTrue(mach.Lock(exclusive=True))
55 self.assertTrue(mach.Unlock(exclusive=True))
59 self.assertTrue(mach.Lock(exclusive=False)
    [all...]
file_lock_machine.py 65 self.exclusive = desc['exclusive']
72 self.exclusive = False
79 return self.counter or self.exclusive
82 return ' '.join(['Owner: %s' % self.owner, 'Exclusive: %s' % self.exclusive,
122 file_lock.getDescription().exclusive,
159 if self._description.exclusive and self._description.auto:
198 def NonBlockingLock(self, exclusive, reason=''):
200 if lock.exclusive
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
klm_prot.x 68 bool exclusive; /* FALSE if shared lock */
98 bool exclusive;
106 bool exclusive;
nlm_prot.x 28 bool exclusive;
68 bool exclusive;
77 bool exclusive;
83 bool exclusive;
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.x 67 bool exclusive; /* FALSE if shared lock */
97 bool exclusive;
105 bool exclusive;
nlm_prot.x 53 bool exclusive;
93 bool exclusive;
102 bool exclusive;
108 bool exclusive;
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
  /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 ||
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2.mk 35 lib/locks/exclusive/spinlock.S
  /frameworks/base/tools/preload/
Operation.java 83 long exclusive = inclusiveTimeNanos(); local
86 exclusive -= child.inclusiveTimeNanos();
89 if (exclusive < 0) {
93 return nanosToMicros(exclusive);
  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 448 private int insert0(int pos, byte[] code, boolean exclusive)
456 pos = insertGapAt(pos, len, exclusive).position;
505 * Inserts an exclusive gap
524 * Inserts an exclusive gap in front of the instruction at the given
561 * Inserts an inclusive or exclusive gap in front of the instruction
569 * then it is included within that block. If the gap is exclusive,
588 * @param exclusive true if exclusive, otherwise false.
592 public Gap insertGapAt(int pos, int length, boolean exclusive)
596 * cursorPos indicates the next bytecode whichever exclusive i
    [all...]
ExceptionTable.java 251 void shiftPc(int where, int gapLength, boolean exclusive) {
255 e.startPc = shiftPc(e.startPc, where, gapLength, exclusive);
256 e.endPc = shiftPc(e.endPc, where, gapLength, exclusive);
257 e.handlerPc = shiftPc(e.handlerPc, where, gapLength, exclusive);
262 boolean exclusive) {
263 if (pc > where || (exclusive && pc == where))
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)
LineNumberAttribute.java 172 void shiftPc(int where, int gapLength, boolean exclusive) {
177 if (pc > where || (exclusive && pc == where))
  /external/autotest/client/cros/
kernel_config.py 96 def is_exclusive(self, exclusive):
100 @param exclusive: hash containing "missing", "builtin", "module",
106 for name in exclusive['missing']:
108 for name in exclusive['builtin']:
111 for name in exclusive['module']:
116 regex = r'CONFIG_%s' % (exclusive['regex'])
  /system/netd/server/
Controllers.cpp 91 const char** childChains, bool exclusive) {
94 // If we're the exclusive owner of this chain, clear it entirely. This saves us from having to
97 // TODO: Make all chains exclusive once vendor code uses the oem_* rules.
98 if (exclusive) {
107 if (!exclusive) {
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.mk 40 lib/locks/exclusive/spinlock.S
  /external/strace/
perf_event_struct.h 19 exclusive :1, member in struct:perf_event_attr
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorScan.h 60 const XprType& expr, const Index& axis, bool exclusive = false, const Op& op = Op())
61 : m_expr(expr), m_axis(axis), m_accumulator(op), m_exclusive(exclusive) {}
70 bool exclusive() const { return m_exclusive; } function in class:Eigen::TensorScanOp
108 m_exclusive(op.exclusive()),
147 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool exclusive() const { function in struct:Eigen::TensorEvaluator
231 if (self.exclusive()) {
261 if (self.exclusive()) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
event_attributes_test.c 36 event.attr.exclusive = 0;
37 /* Expected to fail, not exclusive */
110 leader.attr.exclusive = 0;
111 /* Expected to fail, leader isn't exclusive */
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FrameReader.java 93 * @param exclusive inserts this stream ID as the sole child of
96 void priority(int streamId, int streamDependency, int weight, boolean exclusive);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
BaseTestHandler.java 62 boolean exclusive) {

Completed in 260 milliseconds

1 2 3 4 5 6 7 8 91011