Home
last modified time | relevance | path

Searched defs:exclusive (Results 1 – 25 of 65) sorted by relevance

123

/third_party/node/test/parallel/
Dtest-http2-priority-event.js14 function onPriority(stream, parent, weight, exclusive) { argument
25 exclusive: false property
47 exclusive: false property
Dtest-net-listen-exclusive-random-ports.js33 exclusive: true property
/third_party/node/test/sequential/
Dtest-dgram-bind-shared-ports.js100 const opt1 = { address, port: 0, exclusive: false }; property
101 const opt2 = { address, port: common.PORT, exclusive: false }; property
102 const opt3 = { address, port: common.PORT + 1, exclusive: true }; property
Dtest-net-listen-shared-ports.js58 exclusive: false property
60 server2.listen({ port: common.PORT + 1, exclusive: true }, property
/third_party/boost/libs/compute/include/boost/compute/algorithm/detail/
Dscan_on_gpu.hpp33 bool exclusive, in local_scan_kernel()
191 bool exclusive, in scan_impl()
273 bool exclusive, in dispatch_scan()
285 bool exclusive, in dispatch_scan()
314 bool exclusive, in scan_on_gpu()
Dscan.hpp26 bool exclusive, in scan()
Dserial_scan.hpp30 bool exclusive, in serial_scan()
/third_party/boost/boost/compute/algorithm/detail/
Dscan_on_gpu.hpp33 bool exclusive, in local_scan_kernel()
191 bool exclusive, in scan_impl()
273 bool exclusive, in dispatch_scan()
285 bool exclusive, in dispatch_scan()
314 bool exclusive, in scan_on_gpu()
Dscan.hpp26 bool exclusive, in scan()
Dserial_scan.hpp30 bool exclusive, in serial_scan()
/third_party/mindspore/mindspore/core/ops/
Dcumsum.cc25 void CumSum::Init(const bool exclusive, const bool reverse) { in Init()
30 void CumSum::set_exclusive(const bool exclusive) { (void)this->AddAttr(kExclusive, MakeValue(exclus… in set_exclusive()
/third_party/freetype/src/gxvalid/
Dgxvfeat.c84 FT_Bool exclusive, in gxv_feat_registry_validate()
165 FT_Bool exclusive, in gxv_feat_setting_validate()
203 FT_Bool exclusive; in gxv_feat_name_validate() local
Dgxvfeat.h49 FT_Bool exclusive; member
Dgxvfgen.c91 char exclusive; member
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvfeat.c84 FT_Bool exclusive, in gxv_feat_registry_validate()
165 FT_Bool exclusive, in gxv_feat_setting_validate()
203 FT_Bool exclusive; in gxv_feat_name_validate() local
Dgxvfeat.h49 FT_Bool exclusive; member
Dgxvfgen.c91 char exclusive; member
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvfeat.c84 FT_Bool exclusive, in gxv_feat_registry_validate()
165 FT_Bool exclusive, in gxv_feat_setting_validate()
203 FT_Bool exclusive; in gxv_feat_name_validate() local
Dgxvfeat.h49 FT_Bool exclusive; member
Dgxvfgen.c91 char exclusive; member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dcumsum_fp32.c22 …msum(const float *input, float *output, int out_dim, int axis_dim, int inner_dim, bool exclusive) { in Cumsum()
84 …erse(const float *input, float *output, int out_dim, int axis_dim, int inner_dim, bool exclusive) { in CumsumReverse()
143 …umsumInt(const int *input, int *output, int out_dim, int axis_dim, int inner_dim, bool exclusive) { in CumsumInt()
204 …verseInt(const int *input, int *output, int out_dim, int axis_dim, int inner_dim, bool exclusive) { in CumsumReverseInt()
/third_party/glib/glib/
Dgthreadpool.h45 gboolean exclusive; member
/third_party/node/deps/nghttp2/lib/
Dnghttp2_priority_spec.c29 int exclusive) { in nghttp2_priority_spec_init()
/third_party/nghttp2/lib/
Dnghttp2_priority_spec.c29 int exclusive) { in nghttp2_priority_spec_init()
/third_party/node/test/known_issues/
Dtest-dgram-bind-shared-ports-after-port-0.js53 { address: common.localhostIPv4, port: PRT1, exclusive: false }, property

123