Searched refs:_domain (Results 1 - 8 of 8) sorted by relevance
/third_party/FreeBSD/sys/kern/ |
H A D | bus_if.h | 518 typedef int bus_get_domain_t(device_t _dev, device_t _child, int *_domain); 524 * @param _domain a pointer to the bus's domain handle identifier 527 static __inline int BUS_GET_DOMAIN(device_t _dev, device_t _child, int *_domain) in BUS_GET_DOMAIN() argument 531 return ((bus_get_domain_t *) _m)(_dev, _child, _domain); in BUS_GET_DOMAIN()
|
/third_party/node/lib/ |
H A D | domain.js | 61 const _domain = [null]; 66 return _domain[0]; 69 return _domain[0] = arg;
|
H A D | repl.js | 350 this._domain = options.domain || domain.create(); 393 domainSet.add(this._domain); 670 self.eval = self._domain.bind(eval_); 672 self._domain.on('error', function debugDomainError(e) { 955 self._domain.emit('error', e.err || e);
|
/third_party/node/test/fixtures/ |
H A D | repl-tab-completion-nested-repls.js | 35 testMe._domain.on('error', function(err) {
|
/third_party/mesa3d/src/gallium/include/winsys/ |
H A D | radeon_winsys.h | 798 static void radeon_canonicalize_bo_flags(enum radeon_bo_domain *_domain, in radeon_canonicalize_bo_flags() argument 801 unsigned domain = *_domain; in radeon_canonicalize_bo_flags() 830 *_domain = (enum radeon_bo_domain)domain; in radeon_canonicalize_bo_flags()
|
/third_party/python/Lib/email/ |
H A D | headerregistry.py | 54 self._domain = domain 66 return self._domain
|
/third_party/python/Lib/ |
H A D | tracemalloc.py | 404 self._domain = domain 408 return self._domain
|
/third_party/node/test/parallel/ |
H A D | test-repl-tab-complete.js | 64 testMe._domain.on('error', assert.ifError);
|
Completed in 8 milliseconds