Home
last modified time | relevance | path

Searched full:self (Results 1 – 25 of 14995) sorted by relevance

12345678910>>...600

/external/rust/crates/glam/src/swizzles/
Dvec_traits.rs10 fn xy(self) -> Self { in xy() argument
11 self in xy()
14 fn xx(self) -> Self; in xx() argument
16 fn yx(self) -> Self; in yx() argument
18 fn yy(self) -> Self; in yy() argument
20 fn xxx(self) -> Self::Vec3; in xxx()
22 fn xxy(self) -> Self::Vec3; in xxy()
24 fn xyx(self) -> Self::Vec3; in xyx()
26 fn xyy(self) -> Self::Vec3; in xyy()
28 fn yxx(self) -> Self::Vec3; in yxx()
[all …]
Di16vec4_impl.rs12 fn xx(self) -> I16Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> I16Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> I16Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn xw(self) -> I16Vec2 { in xw()
[all …]
Di64vec4_impl.rs12 fn xx(self) -> I64Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> I64Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> I64Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn xw(self) -> I64Vec2 { in xw()
[all …]
Du16vec4_impl.rs12 fn xx(self) -> U16Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> U16Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> U16Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn xw(self) -> U16Vec2 { in xw()
[all …]
Duvec4_impl.rs12 fn xx(self) -> UVec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> UVec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> UVec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn xw(self) -> UVec2 { in xw()
[all …]
Du64vec4_impl.rs12 fn xx(self) -> U64Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> U64Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> U64Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn xw(self) -> U64Vec2 { in xw()
[all …]
Ddvec4_impl.rs12 fn xx(self) -> DVec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> DVec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> DVec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn xw(self) -> DVec2 { in xw()
[all …]
Divec4_impl.rs12 fn xx(self) -> IVec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> IVec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> IVec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn xw(self) -> IVec2 { in xw()
[all …]
Duvec3_impl.rs12 fn xx(self) -> UVec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> UVec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> UVec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn yx(self) -> UVec2 { in yx()
[all …]
Du64vec3_impl.rs12 fn xx(self) -> U64Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> U64Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> U64Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn yx(self) -> U64Vec2 { in yx()
[all …]
Divec3_impl.rs12 fn xx(self) -> IVec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> IVec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> IVec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn yx(self) -> IVec2 { in yx()
[all …]
Di64vec3_impl.rs12 fn xx(self) -> I64Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> I64Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> I64Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn yx(self) -> I64Vec2 { in yx()
[all …]
Di16vec3_impl.rs12 fn xx(self) -> I16Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> I16Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> I16Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn yx(self) -> I16Vec2 { in yx()
[all …]
Du16vec3_impl.rs12 fn xx(self) -> U16Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> U16Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> U16Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn yx(self) -> U16Vec2 { in yx()
[all …]
Dvec3_impl.rs12 fn xx(self) -> Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn yx(self) -> Vec2 { in yx()
[all …]
Ddvec3_impl.rs12 fn xx(self) -> DVec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> DVec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> DVec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn yx(self) -> DVec2 { in yx()
[all …]
/external/rust/crates/glam/src/swizzles/scalar/
Dvec4_impl.rs12 fn xx(self) -> Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn xw(self) -> Vec2 { in xw()
[all …]
Dvec3a_impl.rs12 fn xx(self) -> Vec2 { in xx()
14 x: self.x, in xx()
15 y: self.x, in xx()
21 fn xy(self) -> Vec2 { in xy()
23 x: self.x, in xy()
24 y: self.y, in xy()
30 fn xz(self) -> Vec2 { in xz()
32 x: self.x, in xz()
33 y: self.z, in xz()
39 fn yx(self) -> Vec2 { in yx()
[all …]
/external/rust/crates/ash/src/vk/
Dfeature_extensions.rs6 pub const PROTECTED: Self = Self(0b1000);
11 pub const PROTECTED: Self = Self(0b100);
16 pub const DEVICE_GROUP: Self = Self(0b100);
17 pub const VIEW_LOCAL: Self = Self(0b10);
22 pub const PROTECTED: Self = Self(0b1);
26 pub const G8B8G8R8_422_UNORM: Self = Self(1_000_156_000);
27 pub const B8G8R8G8_422_UNORM: Self = Self(1_000_156_001);
28 pub const G8_B8_R8_3PLANE_420_UNORM: Self = Self(1_000_156_002);
29 pub const G8_B8R8_2PLANE_420_UNORM: Self = Self(1_000_156_003);
30 pub const G8_B8_R8_3PLANE_422_UNORM: Self = Self(1_000_156_004);
[all …]
/external/python/pyfakefs/pyfakefs/tests/
Dfake_os_test.py43 def createTestFile(self, path): argument
44 self.create_file(path)
45 self.assertTrue(self.os.path.exists(path))
46 st = self.os.stat(path)
47 self.assertEqual(0o666, stat.S_IMODE(st.st_mode))
48 self.assertTrue(st.st_mode & stat.S_IFREG)
49 self.assertFalse(st.st_mode & stat.S_IFDIR)
51 def createTestDirectory(self, path): argument
52 self.create_dir(path)
53 self.assertTrue(self.os.path.exists(path))
[all …]
Dfake_pathlib_test.py43 def __init__(self, methodName="runTest"): argument
44 fake_filesystem_unittest.TestCase.__init__(self, methodName)
45 RealFsTestMixin.__init__(self)
47 def setUp(self): argument
48 RealFsTestMixin.setUp(self)
49 self.filesystem = None
50 self.real_os = os
51 if not self.use_real_fs():
52 self.setUpPyfakefs()
53 self.filesystem = self.fs
[all …]
Dfake_filesystem_test.py38 def setUp(self): argument
39 self.filesystem = fake_filesystem.FakeFilesystem(path_separator="/")
40 self.os = fake_os.FakeOsModule(self.filesystem)
41 self.time = time_mock(10, 1)
42 self.time.start()
43 self.fake_file = fake_filesystem.FakeFile(
44 "foobar", contents="dummy_file", filesystem=self.filesystem
46 self.fake_dir = fake_filesystem.FakeDirectory(
47 "somedir", filesystem=self.filesystem
50 def tearDown(self): argument
[all …]
/external/python/cpython3/Lib/test/test_importlib/
Dtest_spec.py18 def __init__(self, path=None, is_package=None): argument
19 self.path = path
20 self.package = is_package
22 def __repr__(self): argument
25 def __getattr__(self, name): argument
26 if name == 'get_filename' and self.path is not None:
27 return self._get_filename
29 return self._is_package
32 def _get_filename(self, name): argument
33 return self.path
[all …]
/external/python/cpython2/Lib/compiler/
Dast.py25 def getChildren(self): argument
27 def __iter__(self): argument
28 for n in self.getChildren():
30 def asList(self): # for backwards compatibility argument
31 return self.getChildren()
32 def getChildNodes(self): argument
41 def __init__(self, node): argument
42 self.node = node
44 def getChildren(self): argument
45 return self.node,
[all …]
/external/python/cpython2/Lib/test/
Dtest_weakset.py20 def __init__(self, value): argument
21 self.value = value
22 def __eq__(self, other): argument
23 if type(other) != type(self):
25 return other.value == self.value
27 def __ne__(self, other): argument
28 return not self.__eq__(other)
30 def __hash__(self): argument
31 return hash((SomeClass, self.value))
34 def __init__(self): argument
[all …]

12345678910>>...600