Home
last modified time | relevance | path

Searched refs:hasBeenUsed (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.h47 bool hasBeenUsed() const { return HasBeenUsed; } in hasBeenUsed() function
DDwarfDebug.cpp1913 if (!TypeUnitsUnderConstruction.empty() && AddrPool.hasBeenUsed()) in addDwarfTypeUnitType()
1956 if (AddrPool.hasBeenUsed()) { in addDwarfTypeUnitType()
/external/parameter-framework/tools/coverage/
Dcoverage.py253 def hasBeenUsed(self): member in Element
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/sqlite/dist/
Dsqlite3.c42298 u8 hasBeenUsed; /* True if any content previously read from this pager*/
46776 if( !pPager->tempFile && pPager->hasBeenUsed ){
46946 pPager->hasBeenUsed = 1;
47096 assert( pPage==0 || pPager->hasBeenUsed );
/external/sqlite/dist/orig/
Dsqlite3.c42280 u8 hasBeenUsed; /* True if any content previously read from this pager*/
46758 if( !pPager->tempFile && pPager->hasBeenUsed ){
46928 pPager->hasBeenUsed = 1;
47078 assert( pPage==0 || pPager->hasBeenUsed );