Home
last modified time | relevance | path

Searched refs:is_normal (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc375 bool is_normal = (end != std::find( in IsDesktopElement() local
377 return !is_normal; in IsDesktopElement()
/external/webrtc/webrtc/base/
Dx11windowpicker.cc743 bool is_normal = (end != std::find( in IsDesktopElement() local
745 return !is_normal; in IsDesktopElement()
/external/python/cpython2/Lib/test/
Dtest_decimal.py1935 d = c.is_normal(Decimal(10))
1936 self.assertEqual(c.is_normal(10), d)
1937 self.assertRaises(TypeError, c.is_normal, '10')
/external/python/cpython3/Lib/test/
Dtest_decimal.py2180 self.assertIs(z.is_normal(context=None), False)
2711 self.assertFalse(D("0.01").is_normal(context=xc))
3130 d = c.is_normal(Decimal(10))
3131 self.assertEqual(c.is_normal(10), d)
3132 self.assertRaises(TypeError, c.is_normal, '10')
4302 self.assertIs(Decimal("0.01").is_normal(), False)
/external/python/cpython2/Lib/
Ddecimal.py3029 def is_normal(self, context=None): member in Decimal
4376 def is_normal(self, a): member in Context
4397 return a.is_normal(context=self)
/external/python/cpython3/Lib/
D_pydecimal.py3172 def is_normal(self, context=None): member in Decimal
4589 def is_normal(self, a): member in Context
4610 return a.is_normal(context=self)
/external/python/cpython2/Doc/library/
Ddecimal.rst607 .. method:: is_normal()
1246 .. method:: is_normal(x)
/external/python/cpython3/Doc/library/
Ddecimal.rst624 .. method:: is_normal(context=None)
1218 .. method:: is_normal(x)
/external/curl/tests/python_dependencies/impacket/
Dsmb.py602 def is_normal(self): member in SharedFile
/external/python/cpython2/Misc/
DNEWS7866 - Issue #7099: Decimal.is_normal now returns True for numbers with exponent
/external/python/cpython3/Misc/
DHISTORY14006 - Issue #7099: Decimal.is_normal now returns True for numbers with exponent