HomeSort by relevance Sort by last modified time
    Searched full:fsspec (Results 1 - 25 of 47) sorted by null

1 2

  /external/freetype/include/freetype/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
113 /* Return an FSSpec for the disk file containing the named font. */
120 /* pathSpec :: FSSpec to the file. For passing to */
131 FSSpec* pathSpec,
142 /* Return an FSSpec for the disk file containing the named font. */
148 /* pathSpec :: FSSpec to the file. For passing to */
159 FSSpec* pathSpec,
203 /* using an FSSpec to the font file. */
209 /* spec :: FSSpec to the font file. */
221 /* it accepts an FSSpec instead of a path. *
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
113 /* Return an FSSpec for the disk file containing the named font. */
120 /* pathSpec :: FSSpec to the file. For passing to */
131 FSSpec* pathSpec,
142 /* Return an FSSpec for the disk file containing the named font. */
148 /* pathSpec :: FSSpec to the file. For passing to */
159 FSSpec* pathSpec,
203 /* using an FSSpec to the font file. */
209 /* spec :: FSSpec to the font file. */
221 /* it accepts an FSSpec instead of a path. *
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
113 /* Return an FSSpec for the disk file containing the named font. */
120 /* pathSpec :: FSSpec to the file. For passing to */
131 FSSpec* pathSpec,
142 /* Return an FSSpec for the disk file containing the named font. */
148 /* pathSpec :: FSSpec to the file. For passing to */
159 FSSpec* pathSpec,
203 /* using an FSSpec to the font file. */
209 /* spec :: FSSpec to the font file. */
221 /* it accepts an FSSpec instead of a path. *
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
113 /* Return an FSSpec for the disk file containing the named font. */
120 /* pathSpec :: FSSpec to the file. For passing to */
131 FSSpec* pathSpec,
142 /* Return an FSSpec for the disk file containing the named font. */
148 /* pathSpec :: FSSpec to the file. For passing to */
159 FSSpec* pathSpec,
203 /* using an FSSpec to the font file. */
209 /* spec :: FSSpec to the font file. */
221 /* it accepts an FSSpec instead of a path. *
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_aepack.py 64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_aepack.py 64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_aepack.py 64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_aepack.py 64 if not hasattr(Carbon.File, "FSSpec"):
66 o = Carbon.File.FSSpec(os.curdir)
76 if not hasattr(Carbon.File, "FSSpec"):
78 o = Carbon.File.FSSpec(os.curdir).NewAliasMinimal()
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymactoolbox.h 25 extern OSErr PyMac_GetFullPathname(FSSpec *, char *, int); /* convert
26 fsspec->path */
93 int PyMac_GetFSSpec(PyObject *, FSSpec *); /* argument parser for FSSpec */
94 PyObject *PyMac_BuildFSSpec(FSSpec *); /* Convert FSSpec to PyObject */
  /prebuilts/gdb/linux-x86/include/python2.7/
