HomeSort by relevance Sort by last modified time
    Searched refs:catalog (Results 1 - 25 of 28) sorted by null

1 2

  /external/stlport/src/
message_facets.h 53 * In glibc nl_catd type is void *, but messages_base::catalog is defined as int
56 * catalog open---this case can't be represented with pointers.
58 * messages_base::catalog and nl_catd handler.
65 /* If no mapping a message_base::catalog entry, int typedef according C++ Standard 22.2.7.1,
78 typedef hash_map<messages_base::catalog, nl_catd_type, hash<messages_base::catalog>, equal_to<messages_base::catalog>,
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type;
80 typedef hash_map<nl_catd_type, messages_base::catalog, hash<nl_catd_type>, equal_to<nl_catd_type>,
81 allocator<pair<_STLP_CONST nl_catd_type, messages_base::catalog> > > rmap_type
119 typedef messages_base::catalog catalog; typedef in class:_Messages
    [all...]
messages.cpp 72 messages_base::catalog _Catalog_nl_catd_map::insert(nl_catd_type cat) {
73 messages_base::catalog &res = Mr[cat];
89 void _Catalog_nl_catd_map::erase(messages_base::catalog cat) {
124 _Messages::catalog _Messages::do_open(const string& filename, const locale& L) const {
138 string _Messages::do_get(catalog cat,
149 _Messages::do_get(catalog thecat,
177 void _Messages::do_close(catalog thecat) const {
200 messages_byname<char>::catalog
205 messages_byname<char>::do_get(catalog cat, int set, int p_id,
209 void messages_byname<char>::do_close(catalog cat) cons
    [all...]
  /ndk/sources/android/stlport/src/
message_facets.h 53 * In glibc nl_catd type is void *, but messages_base::catalog is defined as int
56 * catalog open---this case can't be represented with pointers.
58 * messages_base::catalog and nl_catd handler.
65 /* If no mapping a message_base::catalog entry, int typedef according C++ Standard 22.2.7.1,
78 typedef hash_map<messages_base::catalog, nl_catd_type, hash<messages_base::catalog>, equal_to<messages_base::catalog>,
79 allocator<pair<_STLP_CONST messages_base::catalog, nl_catd_type> > > map_type;
80 typedef hash_map<nl_catd_type, messages_base::catalog, hash<nl_catd_type>, equal_to<nl_catd_type>,
81 allocator<pair<_STLP_CONST nl_catd_type, messages_base::catalog> > > rmap_type
119 typedef messages_base::catalog catalog; typedef in class:_Messages
    [all...]
messages.cpp 72 messages_base::catalog _Catalog_nl_catd_map::insert(nl_catd_type cat) {
73 messages_base::catalog &res = Mr[cat];
89 void _Catalog_nl_catd_map::erase(messages_base::catalog cat) {
124 _Messages::catalog _Messages::do_open(const string& filename, const locale& L) const {
138 string _Messages::do_get(catalog cat,
149 _Messages::do_get(catalog thecat,
177 void _Messages::do_close(catalog thecat) const {
200 messages_byname<char>::catalog
205 messages_byname<char>::do_get(catalog cat, int set, int p_id,
209 void messages_byname<char>::do_close(catalog cat) cons
    [all...]
  /external/stlport/stlport/stl/
_messages_facets.h 45 typedef int catalog; typedef in class:messages_base
57 typedef messages_base::catalog catalog; typedef in class:messages
63 catalog open(const string& __fn, const locale& __loc) const
65 string_type get(catalog __c, int __set, int __msgid,
68 inline void close(catalog __c) const
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
78 virtual string_type do_get(catalog __c, int __set, int __msgid,
81 virtual void do_close(catalog __c) const
90 typedef messages_base::catalog catalog typedef in class:messages
126 typedef messages_base::catalog catalog; typedef in class:messages_byname
154 typedef messages_base::catalog catalog; typedef in class:messages_byname
    [all...]
  /ndk/sources/android/stlport/stlport/stl/
_messages_facets.h 45 typedef int catalog; typedef in class:messages_base
57 typedef messages_base::catalog catalog; typedef in class:messages
63 catalog open(const string& __fn, const locale& __loc) const
65 string_type get(catalog __c, int __set, int __msgid,
68 inline void close(catalog __c) const
76 virtual catalog do_open(const string& __fn, const locale& __loc) const
78 virtual string_type do_get(catalog __c, int __set, int __msgid,
81 virtual void do_close(catalog __c) const
90 typedef messages_base::catalog catalog typedef in class:messages
126 typedef messages_base::catalog catalog; typedef in class:messages_byname
154 typedef messages_base::catalog catalog; typedef in class:messages_byname
    [all...]
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 438 * specified SQL User Defined Type (UDT) for a specified schema and catalog.
449 * <li>{@code TYPE_CAT} - String - the type catalog name (possibly {@code
488 * this gives the catalog of the table corresponding to the attribute's scope.
501 * @param catalog
502 * a catalog name. {@code null} is used to imply no narrowing of
503 * the search by catalog name. Otherwise, the name must match a
504 * catalog name held in the database, with "" used to retrieve
505 * those without a catalog name.
521 public ResultSet getAttributes(String catalog, String schemaPattern,
561 * @param catalog
    [all...]
Connection.java 214 * Gets this {@code Connection} object's current catalog name.
216 * @return the catalog name. {@code null} if there is no catalog
670 * Sets the catalog name for this connection. This is used to select a
672 * catalog names, this method is ignored.
674 * @param catalog
675 * the catalog name to use.
679 public void setCatalog(String catalog) throws SQLException;
    [all...]
  /external/apache-http/src/org/apache/http/impl/
DefaultHttpResponseFactory.java 57 /** The catalog for looking up reason phrases. */
62 * Creates a new response factory with the given catalog.
64 * @param catalog the catalog of reason phrases
66 public DefaultHttpResponseFactory(ReasonPhraseCatalog catalog) {
67 if (catalog == null) {
69 ("Reason phrase catalog must not be null.");
71 this.reasonCatalog = catalog;
75 * Creates a new response factory with the default catalog.
76 * The default catalog i
    [all...]
  /external/libxml2/
xmlcatalog.c 28 #include <libxml/catalog.h>
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
298 printf("\tdump: print the current catalog state\n");
316 \tParse the catalog file and query it for the entities\n\
319 \t--create : create a new catalog\n\
325 \t used with --add or --del, it saves the catalog changes\n\
326 \t and with --sgml it automatically updates the super catalog\n\
327 \t--no-super-update: do not update the SGML super catalog\n\
402 /* No catalog entry specified */
404 fprintf(stderr, "No catalog entry specified to remove from\n")
    [all...]
Android.mk 30 catalog.c \
catalog.c 2 * catalog.c: set of generic Catalog related routines
5 * http://www.jclark.com/sp/catalog.htm
39 #include <libxml/catalog.h>
71 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
74 #define XML_SGML_DEFAULT_CATALOG "file:///etc/sgml/catalog"
79 static char XML_XML_DEFAULT_CATALOG[256] = "file:///etc/xml/catalog";
154 * SGML Catalogs are stored as a simple hash table of catalog entries
155 * Catalog stack to check against overflows when building the
156 * SGML catalog
658 xmlNodePtr catalog; local
    [all...]
parserInternals.c 53 #include <libxml/catalog.h>
    [all...]
xmlIO.c 92 #include <libxml/catalog.h>
    [all...]
xmllint.c 84 #include <libxml/catalog.h>
106 #define XML_XML_DEFAULT_CATALOG "file:///etc/xml/catalog"
    [all...]
parser.c 58 #include <libxml/catalog.h>
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHttpResponse.java 67 * @param catalog the reason phrase catalog, or
74 final ReasonPhraseCatalog catalog,
81 this.reasonCatalog = catalog;
87 * The response will not have a reason phrase catalog and
98 * The response will not have a reason phrase catalog and
192 * This method evaluates the currently set catalog and locale.
193 * It also handles a missing catalog.
  /external/stlport/
configure 38 --with-stlport=<dir> use STLport in catalog <dir>
40 --with-boost=<dir> use boost headers in catalog <dir>
42 --with-msvc=<dir> use MS VC from this catalog
43 --with-mssdk=<dir> use MS SDK from this catalog
  /external/bzip2/
xmlproc.sh 59 export XML_CATALOG_FILES=/etc/xml/catalog
  /external/qemu/block/
bochs.c 51 uint32_t catalog; // num of entries member in struct:bochs_header_v1::__anon5936::__anon5937
71 uint32_t catalog; // num of entries member in struct:bochs_header::__anon5938::__anon5939
151 s->catalog_size = le32_to_cpu(bochs.extra.redolog.catalog);
  /libcore/sqlite-jdbc/src/main/java/SQLite/JDBC2z/
JDBCDatabaseMetaData.java 497 public ResultSet getProcedures(String catalog, String schemaPattern,
503 public ResultSet getProcedureColumns(String catalog,
511 public ResultSet getTables(String catalog, String schemaPattern,
587 public ResultSet getColumns(String catalog, String schemaPattern,
684 public ResultSet getColumnPrivileges(String catalog, String schema,
705 public ResultSet getTablePrivileges(String catalog, String schemaPattern,
725 public ResultSet getBestRowIdentifier(String catalog, String schema,
840 public ResultSet getVersionColumns(String catalog, String schema,
859 public ResultSet getPrimaryKeys(String catalog, String schema,
1022 public ResultSet getImportedKeys(String catalog, String schema
    [all...]
JDBCConnection.java 334 public void setCatalog(String catalog) throws SQLException {
  /external/grub/util/
mkbimage 406 mkisofs -b <image> -c boot.catalog -o raw.iso <dir>
410 mkisofs -b <image> -hard-disk-boot -c boot.catalog -o raw.iso <dir>
  /libcore/luni/src/test/java/org/apache/harmony/sql/tests/java/sql/
TestHelper_Connection1.java 165 public void setCatalog(String catalog) throws SQLException {
  /prebuilt/common/ant/
ant.jar 

Completed in 356 milliseconds

1 2