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

/external/valgrind/main/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,
472 filetype is MH_EXECUTE or MH_DYLINKER.
480 load_thin_file(int fd, vki_off_t offset, vki_off_t size, unsigned long filetype, argument
521 if (mh.filetype != filetype) {
604 if (filetype == MH_DYLINKER) {
621 if (filetype == MH_EXECUTE) {
647 if (filetype
689 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
768 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/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/include/llvm/Support/
H A DMachO.h36 // Constants for the "filetype" field in llvm::MachO::mach_header and
534 uint32_t filetype; member in struct:llvm::MachO::mach_header
544 uint32_t filetype; member in struct:llvm::MachO::mach_header_64
/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.h64 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/chromium_org/v8/src/
H A Dgdb-jit.cc498 uint32_t filetype; member in struct:v8::BASE_EMBEDDED::MachOHeader
549 header->filetype = 0x1; // MH_OBJECT
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dcorruption_test.cc126 void Corrupt(FileType filetype, int offset, int bytes_to_corrupt) { argument
136 type == filetype &&
142 ASSERT_TRUE(!fname.empty()) << filetype;
/external/chromium_org/tools/vim/
H A Dfiletypes.vim5 augroup filetype augroup
6 au! BufRead,BufNewFile *.gyp set filetype=python expandtab tabstop=2 shiftwidth=2
7 au! BufRead,BufNewFile *.gypi set filetype=python expandtab tabstop=2 shiftwidth=2
8 au! BufRead,BufNewFile DEPS set filetype=python expandtab tabstop=2 shiftwidth=2
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl29 sub filetype { subroutine
44 if (filetype($filename) =~ /^text\//xms) {

Completed in 380 milliseconds