HomeSort by relevance Sort by last modified time
    Searched refs:genfile (Results 1 - 20 of 20) sorted by null

  /external/libmtp/examples/
sendfile.c 55 LIBMTP_file_t *genfile; local
73 genfile = LIBMTP_new_file_t();
74 genfile->filesize = filesize;
75 genfile->filename = strdup(filename);
76 genfile->filetype = find_filetype (filename);
77 genfile->parent_id = parent_id;
78 genfile->storage_id = 0;
81 ret = LIBMTP_Send_File_From_File(device, from_path, genfile, progress, NULL);
88 printf("New file ID: %d\n", genfile->item_id);
91 LIBMTP_destroy_file_t(genfile);
    [all...]
  /external/ltp/testcases/network/
generate.sh 63 genfile() { function
75 genfile bin.sm bin.med
76 genfile bin.med bin.lg
77 genfile bin.lg bin.jmb
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
main.go 26 genfile string // source file containing opcode code generation.
316 // Check that the arch genfile handles all the arch-specific opcodes.
319 if a.genfile == "" {
323 src, err := ioutil.ReadFile(a.genfile)
325 log.Fatalf("can't read %s: %v", a.genfile, err)
335 log.Fatalf("Op%s%s has no code generation in %s", a.name, v.name, a.genfile)
MIPS64Ops.go 371 genfile: "../../mips64/ssa.go",
MIPSOps.go 403 genfile: "../../mips/ssa.go",
PPC64Ops.go 389 genfile: "../../ppc64/ssa.go",
386Ops.go 497 genfile: "../../x86/ssa.go",
ARM64Ops.go 526 genfile: "../../arm64/ssa.go",
ARMOps.go     [all...]
AMD64Ops.go     [all...]
S390XOps.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
main.go 26 genfile string // source file containing opcode code generation.
316 // Check that the arch genfile handles all the arch-specific opcodes.
319 if a.genfile == "" {
323 src, err := ioutil.ReadFile(a.genfile)
325 log.Fatalf("can't read %s: %v", a.genfile, err)
335 log.Fatalf("Op%s%s has no code generation in %s", a.name, v.name, a.genfile)
MIPS64Ops.go 371 genfile: "../../mips64/ssa.go",
MIPSOps.go 403 genfile: "../../mips/ssa.go",
PPC64Ops.go 389 genfile: "../../ppc64/ssa.go",
386Ops.go 497 genfile: "../../x86/ssa.go",
ARM64Ops.go 526 genfile: "../../arm64/ssa.go",
ARMOps.go     [all...]
AMD64Ops.go     [all...]
S390XOps.go     [all...]

Completed in 2169 milliseconds