/external/antlr/antlr-3.4/runtime/Perl5/tools/ |
H A D | port.pl | 29 sub filetype { subroutine 44 if (filetype($filename) =~ /^text\//xms) {
|
/external/e2fsprogs/lib/ext2fs/ |
H A D | newdir.c | 35 int filetype = 0; local 52 filetype = EXT2_FT_DIR << 8; 57 dir->name_len = 1 | filetype; 70 dir->name_len = 2 | filetype;
|
/external/libmtp/examples/ |
H A D | pathutils.c | 133 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/javassist/src/main/javassist/tools/web/ |
H A D | Webserver.java | 357 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/webkit/Source/WebKit/android/WebCoreSupport/ |
H A D | WebCookieJar.cpp | 69 struct stat filetype; local 70 if (stat(filename, &filetype) != 0) 72 if (S_ISDIR(filetype.st_mode)) {
|
/external/dropbear/ |
H A D | keyimport.c | 67 int import_encrypted(const char* filename, int filetype) { argument 69 if (filetype == KEYFILE_OPENSSH) { 72 } else if (filetype == KEYFILE_SSHCOM) { 79 sign_key *import_read(const char *filename, char *passphrase, int filetype) { argument 81 if (filetype == KEYFILE_OPENSSH) { 83 } else if (filetype == KEYFILE_DROPBEAR) { 86 } else if (filetype == KEYFILE_SSHCOM) { 94 int filetype) { 96 if (filetype == KEYFILE_OPENSSH) { 98 } else if (filetype 93 import_write(const char *filename, sign_key *key, char *passphrase, int filetype) argument [all...] |
/external/valgrind/main/coregrind/m_ume/ |
H A D | macho.c | 87 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, 93 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, 99 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, 422 filetype is MH_EXECUTE or MH_DYLINKER. 430 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, argument 470 if (mh.filetype != filetype) { 536 if (filetype == MH_DYLINKER) { 553 if (filetype == MH_EXECUTE) { 579 if (filetype 620 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, const char *filename, vki_uint8_t **out_stack_start, vki_uint8_t **out_stack_end, vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry) argument 699 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, const char *filename, vki_uint8_t **out_stack_start, vki_uint8_t **out_stack_end, vki_uint8_t **out_text, vki_uint8_t **out_entry, vki_uint8_t **out_linker_entry) argument [all...] |
/external/e2fsprogs/e2fsck/ |
H A D | pass2.c | 472 * Check the directory filetype (if present) 479 int filetype = dirent->name_len >> 8; local 485 if (filetype == 0 || 506 if (filetype == should_be) 510 if (fix_problem(ctx, filetype ? PR_2_BAD_FILETYPE : PR_2_SET_FILETYPE,
|
H A D | rehash.c | 495 int filetype = 0; local 498 filetype = EXT2_FT_DIR << 8; 504 dir->name_len = 1 | filetype; 510 dir->name_len = 2 | filetype;
|
/external/e2fsprogs/debugfs/ |
H A D | debugfs.c | 1632 int filetype, nr; local 1645 filetype = EXT2_FT_FIFO; 1650 filetype = EXT2_FT_CHRDEV; 1655 filetype = EXT2_FT_BLKDEV; 1659 filetype = 0; 1678 retval = ext2fs_link(current_fs, cwd, argv[1], newfile, filetype); 1686 filetype);
|
/external/libmtp/src/ |
H A D | libmtp.c | 71 uint16_t ptp_id; /**< PTP ID for the filetype */ 89 // This holds the global filetype mapping table 263 * Register an MTP or PTP filetype for data retrieval 265 * @param description Text description of filetype 266 * @param id libmtp internal filetype id 267 * @param ptp_id PTP filetype id 275 // Has this LIBMTP filetype been registered before ? 366 register_filetype("Undefined filetype", LIBMTP_FILETYPE_UNKNOWN, PTP_OFC_Undefined); 370 * Returns the PTP filetype that maps to a certain libmtp internal file type. 386 // printf("map_libmtp_type_to_ptp_type: unknown filetype 886 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 1083 LIBMTP_Is_Property_Supported(LIBMTP_mtpdevice_t *device, LIBMTP_property_t const property, LIBMTP_filetype_t const filetype) argument 8026 LIBMTP_Get_Representative_Sample_Format(LIBMTP_mtpdevice_t *device, LIBMTP_filetype_t const filetype, LIBMTP_filesampledata_t ** sample) argument [all...] |
H A D | libmtp.h | 116 * Audio filetype test. 135 * Video filetype test. 148 * Audio and&slash;or video filetype test. 157 * Test if filetype is a track. 168 * Image filetype test 184 * Addressbook and Business card filetype test 192 * Calendar and Appointment filetype test 617 LIBMTP_filetype_t filetype; /**< Filetype used for the current file */ member in struct:LIBMTP_file_struct 646 LIBMTP_filetype_t filetype; /**< Filetype used for the current track */ member in struct:LIBMTP_track_struct 698 LIBMTP_filetype_t filetype; /**< Filetyp member in struct:LIBMTP_filesampledata_struct [all...] |
/external/llvm/include/llvm/Support/ |
H A D | MachO.h | 35 // Constants for the "filetype" field in llvm::MachO::mach_header and 290 uint32_t filetype; member in struct:llvm::MachO::mach_header 300 uint32_t filetype; member in struct:llvm::MachO::mach_header_64
|
/external/v8/src/ |
H A D | gdb-jit.cc | 522 uint32_t filetype; member in struct:v8::BASE_EMBEDDED::MachOHeader 573 header->filetype = 0x1; // MH_OBJECT
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.osgi_3.6.1.R36x_v20100806.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.osgi_3.6.2.R36x_v20101103.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |