Home
last modified time | relevance | path

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

12

/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/libdrm/intel/
Dintel_bufmgr_gem.c256 bool reusable; member
666 if (bo_gem->reusable && bo_gem->idle) in drm_intel_gem_bo_busy()
859 bo_gem->reusable = true; in drm_intel_gem_bo_alloc_internal()
1018 bo_gem->reusable = false; in drm_intel_gem_bo_alloc_userptr()
1166 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_name()
1406 if (bufmgr_gem->bo_reuse && bo_gem->reusable && bucket != NULL && in drm_intel_gem_bo_unreference_final()
2711 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_prime()
2746 bo_gem->reusable = false; in drm_intel_bo_gem_export_to_prime()
2768 bo_gem->reusable = false; in drm_intel_gem_bo_flink()
3045 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/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/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.proto108 // 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/googlemock/docs/
DFrequentlyAskedQuestions.md525 flexible, less reusable, less testable, etc). You are probably better
/external/googletest/googlemock/docs/v1_5/
DFrequentlyAskedQuestions.md521 flexible, less reusable, less testable, etc). You are probably better
/external/googletest/googlemock/docs/v1_6/
DFrequentlyAskedQuestions.md525 flexible, less reusable, less testable, etc). You are probably better
/external/googletest/googlemock/docs/v1_7/
DFrequentlyAskedQuestions.md525 flexible, less reusable, less testable, etc). You are probably better
/external/llvm/docs/
DCodeGenerator.rst32 of reusable components for translating the LLVM internal representation to the
82 code generator and the set of reusable components that can be used to build
87 reusable code generator components are going to be used.
1028 Pattern fragments are chunks of reusable patterns that get inlined into your
/external/python/cpython2/Doc/library/
Dwsgiref.rst496 subclass that was reusable for multiple requests.
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSelectionDAG.td531 // Pattern fragments are reusable chunks of dags that match specific things.
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td631 // Pattern fragments are reusable chunks of dags that match specific things.
/external/parameter-framework/upstream/doc/requirements/
Drequirements.md82 The PF **SHOULD** be reusable between components.
/external/curl/docs/
DFAQ1232 only reusable, but you're even encouraged to reuse it if you can, as that

12