HomeSort by relevance Sort by last modified time
    Searched refs:AS_IS (Results 1 - 12 of 12) sorted by null

  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
timelapsers.hpp 61 enum {AS_IS, CROP};
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmllib.py 14 from formatter import AS_IS
232 self.formatter.push_font((AS_IS, AS_IS, AS_IS, 1))
256 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
369 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
    [all...]
formatter.py 24 AS_IS = None
239 if size is AS_IS: size = csize
240 if i is AS_IS: i = ci
241 if b is AS_IS: b = cb
242 if tt is AS_IS: tt = ctt
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmllib.py 14 from formatter import AS_IS
232 self.formatter.push_font((AS_IS, AS_IS, AS_IS, 1))
256 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
369 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
    [all...]
formatter.py 24 AS_IS = None
239 if size is AS_IS: size = csize
240 if i is AS_IS: i = ci
241 if b is AS_IS: b = cb
242 if tt is AS_IS: tt = ctt
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmllib.py 14 from formatter import AS_IS
232 self.formatter.push_font((AS_IS, AS_IS, AS_IS, 1))
256 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
369 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
    [all...]
formatter.py 24 AS_IS = None
239 if size is AS_IS: size = csize
240 if i is AS_IS: i = ci
241 if b is AS_IS: b = cb
242 if tt is AS_IS: tt = ctt
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmllib.py 14 from formatter import AS_IS
232 self.formatter.push_font((AS_IS, AS_IS, AS_IS, 1))
256 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
369 self.formatter.push_font((AS_IS, 1, AS_IS, AS_IS))
    [all...]
formatter.py 24 AS_IS = None
239 if size is AS_IS: size = csize
240 if i is AS_IS: i = ci
241 if b is AS_IS: b = cb
242 if tt is AS_IS: tt = ctt
  /external/opencv3/modules/stitching/src/
timelapsers.cpp 51 if (type == AS_IS)
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 122 " --timelapse (as_is|crop) (range_width)\n"
147 int timelapse_type = Timelapser::AS_IS;
319 if (string(argv[i + 1]) == "as_is")
320 timelapse_type = Timelapser::AS_IS;
  /external/zlib/src/
make_vms.com 108 $! Why /NAMES = AS_IS? Why not simply ".not. vax"? And why not on VAX?
112 $ ccopt = ccopt + "/name=as_is/opt=(inline=speed)"
325 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) -

Completed in 419 milliseconds