/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
D | MapperConfig.java | 63 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 …]
|
D | MapperConfigBase.java | 148 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/ |
D | thread.py | 8 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__
|
D | process.py | 49 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__.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/llvm-project/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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-equals-default-macros.cpp | 4 #define STRUCT_WITH_DEFAULT(_base, _type) \ argument 7 _base value; \
|
D | modernize-use-equals-default.cpp | 203 #define STRUCT_WITH_DEFAULT(_base, _type) \ argument 206 _base value; \
|
D | modernize-use-equals-default-copy.cpp | 478 #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/ |
D | debug-info-property2.m | 6 int _base; field 12 @synthesize base = _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/python/cpython3/Lib/zoneinfo/ |
D | _tzpath.py | 79 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/ |
D | proto.gni | 457 _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/ |
D | tzc400.c | 59 #define get_gate_keeper_os(_base) ((_tzc400_read_gate_keeper(_base) >> \ argument
|
/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 1637 #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/futures/futures.egg-info/ |
D | SOURCES.txt | 12 concurrent/futures/_base.py
|