Home
last modified time | relevance | path

Searched refs:is_normal (Results 1 – 6 of 6) 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/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/cpython2/Doc/library/
Ddecimal.rst607 .. method:: is_normal()
1246 .. method:: is_normal(x)
/external/python/cpython2/Misc/
DNEWS7866 - Issue #7099: Decimal.is_normal now returns True for numbers with exponent