/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) 106 _base.LOGGER.critical('Exception in worker', exc_info=True) 109 class BrokenThreadPool(_base.BrokenExecutor): 115 class ThreadPoolExecutor(_base.Executor): 184 f = _base.Future() 190 submit.__text_signature__ = _base.Executor.submit.__text_signature__ 191 submit.__doc__ = _base.Executor.submit.__doc__ 237 shutdown.__doc__ = _base.Executor.shutdown.__doc__
|
D | process.py | 50 from concurrent.futures import _base 228 _base.LOGGER.critical('Exception in initializer:', exc_info=True) 490 class BrokenProcessPool(_base.BrokenExecutor): 497 class ProcessPoolExecutor(_base.Executor): 636 f = _base.Future() 647 submit.__text_signature__ = _base.Executor.submit.__text_signature__ 648 submit.__doc__ = _base.Executor.submit.__doc__ 702 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/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/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/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/arm-trusted-firmware/drivers/arm/tzc/ |
D | tzc400.c | 59 #define get_gate_keeper_os(_base) ((_tzc400_read_gate_keeper(_base) >> \ argument
|
/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/pyasn1/docs/source/pyasn1/type/base/ |
D | asn1type.rst | 2 .. _base.Asn1Type:
|
D | constructedasn1type.rst | 2 .. _base.ConstructedAsn1Type:
|
D | simpleasn1type.rst | 2 .. _base.SimpleAsn1Type:
|
/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 | 42 #define NEON_TAG(x) x ## _base
|
/external/arm-trusted-firmware/docs/plat/ |
D | nvidia-tegra.rst | 130 uint64\_t tzdram\_base; 136 uint64\_t boot\_profiler\_shmem\_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/cpython/ |
D | unicodeobject.h | 228 PyASCIIObject _base; member 240 PyCompactUnicodeObject _base; member
|