Home
last modified time | relevance | path

Searched refs:test_constructor (Results 1 – 25 of 67) sorted by relevance

123

/external/python/pyyaml/tests/data/
Dconstruct-python-object.data1 - !!python/object:test_constructor.AnObject { foo: 1, bar: two, baz: [3,3,3] }
2 - !!python/object:test_constructor.AnInstance { foo: 1, bar: two, baz: [3,3,3] }
4 - !!python/object/new:test_constructor.AnObject { args: [1, two], kwds: {baz: [3,3,3]} }
5 - !!python/object/apply:test_constructor.AnInstance { args: [1, two], kwds: {baz: [3,3,3]} }
7 - !!python/object:test_constructor.AState { _foo: 1, _bar: two, _baz: [3,3,3] }
8 - !!python/object/new:test_constructor.ACustomState { state: !!python/tuple [1, two, [3,3,3]] }
10 - !!python/object/new:test_constructor.InitArgs [1, two, [3,3,3]]
11 - !!python/object/new:test_constructor.InitArgsWithState { args: [1, two], state: [3,3,3] }
13 - !!python/object/new:test_constructor.NewArgs [1, two, [3,3,3]]
14 - !!python/object/new:test_constructor.NewArgsWithState { args: [1, two], state: [3,3,3] }
[all …]
/external/python/pyyaml/tests/lib/
Dtest_representer.py3 import test_constructor
7 test_constructor._make_objects()
11 native1 = test_constructor._load_code(file.read())
14 output = yaml.dump(native1, Dumper=test_constructor.MyDumper,
16 native2 = yaml.load(output, Loader=test_constructor.MyLoader)
22 value1 = test_constructor._serialize_value(native1)
23 value2 = test_constructor._serialize_value(native2)
Dtest_yaml.py10 from test_constructor import *
Dtest_structure.py176 def test_constructor(data_filename, canonical_filename, verbose=False): function
194 test_constructor.unittest = ['.data', '.canonical']
Dtest_yaml_ext.py286 import test_tokens, test_structure, test_errors, test_resolver, test_constructor, \
288 wrap_ext([test_tokens, test_structure, test_errors, test_resolver, test_constructor,
/external/python/python-api-core/tests/unit/
Dtest_timeout.py46 def test_constructor(self): member in TestConstantTimeout
78 def test_constructor(self): member in TestExponentialTimeout
Dtest_page_iterator.py29 def test_constructor(self): member in TestPage
92 def test_constructor(self): member in TestIterator
242 def test_constructor(self): member in TestHTTPIterator
522 def test_constructor(self): member in TestGRPCIterator
629 def test_constructor(self): member in TestGAXIterator
Dtest_client_options.py28 def test_constructor(): function
/external/clang/test/CodeGenCXX/
Daarch64-cxxabi.cpp84 void test_constructor() { in test_constructor() function
/external/clang/bindings/python/tests/cindex/
Dtest_token_kind.py6 def test_constructor(): function
/external/python/python-api-core/tests/asyncio/
Dtest_page_iterator_async.py29 def test_constructor(self): member in TestAsyncIterator
193 def test_constructor(self): member in TestAsyncGRPCIterator
Dtest_operation_async.py72 async def test_constructor(): function
/external/python/google-auth-library-python/tests/
Dtest_downscoped.py117 def test_constructor(self): member in TestAvailabilityCondition
181 def test_constructor(self): member in TestAccessBoundaryRule
305 def test_constructor(self): member in TestCredentialAccessBoundary
Dtest_iam.py60 def test_constructor(self): member in TestSigner
/external/autotest/client/bin/
Dpartition_unittest.py20 def test_constructor(self): member in FsOptions_common
/external/python/oauth2client/tests/contrib/
Dtest_keyring_storage.py34 def test_constructor(self): member in KeyringStorageTests
Dtest_gce.py40 def test_constructor(self): member in AppAssertionCredentialsTests
/external/python/cpython2/Lib/test/
Dtest_structseq.py75 def test_constructor(self): member in StructSeqTest
Dtest_slice.py13 def test_constructor(self): member in SliceTest
Dmapping_tests.py137 def test_constructor(self): member in BasicTestMappingProtocol
313 def test_constructor(self): member in TestMappingProtocol
314 BasicTestMappingProtocol.test_constructor(self)
Dtest_io.py884 def test_constructor(self): member in BufferedReaderTest
1074 def test_constructor(self): member in CBufferedReaderTest
1075 BufferedReaderTest.test_constructor(self)
1126 def test_constructor(self): member in BufferedWriterTest
1389 def test_constructor(self): member in CBufferedWriterTest
1390 BufferedWriterTest.test_constructor(self)
1436 def test_constructor(self): member in BufferedRWPairTest
1630 def test_constructor(self): member in BufferedRandomTest
1631 BufferedReaderTest.test_constructor(self)
1632 BufferedWriterTest.test_constructor(self)
[all …]
/external/python/oauth2client/tests/contrib/django_util/
Dtest_django_storage.py49 def test_constructor(self): member in TestStorage
/external/python/cpython3/Lib/test/
Dtest_structseq.py84 def test_constructor(self): member in StructSeqTest
Dtest_dict_version.py45 def test_constructor(self): member in DictVersionTests
Dmapping_tests.py133 def test_constructor(self): member in BasicTestMappingProtocol
306 def test_constructor(self): member in TestMappingProtocol
307 BasicTestMappingProtocol.test_constructor(self)

123