HomeSort by relevance Sort by last modified time
    Searched refs:filetype (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/dropbear/
keyimport.h 38 int filetype);
39 sign_key *import_read(const char *filename, char *passphrase, int filetype);
40 int import_encrypted(const char* filename, int filetype);
  /external/libmtp/examples/
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 = LIBMTP_FILETYPE_ASF
    [all...]
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSource.cpp 48 const sp<DataSource>& dataSource, FileType filetype) {
49 switch(filetype) {
57 ALOGE("Undefined subtitle format. : %d", filetype);
TimedTextSource.h 33 enum FileType {
40 const sp<DataSource>& source, FileType filetype);
  /external/e2fsprogs/lib/ext2fs/
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/llvm/test/MC/MachO/ARM/
llvm-objdump-macho-stripped.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
nop-armv4-padding.s 1 @ RUN: llvm-mc -triple armv4-apple-darwin %s -filetype=obj -o %t.obj
nop-armv6t2-padding.s 1 @ RUN: llvm-mc -triple armv6t2-apple-darwin %s -filetype=obj -o %t.obj
relax-thumb-ldr-literal.s 1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
relax-thumb2-branches.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -show-encoding %s -filetype=obj -o - | macho-dump --dump-section-data | FileCheck %s
thumb2-function-relative-load.s 1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
thumb2-movt-fixup.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
data-in-code.s 1 @ RUN: llvm-mc -triple armv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
nop-thumb-padding.s 1 @ RUN: llvm-mc -triple armv6-apple-darwin %s -filetype=obj -o %t.obj
nop-thumb2-padding.s 1 @ RUN: llvm-mc -triple armv7-apple-darwin %s -filetype=obj -o %t.obj
llvm-objdump-macho.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-ios -filetype=obj -o - < %s | llvm-objdump -d -macho -triple=thumbv7-apple-ios - | FileCheck %s
no-subsections-reloc.s 1 @ RUN: llvm-mc -n -triple thumbv7-apple-darwin10 %s -filetype=obj -o %t.obj
static-movt-relocs.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
thumb-bl-jbits.s 1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -filetype=obj -o - < %s | macho-dump --dump-section-data | FileCheck %s
  /frameworks/compile/linkloader/tests/images/
gen-testcases.sh 29 llc -filetype=obj -relocation-model=static -mtriple $2 $3 test.bc -o test-$1.o
30 llc -filetype=obj -relocation-model=static -mtriple $2 $3 simple-test.bc -o simple-test-$1.o
31 llc -filetype=obj -relocation-model=static -mtriple $2 $3 rodata-test.bc -o rodata-test-$1.o
  /external/llvm/test/MC/ARM/
elf-eflags-eabi.s 1 @ RUN: llvm-mc %s -triple=armv7-linux-gnueabi -filetype=obj -o - | \
elf-thumbfunc-reloc.s 2 @ RUN: llvm-mc %s -triple=arm-freebsd-eabi -filetype=obj -o - | \
elf-thumbfunc.s 2 @ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - | \
  /external/e2fsprogs/misc/
mke2fs.conf 2 base_features = sparse_super,filetype,resize_inode,dir_index,ext_attr
  /external/llvm/test/MC/ELF/
fde.s 1 # RUN: llvm-mc -filetype=obj %s -o %t.o -triple x86_64-pc-linux-gnu && llvm-objdump -s %t.o

Completed in 1154 milliseconds

1 2 3