OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestResource
(Results
1 - 3
of
3
) sorted by null
/external/skia/tests/
ResourceCacheTest.cpp
241
class
TestResource
: public GrGpuResource {
250
TestResource
(GrGpu* gpu, size_t size, GrGpuResource::LifeCycle lifeCycle)
259
TestResource
(GrGpu* gpu, GrGpuResource::LifeCycle lifeCycle)
268
TestResource
(GrGpu* gpu)
277
static
TestResource
* CreateScratch(GrGpu* gpu, SimulatedProperty property, bool cached = true) {
278
return new
TestResource
(gpu, property, cached, kScratchConstructor);
281
~
TestResource
() {
293
void setUnrefWhenDestroyed(
TestResource
* resource) {
312
TestResource
(GrGpu* gpu, SimulatedProperty property, bool cached, ScratchConstructor)
326
TestResource
* fToDelete
[
all
...]
/external/v8/test/cctest/
test-api.cc
368
class
TestResource
: public String::ExternalStringResource {
370
explicit
TestResource
(uint16_t* data, int* counter = NULL,
376
~
TestResource
() {
434
TestResource
* resource = new
TestResource
(two_byte_source, &dispose_count);
444
static_cast<
TestResource
*>(source->GetExternalStringResource()));
507
bool success = source->MakeExternal(new
TestResource
(two_byte_source,
664
new
TestResource
(two_byte_string))
762
new
TestResource
(two_byte_string, &dispose_count))
899
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 397 milliseconds