Searched defs:filetype (Results 1 - 19 of 19) sorted by last modified time

/external/valgrind/coregrind/m_ume/
H A Dmacho.c97 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
103 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
109 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype,
482 filetype is MH_EXECUTE or MH_DYLINKER.
490 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, argument
531 if (mh.filetype != filetype) {
614 if (filetype == MH_DYLINKER) {
631 if (filetype == MH_EXECUTE) {
657 if (filetype
699 load_fat_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, const HChar *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
780 load_mach_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, const HChar *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/toybox/toys/other/
H A Dstat.c79 int i, filetype = stat->st_mode & S_IFMT; local
81 for (i = 1; filetype != (i*8192) && i < 7; i++) t += strlen(t)+1;
82 if (!stat->st_size && filetype == S_IFREG) t = "regular empty file";
/external/v8/src/
H A Dgdb-jit.cc498 uint32_t filetype; member in struct:v8::BASE_EMBEDDED::MachOHeader
549 header->filetype = 0x1; // MH_OBJECT
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp6079 if (Header.filetype == MachO::MH_OBJECT)
6861 uint32_t cpusubtype, uint32_t filetype,
6865 outs() << " magic cputype cpusubtype caps filetype ncmds "
6981 switch (filetype) {
7016 outs() << format(" %10u", filetype);
7126 outs() << format(" %10u", filetype);
7254 uint32_t filetype, uint32_t object_size,
7259 if (filetype != MachO::MH_OBJECT && strncmp(sg_segname, segname, 16) != 0)
8364 uint32_t filetype, uint32_t cputype,
8383 SLC.cmd, sg_segname, filetype, Bu
6860 PrintMachHeader(uint32_t magic, uint32_t cputype, uint32_t cpusubtype, uint32_t filetype, uint32_t ncmds, uint32_t sizeofcmds, uint32_t flags, bool verbose) argument
7249 PrintSection(const char *sectname, const char *segname, uint64_t addr, uint64_t size, uint32_t offset, uint32_t align, uint32_t reloff, uint32_t nreloc, uint32_t flags, uint32_t reserved1, uint32_t reserved2, uint32_t cmd, const char *sg_segname, uint32_t filetype, uint32_t object_size, bool verbose) argument
8363 PrintLoadCommands(const MachOObjectFile *Obj, uint32_t ncmds, uint32_t filetype, uint32_t cputype, bool verbose) argument
8497 getAndPrintMachHeader(const MachOObjectFile *Obj, uint32_t &ncmds, uint32_t &filetype, uint32_t &cputype, bool verbose) argument
8522 uint32_t filetype = 0; local
[all...]
/external/llvm/include/llvm/Support/
H A DMachO.h36 // Constants for the "filetype" field in llvm::MachO::mach_header and
540 uint32_t filetype; member in struct:llvm::MachO::mach_header
550 uint32_t filetype; member in struct:llvm::MachO::mach_header_64
1005 sys::swapByteOrder(mh.filetype);
1015 sys::swapByteOrder(H.filetype);
/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/libmtp/src/
H A Dlibmtp.c71 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
8039 LIBMTP_Get_Representative_Sample_Format(LIBMTP_mtpdevice_t *device, LIBMTP_filetype_t const filetype, LIBMTP_filesampledata_t ** sample) argument
[all...]
H A Dlibmtp.h117 * Audio filetype test.
136 * Video filetype test.
149 * Audio and&slash;or video filetype test.
158 * Test if filetype is a track.
169 * Image filetype test
185 * Addressbook and Business card filetype test
193 * Calendar and Appointment filetype test
618 LIBMTP_filetype_t filetype; /**< Filetype used for the current file */ member in struct:LIBMTP_file_struct
647 LIBMTP_filetype_t filetype; /**< Filetype used for the current track */ member in struct:LIBMTP_track_struct
699 LIBMTP_filetype_t filetype; /**< Filetyp member in struct:LIBMTP_filesampledata_struct
[all...]
/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.h66 enum fio_filetype filetype; member in struct:fio_file
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/debugfs/
H A Ddebugfs.c1760 int filetype, nr; local
1773 filetype = EXT2_FT_FIFO;
1778 filetype = EXT2_FT_CHRDEV;
1783 filetype = EXT2_FT_BLKDEV;
1787 filetype = 0;
1806 retval = ext2fs_link(current_fs, cwd, argv[1], newfile, filetype);
1814 filetype);
H A Dncheck.c47 int filetype = dirent->name_len >> 8; local
73 if (iw->check_dirent && filetype) {
76 filetype != ext2_file_type(inode.i_mode)) {
/external/e2fsprogs/e2fsck/
H A Dpass2.c478 * Check the directory filetype (if present)
485 int filetype = dirent->name_len >> 8; local
491 if (filetype == 0 ||
512 if (filetype == should_be)
516 if (fix_problem(ctx, filetype ? PR_2_BAD_FILETYPE : PR_2_SET_FILETYPE,
H A Drehash.c495 int filetype = 0; local
498 filetype = EXT2_FT_DIR << 8;
504 dir->name_len = 1 | filetype;
510 dir->name_len = 2 | filetype;
/external/e2fsprogs/lib/ext2fs/
H A Dnewdir.c35 int filetype = 0; local
54 filetype = EXT2_FT_DIR << 8;
59 dir->name_len = 1 | filetype;
74 dir->name_len = 2 | filetype;
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl29 sub filetype { subroutine
44 if (filetype($filename) =~ /^text\//xms) {

Completed in 614 milliseconds