Home
last modified time | relevance | path

Searched refs:_base (Results 1 - 25 of 50) sorted by relevance

12

/third_party/python/Lib/concurrent/futures/
H A Dthread.py8 from concurrent.futures import _base namespace
74 _base.LOGGER.critical('Exception in initializer:', exc_info=True)
109 _base.LOGGER.critical('Exception in worker', exc_info=True)
112 class BrokenThreadPool(_base.BrokenExecutor):
118 class ThreadPoolExecutor(_base.Executor):
172 f = _base.Future()
178 submit.__doc__ = _base.Executor.submit.__doc__
236 shutdown.__doc__ = _base.Executor.shutdown.__doc__
H A Dprocess.py49 from concurrent.futures import _base namespace
237 _base.LOGGER.critical('Exception in initializer:', exc_info=True)
608 class BrokenProcessPool(_base.BrokenExecutor):
615 class ProcessPoolExecutor(_base.Executor):
777 f = _base.Future()
790 submit.__doc__ = _base.Executor.submit.__doc__
841 shutdown.__doc__ = _base.Executor.shutdown.__doc__
H A D__init__.py8 from concurrent.futures._base import (FIRST_COMPLETED,
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dderive-partialeq-base.rs56 pub _base: Base,
82 self._base == other._base in eq()
H A Dopaque-template-inst-member.rs74 pub _base: [u8; 401usize],
114 &self._base[..] == &other._base[..] && self.wow == other.wow in eq()
H A Dinherit-from-template-instantiation-with-vtable.rs31 pub _base: BaseWithVtable<*mut ::std::os::raw::c_char>,
59 pub _base: BaseWithVtable<*mut ::std::os::raw::c_char>,
106 pub _base: BaseWithoutVtable<*mut ::std::os::raw::c_char>,
134 pub _base: BaseWithoutVtable<*mut ::std::os::raw::c_char>,
H A Dnested_vtable.rs49 pub _base: nsISupports,
76 pub _base: nsIRunnable,
H A Dvirtual_interface.rs77 pub _base: PureVirtualIFace,
104 pub _base: PureVirtualIFace,
H A Dissue-358.rs11 pub _base: a,
H A Dtemplate-param-usage-14.rs16 pub _base: BaseIgnoresT,
H A Dtemplate-param-usage-13.rs16 pub _base: BaseIgnoresT,
H A Dinherit_named.rs16 pub _base: T,
H A Dforward-inherit-struct-with-fields.rs27 pub _base: js_RootedBase<T>,
H A Dtemplate-param-usage-15.rs26 pub _base: BaseUsesT<CrtpIgnoresU>,
/third_party/node/deps/npm/node_modules/diff/lib/diff/
H A Dcss.js13 _base = _interopRequireDefault(require("./base"))
22 _base
11 _base = _interopRequireDefault(require("./base")) global() variable
H A Dcharacter.js13 _base = _interopRequireDefault(require("./base"))
22 _base
11 _base = _interopRequireDefault(require("./base")) global() variable
H A Dsentence.js13 _base = _interopRequireDefault(require("./base"))
22 _base
11 _base = _interopRequireDefault(require("./base")) global() variable
H A Darray.js13 _base = _interopRequireDefault(require("./base"))
22 _base
11 _base = _interopRequireDefault(require("./base")) global() variable
H A Djson.js14 _base = _interopRequireDefault(require("./base"))
32 _base
77 _base
12 _base = _interopRequireDefault(require("./base")) global() variable
H A Dword.js14 _base = _interopRequireDefault(require("./base"))
49 _base
12 _base = _interopRequireDefault(require("./base")) global() variable
H A Dline.js14 _base = _interopRequireDefault(require("./base"))
29 _base
12 _base = _interopRequireDefault(require("./base")) global() variable
/third_party/python/Lib/zoneinfo/
H A D_tzpath.py79 def _validate_tzfile_path(path, _base=_TEST_PATH):
95 resolved = os.path.normpath(os.path.join(_base, new_path))
96 if not resolved.startswith(_base):
/third_party/lwip/src/include/lwip/
H A Dmemp.h96 LWIP_DECLARE_MEMORY_ALIGNED(memp_memory_ ## name ## _base, ((num) * (MEMP_SIZE + MEMP_ALIGN_SIZE(size)))); \
107 memp_memory_ ## name ## _base, \
/third_party/lzma/CPP/7zip/
H A DIDecl.h18 #define Z7_DECL_IFACE_7ZIP_SUB(i, _base, groupId, subId) \
24 struct Z7_DECLSPEC_NOVTABLE i: public _base
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.js10 return _base["default"];
143 _base = _interopRequireDefault(require("./diff/base"))
141 _base = _interopRequireDefault(require("./diff/base")) global() variable

Completed in 6 milliseconds

12