Home
last modified time | relevance | path

Searched refs:is_attachment (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/test/test_email/
H A Dtest_message.py729 self.assertFalse(m.is_attachment())
731 self.assertFalse(m.is_attachment())
733 self.assertTrue(m.is_attachment())
735 self.assertTrue(m.is_attachment())
737 self.assertTrue(m.is_attachment())
954 # AttributeError: 'str' object has no attribute 'is_attachment'
/third_party/python/Lib/email/
H A Dmessage.py1000 def is_attachment(self): member in MIMEPart
1005 if part.is_attachment():
1107 not part.is_attachment() and subtype not in seen):
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessFramebuffersAndRenderbuffersTests.cpp4908 bool is_attachment = true; in PrepareObjects() local
4910 while (is_attachment) in PrepareObjects()
4914 is_attachment = false; in PrepareObjects()
4919 is_attachment = true; in PrepareObjects()
5261 bool is_attachment = true; in PrepareObjects() local
5263 while (is_attachment) in PrepareObjects()
5267 is_attachment = false; in PrepareObjects()
5272 is_attachment = true; in PrepareObjects()
5279 is_attachment = true; in PrepareObjects()
5688 bool is_attachment in PrepareObjects() local
6999 bool is_attachment = true; PrepareObjects() local
[all...]

Completed in 10 milliseconds