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

  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
applesingle.py 49 resourcefork = None variable in class:AppleSingle
84 self.resourcefork = data
90 if self.resourcefork is None:
93 fp.write(self.resourcefork)
95 elif (self.resourcefork is None and self.datafork is None):
102 if self.resourcefork is not None:
104 fp.write(self.resourcefork)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
applesingle.py 49 resourcefork = None variable in class:AppleSingle
84 self.resourcefork = data
90 if self.resourcefork is None:
93 fp.write(self.resourcefork)
95 elif (self.resourcefork is None and self.datafork is None):
102 if self.resourcefork is not None:
104 fp.write(self.resourcefork)
  /external/pdfium/third_party/freetype/src/base/
ftmac.c 982 /* try resourcefork based font: LWFN, FFIL */
    [all...]

Completed in 1694 milliseconds