Home
last modified time | relevance | path

Searched refs:catalog (Results 1 – 25 of 93) sorted by relevance

1234

/external/selinux/libselinux/src/
Dlabel_db.c81 typedef struct catalog { struct
92 catalog_t *catalog) in process_line() argument
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()
196 catalog_t *catalog = (catalog_t *)rec->data; in db_lookup() local
200 for (i = 0; i < catalog->nspec; i++) { in db_lookup()
[all …]
/external/libxml2/python/tests/
Dinput_callback.py47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None, argument
61 if catalog is not None:
62 parser.addLocalCatalog(catalog)
89 docpath=startURL, catalog=None,
99 docpath=startURL, catalog=None,
107 docpath=startURL, catalog=catURL)
111 docpath=startURL, catalog=catURL,
120 docpath=startURL, catalog=catURL,
129 docpath="tst.xml", catalog=None,
140 docpath="tst.xml", catalog=None,
/external/skia/tests/
DPDFPrimitivesTest.cpp40 Catalog catalog; in emit_to_string() local
43 catPtr = &catalog; in emit_to_string()
149 Catalog catalog; in TestObjectRef() local
150 catalog.numbers.addObject(a1.get()); in TestObjectRef()
151 REPORTER_ASSERT(reporter, catalog.numbers.getObjectNumber(a1.get()) == 1); in TestObjectRef()
153 SkString result = emit_to_string(*a2, &catalog); in TestObjectRef()
168 SkPDFObjNumMap catalog; in TestSubstitute() local
169 catalog.addObject(proxy.get()); in TestSubstitute()
279 Catalog catalog; in TestPDFArray() local
280 catalog.numbers.addObject(referencedArray.get()); in TestPDFArray()
[all …]
/external/apache-http/src/org/apache/http/impl/
DDefaultHttpResponseFactory.java71 public DefaultHttpResponseFactory(ReasonPhraseCatalog catalog) { in DefaultHttpResponseFactory() argument
72 if (catalog == null) { in DefaultHttpResponseFactory()
76 this.reasonCatalog = catalog; in DefaultHttpResponseFactory()
/external/libxml2/
DtestThreads.c29 static const char *catalog = "test/threads/complex.xml"; variable
106 xmlLoadCatalog(catalog); in main()
149 xmlLoadCatalog(catalog); in main()
150 printf("loaded catalog: %s\n", catalog); in main()
DtestThreadsWin32.c19 static const char *catalog = "test/threads/complex.xml"; variable
96 xmlLoadCatalog(catalog); in main()
Dcatalog.c539 static void xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog, in xmlDumpXMLCatalogNode() argument
562 xmlAddChild(catalog, node); in xmlDumpXMLCatalogNode()
587 xmlAddChild(catalog, node); in xmlDumpXMLCatalogNode()
593 xmlAddChild(catalog, node); in xmlDumpXMLCatalogNode()
599 xmlAddChild(catalog, node); in xmlDumpXMLCatalogNode()
605 xmlAddChild(catalog, node); in xmlDumpXMLCatalogNode()
611 xmlAddChild(catalog, node); in xmlDumpXMLCatalogNode()
617 xmlAddChild(catalog, node); in xmlDumpXMLCatalogNode()
623 xmlAddChild(catalog, node); in xmlDumpXMLCatalogNode()
629 xmlAddChild(catalog, node); in xmlDumpXMLCatalogNode()
[all …]
/external/bison/po/
Den@boldquot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
/external/bison/runtime-po/
Den@boldquot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
/external/elfutils/po/
Den@boldquot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
/external/libexif/po/
Den@boldquot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
/external/e2fsprogs/po/
Den@boldquot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
23 # This catalog furthermore displays the text between the quotation marks in
Den@quot.header1 # All this catalog "translates" are quotation characters.
7 # This catalog translates grave accent (0x60) and apostrophe (0x27) to
/external/libxml2/doc/
DbuildDocBookCatalog9 --prefix=DIR change the output directory for catalog files
20 echo Unable to update root catalog $ROOTCATALOG
25 echo Using $ROOTCATALOG as the root catalog
115 ROOTCATALOG=/etc/xml/catalog
128 ROOTCATALOG=$optarg/catalog
Dcatalog.fig61 4 0 0 50 0 0 18 0.0000 4 255 1770 2025 3450 /etc/xml/catalog\001
/external/skia/src/pdf/
DSkPDFTypes.cpp291 void SkPDFArray::addResources(SkPDFObjNumMap* catalog, in addResources() argument
294 value.addResources(catalog, substitutes); in addResources()
365 void SkPDFDict::addResources(SkPDFObjNumMap* catalog, in addResources() argument
368 fRecords[i].fKey.addResources(catalog, substitutes); in addResources()
369 fRecords[i].fValue.addResources(catalog, substitutes); in addResources()
467 SkPDFObjNumMap* catalog, const SkPDFSubstituteMap& substitutes) const { in addResources() argument
468 fDict->addResources(catalog, substitutes); in addResources()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java497 public ResultSet getProcedures(String catalog, String schemaPattern, in getProcedures() argument
503 public ResultSet getProcedureColumns(String catalog, in getProcedureColumns() argument
511 public ResultSet getTables(String catalog, String schemaPattern, in getTables() argument
587 public ResultSet getColumns(String catalog, String schemaPattern, in getColumns() argument
684 public ResultSet getColumnPrivileges(String catalog, String schema, in getColumnPrivileges() argument
705 public ResultSet getTablePrivileges(String catalog, String schemaPattern, in getTablePrivileges() argument
725 public ResultSet getBestRowIdentifier(String catalog, String schema, in getBestRowIdentifier() argument
840 public ResultSet getVersionColumns(String catalog, String schema, in getVersionColumns() argument
859 public ResultSet getPrimaryKeys(String catalog, String schema, in getPrimaryKeys() argument
1022 public ResultSet getImportedKeys(String catalog, String schema, in getImportedKeys() argument
[all …]
/external/libxml2/os400/libxmlrpg/
Dcatalog.rpgle2 * Description: the catalog module implements the support for
6 * http://www.jclark.com/sp/catalog.htm
30 d tc:entity:xmlns:xml:catalog'
36 d XML_CATALOG_PI c 'oasis-xml-catalog'
62 * Operations on a given catalog.
/external/apache-http/src/org/apache/http/message/
DBasicHttpResponse.java79 final ReasonPhraseCatalog catalog, in BasicHttpResponse() argument
86 this.reasonCatalog = catalog; in BasicHttpResponse()
/external/e2fsprogs/intl/
Dlibgnuintl.h.in105 /* Look up MSGID in the current default message catalog for the current
122 /* Look up MSGID in the DOMAINNAME message catalog for the current
138 /* Look up MSGID in the DOMAINNAME message catalog for the current CATEGORY
220 /* Set the current default message catalog to DOMAINNAME.
237 /* Specify that the DOMAINNAME message catalog will be found
256 DOMAINNAME message catalog will be returned. */
/external/icu/icu4c/source/test/testdata/
Dmc.txt11 // ucat.h message catalog API.

1234