Home
last modified time | relevance | path

Searched refs:test_util (Results 1 – 25 of 48) sorted by relevance

12

/third_party/python/Lib/test/test_importlib/
Dtest_api.py1 from . import util as test_util unknown
3 init = test_util.import_importlib('importlib')
4 util = test_util.import_importlib('importlib.util')
5 machinery = test_util.import_importlib('importlib.machinery')
23 with test_util.mock_spec('top_level') as mock:
24 with test_util.import_state(meta_path=[mock]):
33 with test_util.mock_spec(pkg_long_name, name) as mock:
34 with test_util.import_state(meta_path=[mock]):
45 with test_util.mock_spec(pkg_long_name, absolute_name) as mock:
46 with test_util.import_state(meta_path=[mock]):
[all …]
Dtest_abc.py12 from . import util as test_util unknown
14 init = test_util.import_importlib('importlib')
15 abc = test_util.import_importlib('importlib.abc')
16 machinery = test_util.import_importlib('importlib.machinery')
17 util = test_util.import_importlib('importlib.util')
65 ) = test_util.test_both(MetaPathFinder, abc=abc)
75 ) = test_util.test_both(PathEntryFinder, abc=abc)
84 ) = test_util.test_both(ResourceLoader, abc=abc)
94 ) = test_util.test_both(InspectLoader, abc=abc)
104 ) = test_util.test_both(ExecutionLoader, abc=abc)
[all …]
Dtest_locks.py1 from . import util as test_util unknown
3 init = test_util.import_importlib('importlib')
38 ) = test_util.test_both(ModuleLockAsRLockTests, lock_tests.RLockTests,
110 ) = test_util.test_both(DeadlockAvoidanceTests,
140 ) = test_util.test_both(LifetimeTests, init=init)
Dtest_lazy.py8 from . import util as test_util unknown
82 with test_util.uncache(importer.module_name):
83 with test_util.import_state(meta_path=[importer]):
129 with test_util.uncache(TestingImporter.module_name):
137 with test_util.uncache(TestingImporter.module_name):
Dtest_windows.py1 from . import util as test_util unknown
2 machinery = test_util.import_importlib('importlib.machinery')
113 ) = test_util.test_both(WindowsRegistryFinderTests, machinery=machinery)
135 ) = test_util.test_both(WindowsExtensionSuffixTests, machinery=machinery)
Dtest_spec.py1 from . import util as test_util unknown
3 init = test_util.import_importlib('importlib')
4 machinery = test_util.import_importlib('importlib.machinery')
5 util = test_util.import_importlib('importlib.util')
230 ) = test_util.test_both(ModuleSpecTests, util=util, machinery=machinery)
406 ) = test_util.test_both(ModuleSpecMethodsTests, init=init, util=util,
501 ) = test_util.test_both(ModuleReprTests, init=init, util=util,
834 ) = test_util.test_both(FactoryTests, util=util, machinery=machinery)
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
DBUILD.bazel59 name = "test_util",
62 "internal/test_util.cc",
65 hdrs = ["internal/test_util.h"],
93 ":test_util",
118 ":test_util",
DBUILD.gn33 absl_source_set("test_util") {
36 "internal/test_util.cc",
39 public = [ "internal/test_util.h" ]
DCMakeLists.txt94 "internal/test_util.h"
96 "internal/test_util.cc"
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dtext_format_test.py42 from google.protobuf.internal import test_util
49 f = test_util.GoldenFile(golden_filename)
69 test_util.SetAllFields(message)
76 test_util.SetAllExtensions(message)
260 test_util.SetAllFields(message)
270 test_util.SetAllExtensions(message)
275 test_util.SetAllFields(message)
281 test_util.ExpectAllFieldsSet(self, message)
285 test_util.SetAllExtensions(message)
Dmessage_test.py55 from google.protobuf.internal import test_util
79 golden_data = test_util.GoldenFile('golden_message').read()
82 test_util.ExpectAllFieldsSet(self, golden_message)
88 golden_data = test_util.GoldenFile('golden_message').read()
92 test_util.SetAllExtensions(all_set)
99 golden_data = test_util.GoldenFile('golden_packed_fields_message').read()
103 test_util.SetAllPackedFields(all_set)
110 golden_data = test_util.GoldenFile('golden_packed_fields_message').read()
114 test_util.SetAllPackedExtensions(all_set)
121 golden_data = test_util.GoldenFile('golden_message').read()
/third_party/protobuf/python/google/protobuf/internal/
Dtext_format_test.py61 from google.protobuf.internal import test_util
84 with test_util.GoldenFile(golden_filename) as f:
649 test_util.SetAllFields(message)
656 test_util.ExpectAllFieldsSet(self, message)
660 test_util.SetAllFields(message)
668 test_util.ExpectAllFieldsSet(self, message)
674 test_util.ExpectAllFieldsSet(self, message)
992 test_util.SetAllFields(message)
1006 test_util.SetAllFields(message)
1011 test_util.SetAllFields(message)
[all …]
Dreflection_test.py64 from google.protobuf.internal import test_util
431 self.assertIntegerTypes(test_util.NonStandardInteger, message_module)
442 pb.optional_uint64 = test_util.NonStandardInteger(5, 'my_error')
483 test_util.NonStandardInteger, message_module)
660 test_util.SetAllFields(proto1)
720 test_util.SetAllFields(proto1)
774 test_util.SetAllFields(proto1)
1118 test_util.SetAllFieldsAndExtensions(proto)
1863 test_util.SetAllFields(proto)
1865 test_util.SetAllNonLazyFields(proto)
[all …]
Dunknown_fields_test.py50 from google.protobuf.internal import test_util
63 test_util.SetAllFields(self.all_fields)
172 test_util.SetAllFields(self.all_fields)
Dmessage_test.py85 from google.protobuf.internal import test_util
124 bad_utf8_data = test_util.GoldenFileData('bad_utf8_string')
134 golden_data = test_util.GoldenFileData(
137 golden_data = test_util.GoldenFileData('golden_message_proto3')
142 test_util.ExpectAllFieldsSet(self, golden_message)
148 golden_data = test_util.GoldenFileData('golden_packed_fields_message')
152 test_util.SetAllPackedFields(all_set)
211 golden_data = test_util.GoldenFileData('golden_message')
461 test_util.SetAllNonLazyFields(populated)
1440 golden_data = test_util.GoldenFileData('golden_message')
[all …]
/third_party/protobuf/python/
DMANIFEST.in5 exclude google/protobuf/internal/test_util.py
/third_party/protobuf/python/compatibility_tests/v2.5.0/
Dtest.sh41 cp tests/google/protobuf/internal/test_util.py google/protobuf/internal/
/third_party/rust/crates/tracing/tracing-subscriber/src/field/
Ddelimited.rs139 use crate::field::test_util::*;
/third_party/cef/
Dcef_paths2.gypi513 'tests/ceftests/test_util.cc',
514 'tests/ceftests/test_util.h',
584 'tests/ceftests/test_util.cc',
585 'tests/ceftests/test_util.h',
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/src/google/protobuf/
Dunittest_import_proto3.proto41 // In test_util.h we do
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_import.proto40 // In test_util.h we do
/third_party/protobuf/src/google/protobuf/
Dunittest_import.proto41 // In test_util.h we do
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Dunittest_import.proto40 // In test_util.h we do
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Dunittest_import.proto40 // In test_util.h we do
/third_party/protobuf/csharp/protos/
Dunittest_import.proto41 // In test_util.h we do

12