Home
last modified time | relevance | path

Searched refs:catalog (Results 1 - 6 of 6) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dlabel_db.c63 * For example, Trusted-RUBIX has an idea of "catalog" which performs
81 typedef struct catalog { struct
92 catalog_t *catalog) in process_line()
94 spec_t *spec = &catalog->specs[catalog->nspec]; in process_line()
158 catalog->nspec++; in process_line()
177 catalog_t *catalog = (catalog_t *)rec->data; in db_close() local
181 for (i = 0; i < catalog->nspec; i++) { in db_close()
182 spec = &catalog->specs[i]; in db_close()
187 free(catalog); in db_close()
91 process_line(const char *path, char *line_buf, unsigned int line_num, catalog_t *catalog) process_line() argument
196 catalog_t *catalog = (catalog_t *)rec->data; db_lookup() local
223 catalog_t *catalog = (catalog_t *)rec->data; db_stats() local
240 catalog_t *catalog; db_init() local
[all...]
/third_party/cups-filters/filter/pdftopdf/
H A Dqpdf_cm.cc43 auto catalog=pdf.getRoot(); in hasOutputIntent() local
44 if (!catalog.hasKey("/OutputIntents")) { in hasOutputIntent()
78 auto catalog=pdf.getRoot(); in addOutputIntent() local
79 if (!catalog.hasKey("/OutputIntents")) { in addOutputIntent()
80 catalog.replaceKey("/OutputIntents",QPDFObjectHandle::newArray()); in addOutputIntent()
82 catalog.getKey("/OutputIntents").appendItem(intent); in addOutputIntent()
/third_party/python/PC/layout/
H A Dmain.py27 from .support.catalog import *
467 if ns.catalog:
470 log_info("Generating {}", ns.catalog)
471 ns.catalog.parent.mkdir(parents=True, exist_ok=True)
472 write_catalog(ns.catalog, in_catalog)
522 "--catalog",
524 help="The CDF file to write catalog entries to",
567 help="Specify the catalog file to include",
598 if ns.catalog and not ns.catalog
[all...]
/third_party/python/Lib/
H A Dgettext.py5 message catalog library.
26 # a Catalog class and instances, and the ability to add to a catalog file via
38 # - Lazy loading of .mo files. Currently the entire catalog is loaded into
340 self._catalog = catalog = {}
360 # Now put all messages from the .mo file buffer into the catalog
414 catalog[(msgid1, i)] = str(x, charset)
416 catalog[str(msg, charset)] = str(tmsg, charset)
630 # The resulting catalog object currently don't support access through a
/third_party/cups-filters/cupsfilters/
H A Dppdgenerator.c433 * '_findCUPSMessageCatalog()' - Find a CUPS message catalog file
442 const char *catalog = NULL, *c1, *c2; in _searchDirForCatalog() local
455 catalog = strdup(catalogpath); in _searchDirForCatalog()
456 return catalog; in _searchDirForCatalog()
492 /* Check format of catalog name */ in _searchDirForCatalog()
498 /* Is catalog readable ? */ in _searchDirForCatalog()
503 catalog = strdup(catalogpath); in _searchDirForCatalog()
508 if (catalog != NULL) in _searchDirForCatalog()
514 return catalog; in _searchDirForCatalog()
520 const char *catalog in _findCUPSMessageCatalog() local
[all...]
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc794 asset catalog) that needs to be compiled to a single output. The following
799 catalog.
803 compiled asset catalog. Usually corresponds to the product_type
808 assets catalog compiler. Usually based on the target_name of

Completed in 6 milliseconds