Searched defs:catalog (Results 1 - 25 of 33) sorted by relevance

12

/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
110 xmlLoadCatalog(catalog);
153 xmlLoadCatalog(catalog);
154 printf("loaded catalog: %s\n", catalog);
201 fprintf(stderr, "libxml was not compiled with thread or catalog support\n");
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 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(
544 xmlDumpXMLCatalogNode(xmlCatalogEntryPtr catal, xmlNodePtr catalog, xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) argument
667 xmlNodePtr catalog; local
[all...]
H A Druntest.c76 #include <libxml/catalog.h>
222 * We need to trap calls to the resolver to not account memory for the catalog
2848 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
2867 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
3960 static const char *catalog = "test/threads/complex.xml"; variable
4053 xmlLoadCatalog(catalog);
4116 xmlLoadCatalog(catalog);
4169 xmlLoadCatalog(catalog);
H A Dparser.c65 #include <libxml/catalog.h>
5022 * @catalog: the PI value string
5026 * <?oasis-xml-catalog catalog="http://example.com/catalog.xml"?>
5030 * This will add the given catalog to the parsing context in order
5035 xmlParseCatalogPI(xmlParserCtxtPtr ctxt, const xmlChar *catalog) { argument
5040 tmp = catalog;
5042 if (xmlStrncmp(tmp, BAD_CAST"catalog", 7))
5074 catalog, NUL
[all...]
/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/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/os400/
H A Dxmlcatlgcl.c50 paramlist(256, char) catalog; /* vary2(256). */ member in struct:__anon13435
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:__anon13436
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-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/skia/tests/
H A DPDFPrimitivesTest.cpp41 SkPDFObjNumMap catalog; local
44 catPtr = &catalog;
149 SkPDFObjNumMap catalog; local
150 catalog.addObjectRecursively(a1.get());
151 REPORTER_ASSERT(reporter, catalog.getObjectNumber(a1.get()) == 1);
153 SkString result = emit_to_string(*a2, &catalog);
268 SkPDFObjNumMap catalog; local
269 catalog.addObjectRecursively(referencedArray.get());
270 REPORTER_ASSERT(reporter, catalog.getObjectNumber(
274 SkString result = emit_to_string(*array, &catalog);
332 SkPDFObjNumMap catalog; local
[all...]
/external/skqp/tests/
H A DPDFPrimitivesTest.cpp41 SkPDFObjNumMap catalog; local
44 catPtr = &catalog;
149 SkPDFObjNumMap catalog; local
150 catalog.addObjectRecursively(a1.get());
151 REPORTER_ASSERT(reporter, catalog.getObjectNumber(a1.get()) == 1);
153 SkString result = emit_to_string(*a2, &catalog);
268 SkPDFObjNumMap catalog; local
269 catalog.addObjectRecursively(referencedArray.get());
270 REPORTER_ASSERT(reporter, catalog.getObjectNumber(
274 SkString result = emit_to_string(*array, &catalog);
332 SkPDFObjNumMap catalog; local
[all...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java334 public void setCatalog(String catalog) throws SQLException { argument
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/guice/extensions/persist/lib/
H A Dejb3-persistence.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/persistence/ javax/persistence/AssociationOverride.class AssociationOverride. ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
/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 ...
/external/robolectric/v1/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 858 milliseconds

12