Searched refs:reusable (Results 1 – 22 of 22) sorted by relevance
/external/chromium_org/extensions/ |
D | README | 1 This will become a reusable extensions module. It implements the core parts of
|
/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_org/third_party/mesa/src/src/gallium/docs/source/ |
D | cso.rst | 6 CSO work on the principle of reusable state; they are created by filling
|
/external/chromium_org/components/dom_distiller/webui/ |
D | DEPS | 7 # yet for extracting webui as something that is reusable across iOS and other
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-01-31-UniversalIRIdea.txt | 22 reusable by different languages, with minor extensions. The language
|
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/ |
D | vie_autotest_cocoa_mac.mm | 135 // This is acts as our "main" for mac. The actual (reusable) main is defined in
|
/external/chromium_org/third_party/sqlite/ |
D | webdb.patch | 53 +** If a reusable file descriptor is not found, and a new UnixUnusedFd cannot
|
/external/tagsoup/ |
D | CHANGES | 263 Parser is now safely reusable. 288 Clear Parser instance variables to make Parsers properly reusable.
|
/external/chromium_org/third_party/mesa/src/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/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/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. 1027 Pattern fragments are chunks of reusable patterns that get inlined into your
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 544 // Pattern fragments are reusable chunks of dags that match specific things.
|
/external/chromium_org/third_party/libjingle/ |
D | mods-since-v0_4_0.diff | 871 > // finish before SignalWorkDone is processed, and for a reusable
|
/external/sqlite/dist/ |
D | sqlite3.c | 11477 unsigned reusable :1; /* Constant expression is reusable */ member 81390 u8 reusable /* True if this expression is reusable */ 81400 pItem->reusable = reusable; 81431 if( pItem->reusable && sqlite3ExprCompare(pItem->pExpr,pExpr,-1)==0 ){
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 11477 unsigned reusable :1; /* Constant expression is reusable */ member 81370 u8 reusable /* True if this expression is reusable */ 81380 pItem->reusable = reusable; 81411 if( pItem->reusable && sqlite3ExprCompare(pItem->pExpr,pExpr,-1)==0 ){
|