Searched defs:board (Results 1 - 5 of 5) sorted by relevance

/external/autotest/scheduler/
H A Drdb_hosts.py224 'board': self.board,
283 def board(self): member in class:RDBClientHostWrapper
284 """Get the names of the board of this host.
286 @return: A string of the name of the board, e.g., lumpy.
/external/autotest/server/
H A Dsite_linux_system.py59 def board(self): member in class:LinuxSystem
60 """@return string self reported board of this device."""
62 # Remove 'board:' prefix.
/external/libchrome/base/
H A Dsys_info_chromeos.cc196 std::string board; local
197 if (!GetLsbReleaseValue(kMachineInfoBoard, &board))
198 board = "unknown";
199 return board;
/external/autotest/frontend/afe/
H A Dmodels.py517 hosted in a shard. However, DUTs of a single board cannot be distributed
2137 board = dbmodels.CharField(max_length=255, unique=True) variable in class:StableVersion
/external/opencv/cv/src/
H A Dcvcalibinit.cpp486 // Checks that each board row and column is pretty much monotonous curve:
1393 // check if we need to transpose the board
1464 // checker board). Search only in other quadrangles!
1612 CvContourEx* board = 0; local
1687 if( !board || board->counter < parent->counter )
1688 board = parent;
1709 if( (flags & CV_CALIB_CB_FILTER_QUADS) && src_contour->v_prev != (CvSeq*)board )
1790 CvContourEx* board = 0; local
1886 if( !board || boar
[all...]

Completed in 105 milliseconds