/external/coreboot/util/cbfstool/ |
D | common.c | 177 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()
|
D | cbfs.h | 31 static struct typedesc_t filetypes[] unused = { variable
|
D | cbfs_image.c | 56 return lookup_name_by_type(filetypes, type, "(unknown)"); in get_cbfs_entry_type_name()
|
/external/python/cpython3/Lib/idlelib/ |
D | query.py | 282 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)
|
D | iomenu.py | 354 filetypes = ( variable in IOBinding 366 filetypes=self.filetypes) 387 filetypes=self.filetypes,
|
/external/libcups/scheduler/ |
D | job.c | 610 …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 …]
|
D | job.h | 41 mime_type_t **filetypes; /* File types */ member
|
D | printers.h | 92 cups_array_t *filetypes, /* Supported file types */ member
|
D | printers.c | 858 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 …]
|
D | ipp.c | 1138 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/ |
D | test_iomenu.py | 64 for filetype_tuple in iomenu.IOBinding.filetypes
|
/external/coreboot/payloads/libpayload/ |
D | Makefile | 352 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/ |
D | README.md | 75 filetypes = { 'spvasm' },
|
/external/coreboot/ |
D | Makefile | 414 filetypes-of-class=$(subst .,,$(sort $(suffix $($(1)-srcs)))) 416 $(foreach type,$(call filetypes-of-class,$(class)), \
|
/external/python/cpython3/Doc/library/ |
D | dialog.rst | 72 | *filetypes* - a sequence of (label, pattern) tuples, '*' wildcard is allowed
|
/external/python/cpython3/Lib/tkinter/ |
D | filedialog.py | 475 openfilename=askopenfilename(filetypes=[("all files", "*")])
|
/external/coreboot/util/lint/ |
D | coreboot.dict | 634 filetypes
|
/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/proto/google/privacy/dlp/v2/ |
D | dlp.proto | 3706 // 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/ |
D | dlp.proto | 4039 // 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/ |
D | org_golang_x_tools-deletegopls.patch | 4343 - "filetypes": ["go"], 4401 - filetypes = {"go", "gomod"},
|