HomeSort by relevance Sort by last modified time
    Searched refs:TestGenerator (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
UniqueIdentificationGeneratorFactoryTest.java 20 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 {
SettingsSecureBasedIdentificationGeneratorTest.java 55 TestGenerator generator = new TestGenerator(context, androidId);
62 private static class TestGenerator extends SettingsSecureBasedIdentificationGenerator {
66 TestGenerator(AdvancedMockContext context, String androidId) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 52 class TestGenerator : public CodeGenerator {
54 TestGenerator() {}
55 ~TestGenerator() {}
93 TestGenerator test_generator;
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 52 class TestGenerator : public CodeGenerator {
54 TestGenerator() {}
55 ~TestGenerator() {}
93 TestGenerator test_generator;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 52 class TestGenerator : public CodeGenerator {
54 TestGenerator() {}
55 ~TestGenerator() {}
98 TestGenerator test_generator;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 52 class TestGenerator : public CodeGenerator {
54 TestGenerator() {}
55 ~TestGenerator() {}
99 TestGenerator test_generator;
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_plugin_unittest.cc 52 class TestGenerator : public CodeGenerator {
54 TestGenerator() {}
55 ~TestGenerator() {}
98 TestGenerator test_generator;
  /external/protobuf/src/google/protobuf/compiler/java/
java_plugin_unittest.cc 52 class TestGenerator : public CodeGenerator {
54 TestGenerator() {}
55 ~TestGenerator() {}
98 TestGenerator test_generator;
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 51 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/
thread_unittest.cc 44 class TestGenerator {
46 TestGenerator() : last(0), count(0) {}
67 class SocketClient : public TestGenerator, public sigslot::has_slots<> {
100 class MessageClient : public MessageHandler, public TestGenerator {
  /external/clang/utils/
FuzzTest 13 class TestGenerator:
319 tg = TestGenerator(input_files, opts.enable_delete, opts.enable_insert,
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 22 class TestGenerator(unittest.TestCase):
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 574 milliseconds