/external/python/cpython3/Lib/concurrent/futures/ |
D | thread.py | 9 from concurrent.futures import _base 71 _base.LOGGER.critical('Exception in initializer:', exc_info=True) 99 _base.LOGGER.critical('Exception in worker', exc_info=True) 102 class BrokenThreadPool(_base.BrokenExecutor): 108 class ThreadPoolExecutor(_base.Executor): 156 f = _base.Future() 162 submit.__doc__ = _base.Executor.submit.__doc__ 205 shutdown.__doc__ = _base.Executor.shutdown.__doc__
|
D | process.py | 50 from concurrent.futures import _base 221 _base.LOGGER.critical('Exception in initializer:', exc_info=True) 482 class BrokenProcessPool(_base.BrokenExecutor): 489 class ProcessPoolExecutor(_base.Executor): 606 f = _base.Future() 617 submit.__doc__ = _base.Executor.submit.__doc__ 671 shutdown.__doc__ = _base.Executor.shutdown.__doc__
|
D | __init__.py | 8 from concurrent.futures._base import (FIRST_COMPLETED,
|
/external/python/futures/concurrent/futures/ |
D | thread.py | 7 from concurrent.futures import _base 90 _base.LOGGER.critical('Exception in worker', exc_info=True) 93 class ThreadPoolExecutor(_base.Executor): 126 f = _base.Future() 132 submit.__doc__ = _base.Executor.submit.__doc__ 160 shutdown.__doc__ = _base.Executor.shutdown.__doc__
|
D | process.py | 47 from concurrent.futures import _base 266 class ProcessPoolExecutor(_base.Executor): 333 f = _base.Future() 345 submit.__doc__ = _base.Executor.submit.__doc__ 361 shutdown.__doc__ = _base.Executor.shutdown.__doc__
|
D | __init__.py | 8 from concurrent.futures._base import (FIRST_COMPLETED,
|
/external/python/cpython2/Mac/Demo/sound/ |
D | morse.py | 81 self._base = apply(audiodev.AudioDev, args) 84 self._addmethods(self._base, self._base.__class__) 101 self._base.wait() 106 self._base.writeframes(string.joinfields(self._buffer, ''))
|
/external/llvm/test/MC/MachO/ |
D | darwin-x86_64-diff-reloc-assign.s | 12 _base = . define 14 .long (0x2000) + _start_ap_2 - _base
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/ |
D | darwin-x86_64-diff-reloc-assign.s | 12 _base = . define 14 .long (0x2000) + _start_ap_2 - _base
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-property2.m | 6 int _base; field 12 @synthesize base = _base;
|
/external/e2fsprogs/lib/et/ |
D | vfprintf.c | 38 iop->_ptr = iop->_base = localbuf; 42 iop->_base = NULL;
|
/external/python/cpython3/Lib/asyncio/ |
D | base_futures.py | 3 import concurrent.futures._base 8 Error = concurrent.futures._base.Error
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_standard_test.h | 62 : _base(true), in SubAPIManager() 110 bool _base, _codec, _dtmf;
|
D | voe_standard_test.cc | 41 if (_base) in DisplayStatus() 67 if (!_base) in DisplayStatus()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1398 #define LLVM_YAML_STRONG_TYPEDEF(_base, _type) \ 1401 _type(const _base v) : value(v) {} \ 1404 _type &operator=(const _base &rhs) { value = rhs; return *this; } \ 1405 operator const _base & () const { return value; } \ 1407 bool operator==(const _base &rhs) const { return value == rhs; } \ 1409 _base value; \ 1410 using BaseType = _base; \
|
/external/python/futures/futures.egg-info/ |
D | SOURCES.txt | 12 concurrent/futures/_base.py
|
/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1186 #define LLVM_YAML_STRONG_TYPEDEF(_base, _type) \ 1189 _type(const _base v) : value(v) { } \ 1192 _type &operator=(const _base &rhs) { value = rhs; return *this; } \ 1193 operator const _base & () const { return value; } \ 1195 bool operator==(const _base &rhs) const { return value == rhs; } \ 1197 _base value; \ 1198 typedef _base BaseType; \
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 1284 #define LLVM_YAML_STRONG_TYPEDEF(_base, _type) \ 1287 _type(const _base v) : value(v) {} \ 1290 _type &operator=(const _base &rhs) { value = rhs; return *this; } \ 1291 operator const _base & () const { return value; } \ 1293 bool operator==(const _base &rhs) const { return value == rhs; } \ 1295 _base value; \ 1296 typedef _base BaseType; \
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_tiling_lt.c | 41 #define NEON_TAG(x) x ## _base
|
/external/u-boot/drivers/qe/ |
D | uec.h | 547 #define BD_ADVANCE(_bd,_status,_base) \ argument 548 (((_status) & BD_WRAP) ? (_bd) = ((p_bd_t)(_base)) : ++(_bd))
|
/external/python/cpython3/Include/ |
D | unicodeobject.h | 337 PyASCIIObject _base; member 349 PyCompactUnicodeObject _base; member
|
/external/python/futures/ |
D | test_futures.py | 16 from concurrent.futures._base import (
|
/external/python/cpython3/Lib/test/ |
D | test_concurrent_futures.py | 24 from concurrent.futures._base import (
|
/external/grpc-grpc/ |
D | BUILD | 346 "grpc++_base", 1323 "grpc++_base", 1922 name = "grpc++_base",
|
/external/python/cpython2/Doc/library/ |
D | urllib2.rst | 529 .. _base-handler-objects:
|