Home
last modified time | relevance | path

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

12

/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
Dtest-http2-client-request-options-errors.js17 exclusive: 'boolean', property
Dtest-dgram-exclusive-implicit-bind.js81 target.bind({ port: 0, exclusive: true }); property
Dtest-net-server-listen-options.js93 shouldFailToListen({ 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/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/nghttp2/lib/
Dnghttp2_priority_spec.c29 int exclusive) { in nghttp2_priority_spec_init()
/third_party/node/deps/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
/third_party/curl/lib/
Dsocketpair.c95 int exclusive = 1; in Curl_socketpair() local
/third_party/openssl/crypto/
Dthreads_win.c36 int exclusive; member
/third_party/node/deps/openssl/openssl/crypto/
Dthreads_win.c36 int exclusive; member
/third_party/typescript/tests/cases/conformance/types/spread/
DobjectSpread.ts117 let exclusive: { id: string, a: number, b: string, c: string, d: boolean } = variable
/third_party/alsa-utils/seq/aconnect/
Daconnect.c270 int queue = 0, convert_time = 0, convert_real = 0, exclusive = 0; in main() local
/third_party/zlib/
Dgzlib.c107 int exclusive = 0; local
/third_party/skia/third_party/externals/zlib/
Dgzlib.c103 int exclusive = 0; local
/third_party/node/deps/v8/third_party/zlib/
Dgzlib.c103 int exclusive = 0; local
/third_party/node/deps/zlib/
Dgzlib.c96 int exclusive = 0; in gz_open() local
/third_party/node/lib/
Ddgram.js396 this.bind({ port: 0, exclusive: true }, null); property
650 this.bind({ port: 0, exclusive: true }, null); property
/third_party/mesa3d/src/virtio/vulkan/
Dvn_feedback.c43 const bool exclusive = dev->queue_family_count == 1; in vn_feedback_buffer_create() local
/third_party/mesa3d/src/freedreno/ir3/
Dir3_lower_subgroups.c295 struct ir3_register *exclusive = instr->dsts[0]; in lower_instr() local

12