Searched refs:filetype (Results 51 - 75 of 118) sorted by relevance

12345

/external/libmtp/examples/
H A Dsendfile.c76 genfile->filetype = find_filetype (filename);
H A Dthumb.c116 thumb->filetype = LIBMTP_FILETYPE_JPEG;
H A Dalbumart.c130 albumart->filetype = LIBMTP_FILETYPE_JPEG;
H A Dsendtr.c195 trackmeta->filetype = find_filetype (from_path);
196 if (!LIBMTP_FILETYPE_IS_TRACK(trackmeta->filetype)) {
197 printf("Not a valid track codec: \"%s\"\n", LIBMTP_Get_Filetype_Description(trackmeta->filetype));
268 printf("Codec: %s\n", LIBMTP_Get_Filetype_Description(trackmeta->filetype));
H A Dtracks.c50 printf(" Filetype: %s\n", LIBMTP_Get_Filetype_Description(track->filetype));
/external/llvm/test/MC/ARM/AlignedBundling/
H A Dgroup-bundle-arm.s1 # RUN: llvm-mc -filetype=obj -triple armv7-linux-gnueabi %s -o - \
H A Dpad-align-to-bundle-end.s1 # RUN: llvm-mc -filetype=obj -triple armv7-linux-gnueabi %s -o - \
/external/llvm/test/MC/ARM/
H A Deh-directive-cantunwind.s1 @ RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
H A Deh-directive-fnstart-diagnostics.s2 @ RUN: -filetype=obj -o /dev/null 2>&1 | FileCheck %s
H A Dmulti-section-mapping.s1 @ RUN: llvm-mc -triple=armv7-linux-gnueabi -filetype=obj < %s | llvm-objdump -t - | FileCheck %s
H A Deh-compact-pr1.s1 @ RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
H A Deh-directive-personality.s1 @ RUN: llvm-mc %s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o - \
H A Delf-movt.s2 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
/external/llvm/test/MC/MachO/ARM/
H A Dlong-call-branch-island-relocation.s1 @ RUN: llvm-mc -n -triple armv7-apple-darwin10 %s -filetype=obj -o %t.o
H A Dthumb2-movw-fixup.s1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
H A Ddarwin-Thumb-reloc.s1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
27 @ CHECK: ('filetype', 1)
/external/llvm/test/MC/PowerPC/
H A Dppc64-relocs-01.s1 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj %s | \
H A Dppc64-initial-cfa.s1 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=static %s | \
3 # RUN: llvm-mc -triple=powerpc64-unknown-linux-gnu -filetype=obj -relocation-model=pic %s | \
/external/llvm/test/MC/X86/AlignedBundling/
H A Dlong-nop-pad.s1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
H A Dpad-align-to-bundle-end.s1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
H A Dsingle-inst-bundling.s1 # RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - \
/external/antlr/antlr-3.4/runtime/Perl5/tools/
H A Dport.pl29 sub filetype { subroutine
44 if (filetype($filename) =~ /^text\//xms) {
/external/llvm/test/DebugInfo/SystemZ/
H A Deh_frame.s1 # RUN: llvm-mc -triple=s390x-linux-gnu -filetype=obj %s -o %t
H A Deh_frame_personality.s1 # RUN: llvm-mc -triple=s390x-linux-gnu -filetype=obj %s -o %t
/external/dropbear/
H A Dkeyimport.c67 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...]

Completed in 189 milliseconds

12345