Home
last modified time | relevance | path

Searched refs:rRun (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/text/
DGrTextBlob.cpp401 const Run& rRun = r.fRuns[i]; in AssertEqual() local
404 SkASSERT_RELEASE(rRun.fTypeface.get()); in AssertEqual()
405 SkASSERT_RELEASE(SkTypeface::Equal(lRun.fTypeface.get(), rRun.fTypeface.get())); in AssertEqual()
407 SkASSERT_RELEASE(!rRun.fTypeface.get()); in AssertEqual()
412 SkASSERT_RELEASE(rRun.fDescriptor.getDesc()); in AssertEqual()
413 SkASSERT_RELEASE(*lRun.fDescriptor.getDesc() == *rRun.fDescriptor.getDesc()); in AssertEqual()
417 … SkASSERT_RELEASE(rRun.fARGBFallbackDescriptor.get() && rRun.fARGBFallbackDescriptor->getDesc()); in AssertEqual()
419 *rRun.fARGBFallbackDescriptor->getDesc()); in AssertEqual()
421 SkASSERT_RELEASE(!rRun.fARGBFallbackDescriptor.get()); in AssertEqual()
426 SkASSERT_RELEASE(lRun.fInitialized == rRun.fInitialized); in AssertEqual()
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c141046 LogEst rRun; /* Cost of running each loop */
141081 LogEst rRun; /* Cost of running this subquery */
145791 LogEst rRun, /* Run-cost of the new entry */
145797 if( rRun<=p->rRun && (prereq & p->prereq)==prereq ){
145800 if( p->rRun<=rRun && (p->prereq & prereq)==p->prereq ){
145810 if( p->rRun>pSet->a[i].rRun ) p = pSet->a + i;
145812 if( p->rRun<=rRun ) return 0;
145816 p->rRun = rRun;
147452 sqlite3DebugPrintf(" cost %d,%d,%d\n", p->rSetup, p->rRun, p->nOut);
147591 if( pX->rRun >= pY->rRun ){
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c140386 LogEst rRun; /* Cost of running each loop */
140421 LogEst rRun; /* Cost of running this subquery */
145127 LogEst rRun, /* Run-cost of the new entry */
145133 if( rRun<=p->rRun && (prereq & p->prereq)==prereq ){
145136 if( p->rRun<=rRun && (p->prereq & prereq)==p->prereq ){
145146 if( p->rRun>pSet->a[i].rRun ) p = pSet->a + i;
145148 if( p->rRun<=rRun ) return 0;
145152 p->rRun = rRun;
146788 sqlite3DebugPrintf(" cost %d,%d,%d\n", p->rSetup, p->rRun, p->nOut);
146927 if( pX->rRun >= pY->rRun ){
[all …]
/external/sqlite/dist/
Dsqlite3.c140402 LogEst rRun; /* Cost of running each loop */
140437 LogEst rRun; /* Cost of running this subquery */
145143 LogEst rRun, /* Run-cost of the new entry */
145149 if( rRun<=p->rRun && (prereq & p->prereq)==prereq ){
145152 if( p->rRun<=rRun && (p->prereq & prereq)==p->prereq ){
145162 if( p->rRun>pSet->a[i].rRun ) p = pSet->a + i;
145164 if( p->rRun<=rRun ) return 0;
145168 p->rRun = rRun;
146804 sqlite3DebugPrintf(" cost %d,%d,%d\n", p->rSetup, p->rRun, p->nOut);
146943 if( pX->rRun >= pY->rRun ){
[all …]