pymactoolbox.h 25 extern OSErr PyMac_GetFullPathname(FSSpec *, char *, int); /* convert
26 fsspec->path */
93 int PyMac_GetFSSpec(PyObject *, FSSpec *); /* argument parser for FSSpec */
94 PyObject *PyMac_BuildFSSpec(FSSpec *); /* Convert FSSpec to PyObject */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 25 extern OSErr PyMac_GetFullPathname(FSSpec *, char *, int); /* convert
26 fsspec->path */
93 int PyMac_GetFSSpec(PyObject *, FSSpec *); /* argument parser for FSSpec */
94 PyObject *PyMac_BuildFSSpec(FSSpec *); /* Convert FSSpec to PyObject */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 25 extern OSErr PyMac_GetFullPathname(FSSpec *, char *, int); /* convert
26 fsspec->path */
93 int PyMac_GetFSSpec(PyObject *, FSSpec *); /* argument parser for FSSpec */
94 PyObject *PyMac_BuildFSSpec(FSSpec *); /* Convert FSSpec to PyObject */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/mac/
ftmac.c 111 /* FSSpec functions are deprecated since Mac OS X 10.4 */
180 FSSpec* pathSpec,
194 FSSpec* pathSpec,
285 /* The FSSpec type has been discouraged for a long time, */
297 FSSpec spec;
403 FSSpec* pathSpec,
415 /* This function is deprecated because FSSpec is deprecated in Mac OS X. */
418 FSSpec* pathSpec,
479 FSSpec* spec_p,
534 FT_FSpMakePath( const FSSpec* spec_p
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
findertools.py 46 """Open a file thru the finder. Specify file by name or fsspec"""
48 fss = Carbon.File.FSSpec(file)
52 """Print a file thru the finder. Specify file by name or fsspec"""
54 fss = Carbon.File.FSSpec(file)
63 src_fss.append(Carbon.File.FSSpec(s))
65 src_fss = Carbon.File.FSSpec(src)
66 dst_fss = Carbon.File.FSSpec(dstdir)
75 src_fss.append(Carbon.File.FSSpec(s))
77 src_fss = Carbon.File.FSSpec(src)
78 dst_fss = Carbon.File.FSSpec(dstdir
    [all...]
applesingle.py 19 class FSSpec:
123 if hasattr(Carbon.File, "FSSpec"):
124 if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)):
macostools.py 115 srcfss = File.FSSpec(src)
116 dstfss = File.FSSpec(dst)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 46 """Open a file thru the finder. Specify file by name or fsspec"""
48 fss = Carbon.File.FSSpec(file)
52 """Print a file thru the finder. Specify file by name or fsspec"""
54 fss = Carbon.File.FSSpec(file)
63 src_fss.append(Carbon.File.FSSpec(s))
65 src_fss = Carbon.File.FSSpec(src)
66 dst_fss = Carbon.File.FSSpec(dstdir)
75 src_fss.append(Carbon.File.FSSpec(s))
77 src_fss = Carbon.File.FSSpec(src)
78 dst_fss = Carbon.File.FSSpec(dstdir
    [all...]
applesingle.py 19 class FSSpec:
123 if hasattr(Carbon.File, "FSSpec"):
124 if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)):
macostools.py 115 srcfss = File.FSSpec(src)
116 dstfss = File.FSSpec(dst)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/unix/
configure.ac 666 AC_ARG_WITH([fsspec],
667 AS_HELP_STRING([--with-fsspec],
668 [use obsolete FSSpec API of MacOS, if available (default=yes)]))
672 AC_MSG_CHECKING([FSSpec-based FileManager])
691 FSSpec* spec;
694 /* FSSpec functions: deprecated since Mac OS X 10.4 */
751 FSSpec* spec;
846 FSSpec* pathSpec;
890 FSSpec* pathSpec;
909 FSSpec/FSRef/QuickDraw/ATS options are explicitly given
    [all...]
configure.raw 666 AC_ARG_WITH([fsspec],
667 AS_HELP_STRING([--with-fsspec],
668 [use obsolete FSSpec API of MacOS, if available (default=yes)]))
672 AC_MSG_CHECKING([FSSpec-based FileManager])
691 FSSpec* spec;
694 /* FSSpec functions: deprecated since Mac OS X 10.4 */
751 FSSpec* spec;
846 FSSpec* pathSpec;
890 FSSpec* pathSpec;
909 FSSpec/FSRef/QuickDraw/ATS options are explicitly given
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/docs/reference/
ft2-mac_specific.html 173 FSSpec* pathSpec,
178 <p>Return an FSSpec for the disk file containing the named font.</p>
190 <p>FSSpec to the file. For passing to <a href="ft2-mac_specific.html#FT_New_Face_From_FSSpec">FT_New_Face_From_FSSpec</a>.</p>
209 FSSpec* pathSpec,
214 <p>Return an FSSpec for the disk file containing the named font.</p>
226 <p>FSSpec to the file. For passing to <a href="ft2-mac_specific.html#FT_New_Face_From_FSSpec">FT_New_Face_From_FSSpec</a>.</p>
285 <span class="keyword">const</span> FSSpec *spec,
291 <p>Create a new face object from a given resource and typeface index using an FSSpec to the font file.</p>
303 <p>FSSpec to the font file.</p>
321 <p><a href="ft2-mac_specific.html#FT_New_Face_From_FSSpec">FT_New_Face_From_FSSpec</a> is identical to <a href="ft2-base_interface.html#FT_New_Face">FT_New_Face</a> except it accepts an FSSpec instead of a path.</p
    [all...]
  /external/fonttools/Lib/fontTools/misc/
homeResFile.py 88 return macfs.FSSpec((vRefNum, parID, self.getFileName()))
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftmac.c 123 /* This function is deprecated because FSSpec is deprecated in Mac OS X */
126 FSSpec* pathSpec,
138 /* The FSSpec type has been discouraged for a long time, */
162 FSSpec spec;
244 /* This function is deprecated because FSSpec is deprecated in Mac OS X */
247 FSSpec* pathSpec,
1047 /* accepts an FSSpec instead of a path. */
1049 /* This function is deprecated because FSSpec is deprecated in Mac OS X */
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftmac.c 123 /* This function is deprecated because FSSpec is deprecated in Mac OS X */
126 FSSpec* pathSpec,
138 /* The FSSpec type has been discouraged for a long time, */
162 FSSpec spec;
244 /* This function is deprecated because FSSpec is deprecated in Mac OS X */
247 FSSpec* pathSpec,
1047 /* accepts an FSSpec instead of a path. */
1049 /* This function is deprecated because FSSpec is deprecated in Mac OS X */
    [all...]

Completed in 2252 milliseconds

1 2