Home
last modified time | relevance | path

Searched refs:filetypes (Results 1 – 20 of 20) sorted by relevance

/external/coreboot/util/cbfstool/
Dcommon.c177 for (i=0; filetypes[i].name; i++) { in print_supported_filetypes()
178 printf(" %s%c", filetypes[i].name, filetypes[i + 1].name ? ',' : '\n'); in print_supported_filetypes()
187 for (i = 0; filetypes[i].name; i++) in intfiletype()
188 if (strcmp(filetypes[i].name, name) == 0) in intfiletype()
189 return filetypes[i].type; in intfiletype()
Dcbfs.h31 static struct typedesc_t filetypes[] unused = { variable
Dcbfs_image.c56 return lookup_name_by_type(filetypes, type, "(unknown)"); in get_cbfs_entry_type_name()
/external/python/cpython3/Lib/idlelib/
Dquery.py282 def askfilename(self, filetypes, initdir, initfile): # htest # argument
286 return filedialog.Open(parent=self, filetypes=filetypes)\
290 filetypes = [
307 file = self.askfilename(filetypes, dir, base)
Diomenu.py354 filetypes = ( variable in IOBinding
366 filetypes=self.filetypes)
387 filetypes=self.filetypes,
/external/libcups/scheduler/
Djob.c610 …filters = mimeFilter2(MimeDatabase, job->filetypes[job->current_file], (size_t)fileinfo.st_size, d… in cupsdContinueJob()
978 job->filetypes[job->current_file]->super, in cupsdContinueJob()
979 job->filetypes[job->current_file]->type); in cupsdContinueJob()
1410 free(job->filetypes); in cupsdDeleteJob()
1659 mime_type_t **filetypes; /* New filetypes array */ in cupsdLoadJob() local
1934 filetypes = (mime_type_t **)calloc((size_t)fileid, sizeof(mime_type_t *)); in cupsdLoadJob()
1939 filetypes = (mime_type_t **)realloc(job->filetypes, sizeof(mime_type_t *) * (size_t)fileid); in cupsdLoadJob()
1945 if (filetypes) in cupsdLoadJob()
1946 job->filetypes = filetypes; in cupsdLoadJob()
1948 if (!compressions || !filetypes) in cupsdLoadJob()
[all …]
Djob.h41 mime_type_t **filetypes; /* File types */ member
Dprinters.h92 cups_array_t *filetypes, /* Supported file types */ member
Dprinters.c858 cupsArrayDelete(p->filetypes); in cupsdDeletePrinter()
3612 cupsArrayDelete(p->filetypes); in add_printer_formats()
3613 p->filetypes = NULL; in add_printer_formats()
3631 p->filetypes = cupsArrayNew(NULL, NULL); in add_printer_formats()
3649 cupsArrayAdd(p->filetypes, type); in add_printer_formats()
3662 !cupsArrayFind(p->filetypes, type)) in add_printer_formats()
3669 p->name, cupsArrayCount(p->filetypes) + i); in add_printer_formats()
3673 cupsArrayCount(p->filetypes) + i, NULL, NULL); in add_printer_formats()
3678 for (type = (mime_type_t *)cupsArrayFirst(p->filetypes); in add_printer_formats()
3680 i ++, type = (mime_type_t *)cupsArrayNext(p->filetypes)) in add_printer_formats()
[all …]
Dipp.c1138 mime_type_t **filetypes; /* New filetypes array... */ in add_file() local
1154 filetypes = (mime_type_t **)malloc(sizeof(mime_type_t *)); in add_file()
1160 filetypes = (mime_type_t **)realloc(job->filetypes, in add_file()
1168 if (filetypes) in add_file()
1169 job->filetypes = filetypes; in add_file()
1171 if (!compressions || !filetypes) in add_file()
1184 job->filetypes[job->num_files] = filetype; in add_file()
1349 if (filetype && printer->filetypes && in add_job()
1350 !cupsArrayFind(printer->filetypes, filetype)) in add_job()
6343 snprintf(format, sizeof(format), "%s/%s", job->filetypes[docnum - 1]->super, in get_document()
[all …]
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_iomenu.py64 for filetype_tuple in iomenu.IOBinding.filetypes
/external/coreboot/payloads/libpayload/
DMakefile352 filetypes-of-class=$(subst .,,$(sort $(suffix $($(1)-srcs))))
354 $(foreach type,$(call filetypes-of-class,$(class)), \
/external/angle/third_party/spirv-tools/src/utils/vim/
DREADME.md75 filetypes = { 'spvasm' },
/external/coreboot/
DMakefile414 filetypes-of-class=$(subst .,,$(sort $(suffix $($(1)-srcs))))
416 $(foreach type,$(call filetypes-of-class,$(class)), \
/external/python/cpython3/Doc/library/
Ddialog.rst72 | *filetypes* - a sequence of (label, pattern) tuples, '*' wildcard is allowed
/external/python/cpython3/Lib/tkinter/
Dfiledialog.py475 openfilename=askopenfilename(filetypes=[("all files", "*")])
/external/coreboot/util/lint/
Dcoreboot.dict634 filetypes
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/
Ddlp.proto3706 // the files with these filetypes will be transformed. If empty, all
3710 // successfully created/started. Currently the only filetypes supported are:
/external/googleapis/google/privacy/dlp/v2/
Ddlp.proto4039 // the files with these filetypes will be transformed. If empty, all
4043 // successfully created/started. Currently the only filetypes supported are:
/external/bazelbuild-rules_go/third_party/
Dorg_golang_x_tools-deletegopls.patch4343 - "filetypes": ["go"],
4401 - filetypes = {"go", "gomod"},