Searched refs:test_util (Results 1 – 14 of 14) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | message_test.py | 49 from google.protobuf.internal import test_util 55 golden_data = test_util.GoldenFile('golden_message').read() 58 test_util.ExpectAllFieldsSet(self, golden_message) 62 golden_data = test_util.GoldenFile('golden_message').read() 66 test_util.SetAllExtensions(all_set) 71 golden_data = test_util.GoldenFile('golden_packed_fields_message').read() 75 test_util.SetAllPackedFields(all_set) 80 golden_data = test_util.GoldenFile('golden_packed_fields_message').read() 84 test_util.SetAllPackedExtensions(all_set)
|
D | text_format_test.py | 41 from google.protobuf.internal import test_util 48 f = test_util.GoldenFile(golden_filename) 68 test_util.SetAllFields(message) 75 test_util.SetAllExtensions(message) 131 test_util.SetAllFields(message) 141 test_util.SetAllExtensions(message) 146 test_util.SetAllFields(message) 152 test_util.ExpectAllFieldsSet(self, message) 156 test_util.SetAllExtensions(message)
|
D | reflection_test.py | 56 from google.protobuf.internal import test_util 423 test_util.SetAllFieldsAndExtensions(proto) 915 test_util.SetAllFields(proto1) 977 test_util.SetAllFields(proto1) 1067 test_util.SetAllFields(proto1) 1092 test_util.SetAllFields(proto) 1101 test_util.SetAllExtensions(proto) 1303 test_util.SetAllFields(self.first_proto) 1304 test_util.SetAllFields(self.second_proto) 1388 test_util.SetAllExtensions(first_proto) [all …]
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_thread2_unittest.cc | 210 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess), in TEST_F() 228 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess), in TEST_F() 250 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess), in TEST_F() 277 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed), in TEST_F() 279 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess), in TEST_F() 310 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed), in TEST_F() 312 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed), in TEST_F() 314 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess), in TEST_F() 348 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed), in TEST_F() 350 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed), in TEST_F() [all …]
|
/external/chromium/chrome/browser/sync/sessions/ |
D | test_util.h | 17 namespace test_util {
|
D | test_util.cc | 9 namespace test_util { namespace
|
/external/protobuf/src/ |
D | Makefile.in | 121 am__objects_2 = protobuf_lazy_descriptor_test-test_util.$(OBJEXT) \ 166 am__objects_6 = protobuf_test-test_util.$(OBJEXT) \ 688 google/protobuf/test_util.cc \ 689 google/protobuf/test_util.h \ 972 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protobuf_lazy_descriptor_test-test_util.Po@am__quo… 1014 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protobuf_test-test_util.Po@am__quote@ 1586 protobuf_lazy_descriptor_test-test_util.o: google/protobuf/test_util.cc 1587 …test_util.o -MD -MP -MF $(DEPDIR)/protobuf_lazy_descriptor_test-test_util.Tpo -c -o protobuf_lazy_… 1588 …v -f $(DEPDIR)/protobuf_lazy_descriptor_test-test_util.Tpo $(DEPDIR)/protobuf_lazy_descriptor_test… 1591 …tobuf_lazy_descriptor_test-test_util.o `test -f 'google/protobuf/test_util.cc' || echo '$(srcdir)/… [all …]
|
D | Makefile.am | 287 google/protobuf/test_util.cc \ 288 google/protobuf/test_util.h \
|
/external/protobuf/src/google/protobuf/ |
D | unittest_import.proto | 40 // In test_util.h we do
|
D | unittest.proto | 42 // In test_util.h we do "using namespace unittest = protobuf_unittest".
|
/external/protobuf/ |
D | configure.ac | 50 # test_util.cc takes forever to compile with GCC and optimization turned on.
|
D | Makefile.am | 126 python/google/protobuf/internal/test_util.py \
|
D | Makefile.in | 313 python/google/protobuf/internal/test_util.py \
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 2292 * Scripts/webkitpy/thirdparty/pywebsocket/test/test_util.py: Added. 13185 * Scripts/webkitpy/thirdparty/pywebsocket/test/test_util.py: 14386 * pywebsocket/test/test_util.py: Removed. 23543 * pywebsocket/test/test_util.py: 27333 * pywebsocket/test/test_util.py: Added.
|