Home
last modified time | relevance | path

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

/external/chromium_org/extensions/
DREADME1 This will become a reusable extensions module. It implements the core parts of
/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_org/third_party/mesa/src/src/gallium/docs/source/
Dcso.rst6 CSO work on the principle of reusable state; they are created by filling
/external/chromium_org/components/dom_distiller/webui/
DDEPS7 # yet for extracting webui as something that is reusable across iOS and other
/external/llvm/docs/HistoricalNotes/
D2001-01-31-UniversalIRIdea.txt22 reusable by different languages, with minor extensions. The language
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
Dvie_autotest_cocoa_mac.mm135 // This is acts as our "main" for mac. The actual (reusable) main is defined in
/external/chromium_org/third_party/sqlite/
Dwebdb.patch53 +** If a reusable file descriptor is not found, and a new UnixUnusedFd cannot
/external/tagsoup/
DCHANGES263 Parser is now safely reusable.
288 Clear Parser instance variables to make Parsers properly reusable.
/external/chromium_org/third_party/mesa/src/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/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/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.
1027 Pattern fragments are chunks of reusable patterns that get inlined into your
/external/llvm/include/llvm/Target/
DTargetSelectionDAG.td544 // Pattern fragments are reusable chunks of dags that match specific things.
/external/chromium_org/third_party/libjingle/
Dmods-since-v0_4_0.diff871 > // finish before SignalWorkDone is processed, and for a reusable
/external/sqlite/dist/
Dsqlite3.c11477 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/
Dsqlite3.c11477 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 ){