Home
last modified time | relevance | path

Searched refs:_base (Results 1 – 25 of 33) sorted by relevance

12

/external/python/cpython3/Lib/concurrent/futures/
Dthread.py9 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__
Dprocess.py50 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__.py8 from concurrent.futures._base import (FIRST_COMPLETED,
/external/python/futures/concurrent/futures/
Dthread.py7 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__
Dprocess.py47 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__.py8 from concurrent.futures._base import (FIRST_COMPLETED,
/external/python/cpython2/Mac/Demo/sound/
Dmorse.py81 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/
Ddarwin-x86_64-diff-reloc-assign.s12 _base = . define
14 .long (0x2000) + _start_ap_2 - _base
/external/llvm/test/MC/MachO/
Ddarwin-x86_64-diff-reloc-assign.s12 _base = . define
14 .long (0x2000) + _start_ap_2 - _base
/external/clang/test/CodeGenObjC/
Ddebug-info-property2.m6 int _base; field
12 @synthesize base = _base;
/external/e2fsprogs/lib/et/
Dvfprintf.c38 iop->_ptr = iop->_base = localbuf;
42 iop->_base = NULL;
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_standard_test.h62 : _base(true), in SubAPIManager()
110 bool _base, _codec, _dtmf;
Dvoe_standard_test.cc41 if (_base) in DisplayStatus()
67 if (!_base) in DisplayStatus()
/external/arm-trusted-firmware/drivers/arm/tzc/
Dtzc400.c59 #define get_gate_keeper_os(_base) ((_tzc400_read_gate_keeper(_base) >> \ argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLTraits.h1398 #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/
Dasn1type.rst2 .. _base.Asn1Type:
Dconstructedasn1type.rst2 .. _base.ConstructedAsn1Type:
Dsimpleasn1type.rst2 .. _base.SimpleAsn1Type:
/external/python/futures/futures.egg-info/
DSOURCES.txt12 concurrent/futures/_base.py
/external/llvm/include/llvm/Support/
DYAMLTraits.h1186 #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/
DYAMLTraits.h1284 #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/
Dvc4_tiling_lt.c42 #define NEON_TAG(x) x ## _base
/external/arm-trusted-firmware/docs/plat/
Dnvidia-tegra.rst130 uint64\_t tzdram\_base;
136 uint64\_t boot\_profiler\_shmem\_base;
/external/u-boot/drivers/qe/
Duec.h547 #define BD_ADVANCE(_bd,_status,_base) \ argument
548 (((_status) & BD_WRAP) ? (_bd) = ((p_bd_t)(_base)) : ++(_bd))
/external/python/cpython3/Include/cpython/
Dunicodeobject.h228 PyASCIIObject _base; member
240 PyCompactUnicodeObject _base; member

12