Home
last modified time | relevance | path

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

/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/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
DREADME.md73 Creates new reusable instance of the `Parser`. Optional `treeAdapter` argument specifies resulting …
121 Creates new reusable instance of the `SimpleApiParser`. `handlers` argument specifies object that c…
180 Creates new reusable instance of the `Serializer`. Optional `treeAdapter` argument specifies input …
/external/libxml2/os400/libxmlrpg/
Ddict.rpgle2 * Description: dictionary of reusable strings, just used to avoid
/external/libdrm/intel/
Dintel_bufmgr_gem.c221 bool reusable; member
593 if (bo_gem->reusable && bo_gem->idle) in drm_intel_gem_bo_busy()
780 bo_gem->reusable = true; in drm_intel_gem_bo_alloc_internal()
927 bo_gem->reusable = false; in drm_intel_gem_bo_alloc_userptr()
1018 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_name()
1223 if (bufmgr_gem->bo_reuse && bo_gem->reusable && bucket != NULL && in drm_intel_gem_bo_unreference_final()
2693 bo_gem->reusable = false; in drm_intel_bo_gem_create_from_prime()
2731 bo_gem->reusable = false; in drm_intel_bo_gem_export_to_prime()
2758 bo_gem->reusable = false; in drm_intel_gem_bo_flink()
2980 bo_gem->reusable = false; in drm_intel_gem_bo_disable_reuse()
[all …]
/external/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/
DRELNOTES-3.346 The glapitemp.h template should be reusable for all sorts of OpenGL
DlibGL.txt109 have no dependencies on the rest of Mesa and are designed to be reusable
DRELNOTES-5.1118 into a reusable module.
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Ddo-it-yourself-framework.txt61 encapsulated and reusable, but still with rich reusable functionality.
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/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.
1033 Pattern fragments are chunks of reusable patterns that get inlined into your
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td578 // Pattern fragments are reusable chunks of dags that match specific things.
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dnews.txt253 the content of a directory. They should provide a reusable implementation
/external/jetty/
DVERSION.txt1773 + JETTY-776 Make new session-tests module to concentrate all reusable session
/external/sqlite/dist/
Dsqlite3.c12059 unsigned reusable :1; /* Constant expression is reusable */ member
86016 u8 reusable /* True if this expression is reusable */
86026 pItem->reusable = reusable;
86057 if( pItem->reusable && sqlite3ExprCompare(pItem->pExpr,pExpr,-1)==0 ){
/external/sqlite/dist/orig/
Dsqlite3.c12059 unsigned reusable :1; /* Constant expression is reusable */ member
85998 u8 reusable /* True if this expression is reusable */
86008 pItem->reusable = reusable;
86039 if( pItem->reusable && sqlite3ExprCompare(pItem->pExpr,pExpr,-1)==0 ){