Home
last modified time | relevance | path

Searched refs:reusable (Results 1 – 25 of 71) sorted by relevance

123

/external/opencensus-java/contrib/log_correlation/log4j2/src/main/java/io/opencensus/contrib/logcorrelation/log4j2/
DContextDataUtils.java49 SpanSelection spanSelection, @Nullable List<Property> properties, StringMap reusable) { in injectContextData() argument
54 putProperties(properties, reusable); in injectContextData()
57 reusable.putAll(nonShareableRawContextData(spanSelection)); in injectContextData()
58 return reusable; in injectContextData()
DOpenCensusTraceContextDataInjector.java168 public StringMap injectContextData(@Nullable List<Property> properties, StringMap reusable) { in injectContextData() argument
169 return ContextDataUtils.injectContextData(spanSelection, properties, reusable); in injectContextData()
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DThreadSafeClientConnManager.java250 boolean reusable = hca.isMarkedReusable();
253 connectionPool.freeEntry(entry, reusable, validDuration, timeUnit);
DConnPoolByRoute.java375 …public void freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUni…
397 if (reusable) {
DAbstractConnPool.java193 …public abstract void freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUni… in freeEntry() argument
/external/mesa3d/docs/gallium/
Dcso.rst6 CSO work on the principle of reusable state; they are created by filling
/external/mesa3d/src/gallium/drivers/iris/
Diris_bufmgr.c202 assert(!bo->reusable); in find_and_ref_external_bo()
559 bo->reusable = bucket && bufmgr->bo_reuse; in bo_alloc_internal()
577 bo->reusable = false; in bo_alloc_internal()
719 bo->reusable = false; in iris_bo_gem_create_from_name()
866 if (bo->reusable) in bo_unreference_final()
1424 bo->reusable = false; in iris_bo_import_dmabuf()
1478 bo->reusable = false; in iris_bo_make_external_locked()
1488 assert(!bo->reusable); in iris_bo_make_external()
Diris_bufmgr.h224 bool reusable; member
/external/python/cryptography/docs/
Dlimitations.rst19 …ing.cert.org/confluence/display/c/MEM03-C.+Clear+sensitive+information+stored+in+reusable+resources
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableMap.java121 boolean reusable = in makeImmutable()
123 return reusable ? (ImmutableMapEntry<K, V>) entry : new ImmutableMapEntry<K, V>(key, value); in makeImmutable()
/external/oboe/samples/iolib/
DREADME.md6 …ing from multiple sources. It's purpose is to demonstrate best practices and provide reusable code.
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.h193 bool reusable; member
Dbrw_bufmgr.c671 bo->reusable = true; in bo_alloc_internal()
814 bo->reusable = false; in brw_bo_gem_create_from_name()
933 if (bufmgr->bo_reuse && bo->reusable && bucket != NULL && in bo_unreference_final()
1514 bo->reusable = false; in brw_bo_gem_create_from_prime_internal()
1589 bo->reusable = false; in brw_bo_gem_export_to_prime()
1621 bo->reusable = false; in brw_bo_flink()
/external/libdrm/intel/
Dintel_bufmgr_gem.c252 bool reusable; member
645 if (bo_gem->reusable && bo_gem->idle) in drm_intel_gem_bo_busy()
837 bo_gem->reusable = true; in drm_intel_gem_bo_alloc_internal()
995 bo_gem->reusable = false; in drm_intel_gem_bo_alloc_userptr()
1163 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_name()
1397 if (bufmgr_gem->bo_reuse && bo_gem->reusable && bucket != NULL && in drm_intel_gem_bo_unreference_final()
2704 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_prime()
2734 bo_gem->reusable = false; in drm_intel_bo_gem_export_to_prime()
2756 bo_gem->reusable = false; in drm_intel_gem_bo_flink()
3033 bo_gem->reusable = false; in drm_intel_gem_bo_disable_reuse()
[all …]
/external/libxml2/os400/libxmlrpg/
Ddict.rpgle2 * Description: dictionary of reusable strings, just used to avoid
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-01-31-UniversalIRIdea.txt22 reusable by different languages, with minor extensions. The language
/external/llvm/docs/HistoricalNotes/
D2001-01-31-UniversalIRIdea.txt22 reusable by different languages, with minor extensions. The language
/external/arm-trusted-firmware/
Dreadme.rst18 The code is designed to be portable and reusable across hardware platforms and
/external/pigweed/pw_stream/
Ddocs.rst9 behind a reusable interface that can be passed around the system. On the other
95 // Not reusable, depends on `Uart`.
/external/python/cpython3/Doc/library/
Dcontextlib.rst723 .. _single-use-reusable-and-reentrant-cms:
725 Single use, reusable and reentrant context managers
811 Distinct from both single use and reentrant context managers are "reusable"
812 context managers (or, to be completely explicit, "reusable, but not
814 reusable). These context managers support being used multiple times, but
818 :class:`threading.Lock` is an example of a reusable, but not reentrant,
822 Another example of a reusable, but not reentrant, context manager is
/external/arm-trusted-firmware/docs/design_documents/
Dcmake_framework.rst14 and as part of this a reusable CMake framework for embedded projects. For a
47 reusable framework and store this in a separate repository. The following
/external/llvm-project/llvm/docs/GlobalISel/
Dindex.rst16 GlobalISel is a framework that provides a set of reusable passes and utilities
/external/jackson-core/
DREADME.md59 Usage typically starts with creation of a reusable (and thread-safe, once configured) `JsonFactory`…
/external/rust/crates/tokio/
DREADME.md133 * [`tower`]: A library of modular and reusable components for building robust networking clients an…
/external/llvm-project/lldb/docs/
Dindex.rst9 reusable components which highly leverage existing libraries in the larger LLVM

123