/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
D | ThreadSafeClientConnManager.java | 250 boolean reusable = hca.isMarkedReusable(); 253 connectionPool.freeEntry(entry, reusable, validDuration, timeUnit);
|
D | ConnPoolByRoute.java | 375 …public void freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUnit timeUni… 397 if (reusable) {
|
D | AbstractConnPool.java | 193 …public abstract void freeEntry(BasicPoolEntry entry, boolean reusable, long validDuration, TimeUni… in freeEntry() argument
|
/external/mesa3d/src/gallium/docs/source/ |
D | cso.rst | 6 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/ |
D | README.md | 73 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/ |
D | dict.rpgle | 2 * Description: dictionary of reusable strings, just used to avoid
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 221 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/ |
D | 2001-01-31-UniversalIRIdea.txt | 22 reusable by different languages, with minor extensions. The language
|
/external/tagsoup/ |
D | CHANGES | 263 Parser is now safely reusable. 288 Clear Parser instance variables to make Parsers properly reusable.
|
/external/mesa3d/docs/ |
D | RELNOTES-3.3 | 46 The glapitemp.h template should be reusable for all sorts of OpenGL
|
D | libGL.txt | 109 have no dependencies on the rest of Mesa and are designed to be reusable
|
D | RELNOTES-5.1 | 118 into a reusable module.
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | do-it-yourself-framework.txt | 61 encapsulated and reusable, but still with rich reusable functionality.
|
/external/robolectric/lib/main/ |
D | httpclient-4.0.3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/llvm/docs/ |
D | CodeGenerator.rst | 32 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/ |
D | TargetSelectionDAG.td | 578 // Pattern fragments are reusable chunks of dags that match specific things.
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | news.txt | 253 the content of a directory. They should provide a reusable implementation
|
/external/jetty/ |
D | VERSION.txt | 1773 + JETTY-776 Make new session-tests module to concentrate all reusable session
|
/external/sqlite/dist/ |
D | sqlite3.c | 12059 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/ |
D | sqlite3.c | 12059 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 ){
|