/external/chromium_org/third_party/icu/source/test/intltest/ |
locnmtst.h | 24 void TestCreate(void);
|
locnmtst.cpp | 68 TESTCASE(0, TestCreate); 84 void LocaleDisplayNamesTest::TestCreate() {
|
/external/icu4c/test/intltest/ |
locnmtst.h | 24 void TestCreate(void);
|
locnmtst.cpp | 68 TESTCASE(0, TestCreate); 88 void LocaleDisplayNamesTest::TestCreate() {
|
/external/chromium_org/ppapi/tests/ |
test_broker.h | 23 std::string TestCreate();
|
test_truetype_font.h | 27 std::string TestCreate();
|
test_video_destination.h | 27 std::string TestCreate();
|
test_video_source.h | 27 std::string TestCreate();
|
test_file_ref.h | 31 std::string TestCreate();
|
test_video_destination.cc | 72 std::string TestVideoDestination::TestCreate() {
|
test_video_source.cc | 69 std::string TestVideoSource::TestCreate() {
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrEffectUnitTest.h | 19 // Used to access the dummy textures in TestCreate procs. 26 * A helper for use in GrEffect::TestCreate functions. 70 static GrEffectRef* TestCreate(SkRandom*, \ 77 * GrEffect* TestCreate(SkRandom*, 83 * kAlpha_8_GrPixelConfig. TestCreate functions are also free to create additional textures using 87 GrEffectTestFactory Effect :: gTestFactory(Effect :: TestCreate) 91 // The unit test relies on static initializers. Just declare the TestCreate function so that 94 static GrEffectRef* TestCreate(SkRandom*, \
|
/external/skia/include/gpu/ |
GrEffectUnitTest.h | 19 // Used to access the dummy textures in TestCreate procs. 26 * A helper for use in GrEffect::TestCreate functions. 70 static GrEffectRef* TestCreate(SkRandom*, \ 77 * GrEffect* TestCreate(SkRandom*, 83 * kAlpha_8_GrPixelConfig. TestCreate functions are also free to create additional textures using 87 GrEffectTestFactory Effect :: gTestFactory(Effect :: TestCreate) 91 // The unit test relies on static initializers. Just declare the TestCreate function so that 94 static GrEffectRef* TestCreate(SkRandom*, \
|
/external/chromium_org/third_party/skia/src/gpu/effects/ |
GrSimpleTextureEffect.cpp | 54 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random,
|
GrCustomCoordsTextureEffect.cpp | 87 GrEffectRef* GrCustomCoordsTextureEffect::TestCreate(SkRandom* random,
|
GrDistanceFieldTextureEffect.cpp | 98 GrEffectRef* GrDistanceFieldTextureEffect::TestCreate(SkRandom* random,
|
GrBezierEffect.cpp | 144 GrEffectRef* GrConicEffect::TestCreate(SkRandom* random, 275 GrEffectRef* GrQuadEffect::TestCreate(SkRandom* random, 416 GrEffectRef* GrCubicEffect::TestCreate(SkRandom* random,
|
GrBicubicEffect.cpp | 143 GrEffectRef* GrBicubicEffect::TestCreate(SkRandom* random,
|
/external/skia/src/gpu/effects/ |
GrSimpleTextureEffect.cpp | 54 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random,
|
GrCustomCoordsTextureEffect.cpp | 87 GrEffectRef* GrCustomCoordsTextureEffect::TestCreate(SkRandom* random,
|
GrDistanceFieldTextureEffect.cpp | 98 GrEffectRef* GrDistanceFieldTextureEffect::TestCreate(SkRandom* random,
|
GrBezierEffect.cpp | 144 GrEffectRef* GrConicEffect::TestCreate(SkRandom* random, 275 GrEffectRef* GrQuadEffect::TestCreate(SkRandom* random, 416 GrEffectRef* GrCubicEffect::TestCreate(SkRandom* random,
|
GrBicubicEffect.cpp | 143 GrEffectRef* GrBicubicEffect::TestCreate(SkRandom* random,
|
/external/chromium_org/chrome/browser/apps/ |
app_window_interactive_uitest.cc | 233 #define MAYBE_TestCreate TestCreate 237 ASSERT_TRUE(RunAppWindowInteractiveTest("testCreate")) << message_;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkBitmapAlphaThresholdShader.cpp | 204 GrEffectRef* ThresholdEffect::TestCreate(SkRandom* rand,
|