Home
last modified time | relevance | path

Searched refs:find2 (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DResourceCacheTest.cpp772 …GrGpuResource* find2 = cache->findAndRefScratchResource(scratchKey2, TestResource::kDefaultSize, 0… in test_scratch_key_consistency() local
773 REPORTER_ASSERT(reporter, find2 != nullptr); in test_scratch_key_consistency()
774 REPORTER_ASSERT(reporter, find2 == a || find2 == b); in test_scratch_key_consistency()
775 REPORTER_ASSERT(reporter, find2 != find); in test_scratch_key_consistency()
776 find2->unref(); in test_scratch_key_consistency()
1002 SkAutoTUnref<TestResource> find2( in test_resource_size_changed() local
1004 find2->setSize(200); in test_resource_size_changed()
1034 SkAutoTUnref<TestResource> find2(static_cast<TestResource*>( in test_resource_size_changed() local
1036 find2->setSize(201); in test_resource_size_changed()
/external/opencv/cvaux/src/
Dcvvecfacetracking.cpp519 int find2 = FALSE; in cvTrackFace() local
524 find2 = TRUE; in cvTrackFace()
536 find2 = TRUE; in cvTrackFace()
544 find2 = TRUE; in cvTrackFace()
557 else if (find2) in cvTrackFace()