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

  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/identity/
UuidBasedUniqueIdentificationGeneratorTest.java 31 TestGenerator generator = new TestGenerator(mContext, preferenceKey, expectedUniqueId);
41 // After a restart, the TestGenerator should read the UUID from a preference, instead of
44 generator = new TestGenerator(mContext, preferenceKey, null);
56 TestGenerator generator1 = new TestGenerator(mContext, preferenceKey1, expectedUniqueId1);
57 TestGenerator generator2 = new TestGenerator(mContext, preferenceKey2, expectedUniqueId2);
72 private static class TestGenerator extends UuidBasedUniqueIdentificationGenerator {
76 TestGenerator(AdvancedMockContext context, String preferenceKey, String uuid)
    [all...]
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 63 function TestGenerator(g, expected_values_for_next,
113 TestGenerator(function* g1() { },
118 TestGenerator(function* g2() { yield 1; },
123 TestGenerator(function* g3() { yield 1; yield 2; },
128 TestGenerator(function* g4() { yield 1; yield 2; return 3; },
133 TestGenerator(function* g5() { return 1; },
138 TestGenerator(function* g6() { var x = yield 1; return x; },
143 TestGenerator(function* g7() { var x = yield 1; yield 2; return x; },
148 TestGenerator(function* g8() { for (var x = 0; x < 4; x++) { yield x; } },
154 TestGenerator(
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
thread_unittest.cc 43 class TestGenerator {
45 TestGenerator() : last(0), count(0) {}
66 class SocketClient : public TestGenerator, public sigslot::has_slots<> {
99 class MessageClient : public MessageHandler, public TestGenerator {
  /external/chromium_org/third_party/webrtc/base/
thread_unittest.cc 26 class TestGenerator {
28 TestGenerator() : last(0), count(0) {}
49 class SocketClient : public TestGenerator, public sigslot::has_slots<> {
82 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 47 class TestGenerator(unittest.TestCase):
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 550 milliseconds