Home
last modified time | relevance | path

Searched refs:_base (Results 1 – 25 of 27) 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)
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__
Dprocess.py50 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__.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/llvm/test/MC/MachO/
Ddarwin-x86_64-diff-reloc-assign.s12 _base = . define
14 .long (0x2000) + _start_ap_2 - _base
/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/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/python/cpython3/Lib/asyncio/
Dbase_futures.py3 import concurrent.futures._base
8 Error = concurrent.futures._base.Error
/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/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/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.c41 #define NEON_TAG(x) x ## _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/
Dunicodeobject.h337 PyASCIIObject _base; member
349 PyCompactUnicodeObject _base; member
/external/python/futures/
Dtest_futures.py16 from concurrent.futures._base import (
/external/python/cpython3/Lib/test/
Dtest_concurrent_futures.py24 from concurrent.futures._base import (
/external/grpc-grpc/
DBUILD346 "grpc++_base",
1323 "grpc++_base",
1922 name = "grpc++_base",
/external/python/cpython2/Doc/library/
Durllib2.rst529 .. _base-handler-objects:

12