HomeSort by relevance Sort by last modified time
    Searched defs:TestResource (Results 1 - 3 of 3) sorted by null

  /external/skia/tests/
ResourceCacheTest.cpp 175 class TestResource : public GrGpuResource {
179 SK_DECLARE_INST_COUNT(TestResource);
184 TestResource(GrGpu* gpu, size_t size, GrGpuResource::LifeCycle lifeCycle)
193 TestResource(GrGpu* gpu, GrGpuResource::LifeCycle lifeCycle)
202 TestResource(GrGpu* gpu)
211 static TestResource* CreateScratch(GrGpu* gpu, SimulatedProperty property, bool cached = true) {
212 return SkNEW_ARGS(TestResource, (gpu, property, cached, kScratchConstructor));
215 ~TestResource() {
227 void setUnrefWhenDestroyed(TestResource* resource) {
246 TestResource(GrGpu* gpu, SimulatedProperty property, bool cached, ScratchConstructor
    [all...]
  /external/v8/test/cctest/
test-api.cc 411 class TestResource: public String::ExternalStringResource {
413 explicit TestResource(uint16_t* data, int* counter = NULL,
419 ~TestResource() {
477 TestResource* resource = new TestResource(two_byte_source, &dispose_count);
485 static_cast<TestResource*>(source->GetExternalStringResource()));
544 bool success = source->MakeExternal(new TestResource(two_byte_source,
711 CcTest::isolate(), new TestResource(two_byte_string));
754 CcTest::isolate(), new TestResource(two_byte_string, &dispose_count));
883 new TestResource(AsciiToTwoByteString(two_byte_extern_1)))
    [all...]
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 1161 milliseconds