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

1 2 3 4 5 6

  /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
83 'Owner: %s' % self.owner, 'Exclusive: %s' % self.exclusive,
124 file_lock.getDescription().exclusive,
160 if self._description.exclusive and self._description.auto:
199 def NonBlockingLock(self, exclusive, reason=''):
201 if lock.exclusive
    [all...]
  /external/freetype/src/gxvalid/
gxvfeat.h 49 FT_Bool exclusive; member in struct:GXV_Feature_RegistryRec_
gxvfeat.c 84 FT_Bool exclusive,
124 if ( exclusive != gxv_feat_registry[feature].exclusive )
126 GXV_TRACE(( "exclusive flag %d differs from predefined value\n",
127 exclusive ));
165 FT_Bool exclusive,
178 /* If we have exclusive setting, the setting should be odd. */
179 if ( exclusive && ( setting & 1 ) == 0 )
203 FT_Bool exclusive; local
226 exclusive = FT_BOOL( featureFlags & GXV_FEAT_MASK_EXCLUSIVE_SETTINGS )
    [all...]
gxvfgen.c 91 char exclusive; member in struct:GX_Feature_RegistryRec_
472 featreg_table[i].exclusive ? 1 : 0,
  /external/tensorflow/tensorflow/core/kernels/
scan_ops.h 31 const bool reverse, const bool exclusive) {
39 To32Bit(in).reverse(dims).scan(1, reducer, exclusive).reverse(dims);
scan_ops_gpu.h 162 bool exclusive, bool reverse, Op op) {
212 if (exclusive) {
231 const bool exclusive) {
248 out.data(), dimx, dimy, dimz, exclusive, reverse, op));
254 out.data(), dimx, dimy, dimz, exclusive, reverse, op));
260 out.data(), dimx, dimy, dimz, exclusive, reverse, op));
266 out.data(), dimx, dimy, dimz, exclusive, reverse, op));
272 out.data(), dimx, dimy, dimz, exclusive, reverse, op));
278 out.data(), dimx, dimy, dimz, exclusive, reverse, op));
287 const bool reverse, const bool exclusive) {
    [all...]
  /external/autotest/client/cros/
kernel_config.py 105 def is_exclusive(self, exclusive):
109 @param exclusive: hash containing "missing", "builtin", "module",
115 for name in exclusive['missing']:
117 for name in exclusive['builtin']:
120 for name in exclusive['module']:
123 for name in exclusive['enabled']:
128 regex = r'CONFIG_%s' % (exclusive['regex'])
  /device/linaro/bootloader/arm-trusted-firmware/bl2/
bl2.mk 10 lib/locks/exclusive/${ARCH}/spinlock.S \
  /external/tensorflow/tensorflow/python/framework/
smart_cond.py 93 def smart_case(pred_fn_pairs, default=None, exclusive=False, name="smart_case"):
104 exclusive: True iff at most one predicate is allowed to evaluate to `True`.
118 smart_cond, pred_fn_pairs, default, exclusive, name,
  /external/tensorflow/tensorflow/python/kernel_tests/
scan_ops_test.py 44 def handle_options(func, x, axis, exclusive, reverse):
53 if exclusive:
80 def _compare(self, x, axis, exclusive, reverse):
81 np_out = handle_options(np.cumsum, x, axis, exclusive, reverse)
83 tf_out = math_ops.cumsum(x, axis, exclusive, reverse).eval()
88 for exclusive in [True, False]:
90 self._compare(x, axis, exclusive, reverse)
160 def _compareGradient(self, shape, axis, exclusive, reverse):
164 result = math_ops.cumsum(t, axis, exclusive, reverse)
192 for exclusive in [True, False]
    [all...]
  /external/tensorflow/tensorflow/compiler/tests/
scan_ops_test.py 43 def handle_options(func, x, axis, exclusive, reverse):
52 if exclusive:
79 def _compare(self, x, axis, exclusive, reverse):
80 np_out = handle_options(np.cumsum, x, axis, exclusive, reverse)
83 tf_out = math_ops.cumsum(p, axis, exclusive, reverse).eval(
89 for exclusive in [True, False]:
91 self._compare(x, axis, exclusive, reverse)
157 def _compare(self, x, axis, exclusive, reverse):
158 np_out = handle_options(np.cumprod, x, axis, exclusive, reverse)
161 prod = math_ops.cumprod(p, axis, exclusive, reverse
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp.mk 16 lib/locks/exclusive/aarch64/spinlock.S
  /external/skia/src/compute/skc/platforms/cl_12/kernels/
segment_ttck.cl 100 uint const exclusive = inclusive - count;
111 next = exclusive + sub_group_broadcast(next,HS_SLAB_WIDTH-1);
  /external/skqp/src/compute/skc/platforms/cl_12/kernels/
segment_ttck.cl 100 uint const exclusive = inclusive - count;
111 next = exclusive + sub_group_broadcast(next,HS_SLAB_WIDTH-1);
  /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/curl/docs/cmdline-opts/
socks4.d 10 exclusive.
socks4a.d 10 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 */
  /device/linaro/bootloader/arm-trusted-firmware/lib/psci/
psci_lib.mk 12 lib/locks/exclusive/${ARCH}/spinlock.S \
  /external/curl/lib/
http2.h 58 bool exclusive);
  /external/grpc-grpc-java/okhttp/third_party/okhttp/main/java/io/grpc/okhttp/internal/framed/
FrameReader.java 97 * @param exclusive inserts this stream ID as the sole child of
100 void priority(int streamId, int streamDependency, int weight, boolean 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) {
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/framed/
FrameReader.java 95 * @param exclusive inserts this stream ID as the sole child of
98 void priority(int streamId, int streamDependency, int weight, boolean exclusive);

Completed in 7288 milliseconds

1 2 3 4 5 6