Home
last modified time | relevance | path

Searched refs:fileType (Results 1 – 25 of 38) sorted by relevance

12

/external/fonttools/Lib/fontTools/misc/
DmacCreatorType.py18 fileCreator, fileType = MacOS.GetCreatorAndType(path)
23 fileType = _reverseString(fileType)
24 return fileCreator, fileType
29 def setMacCreatorAndType(path, fileCreator, fileType): argument
35 fileType = _reverseString(fileType)
36 MacOS.SetCreatorAndType(path, fileCreator, fileType)
/external/javassist/src/main/javassist/tools/web/
DWebserver.java240 int fileType; in doReply() local
249 fileType = typeClass; in doReply()
251 fileType = typeHtml; in doReply()
253 fileType = typeGif; in doReply()
255 fileType = typeJpeg; in doReply()
257 fileType = typeText; // or textUnknown in doReply()
260 if (fileType == typeClass in doReply()
273 sendHeader(out, file.length(), fileType); in doReply()
291 if (fileType == typeClass) { in doReply()
/external/python/cpython2/Mac/Modules/folder/
D_Foldermodule.c189 OSType fileType; in Folder_AddFolderRouting() local
195 PyMac_GetOSType, &fileType, in Folder_AddFolderRouting()
201 _err = AddFolderRouting(fileType, in Folder_AddFolderRouting()
216 OSType fileType; in Folder_RemoveFolderRouting() local
219 PyMac_GetOSType, &fileType, in Folder_RemoveFolderRouting()
222 _err = RemoveFolderRouting(fileType, in Folder_RemoveFolderRouting()
234 OSType fileType; in Folder_FindFolderRouting() local
239 PyMac_GetOSType, &fileType, in Folder_FindFolderRouting()
242 _err = FindFolderRouting(fileType, in Folder_FindFolderRouting()
/external/testng/src/main/java/org/testng/
DFileAssert.java36 failSecurity(e,tstvalue,fileType(tstvalue),"Directory", message); in assertDirectory()
39 failFile(tstvalue,fileType(tstvalue),"Directory", message); in assertDirectory()
58 failSecurity(e,tstvalue,fileType(tstvalue),"File", message); in assertFile()
61 failFile(tstvalue,fileType(tstvalue),"File", message); in assertFile()
287 private static String fileType(File path) { in fileType() method in FileAssert
/external/lzma/C/
D7zVersion.rc22 #define MY_VERSION_INFO(fileType, descr, intName, origName) \
30 FILETYPE fileType \
/external/webrtc/webrtc/test/testsupport/
Diosfileutils.mm49 NSString* fileType = NSStringFromStdString(extension);
52 ofType:fileType];
/external/sonivox/arm-wt-22k/lib_src/
Deas_wavefile.h54 EAS_I16 fileType; member
Deas_wavefile.c475 *pValue = pWaveData->fileType; in WaveGetData()
602 pWaveData->fileType = EAS_FILE_WAVE_PCM; in WaveParseHeader()
607 pWaveData->fileType = EAS_FILE_WAVE_IMA_ADPCM; in WaveParseHeader()
/external/python/cpython2/Mac/Modules/
DMacOS.c352 finfo->fileType = ntohl(finfo->fileType); in MacOS_GetCreatorAndType()
354 type = PyString_FromStringAndSize((char*)&(finfo->fileType), 4); in MacOS_GetCreatorAndType()
419 finfo->fileType = type; in MacOS_SetCreatorAndType()
Dicgluemodule.c294 PyMac_BuildOSType, entry.fileType, in ici_ICMapFilename()
326 PyMac_BuildOSType, entry.fileType, in ici_ICMapTypeCreator()
DNav.c490 OSType fileType; in nav_NavPutFile() local
500 …ons(dict, &defaultLocation, &dialogOptions, &eventProc, NULL, NULL, NULL, &fileType, &fileCreator)) in nav_NavPutFile()
503 eventProc, fileType, fileCreator, (void *)dict); in nav_NavPutFile()
/external/llvm/tools/bugpoint/
DToolRunner.h63 FileType fileType,
75 int MakeSharedObject(const std::string &InputFile, FileType fileType,
DToolRunner.cpp659 FileType fileType, in ExecuteProgram() argument
678 if (fileType != ObjectFile) { in ExecuteProgram()
680 if (fileType == CFile) { in ExecuteProgram()
806 int CC::MakeSharedObject(const std::string &InputFile, FileType fileType, in MakeSharedObject() argument
831 if (fileType != ObjectFile) { in MakeSharedObject()
833 CCArgs.push_back(fileType == AsmFile ? "assembler" : "c"); in MakeSharedObject()
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DToolRunner.h64 FileType fileType,
76 int MakeSharedObject(const std::string &InputFile, FileType fileType,
DToolRunner.cpp731 FileType fileType, in ExecuteProgram() argument
750 if (fileType != ObjectFile) { in ExecuteProgram()
752 if (fileType == CFile) { in ExecuteProgram()
877 int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType, in MakeSharedObject() argument
901 if (fileType != ObjectFile) { in MakeSharedObject()
903 GCCArgs.push_back(fileType == AsmFile ? "assembler" : "c"); in MakeSharedObject()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_docenvironment.cpp423 int fileType = bXDP ? FXFA_SAVEAS_XDP : FXFA_SAVEAS_XML; in ExportData() local
445 if (fileType == FXFA_SAVEAS_XML) { in ExportData()
451 } else if (fileType == FXFA_SAVEAS_XDP) { in ExportData()
723 int fileType, in ExportSubmitFile() argument
737 if (fileType == FXFA_SAVEAS_XML) { in ExportSubmitFile()
745 if (fileType != FXFA_SAVEAS_XDP) in ExportSubmitFile()
Dcpdfxfa_docenvironment.h105 int fileType,
/external/webrtc/webrtc/modules/audio_coding/test/
DEncodeDecodeTest.h111 std::string EncodeToFile(int fileType,
DEncodeDecodeTest.cc330 std::string EncodeDecodeTest::EncodeToFile(int fileType, in EncodeToFile() argument
/external/svox/pico/lib/
Dpicoos.c1418 wave_file_type_t fileType; /* (acoustic) wav, au, raw, other */ member
1517 wave_file_type_t fileType = FILE_TYPE_OTHER; in picoos_sdfOpenIn() local
1533 fileType = FILE_TYPE_WAV; in picoos_sdfOpenIn()
1538 fileType = FILE_TYPE_OTHER; in picoos_sdfOpenIn()
1542 if (FILE_TYPE_OTHER == fileType) { in picoos_sdfOpenIn()
1753 sdf->fileType = FILE_TYPE_WAV; in picoos_sdfOpenOut()
1759 sdf->fileType = FILE_TYPE_OTHER; in picoos_sdfOpenOut()
1763 if (FILE_TYPE_OTHER == sdf->fileType) { in picoos_sdfOpenOut()
1861 if (FILE_TYPE_WAV == (*sdFile)->fileType) { in picoos_sdfCloseOut()
/external/google-breakpad/src/client/mac/Breakpad.xcodeproj/
Dproject.pbxproj1461 fileType = "compiled.mach-o.executable";
1468 fileType = archive.ar;
1475 fileType = "compiled.mach-o.executable";
1482 fileType = "compiled.mach-o.executable";
1489 fileType = "compiled.mach-o.executable";
1496 fileType = "compiled.mach-o.executable";
1503 fileType = "compiled.mach-o.executable";
1510 fileType = "compiled.mach-o.executable";
1517 fileType = "compiled.mach-o.executable";
1524 fileType = "compiled.mach-o.executable";
[all …]
/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py698 fileType=None, argument
714 popupExtension=popupExtension,eventProc=eventProc,fileType=fileType,
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h141 FPDF_FILEHANDLER* OpenFile(int fileType,
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.mm77 NSString *fileType = [attrib objectForKey:NSFileType];
78 if ([fileType isEqualToString:NSFileTypeDirectory]) {
/external/harfbuzz_ng/src/
Dhb-directwrite.cc178 DWRITE_FONT_FILE_TYPE fileType; in _hb_directwrite_shaper_face_data_create() local
181 hr = fontFile->Analyze (&isSupported, &fileType, &faceType, &numberOfFaces); in _hb_directwrite_shaper_face_data_create()

12