Home
last modified time | relevance | path

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

/external/autotest/server/cros/faft/utils/
Dmode_switcher.py291 is_normal = is_dev = False
294 is_normal = self.checkers.mode_checker('normal')
299 is_normal, is_dev);
310 if not is_normal:
/external/opencv3/modules/core/src/
Dlapack.cpp1055 bool is_normal = (method & DECOMP_NORMAL) != 0; in solve() local
1061 is_normal || src.rows == src.cols ); in solve()
1064 if( (method == DECOMP_LU || method == DECOMP_CHOLESKY) && !is_normal && in solve()
1202 size_t astep = method == DECOMP_SVD && !is_normal ? alignSize(m*esz, 16) : vstep; in solve()
1213 is_normal = false; in solve()
1214 else if( is_normal ) in solve()
1221 size_t asize = astep*(method == DECOMP_SVD || is_normal ? n : m); in solve()
1224 if( is_normal ) in solve()
1235 if( is_normal ) in solve()
1246 if( !is_normal ) in solve()
[all …]
/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()