Searched defs:filetype (Results 1 - 25 of 37) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl29 sub filetype { subroutine
44 if (filetype($filename) =~ /^text\//xms) {
/external/e2fsprogs/lib/ext2fs/
H A Dnewdir.c36 int filetype = 0; local
59 filetype = EXT2_FT_DIR;
65 ext2fs_dirent_set_file_type(dir, filetype);
81 ext2fs_dirent_set_file_type(dir, filetype);
H A Dinline_data.c292 int filetype = 0; local
299 filetype = EXT2_FT_DIR;
307 ext2fs_dirent_set_file_type(dir, filetype);
319 ext2fs_dirent_set_file_type(dir, filetype);
/external/python/cpython2/Mac/PythonLauncher/
H A DMyDocument.h30 NSString *filetype; variable
H A DPreferencesWindowController.h9 IBOutlet NSPopUpButton *filetype; variable
/external/python/cpython3/Mac/PythonLauncher/
H A DMyDocument.h30 NSString *filetype; variable
H A DPreferencesWindowController.h9 IBOutlet NSPopUpButton *filetype; variable
/external/python/cpython2/Python/
H A Dimportdl.h10 enum filetype { enum
26 enum filetype type;
/external/e2fsprogs/debugfs/
H A Dncheck.c48 int filetype = ext2fs_dirent_file_type(dirent); local
76 if (iw->check_dirent && filetype) {
79 filetype != ext2_file_type(inode.i_mode)) {
/external/libmtp/examples/
H A Dpathutils.c133 LIBMTP_filetype_t filetype; local
149 filetype = LIBMTP_FILETYPE_WAV;
151 filetype = LIBMTP_FILETYPE_MP3;
153 filetype = LIBMTP_FILETYPE_WMA;
155 filetype = LIBMTP_FILETYPE_OGG;
157 filetype = LIBMTP_FILETYPE_MP4;
159 filetype = LIBMTP_FILETYPE_WMV;
161 filetype = LIBMTP_FILETYPE_AVI;
163 filetype = LIBMTP_FILETYPE_MPEG;
165 filetype
[all...]
/external/toybox/toys/other/
H A Dstat.c95 int i, filetype = stat->st_mode & S_IFMT; local
97 for (i = 1; filetype != (i*8192) && i < 7; i++) t += strlen(t)+1;
98 if (!stat->st_size && filetype == S_IFREG) t = "regular empty file";
/external/javassist/src/main/javassist/tools/web/
H A DWebserver.java357 private void sendHeader(OutputStream out, long dataLength, int filetype) argument
365 if (filetype == typeClass)
367 else if (filetype == typeHtml)
369 else if (filetype == typeGif)
371 else if (filetype == typeJpeg)
373 else if (filetype == typeText)
/external/fio/
H A Dfile.h74 enum fio_filetype filetype; member in struct:fio_file
/external/libcups/cups/
H A Dfile.c51 _cups_fc_filetype_t filetype, /* I - Type of file checks? */
98 switch (filetype)
145 if (filetype == _CUPS_FILE_CHECK_DIRECTORY ||
146 filetype == _CUPS_FILE_CHECK_FILE_ONLY)
169 filetype = _CUPS_FILE_CHECK_DIRECTORY;
181 filetype = _CUPS_FILE_CHECK_DIRECTORY;
199 if (filetype == _CUPS_FILE_CHECK_DIRECTORY)
214 if (filetype == _CUPS_FILE_CHECK_DIRECTORY)
226 if (filetype == _CUPS_FILE_CHECK_DIRECTORY)
243 if (filetype
49 _cupsFileCheck( const char *filename, _cups_fc_filetype_t filetype, int dorootchecks, _cups_fc_func_t cb, void *context) argument
[all...]
/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h44 llvm::yaml::Hex32 filetype; member in struct:llvm::MachOYAML::FileHeader
/external/python/cpython3/Modules/
H A D_stat.c347 filetype(mode_t mode) function
405 buf[0] = filetype(mode);
/external/valgrind/coregrind/m_ume/
H A Dmacho.c110 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
114 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
118 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
498 filetype is MH_EXECUTE or MH_DYLINKER.
507 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, argument
540 if (mh.filetype != filetype) {
604 if (filetype == MH_DYLINKER && segcmd->vmaddr == 0 && segcmd->fileoff == 0) {
628 if (filetype == MH_DYLINKER) {
645 if (filetype
707 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, const HChar *filename, load_info_t *out_info) argument
784 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, const HChar *filename, load_info_t *out_info) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Drehash.c544 int filetype = 0; local
548 filetype = EXT2_FT_DIR;
555 ext2fs_dirent_set_file_type(dir, filetype);
562 ext2fs_dirent_set_file_type(dir, filetype);
H A Dpass2.c499 * Check the directory filetype (if present)
506 int filetype = ext2fs_dirent_file_type(dirent); local
511 if (filetype == 0 ||
532 if (filetype == should_be)
536 if (fix_problem(ctx, filetype ? PR_2_BAD_FILETYPE : PR_2_SET_FILETYPE,
906 int filetype = 0; local
926 filetype = EXT2_FT_DIR << 8;
1195 dirent->name_len = 1 | filetype;
1203 dirent->name_len = 2 | filetype;
/external/e2fsprogs/misc/
H A Dcreate_inode.c242 int filetype; local
247 filetype = EXT2_FT_CHRDEV;
251 filetype = EXT2_FT_BLKDEV;
255 filetype = EXT2_FT_FIFO;
260 filetype = EXT2_FT_SOCK;
277 retval = ext2fs_link(fs, cwd, name, ino, filetype);
285 retval = ext2fs_link(fs, cwd, name, ino, filetype);
299 if (filetype != S_IFIFO) {
H A Dfuse2fs.c916 int filetype; local
957 filetype = EXT2_FT_CHRDEV;
959 filetype = EXT2_FT_BLKDEV;
961 filetype = EXT2_FT_FIFO;
963 filetype = EXT2_FT_SOCK;
977 err = ext2fs_link(fs, parent, node_name, child, filetype);
986 filetype);
2841 int filetype; local
2880 filetype = ext2_file_type(mode);
2890 err = ext2fs_link(fs, parent, node_name, child, filetype);
[all...]
/external/libmtp/src/
H A Dlibmtp.c101 uint16_t ptp_id; /**< PTP ID for the filetype */
128 // This holds the global filetype mapping table
307 * Register an MTP or PTP filetype for data retrieval
309 * @param description Text description of filetype
310 * @param id libmtp internal filetype id
311 * @param ptp_id PTP filetype id
319 // Has this LIBMTP filetype been registered before ?
410 register_filetype("Undefined filetype", LIBMTP_FILETYPE_UNKNOWN, PTP_OFC_Undefined);
414 * Returns the PTP filetype that maps to a certain libmtp internal file type.
430 // printf("map_libmtp_type_to_ptp_type: unknown filetype
963 LIBMTP_Get_Allowed_Property_Values(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, LIBMTP_filetype_t const filetype, LIBMTP_allowed_values_t *allowed_vals) argument
1160 LIBMTP_Is_Property_Supported(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, LIBMTP_filetype_t const filetype) argument
8694 LIBMTP_Get_Representative_Sample_Format(LIBMTP_mtpdevice_t *device, LIBMTP_filetype_t const filetype, LIBMTP_filesampledata_t ** sample) argument
[all...]
/external/python/cpython2/Modules/
H A D_ssl.c2749 int filetype)
2755 assert(filetype == SSL_FILETYPE_ASN1 || filetype == SSL_FILETYPE_PEM);
2780 if (filetype == SSL_FILETYPE_ASN1) {
2807 if ((filetype == SSL_FILETYPE_ASN1) &&
2814 } else if ((filetype == SSL_FILETYPE_PEM) &&
2748 _add_ca_certs(PySSLContext *self, void *data, Py_ssize_t len, int filetype) argument
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h35 // Constants for the "filetype" field in llvm::MachO::mach_header and
283 uint32_t filetype; member in struct:llvm::MachO::mach_header
293 uint32_t filetype; member in struct:llvm::MachO::mach_header_64
/external/llvm/include/llvm/Support/
H A DMachO.h38 // Constants for the "filetype" field in llvm::MachO::mach_header and
496 uint32_t filetype; member in struct:llvm::MachO::mach_header
506 uint32_t filetype; member in struct:llvm::MachO::mach_header_64
989 sys::swapByteOrder(mh.filetype);
999 sys::swapByteOrder(H.filetype);

Completed in 1909 milliseconds

12