/third_party/python/Lib/test/test_importlib/ |
D | test_api.py | 1 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 …]
|
D | test_abc.py | 12 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 …]
|
D | test_locks.py | 1 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)
|
D | test_lazy.py | 8 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):
|
D | test_windows.py | 1 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)
|
D | test_spec.py | 1 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/ |
D | BUILD.bazel | 59 name = "test_util", 62 "internal/test_util.cc", 65 hdrs = ["internal/test_util.h"], 93 ":test_util", 118 ":test_util",
|
D | BUILD.gn | 33 absl_source_set("test_util") { 36 "internal/test_util.cc", 39 public = [ "internal/test_util.h" ]
|
D | CMakeLists.txt | 94 "internal/test_util.h" 96 "internal/test_util.cc"
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | text_format_test.py | 42 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)
|
D | message_test.py | 55 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/ |
D | text_format_test.py | 61 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 …]
|
D | reflection_test.py | 64 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 …]
|
D | unknown_fields_test.py | 50 from google.protobuf.internal import test_util 63 test_util.SetAllFields(self.all_fields) 172 test_util.SetAllFields(self.all_fields)
|
D | message_test.py | 85 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/ |
D | MANIFEST.in | 5 exclude google/protobuf/internal/test_util.py
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/ |
D | test.sh | 41 cp tests/google/protobuf/internal/test_util.py google/protobuf/internal/
|
/third_party/rust/crates/tracing/tracing-subscriber/src/field/ |
D | delimited.rs | 139 use crate::field::test_util::*;
|
/third_party/cef/ |
D | cef_paths2.gypi | 513 '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/ |
D | unittest_import_proto3.proto | 41 // In test_util.h we do
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_import.proto | 40 // In test_util.h we do
|
/third_party/protobuf/src/google/protobuf/ |
D | unittest_import.proto | 41 // In test_util.h we do
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/ |
D | unittest_import.proto | 40 // In test_util.h we do
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/ |
D | unittest_import.proto | 40 // In test_util.h we do
|
/third_party/protobuf/csharp/protos/ |
D | unittest_import.proto | 41 // In test_util.h we do
|