Home
last modified time | relevance | path

Searched defs:BOUND (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-dgram-exclusive-implicit-bind.js76 cluster.fork({ BOUND: 'y', PORT: target.address().port }); property
77 cluster.fork({ BOUND: 'y', PORT: target.address().port }); property
Dtest-cluster-disconnect-unshared-tcp.js33 cluster.fork({ BOUND: 'y' }).on('listening', disconnect); property
Dtest-cluster-disconnect-unshared-udp.js36 cluster.fork({ BOUND: 'y' }).on('listening', disconnect); property
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstsynaescope.c112 #define BOUND(x) ((x) > 255 ? 255 : (x)) in gst_synae_scope_init() macro