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

123

/external/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)
94 spec_t *spec = &catalog->specs[catalog->nspec];
158 catalog->nspec++;
177 catalog_t *catalog = (catalog_t *)rec->data; local
181 for (i = 0; i < catalog->nspec; i++) {
182 spec = &catalog->specs[i];
187 free(catalog);
91 process_line(const char *path, char *line_buf, unsigned int line_num, catalog_t *catalog) argument
196 catalog_t *catalog = (catalog_t *)rec->data; local
223 catalog_t *catalog = (catalog_t *)rec->data; local
240 catalog_t *catalog; local
[all...]
/external/libxml2/python/tests/
H A Dinput_callback.py16 'catalogs/catalog.xml' :
18 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
19 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">
21 </catalog>''',
36 catURL = prefix + "catalogs/catalog.xml"
47 def run_test(desc, docpath, catalog, exp_status="verified", exp_err=[], test_callback=None,
61 if catalog is not None:
62 parser.addLocalCatalog(catalog)
[all...]
/external/libxml2/os400/
H A Dxmlcatlgcl.c50 paramlist(256, char) catalog; /* vary2(256). */ member in struct:__anon11565
58 vary2 * instmf; /* Input catalog file name. */
60 vary2 * outstmf; /* Output catalog file name. */
68 paramlist(5000 + 2, vary2) * catalog; /* Additional catalog files. */ member in struct:__anon11566
157 if (args->catalog->len) {
158 for (i = 0; i < args->catalog->len &&
159 !args->catalog->item[i].param.len; i++)
163 if (i < args->catalog->len) {
165 for (i = 0; i < args->catalog
[all...]
/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpResponseFactory.java62 /** The catalog for looking up reason phrases. */
67 * Creates a new response factory with the given catalog.
69 * @param catalog the catalog of reason phrases
71 public DefaultHttpResponseFactory(ReasonPhraseCatalog catalog) { argument
72 if (catalog == null) {
74 ("Reason phrase catalog must not be null.");
76 this.reasonCatalog = catalog;
80 * Creates a new response factory with the default catalog.
81 * The default catalog i
[all...]
/external/libxml2/
H A DtestThreads.c10 #include <libxml/catalog.h>
29 static const char *catalog = "test/threads/complex.xml"; variable
106 xmlLoadCatalog(catalog);
149 xmlLoadCatalog(catalog);
150 printf("loaded catalog: %s\n", catalog);
197 fprintf(stderr, "libxml was not compiled with thread or catalog support\n");
H A Dxmlcatalog.c28 #include <libxml/catalog.h>
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
297 printf("\tdump: print the current catalog state\n");
315 \tParse the catalog file and query it for the entities\n\
318 \t--create : create a new catalog\n\
324 \t used with --add or --del, it saves the catalog changes\n\
325 \t and with --sgml it automatically updates the super catalog\n\
326 \t--no-super-update: do not update the SGML super catalog\n\
401 /* No catalog entry specified */
403 fprintf(stderr, "No catalog entr
[all...]
H A DtestThreadsWin32.c9 #include <libxml/catalog.h>
19 static const char *catalog = "test/threads/complex.xml"; variable
96 xmlLoadCatalog(catalog);
147 fprintf(stderr, "libxml was not compiled with thread or catalog support\n");
H A DAndroid.mk42 DOCBparser.c catalog.c globals.c threads.c c14n.c xmlstring.c \
H A Dcatalog.c2 * catalog.c: set of generic Catalog related routines
5 * http://www.jclark.com/sp/catalog.htm
39 #include <libxml/catalog.h>
73 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
76 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
81 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog";
158 * SGML Catalogs are stored as a simple hash table of catalog entries
160 * SGML catalog
194 * The default catalog in use by the application
199 * A mutex for modifying the shared global catalog(
539 xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog, xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) argument
662 xmlNodePtr catalog; local
[all...]
/external/skia/tests/
H A DPDFPrimitivesTest.cpp40 Catalog catalog; local
43 catPtr = &catalog;
149 Catalog catalog; local
150 catalog.numbers.addObject(a1.get());
151 REPORTER_ASSERT(reporter, catalog.numbers.getObjectNumber(a1.get()) == 1);
153 SkString result = emit_to_string(*a2, &catalog);
168 SkPDFObjNumMap catalog; local
169 catalog.addObject(proxy.get());
279 Catalog catalog; local
280 catalog
343 Catalog catalog; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-resolver.jar ... String file org.apache.xml.resolver.Catalog catalog org.apache.tools.ant.types ...
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java72 * @param catalog the reason phrase catalog, or
79 final ReasonPhraseCatalog catalog,
86 this.reasonCatalog = catalog;
92 * The response will not have a reason phrase catalog and
103 * The response will not have a reason phrase catalog and
197 * This method evaluates the currently set catalog and locale.
198 * It also handles a missing catalog.
78 BasicHttpResponse(final StatusLine statusline, final ReasonPhraseCatalog catalog, final Locale locale) argument
/external/libxml2/include/libxml/
H A DMakefile.am31 catalog.h \
/external/libxml2/doc/
H A 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
34 # ROOTCATALOG contains the full pathname for the catalog. We will
115 ROOTCATALOG=/etc/xml/catalog
128 ROOTCATALOG=$optarg/catalog
H A DMakefile.am82 catalog.gif \
83 catalog.html \
104 html/libxml-catalog.html \
/external/bzip2/
H A Dxmlproc.sh59 export XML_CATALOG_FILES=/etc/xml/catalog
/external/skia/src/pdf/
H A DSkPDFTypes.cpp291 void SkPDFArray::addResources(SkPDFObjNumMap* catalog, argument
294 value.addResources(catalog, substitutes);
365 void SkPDFDict::addResources(SkPDFObjNumMap* catalog, argument
368 fRecords[i].fKey.addResources(catalog, substitutes);
369 fRecords[i].fValue.addResources(catalog, substitutes);
467 SkPDFObjNumMap* catalog, const SkPDFSubstituteMap& substitutes) const {
468 fDict->addResources(catalog, substitutes);
466 addResources( SkPDFObjNumMap* catalog, const SkPDFSubstituteMap& substitutes) const argument
H A DSkPDFTypes.h39 * @param catalog The object catalog to use.
49 * catalog. Implementations should respect the catalog's object
52 virtual void addResources(SkPDFObjNumMap* catalog, argument
343 /** Add the passed object to the catalog.
345 * @return True iff the object was not already added to the catalog.
349 /** Add the passed object to the catalog, as well as all its dependencies.
H A DSkPDFBitmap.cpp409 void addResources(SkPDFObjNumMap* catalog,
414 catalog->addObjectRecursively(obj, subs);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java497 public ResultSet getProcedures(String catalog, String schemaPattern, argument
503 public ResultSet getProcedureColumns(String catalog, argument
511 public ResultSet getTables(String catalog, String schemaPattern, argument
587 public ResultSet getColumns(String catalog, String schemaPattern, argument
684 public ResultSet getColumnPrivileges(String catalog, String schema, argument
705 public ResultSet getTablePrivileges(String catalog, String schemaPattern, argument
725 public ResultSet getBestRowIdentifier(String catalog, String schema, argument
840 public ResultSet getVersionColumns(String catalog, String schema, argument
859 public ResultSet getPrimaryKeys(String catalog, String schema, argument
1022 public ResultSet getImportedKeys(String catalog, Strin argument
1064 getExportedKeys(String catalog, String schema, String table) argument
1272 getIndexInfo(String catalog, String schema, String table, boolean unique, boolean approximate) argument
1440 getUDTs(String catalog, String schemaPattern, String typeNamePattern, int[] types) argument
1603 getSuperTypes(String catalog, String schemaPattern, String typeNamePattern) argument
1609 getSuperTables(String catalog, String schemaPattern, String tableNamePattern) argument
1615 getAttributes(String catalog, String schemaPattern, String typeNamePattern, String attributeNamePattern) argument
[all...]
/external/libxml2/VxWorks/
H A DMakefile34 OBJS = c14n.o catalog.o chvalid.o \
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
H A DTestHelper_Connection1.java164 public void setCatalog(String catalog) throws SQLException { argument
/external/guice/extensions/persist/lib/
H A Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/persistence/AssociationOverride.class AssociationOverride. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jar ... .eclipse.core.internal.content.ContentTypeCatalog catalog private org.eclipse.core.runtime.IConfigurationElement ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.contenttype_3.5.0.v20150421-2214.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 981 milliseconds

123