HomeSort by relevance Sort by last modified time
    Searched refs:FSRef (Results 1 - 25 of 31) sorted by null

1 2

  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.h 47 int LoadFile (const FSRef *ref, int startFrame, int endFrame); /* pass -1 to do nothing */
59 int ListTrackFiles (FSVolumeRefNum theVolume, FSRef *trackFiles, int numTracks);
SDL_syscdrom.c 30 static FSRef** tracks;
64 tracks[cdrom->id] = (FSRef*) SDL_calloc (1, sizeof(**tracks) * cdrom->numtracks);
78 static FSRef* GetFileForOffset (SDL_CD *cdrom, int start, int length, int *outStartFrame, int *outStopFrame)
122 FSRef *file;
216 tracks = (FSRef**) SDL_calloc (1, sizeof(*tracks) * (SDL_numcds + 1));
223 tracks[ SDL_numcds ] = (FSRef*)-1;
254 FSRef **ptr;
255 for (ptr = tracks; *ptr != (FSRef*)-1; ptr++)
351 FSRef *ref;
AudioFilePlayer.h 104 int (*OpenFile)(struct S_AudioFilePlayer *afp, const FSRef *inRef, SInt64 *outFileSize);
108 AudioFilePlayer *new_AudioFilePlayer(const FSRef *inFileRef);
CDPlayer.c 144 FSRef tocPlistFSRef;
145 FSRef rootRef;
323 int ListTrackFiles (FSVolumeRefNum theVolume, FSRef *trackFiles, int numTracks)
328 FSRef rootDirectory;
329 FSRef ref;
381 memcpy (&trackFiles[trackID], &ref, sizeof(FSRef));
392 int LoadFile (const FSRef *ref, int startFrame, int stopFrame)
AudioFilePlayer.c 236 static int AudioFilePlayer_OpenFile (AudioFilePlayer *afp, const FSRef *inRef, SInt64 *outFileDataSize)
311 AudioFilePlayer *new_AudioFilePlayer (const FSRef *inFileRef)
  /external/chromium_org/third_party/freetype/include/freetype/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
238 /* using an FSRef to the font file. */
244 /* spec :: FSRef to the font file. */
256 /* it accepts an FSRef instead of a path. */
260 const FSRef *ref,
  /external/freetype/include/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
238 /* using an FSRef to the font file. */
244 /* spec :: FSRef to the font file. */
256 /* it accepts an FSRef instead of a path. */
260 const FSRef *ref,
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
238 /* using an FSRef to the font file. */
244 /* spec :: FSRef to the font file. */
256 /* it accepts an FSRef instead of a path. */
260 const FSRef *ref,
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
238 /* using an FSRef to the font file. */
244 /* spec :: FSRef to the font file. */
256 /* it accepts an FSRef instead of a path. */
260 const FSRef *ref,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 34 srcfsr = File.FSRef(src)
36 # doesn't exist yet. We should change this code to be fsref-based.
39 dstdirfsr = File.FSRef(dstdir)
41 relativefsr = File.FSRef(relative)
88 f.update(File.FSRef(pardir))
125 srcfsr = File.FSRef(src)
126 dstfsr = File.FSRef(dst)
applesingle.py 21 class FSRef:
124 if isinstance(infile, (Carbon.File.FSSpec, Carbon.File.FSRef)):
127 if isinstance(infile, Carbon.File.FSRef):
findertools.py 102 """Reveal a file in the finder. Specify file by name, fsref or fsspec."""
104 fsr = Carbon.File.FSRef(file)
109 """select a file in the finder. Specify file by name, fsref or fsspec."""
111 fsr = Carbon.File.FSRef(file)
117 their on-disk representation. Specify file by name, fsref or fsspec."""
119 fsr = Carbon.File.FSRef(file)
130 object = Carbon.File.FSRef(object)
267 object = Carbon.File.FSRef(object)
282 object = Carbon.File.FSRef(object)
297 object = Carbon.File.FSRef(object
    [all...]
EasyDialogs.py 592 if not isinstance(defaultLocation, Carbon.File.FSRef):
593 defaultLocation = Carbon.File.FSRef(defaultLocation)
645 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
666 if issubclass(tpwanted, Carbon.File.FSRef):
697 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
719 if issubclass(tpwanted, Carbon.File.FSRef):
720 raise TypeError, "Cannot pass wanted=FSRef to AskFileForSave"
727 pardir_fsr = Carbon.File.FSRef(pardir_fss)
755 wanted is the return type wanted: FSSpec, FSRef, unicode or string (default)
776 if issubclass(tpwanted, Carbon.File.FSRef)
    [all...]
  /external/chromium_org/base/mac/
mac_util.h 43 BASE_EXPORT std::string PathFromFSRef(const FSRef& ref);
44 BASE_EXPORT bool FSRefFromPath(const std::string& path, FSRef* ref);
launch_services_util.cc 19 FSRef app_fsref;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftmac.c 139 /* unfortunately an FSRef replacement API for */
144 FSRef* ats_font_ref )
176 FSRef* ats_font_ref,
198 /* with same FSRef */
201 FSRef ref2;
226 FSRef ref;
255 FSRef ref;
277 FSRef ref;
300 FSRef ref;
500 FSRef ref, par_ref
    [all...]
  /external/chromium_org/third_party/mozilla/
NSURL+Utils.m 67 FSRef ref;
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 97 int PyMac_GetFSRef(PyObject *, FSRef *); /* argument parser for FSRef */
98 PyObject *PyMac_BuildFSRef(FSRef *); /* Convert FSRef to PyObject */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 97 int PyMac_GetFSRef(PyObject *, FSRef *); /* argument parser for FSRef */
98 PyObject *PyMac_BuildFSRef(FSRef *); /* Convert FSRef to PyObject */
  /external/stlport/test/eh/
mwerks_console_OS_X.c 38 FSRef theRef;
47 /* Turn the framework folder FSRef into a CFURL */
  /external/chromium_org/chrome/common/
service_process_util_unittest.cc 329 FSRef path_ref;
330 FSRef new_path_ref;
397 FSRef bundle_ref;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
plistlib.py 119 from Carbon.File import FSRef, FSGetResourceForkName
122 fsRef = FSRef(path)
123 resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdPerm)
134 from Carbon.File import FSRef, FSGetResourceForkName
138 fsRef = FSRef(path)
139 resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdWrPerm)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
plistlib.py 119 from Carbon.File import FSRef, FSGetResourceForkName
122 fsRef = FSRef(path)
123 resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdPerm)
134 from Carbon.File import FSRef, FSGetResourceForkName
138 fsRef = FSRef(path)
139 resNum = Res.FSOpenResourceFile(fsRef, FSGetResourceForkName(), fsRdWrPerm)
  /external/chromium_org/third_party/libjingle/source/talk/base/
unixfilesystem.cc 191 FSRef fr;
414 FSRef fr;
  /external/chromium_org/third_party/webrtc/base/
unixfilesystem.cc 174 FSRef fr;
397 FSRef fr;

Completed in 974 milliseconds

1 2