HomeSort by relevance Sort by last modified time
    Searched defs:test_util (Results 1 - 25 of 32) sorted by null

1 2

  /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
96 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_org/chrome/browser/drive/
test_util.h 12 namespace test_util { namespace in namespace:drive
16 } // namespace test_util
test_util.cc 5 #include "chrome/browser/drive/test_util.h"
11 #include "google_apis/drive/test_util.h"
19 namespace test_util { namespace in namespace:drive
32 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
44 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
56 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
68 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
80 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
92 google_apis::test_util::CreateCopyResultCallback(&error, &entry));
104 google_apis::test_util::CreateCopyResultCallback(&error, &entry))
    [all...]
  /external/chromium_org/extensions/common/
test_util.h 21 namespace test_util { namespace in namespace:extensions
35 } // namespace test_util
test_util.cc 5 #include "extensions/common/test_util.h"
15 namespace test_util { namespace in namespace:extensions
49 } // 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 20 namespace test_util { namespace in namespace:sync_file_system::drive_backend
68 } // 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
100 } // namespace test_util
test_util.cc 5 #include "sync/sessions/test_util.h"
9 namespace test_util { namespace in namespace:syncer::sessions
135 } // namespace test_util
  /external/chromium_org/chrome/browser/chromeos/drive/
fake_file_system.h 31 namespace test_util { namespace in namespace:drive
191 } // 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 11 #include "chrome/browser/drive/test_util.h"
13 #include "google_apis/drive/test_util.h"
17 namespace test_util { namespace in namespace:drive
39 google_apis::test_util::TestGetContentCallback get_content_callback;
48 google_apis::test_util::CreateCopyResultCallback(
51 google_apis::test_util::CreateCopyResultCallback(&completion_error));
74 google_apis::test_util::CreateCopyResultCallback(
77 google_apis::test_util::CreateCopyResultCallback(&completion_error));
101 google_apis::test_util::TestGetContentCallback get_content_callback;
105 google_apis::test_util::CreateCopyResultCallback
    [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/google_apis/drive/
test_util.cc 5 #include "google_apis/drive/test_util.h"
26 namespace test_util { namespace in namespace:google_apis
183 } // 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)

Completed in 732 milliseconds

1 2