Home
last modified time | relevance | path

Searched defs:is_normal (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
Dwindow_capturer_x11.cc375 bool is_normal = (end != std::find( in IsDesktopElement() local
/external/webrtc/webrtc/base/
Dx11windowpicker.cc743 bool is_normal = (end != std::find( in IsDesktopElement() local
/external/python/cpython2/Lib/
Ddecimal.py3029 def is_normal(self, context=None): member in Decimal
4376 def is_normal(self, a): member in Context