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

  /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/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 56 milliseconds