HomeSort by relevance Sort by last modified time
    Searched refs:TestService (Results 26 - 32 of 32) sorted by null

12

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc     [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 90 full_name='protobuf_unittest.TestService.Bar',
314 name: 'TestService'
328 unittest_pb2.TestService.DESCRIPTOR,
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ContextWrapperTest.java 180 contextWrapper.bindService(new Intent("foo"), new TestService(), Context.BIND_AUTO_CREATE);
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
generator_test.py 228 if hasattr(unittest_no_generic_services_pb2, "TestService"):
229 self.assertFalse(issubclass(unittest_no_generic_services_pb2.TestService,
descriptor_test.py 91 full_name='protobuf_unittest.TestService.Bar',
577 name: 'TestService'
591 unittest_pb2.TestService.DESCRIPTOR,
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DescriptorsTest.java 57 import protobuf_unittest.UnittestProto.TestService;
123 ServiceDescriptor service = TestService.getDescriptor();
125 assertEquals(service, file.findServiceByName("TestService"));
127 assertNull(file.findServiceByName("protobuf_unittest.TestService"));
321 ServiceDescriptor service = TestService.getDescriptor();
323 assertEquals("TestService", service.getName());
324 assertEquals("protobuf_unittest.TestService", service.getFullName());

Completed in 360 milliseconds

12