Searched refs:TestGenerator (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
H A DUniqueIdentificationGeneratorFactoryTest.java20 UniqueIdentificationGenerator gen = new TestGenerator();
29 UniqueIdentificationGenerator gen1 = new TestGenerator();
30 UniqueIdentificationGenerator gen2 = new TestGenerator();
31 UniqueIdentificationGenerator gen3 = new TestGenerator();
53 private static class TestGenerator implements UniqueIdentificationGenerator { class in class:UniqueIdentificationGeneratorFactoryTest
H A DSettingsSecureBasedIdentificationGeneratorTest.java55 TestGenerator generator = new TestGenerator(context, androidId);
62 private static class TestGenerator extends SettingsSecureBasedIdentificationGenerator { class in class:SettingsSecureBasedIdentificationGeneratorTest
66 TestGenerator(AdvancedMockContext context, String androidId) { method in class:SettingsSecureBasedIdentificationGeneratorTest.TestGenerator
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc52 class TestGenerator : public CodeGenerator { class in namespace:google::protobuf::compiler::python::__anon13383
54 TestGenerator() {} function in class:google::protobuf::compiler::python::__anon13383::TestGenerator
55 ~TestGenerator() {}
93 TestGenerator test_generator;
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc52 class TestGenerator : public CodeGenerator { class in namespace:google::protobuf::compiler::python::__anon23936
54 TestGenerator() {} function in class:google::protobuf::compiler::python::__anon23936::TestGenerator
55 ~TestGenerator() {}
93 TestGenerator test_generator;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc52 class TestGenerator : public CodeGenerator { class in namespace:google::protobuf::compiler::cpp::__anon13361
54 TestGenerator() {} function in class:google::protobuf::compiler::cpp::__anon13361::TestGenerator
55 ~TestGenerator() {}
98 TestGenerator test_generator;
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc52 class TestGenerator : public CodeGenerator { class in namespace:google::protobuf::compiler::java::__anon13373
54 TestGenerator() {} function in class:google::protobuf::compiler::java::__anon13373::TestGenerator
55 ~TestGenerator() {}
99 TestGenerator test_generator;
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_plugin_unittest.cc52 class TestGenerator : public CodeGenerator { class in namespace:google::protobuf::compiler::cpp::__anon23907
54 TestGenerator() {} function in class:google::protobuf::compiler::cpp::__anon23907::TestGenerator
55 ~TestGenerator() {}
98 TestGenerator test_generator;
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_plugin_unittest.cc52 class TestGenerator : public CodeGenerator { class in namespace:google::protobuf::compiler::java::__anon23917
54 TestGenerator() {} function in class:google::protobuf::compiler::java::__anon23917::TestGenerator
55 ~TestGenerator() {}
98 TestGenerator test_generator;
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dgenerators-iteration.js51 function TestGenerator(g, expected_values_for_next,
100 TestGenerator(function* g1() { },
105 TestGenerator(function* g2() { yield 1; },
110 TestGenerator(function* g3() { yield 1; yield 2; },
115 TestGenerator(function* g4() { yield 1; yield 2; return 3; },
120 TestGenerator(function* g5() { return 1; },
125 TestGenerator(function* g6() { var x = yield 1; return x; },
130 TestGenerator(function* g7() { var x = yield 1; yield 2; return x; },
135 TestGenerator(function* g8() { for (var x = 0; x < 4; x++) { yield x; } },
141 TestGenerator(
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dthread_unittest.cc44 class TestGenerator { class
46 TestGenerator() : last(0), count(0) {} function in class:TestGenerator
67 class SocketClient : public TestGenerator, public sigslot::has_slots<> {
100 class MessageClient : public MessageHandler, public TestGenerator {
/external/clang/utils/
H A DFuzzTest13 class TestGenerator: class in inherits:
319 tg = TestGenerator(input_files, opts.enable_delete, opts.enable_insert,
/external/chromium_org/base/android/jni_generator/
H A Djni_generator_tests.py22 class TestGenerator(unittest.TestCase): class in inherits:unittest.TestCase

Completed in 87 milliseconds