Searched refs:OSType (Results 1 - 25 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreDesktopMgr.h108 OSType creator,
159 OSType creator,
206 OSType creator,
254 OSType creator,
299 OSType fileCreator,
300 OSType fileType,
H A DFSpCompat.h180 OSType creator,
181 OSType fileType,
532 OSType creator,
533 OSType fileType,
H A DSearch.h225 OSType creator,
226 OSType fileType,
H A DMoreDesktopMgr.c113 OSType type; /* 'ICN#' or 'FREF' */
122 OSType signature; /* creator type signature */
132 OSType fileType; /* file type */
141 OSType creator; /* creator type signature */
161 OSType creator,
166 static OSErr FindBundleGivenCreator(OSType creator,
169 static OSErr FindTypeInBundle(OSType typeToFind,
174 OSType fileType,
181 static OSType DTIconToResIcon(short iconType);
186 OSType fileCreato
[all...]
H A DSearch.c1192 OSType creator,
1193 OSType fileType,
1236 if ( creator == (OSType)0x00000000 )
1238 searchInfo2.hFileInfo.ioFlFndrInfo.fdCreator = (OSType)0x00000000;
1242 searchInfo2.hFileInfo.ioFlFndrInfo.fdCreator = (OSType)0xffffffff;
1247 if ( fileType == (OSType)0x00000000 )
1249 searchInfo2.hFileInfo.ioFlFndrInfo.fdType = (OSType)0x00000000;
1253 searchInfo2.hFileInfo.ioFlFndrInfo.fdType = (OSType)0xffffffff;
H A DMoreFilesExtras.h1882 OSType creator,
1883 OSType fileType);
1921 OSType creator,
1922 OSType fileType);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreDesktopMgr.h108 OSType creator,
159 OSType creator,
206 OSType creator,
254 OSType creator,
299 OSType fileCreator,
300 OSType fileType,
H A DFSpCompat.h180 OSType creator,
181 OSType fileType,
532 OSType creator,
533 OSType fileType,
H A DSearch.h225 OSType creator,
226 OSType fileType,
H A DMoreDesktopMgr.c113 OSType type; /* 'ICN#' or 'FREF' */
122 OSType signature; /* creator type signature */
132 OSType fileType; /* file type */
141 OSType creator; /* creator type signature */
161 OSType creator,
166 static OSErr FindBundleGivenCreator(OSType creator,
169 static OSErr FindTypeInBundle(OSType typeToFind,
174 OSType fileType,
181 static OSType DTIconToResIcon(short iconType);
186 OSType fileCreato
[all...]
H A DSearch.c1192 OSType creator,
1193 OSType fileType,
1236 if ( creator == (OSType)0x00000000 )
1238 searchInfo2.hFileInfo.ioFlFndrInfo.fdCreator = (OSType)0x00000000;
1242 searchInfo2.hFileInfo.ioFlFndrInfo.fdCreator = (OSType)0xffffffff;
1247 if ( fileType == (OSType)0x00000000 )
1249 searchInfo2.hFileInfo.ioFlFndrInfo.fdType = (OSType)0x00000000;
1253 searchInfo2.hFileInfo.ioFlFndrInfo.fdType = (OSType)0xffffffff;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvda.h127 OSType cv_pix_fmt_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvda.h120 OSType cv_pix_fmt_type;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/macos/source/
H A Dpathname.h36 OSType folderType, /* Folder type taken by FindFolder. */
H A Dgetenv.c88 OSErr FSpFindFolder_Name(short vRefNum, OSType folderType,
330 OSType folderType, /* Folder type taken by FindFolder. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dpathname.h36 OSType folderType, /* Folder type taken by FindFolder. */
H A Dgetenv.c88 OSErr FSpFindFolder_Name(short vRefNum, OSType folderType,
330 OSType folderType, /* Folder type taken by FindFolder. */
H A Dmacstuff.c284 OSType folderType, /* Folder type taken by FindFolder. */
967 OSType creator,
968 OSType fileType)
987 if ( creator != (OSType)0x00000000 )
993 if ( fileType != (OSType)0x00000000 )
1029 OSType creator,
1030 OSType fileType)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dicon.cpp100 OSType theType ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dfiledlg.cpp187 myData->filtermactypes.Add( (OSType)fileType );
194 static Boolean CheckFile( const wxString &filename , OSType type , OpenUserDataRecPtr data)
207 if ( type == (OSType)data->filtermactypes[i] )
H A Dicon.cpp111 OSType theId = 0 ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DamuleAppCommon.cpp219 OSType = OSDescription.BeforeFirst( wxT(' ') );
220 if ( OSType.IsEmpty() ) {
221 OSType = wxT("Unknown");
282 printf("%s\n", (const char*)unicode2char(wxString(CFormat(wxT("%s (OS: %s)")) % FullMuleVersion % OSType)));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_vda.c34 OSType pixel_format = CVPixelBufferGetPixelFormatType(pixbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/classic/
H A Dprivate.h129 OSType folderType,
132 OSType folderType,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_qt.cpp99 #define OSType unsigned long macro
111 const OSType URLDataHandlerSubType = 1970433056;
112 const OSType VisualMediaCharacteristic = 1702454643;
114 const OSType URLDataHandlerSubType = 'url ';
115 const OSType VisualMediaCharacteristic = 'eyes';
245 Handle dataRef, OSType dataRefType),
251 (Movie m, long index, OSType type, long flags),

Completed in 246 milliseconds

123