Home
last modified time | relevance | path

Searched full:something (Results 1 – 25 of 6849) sorted by relevance

12345678910>>...274

/external/python/cpython3/Lib/unittest/test/testmock/
Dtestwith.py9 something = sentinel.Something variable
19 with patch('%s.something' % __name__, sentinel.Something2):
20 self.assertEqual(something, sentinel.Something2, "unpatched")
21 self.assertEqual(something, sentinel.Something)
26 with patch('%s.something' % __name__, sentinel.Something2):
27 self.assertEqual(something, sentinel.Something2, "unpatched")
29 self.assertEqual(something, sentinel.Something)
33 with patch('%s.something' % __name__) as mock_something:
34 self.assertEqual(something, mock_something, "unpatched")
37 self.assertEqual(something, sentinel.Something)
[all …]
Dtestpatch.py42 something = sentinel.Something variable
98 class Something(object): class
101 @patch.object(Something, 'attribute', sentinel.Patched)
103 self.assertEqual(Something.attribute, sentinel.Patched, "unpatched")
106 self.assertEqual(Something.attribute, sentinel.Original,
110 msg = "'Something' must be the actual object to be patched, not a str"
112 patch.object('Something', 'do_something')
115 class Something(object): class
118 @patch.object(Something, 'attribute', None)
120 self.assertIsNone(Something.attribute, "unpatched")
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dhlsl.basic.geom.out12 0:16 'OutputStream' ( out structure{ temp float myfloat, temp int something})
16 0:19 'Vert' ( temp structure{ temp float myfloat, temp int something})
35 0:20 something: direct index for structure ( temp int)
36 0:20 'Vert' ( temp structure{ temp float myfloat, temp int something})
49 0:22 'Vert' ( temp structure{ temp float myfloat, temp int something})
53 0:? 'OutputStream.something' (layout( location=1) out int)
54 0:22 something: direct index for structure ( temp int)
55 0:22 'Vert' ( temp structure{ temp float myfloat, temp int something})
64 0:23 'Vert' ( temp structure{ temp float myfloat, temp int something})
68 0:? 'OutputStream.something' (layout( location=1) out int)
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.basic.geom.out12 0:16 'OutputStream' ( out structure{ temp float myfloat, temp int something})
16 0:19 'Vert' ( temp structure{ temp float myfloat, temp int something})
35 0:20 something: direct index for structure ( temp int)
36 0:20 'Vert' ( temp structure{ temp float myfloat, temp int something})
49 0:22 'Vert' ( temp structure{ temp float myfloat, temp int something})
53 0:? 'OutputStream.something' (layout( location=1) out int)
54 0:22 something: direct index for structure ( temp int)
55 0:22 'Vert' ( temp structure{ temp float myfloat, temp int something})
64 0:23 'Vert' ( temp structure{ temp float myfloat, temp int something})
68 0:? 'OutputStream.something' (layout( location=1) out int)
[all …]
/external/dagger2/javatests/dagger/internal/codegen/validation/
DPackageNameCompressorTest.java32 String input = "Something is wrong with foo.bar.baz.Foo class!"; in testSimple()
33 String expectedOutput = "Something is wrong with Foo class!" in testSimple()
42 String input = "Something is wrong with foo.bar.baz.Foo and foo.bar.qux.Foo class!"; in testSameSimpleNames()
43 String expectedOutput = "Something is wrong with baz.Foo and qux.Foo class!" in testSameSimpleNames()
53 String input = "Something is wrong with foo.bar.baz.Foo.provideFoo()!"; in testMethodNames()
54 String expectedOutput = "Something is wrong with Foo.provideFoo()!" in testMethodNames()
63 String input = "Something is wrong with z.a.b.c.Foo, z.b.b.c.Foo, z.a.b.d.Foo class!"; in testMultipleLevelsOfConflicts()
64 String expectedOutput = "Something is wrong with a.b.c.Foo, b.b.c.Foo, d.Foo class!" in testMultipleLevelsOfConflicts()
77 String input = "Something is wrong with foo.bar.baz.Foo.Bar.Baz class!"; in testInnerClassesKeepOuterClassNameToo()
78 String expectedOutput = "Something is wrong with Foo.Bar.Baz class!" in testInnerClassesKeepOuterClassNameToo()
[all …]
/external/libxml2/result/c14n/exc-without-comments/
Dmerlin-c14n-two-171 <bar:Something>
2 <foo:Something>
3 <bar:Something>
4 <foo:Something>
5 <baz:Something></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-131 <bar:Something>
2 <foo:Something>
3 <bar:Something>
4 <foo:Something>
5 <baz:Something></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-141 <bar:Something>
2 <foo:Something>
3 <bar:Something>
4 <foo:Something>
5 <baz:Something></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-231 <bar:Something>
2 <foo:Something>
3 <bar:Something>
4 <foo:Something>
5 <baz:Something></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-221 <bar:Something>
2 <foo:Something>
3 <bar:Something>
4 <foo:Something>
5 <baz:Something></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-261 <bar:Something>
2 <foo:Something xmlns="http://example.org/">
3 <bar:Something xmlns="">
4 <foo:Something xmlns="http://example.org/">
5 <baz:Something xmlns=""></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-191 <bar:Something xmlns:bar="http://example.org/bar">
2 <foo:Something xmlns:foo="http://example.org/foo">
3 <bar:Something>
4 <foo:Something>
5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-101 <bar:Something xmlns:bar="http://example.org/bar">
2 <foo:Something xmlns:foo="http://example.org/foo">
3 <bar:Something>
4 <foo:Something>
5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-091 <bar:Something xmlns:bar="http://example.org/bar">
2 <foo:Something xmlns:foo="http://example.org/foo">
3 <bar:Something>
4 <foo:Something>
5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-201 <bar:Something xmlns:bar="http://example.org/bar">
2 <foo:Something xmlns:foo="http://example.org/foo">
3 <bar:Something>
4 <foo:Something>
5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-111 <bar:Something xmlns:bar="http://example.org/bar">
2 <foo:Something xmlns:foo="http://example.org/foo">
3 <bar:Something>
4 <foo:Something>
5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-181 <bar:Something xmlns="http://example.org/" xmlns:bar="http://example.org/bar">
2 <foo:Something xmlns:foo="http://example.org/foo">
3 <bar:Something>
4 <foo:Something>
5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
/external/libxml2/result/c14n/without-comments/
Dmerlin-c14n-two-051 <bar:Something xml:lang="en-ie">
2 <foo:Something>
3 <bar:Something>
4 <foo:Something>
5 <baz:Something></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-041 <bar:Something xml:lang="en-ie">
2 <foo:Something>
3 <bar:Something>
4 <foo:Something>
5 <baz:Something></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-081 <bar:Something xml:lang="en-ie">
2 <foo:Something xmlns="http://example.org/">
3 <bar:Something xmlns="">
4 <foo:Something xmlns="http://example.org/">
5 <baz:Something xmlns=""></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-001 <bar:Something xmlns="http://example.org/" xmlns:bar="http://example.org/bar" xmlns:baz="http://exa…
2 <foo:Something>
3 <bar:Something>
4 <foo:Something>
5 <baz:Something></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-021 <bar:Something xmlns:bar="http://example.org/bar" xml:lang="en-ie">
2 <foo:Something xmlns:foo="http://example.org/foo">
3 <bar:Something xmlns:bar="http://example.org/bar">
4 <foo:Something xmlns:foo="http://example.org/foo">
5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
Dmerlin-c14n-two-011 <bar:Something xmlns:bar="http://example.org/bar" xml:lang="en-ie">
2 <foo:Something xmlns:foo="http://example.org/foo">
3 <bar:Something xmlns:bar="http://example.org/bar">
4 <foo:Something xmlns:foo="http://example.org/foo">
5 <baz:Something xmlns:baz="http://example.org/baz"></baz:Something>
6 </foo:Something>
7 </bar:Something>
8 </foo:Something>
9 </bar:Something>
/external/libxml2/result/noent/
Dent_738805.xml3 <!ENTITY a "something">
8 <somebeacon someattribute="something"/>
10 something should appear after colon: something
11 something should appear after colon: something
12 something should appear after colon: something
13 something should appear after colon: something
/external/libxml2/test/c14n/without-comments/
Dmerlin-c14n-two-05.xml3 <bar:Something>
4 <foo:Something>
5 <bar:Something>
6 <foo:Something>
7 <baz:Something />
8 </foo:Something>
9 </bar:Something>
10 </foo:Something>
11 </bar:Something>

12345678910>>...274