HomeSort by relevance Sort by last modified time
    Searched refs:TestCreate (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/chromium_org/ppapi/tests/
test_video_decoder.h 24 std::string TestCreate();
test_broker.h 23 std::string TestCreate();
test_media_stream_audio_track.h 27 std::string TestCreate();
test_media_stream_video_track.h 26 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_decoder.cc 32 std::string TestVideoDecoder::TestCreate() {
test_video_destination.cc 72 std::string TestVideoDestination::TestCreate() {
test_video_source.cc 69 std::string TestVideoSource::TestCreate() {
  /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/icu/icu4c/source/test/intltest/
locnmtst.h 24 void TestCreate(void);
  /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/
GrDitherEffect.cpp 58 GrEffectRef* DitherEffect::TestCreate(SkRandom*,
GrSimpleTextureEffect.cpp 54 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random,
GrCustomCoordsTextureEffect.cpp 87 GrEffectRef* GrCustomCoordsTextureEffect::TestCreate(SkRandom* random,
GrBezierEffect.cpp 146 GrEffectRef* GrConicEffect::TestCreate(SkRandom* random,
284 GrEffectRef* GrQuadEffect::TestCreate(SkRandom* random,
432 GrEffectRef* GrCubicEffect::TestCreate(SkRandom* random,
  /external/skia/src/gpu/effects/
GrDitherEffect.cpp 58 GrEffectRef* DitherEffect::TestCreate(SkRandom*,
GrSimpleTextureEffect.cpp 54 GrEffectRef* GrSimpleTextureEffect::TestCreate(SkRandom* random,
GrCustomCoordsTextureEffect.cpp 87 GrEffectRef* GrCustomCoordsTextureEffect::TestCreate(SkRandom* random,
GrBezierEffect.cpp 146 GrEffectRef* GrConicEffect::TestCreate(SkRandom* random,
284 GrEffectRef* GrQuadEffect::TestCreate(SkRandom* random,
432 GrEffectRef* GrCubicEffect::TestCreate(SkRandom* random,
  /external/chromium_org/chrome/browser/apps/
app_window_browsertest.cc 129 IN_PROC_BROWSER_TEST_F(AppWindowAPITest, TestCreate) {
130 ASSERT_TRUE(RunAppWindowAPITest("testCreate")) << message_;

Completed in 224 milliseconds

1 2 3 4