Home
last modified time | relevance | path

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

12

/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/src/gallium/docs/source/
Dcso.rst6 CSO work on the principle of reusable state; they are created by filling
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_bufmgr.c409 bo->reusable = true; in bo_alloc_internal()
538 bo->reusable = false; in brw_bo_gem_create_from_name()
639 if (bufmgr->bo_reuse && bo->reusable && bucket != NULL && in bo_unreference_final()
1158 bo->reusable = false; in brw_bo_gem_create_from_prime_internal()
1227 bo->reusable = false; in brw_bo_gem_export_to_prime()
1259 bo->reusable = false; in brw_bo_flink()
Dbrw_bufmgr.h157 bool reusable; member
/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()
1142 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_name()
1381 if (bufmgr_gem->bo_reuse && bo_gem->reusable && bucket != NULL && in drm_intel_gem_bo_unreference_final()
2689 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_prime()
2723 bo_gem->reusable = false; in drm_intel_bo_gem_export_to_prime()
2745 bo_gem->reusable = false; in drm_intel_gem_bo_flink()
3022 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/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/llvm/docs/HistoricalNotes/
D2001-01-31-UniversalIRIdea.txt22 reusable by different languages, with minor extensions. The language
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-01-31-UniversalIRIdea.txt22 reusable by different languages, with minor extensions. The language
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-01-31-UniversalIRIdea.txt22 reusable by different languages, with minor extensions. The language
/external/u-boot/arch/arm/dts/
Dda850-lcdk.dts37 reusable;
Dmeson-gx.dtsi40 reusable;
Dimx7ulp.dtsi55 reusable;
/external/tagsoup/
DCHANGES263 Parser is now safely reusable.
288 Clear Parser instance variables to make Parsers properly reusable.
/external/mesa3d/docs/relnotes/
D3.346 The glapitemp.h template should be reusable for all sorts of OpenGL
D5.1118 into a reusable module.
/external/mesa3d/docs/
DlibGL.txt109 have no dependencies on the rest of Mesa and are designed to be reusable
/external/cros/system_api/dbus/cryptohome/
Drpc.proto126 // A centralized definition allows for a reusable reply handler for cases where
/external/ltp/utils/ffsb-6.0-rc2/
DREADME292 reuse=1 # check the filesystem to see if it is reusable
/external/python/cpython2/Doc/howto/
Dwebservers.rst604 Abstracting these common solutions into reusable code produces what are called
625 collections of reusable components that can be used with more than one
/external/googletest/googletest/docs/
Dprimer.md25 1. Tests should be *portable* and *reusable*. Google has a lot of code that is

12