HomeSort by relevance Sort by last modified time
    Searched defs:POS (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/lib/colorchecker/
grouping.h 30 typedef std::pair<int, int> POS;
50 POS *new_pos) {
51 std::vector<POS> stack;
52 stack.push_back(POS(sx,sy));
92 stack.push_back( POS(x, sy-1));
105 stack.push_back( POS(x, sy+1));
127 POS new_pos(-1,-1);
  /external/libvpx/vp8/common/
blockd.h 44 } POS;
  /external/icu4c/test/intltest/
transtst.cpp 1053 UTransPosition pos; local
1791 UTransPosition pos = {0, 2, 0, 1}; \/\/ cs cl s l local
1880 UTransPosition pos = {0, 5, 3, 5}; local
3389 UParseError pos; local
3596 UTransPosition pos; local
    [all...]

Completed in 53 milliseconds