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

12

/external/stlport/stlport/stl/
H A D_messages_facets.h45 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 catalo 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...]
/external/skia/src/pdf/
H A DSkPDFStream.cpp16 static bool skip_compression(SkPDFCatalog* catalog) { argument
17 return catalog->getDocumentFlags() & SkPDFDocument::kNoCompression_Flag;
56 void SkPDFStream::emitObject(SkWStream* stream, SkPDFCatalog* catalog, argument
59 return emitIndirectObject(stream, catalog);
61 if (!this->populate(catalog)) {
62 return fSubstitute->emitObject(stream, catalog, indirect);
65 this->INHERITED::emitObject(stream, catalog, false);
71 size_t SkPDFStream::getOutputSize(SkPDFCatalog* catalog, bool indirect) { argument
73 return getIndirectOutputSize(catalog);
75 if (!this->populate(catalog)) {
89 populate(SkPDFCatalog* catalog) argument
[all...]
H A DSkPDFPage.cpp22 void SkPDFPage::finalizePage(SkPDFCatalog* catalog, bool firstPage, argument
34 catalog->addObject(fContentStream.get(), firstPage);
38 off_t SkPDFPage::getPageSize(SkPDFCatalog* catalog, off_t fileOffset) { argument
40 catalog->setFileOffset(fContentStream.get(), fileOffset);
41 return fContentStream->getOutputSize(catalog, true);
44 void SkPDFPage::emitPage(SkWStream* stream, SkPDFCatalog* catalog) { argument
46 fContentStream->emitObject(stream, catalog, true);
51 SkPDFCatalog* catalog,
107 catalog->addObject(curNodes[i], false);
110 catalog
50 GeneratePageTree(const SkTDArray<SkPDFPage*>& pages, SkPDFCatalog* catalog, SkTDArray<SkPDFDict*>* pageTree, SkPDFDict** rootNode) argument
[all...]
H A DSkPDFTypes.cpp23 void SkPDFObject::emit(SkWStream* stream, SkPDFCatalog* catalog, argument
25 SkPDFObject* realObject = catalog->getSubstituteObject(this);
26 return realObject->emitObject(stream, catalog, indirect);
29 size_t SkPDFObject::getOutputSize(SkPDFCatalog* catalog, bool indirect) { argument
31 emit(&buffer, catalog, indirect);
37 void SkPDFObject::emitIndirectObject(SkWStream* stream, SkPDFCatalog* catalog) { argument
38 catalog->emitObjectNumber(stream, this);
40 emit(stream, catalog, false);
44 size_t SkPDFObject::getIndirectOutputSize(SkPDFCatalog* catalog) { argument
45 return catalog
70 emitObject(SkWStream* stream, SkPDFCatalog* catalog, bool indirect) argument
77 getOutputSize(SkPDFCatalog* catalog, bool indirect) argument
85 emitObject(SkWStream* stream, SkPDFCatalog* catalog, bool indirect) argument
96 emitObject(SkWStream* stream, SkPDFCatalog* catalog, bool indirect) argument
106 getOutputSize(SkPDFCatalog* catalog, bool indirect) argument
117 emitObject(SkWStream* stream, SkPDFCatalog* catalog, bool indirect) argument
195 emitObject(SkWStream* stream, SkPDFCatalog* catalog, bool indirect) argument
202 getOutputSize(SkPDFCatalog* catalog, bool indirect) argument
281 emitObject(SkWStream* stream, SkPDFCatalog* catalog, bool indirect) argument
287 getOutputSize(SkPDFCatalog* catalog, bool indirect) argument
314 emitObject(SkWStream* stream, SkPDFCatalog* catalog, bool indirect) argument
330 getOutputSize(SkPDFCatalog* catalog, bool indirect) argument
392 emitObject(SkWStream* stream, SkPDFCatalog* catalog, bool indirect) argument
408 getOutputSize(SkPDFCatalog* catalog, bool indirect) argument
[all...]
H A DSkPDFDocument.cpp17 // Add the resources, starting at firstIndex to the catalog, removing any dupes.
21 SkPDFCatalog* catalog) {
29 catalog->addObject((*resourceList)[i], firstPage);
34 static void perform_font_subsetting(SkPDFCatalog* catalog, argument
37 SkASSERT(catalog);
50 catalog->setSubstitute(entry->fFont, subsetFont);
123 // Figure out the size of things and inform the catalog of file offsets.
19 addResourcesToCatalog(int firstIndex, bool firstPage, SkTDArray<SkPDFObject*>* resourceList, SkPDFCatalog* catalog) argument
H A DSkPDFGraphicState.cpp67 void SkPDFGraphicState::emitObject(SkWStream* stream, SkPDFCatalog* catalog, argument
70 SkPDFDict::emitObject(stream, catalog, indirect);
74 size_t SkPDFGraphicState::getOutputSize(SkPDFCatalog* catalog, bool indirect) { argument
76 return SkPDFDict::getOutputSize(catalog, indirect);
H A DSkPDFFontImpl.h21 virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog,
/external/stlport/src/
H A Dmessage_facets.h53 * 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_typ
119 typedef messages_base::catalog catalog; typedef in class:_Messages
[all...]
H A Dmessages.cpp72 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 ca
[all...]
/external/skia/include/pdf/
H A DSkPDFPage.h39 * to the passed catalog, so it must be called for each document
41 * @param catalog The catalog to add page content objects to.
47 void finalizePage(SkPDFCatalog* catalog, bool firstPage,
50 /** Determine the size of the page content and store to the catalog
53 * @param catalog The catalog to add the object offsets to.
57 off_t getPageSize(SkPDFCatalog* catalog, off_t fileOffset);
61 * @param catalog The active object catalog
[all...]
H A DSkPDFTypes.h38 * @param catalog The object catalog to use.
41 virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect);
52 /** Emit this object unless the catalog has a substitute object, in which
56 void emit(SkWStream* stream, SkPDFCatalog* catalog, bool indirect);
59 * @param catalog The object catalog to use.
62 void emitIndirectObject(SkWStream* stream, SkPDFCatalog* catalog);
65 * @param catalog The object catalog t
[all...]
H A DSkPDFStream.h42 virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog,
44 virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect);
72 bool populate(SkPDFCatalog* catalog);
H A DSkPDFGraphicState.h37 virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog,
39 virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect);
/external/skia/tests/
H A DPDFPrimitivesTest.cpp56 SkPDFCatalog catalog(docFlags);
57 size_t directSize = obj->getOutputSize(&catalog, false);
61 obj->emit(&buffer, &catalog, false);
73 catalog.addObject(obj, false);
75 size_t indirectSize = obj->getOutputSize(&catalog, true);
80 obj->emit(&buffer, &catalog, true);
150 SkPDFCatalog catalog((SkPDFDocument::Flags)0);
159 catalog.addObject(int1.get(), false);
160 catalog.addObject(int2.get(), false);
161 catalog
[all...]
/external/apache-http/src/org/apache/http/impl/
H A DDefaultHttpResponseFactory.java57 /** 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) { argument
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/
H A Dxmlcatalog.c28 #include <libxml/catalog.h>
46 #define XML_SGML_DEFAULT_CATALOG "/etc/sgml/catalog"
295 printf("\tdump: print the current catalog state\n");
313 \tParse the catalog file and query it for the entities\n\
316 \t--create : create a new catalog\n\
322 \t used with --add or --del, it saves the catalog changes\n\
323 \t and with --sgml it automatically updates the super catalog\n\
324 \t--no-super-update: do not update the SGML super catalog\n\
399 /* No catalog entry specified */
401 fprintf(stderr, "No catalog entr
[all...]
H A DAndroid.mk30 catalog.c \
/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/chromium/chrome/common/extensions/
H A Dextension_message_bundle.cc76 DictionaryValue* catalog = (*it).get(); local
77 for (DictionaryValue::key_iterator key_it = catalog->begin_keys();
78 key_it != catalog->end_keys(); ++key_it) {
83 if (!GetMessageValue(*key_it, *catalog, &value, error))
133 const DictionaryValue& catalog,
138 if (!catalog.GetDictionaryWithoutPathExpansion(key, &name_tree)) {
132 GetMessageValue(const std::string& key, const DictionaryValue& catalog, std::string* value, std::string* error) const argument
H A Dextension_l10n_util_unittest.cc219 linked_ptr<DictionaryValue> catalog(new DictionaryValue);
223 catalog->Set("name", name_tree);
227 catalog->Set("description", description_tree);
231 catalog->Set("title", action_title_tree);
235 catalog->Set("omnibox_keyword", omnibox_keyword_tree);
239 catalog->Set("file_handler_title", file_handler_title_tree);
242 catalogs.push_back(catalog);
H A Dextension_l10n_util.cc277 linked_ptr<DictionaryValue> catalog(
279 if (!catalog.get()) {
284 catalogs.push_back(catalog);
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java67 * @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.
73 BasicHttpResponse(final StatusLine statusline, final ReasonPhraseCatalog catalog, final Locale locale) argument
/external/stlport/
H A Dconfigure38 --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/
H A Dxmlproc.sh59 export XML_CATALOG_FILES=/etc/xml/catalog
/external/qemu/block/
H A Dbochs.c51 uint32_t catalog; // num of entries member in struct:bochs_header_v1::__anon10342::__anon10343
71 uint32_t catalog; // num of entries member in struct:bochs_header::__anon10344::__anon10345
138 s->catalog_size = le32_to_cpu(bochs.extra.redolog.catalog);

Completed in 358 milliseconds

12