/external/chromium_org/sync/notifier/ |
unacked_invalidation_set_test_util.h | 11 namespace test_util { namespace in namespace:syncer 23 } // namespace test_util
|
unacked_invalidation_set.h | 21 namespace test_util { namespace in namespace:syncer 23 } // test_util 95 friend class test_util::UnackedInvalidationSetEqMatcher;
|
unacked_invalidation_set_test_util.cc | 19 namespace test_util { namespace in namespace:syncer 179 } // namespace test_util
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
drive_test_util.h | 11 namespace test_util { namespace in namespace:file_manager 18 } // namespace test_util
|
drive_test_util.cc | 15 namespace test_util { namespace in namespace:file_manager 77 } // namespace test_util
|
/external/chromium/chrome/browser/sync/sessions/ |
test_util.h | 17 namespace test_util { namespace in namespace:browser_sync::sessions 40 } // namespace test_util
|
test_util.cc | 5 #include "chrome/browser/sync/sessions/test_util.h" 9 namespace test_util { namespace in namespace:browser_sync::sessions 55 } // namespace test_util
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
drive_backend_test_util.h | 26 namespace test_util { namespace in namespace:sync_file_system::drive_backend 36 } // namespace test_util
|
drive_backend_test_util.cc | 19 namespace test_util { namespace in namespace:sync_file_system::drive_backend 67 } // namespace test_util
|
/external/chromium_org/tools/json_schema_compiler/test/ |
test_util.h | 13 namespace test_util { namespace in namespace:json_schema_compiler 52 } // namespace test_util
|
test_util.cc | 5 #include "tools/json_schema_compiler/test/test_util.h" 13 namespace test_util { namespace in namespace:json_schema_compiler 68 } // namespace test_util
|
/external/chromium_org/sync/sessions/ |
test_util.h | 16 namespace test_util { namespace in namespace:syncer::sessions 93 } // namespace test_util
|
test_util.cc | 5 #include "sync/sessions/test_util.h" 9 namespace test_util { namespace in namespace:syncer::sessions 132 } // namespace test_util
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
fake_file_system.h | 32 namespace test_util { namespace in namespace:drive 194 } // namespace test_util
|
test_util.cc | 5 #include "chrome/browser/chromeos/drive/test_util.h" 20 namespace test_util { namespace in namespace:drive 86 } // namespace test_util
|
test_util.h | 10 #include "google_apis/drive/test_util.h" 25 namespace test_util { namespace in namespace:drive 47 test_util::RunBlockingPoolTask(); // Finish destruction. 89 } // namespace test_util
|
fake_file_system_unittest.cc | 12 #include "google_apis/drive/test_util.h" 16 namespace test_util { namespace in namespace:drive 42 google_apis::test_util::TestGetContentCallback get_content_callback; 51 google_apis::test_util::CreateCopyResultCallback( 54 google_apis::test_util::CreateCopyResultCallback(&completion_error)); 77 google_apis::test_util::CreateCopyResultCallback( 80 google_apis::test_util::CreateCopyResultCallback(&completion_error)); 104 google_apis::test_util::TestGetContentCallback get_content_callback; 110 google_apis::test_util::CreateCopyResultCallback( 113 google_apis::test_util::CreateCopyResultCallback(&completion_error)) [all...] |
/external/protobuf/python/google/protobuf/internal/ |
message_test.py | 49 from google.protobuf.internal import test_util namespace 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)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_lib2to3.py | 3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor, namespace 11 for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_lib2to3.py | 3 from lib2to3.tests import (test_fixers, test_pytree, test_util, test_refactor, namespace 11 for m in (test_fixers, test_pytree,test_util, test_refactor, test_parser,
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
subversion_file_system_test.py | 14 import test_util namespace 64 child_versions=json.loads(test_util.ReadFile('%s/stat_result.json' %
|
/external/chromium_org/google_apis/drive/ |
test_util.cc | 5 #include "google_apis/drive/test_util.h" 26 namespace test_util { namespace in namespace:google_apis 182 } // namespace test_util
|
test_util.h | 38 namespace test_util { namespace in namespace:google_apis 296 } // namespace test_util
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
unknown_fields_test.py | 42 from google.protobuf.internal import test_util namespace 51 test_util.SetAllFields(self.all_fields)
|
message_test.py | 55 from google.protobuf.internal import test_util namespace 74 golden_data = test_util.GoldenFile('golden_message').read() 77 test_util.ExpectAllFieldsSet(self, golden_message) 83 golden_data = test_util.GoldenFile('golden_message').read() 87 test_util.SetAllExtensions(all_set) 94 golden_data = test_util.GoldenFile('golden_packed_fields_message').read() 98 test_util.SetAllPackedFields(all_set) 105 golden_data = test_util.GoldenFile('golden_packed_fields_message').read() 109 test_util.SetAllPackedExtensions(all_set) 116 golden_data = test_util.GoldenFile('golden_message').read( [all...] |