Home
last modified time | relevance | path

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

123

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DMapperConfig.java63 protected final BaseSettings _base; field in MapperConfig
73 _base = base; in MapperConfig()
79 _base = src._base; in MapperConfig()
85 _base = base; in MapperConfig()
91 _base = src._base; in MapperConfig()
229 return _base.getClassIntrospector(); in getClassIntrospector()
240 return _base.getAnnotationIntrospector(); in getAnnotationIntrospector()
246 return _base.getPropertyNamingStrategy(); in getPropertyNamingStrategy()
250 return _base.getHandlerInstantiator(); in getHandlerInstantiator()
266 return _base.getTypeResolverBuilder(); in getDefaultTyper()
[all …]
DMapperConfigBase.java148 super(src, src._base.copy()); in MapperConfigBase()
350 return _withBase(_base.withAnnotationIntrospector(ai)); in with()
358 return _withBase(_base.withAppendedAnnotationIntrospector(ai)); in withAppendedAnnotationIntrospector()
366 return _withBase(_base.withInsertedAnnotationIntrospector(ai)); in withInsertedAnnotationIntrospector()
378 return _withBase(_base.withClassIntrospector(ci)); in with()
437 return _withBase( _base.withTypeFactory(tf)); in with()
445 return _withBase(_base.withTypeResolverBuilder(trb)); in with()
457 return _withBase(_base.withPropertyNamingStrategy(pns)); in with()
469 return _withBase(_base.withHandlerInstantiator(hi)); in with()
483 return _withBase(_base.with(base64)); in with()
[all …]
/external/python/cpython3/Lib/concurrent/futures/
Dthread.py8 from concurrent.futures import _base
68 _base.LOGGER.critical('Exception in initializer:', exc_info=True)
103 _base.LOGGER.critical('Exception in worker', exc_info=True)
106 class BrokenThreadPool(_base.BrokenExecutor):
112 class ThreadPoolExecutor(_base.Executor):
166 f = _base.Future()
172 submit.__doc__ = _base.Executor.submit.__doc__
230 shutdown.__doc__ = _base.Executor.shutdown.__doc__
Dprocess.py49 from concurrent.futures import _base
232 _base.LOGGER.critical('Exception in initializer:', exc_info=True)
565 class BrokenProcessPool(_base.BrokenExecutor):
572 class ProcessPoolExecutor(_base.Executor):
688 f = _base.Future()
700 submit.__doc__ = _base.Executor.submit.__doc__
751 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/llvm-project/llvm/test/MC/MachO/
Ddarwin-x86_64-diff-reloc-assign.s12 _base = . define
14 .long (0x2000) + _start_ap_2 - _base
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-equals-default-macros.cpp4 #define STRUCT_WITH_DEFAULT(_base, _type) \ argument
7 _base value; \
Dmodernize-use-equals-default.cpp203 #define STRUCT_WITH_DEFAULT(_base, _type) \ argument
206 _base value; \
Dmodernize-use-equals-default-copy.cpp478 #define STRUCT_WITH_COPY_CONSTRUCT(_base, _type) \ argument
481 _base value; \
488 #define STRUCT_WITH_COPY_ASSIGN(_base, _type) \ argument
494 _base value; \
/external/llvm-project/clang/test/CodeGenObjC/
Ddebug-info-property2.m6 int _base; field
12 @synthesize base = _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/zoneinfo/
D_tzpath.py79 def _validate_tzfile_path(path, _base=_TEST_PATH): argument
95 resolved = os.path.normpath(os.path.join(_base, new_path))
96 if not resolved.startswith(_base):
/external/pigweed/pw_protobuf_compiler/
Dproto.gni457 _base = get_label_info(dep, "label_no_toolchain")
458 deps += [ "$_base._includes(" + get_label_info(dep, "toolchain") + ")" ]
490 _base = get_label_info(dep, "label_no_toolchain")
491 deps += [ "$_base.pwpb(" + get_label_info(dep, "toolchain") + ")" ]
523 _base = get_label_info(dep, "label_no_toolchain")
524 deps += [ "$_base.nanopb(" + get_label_info(dep, "toolchain") + ")" ]
553 _base = get_label_info(dep, "label_no_toolchain")
554 deps += [ "$_base.raw_rpc(" + get_label_info(dep, "toolchain") + ")" ]
568 _base = get_label_info(dep, "label_no_toolchain")
569 deps += [ "$_base.go(" + get_label_info(dep, "toolchain") + ")" ]
[all …]
/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-10.0/llvm/include/llvm/Support/
DYAMLTraits.h1637 #define LLVM_YAML_STRONG_TYPEDEF(_base, _type) \
1640 _type(const _base v) : value(v) {} \
1643 _type &operator=(const _base &rhs) { value = rhs; return *this; } \
1644 operator const _base & () const { return value; } \
1646 bool operator==(const _base &rhs) const { return value == rhs; } \
1648 _base value; \
1649 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

123