HomeSort by relevance Sort by last modified time
    Searched refs:Importer (Results 26 - 35 of 35) sorted by null

12

  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 38 #include <google/protobuf/compiler/importer.h>
120 Importer importer_;
command_line_interface.cc 56 #include <google/protobuf/compiler/importer.h>
110 // copy in importer.cc?
644 // Allocate the Importer.
646 Importer importer(&source_tree, &error_collector);
653 importer.AddUnusedImportTrackFile(input_files_[i]);
654 const FileDescriptor* parsed_file = importer.Import(input_files_[i]);
655 importer.ClearUnusedImportTrackFiles();
738 if (!EncodeOrDecode(importer.pool())) {
    [all...]
  /external/drm_hwcomposer/
hwcomposer.cpp 23 #include "importer.h"
143 hwc_context_t() : procs(NULL), importer(NULL) {
147 delete importer;
155 Importer *importer; member in struct:android::hwc_context_t
221 int ret = ctx->importer->ImportBuffer(layer->handle, &bo);
231 int destroy_ret = ctx->importer->ReleaseBuffer(&bo);
243 ctx->drm.compositor()->CreateComposition(ctx->importer);
336 Composition *pre_composition = ctx->pre_compositor.CreateComposition(ctx->importer);
705 ctx->importer = Importer::CreateInstance(&ctx->drm)
    [all...]
  /external/icu/icu4c/source/i18n/
collationruleparser.cpp 54 CollationRuleParser::Importer::~Importer() {}
61 sink(NULL), importer(NULL),
636 if(importer == NULL) {
640 importer->getRules(baseID, length > 0 ? collationType : "standard",
collationbuilder.cpp 53 class BundleImporter : public CollationRuleParser::Importer {
167 BundleImporter importer; local
169 &importer,
233 CollationRuleParser::Importer *importer,
256 parser.setImporter(importer);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationBuilder.java 29 private static final class BundleImporter implements CollationRuleParser.Importer {
68 // In Java, there is only one Importer implementation.
69 // In C++, the importer is a parameter for this method.
    [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 672 class GenrbImporter : public icu::CollationRuleParser::Importer {
1004 GenrbImporter importer(state->inputdir, state->outputdir);
1016 builder.parseAndBuild(rules, version, &importer, &parseError, intStatus));
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 59 #include <google/protobuf/compiler/importer.h>
102 // Parse a descriptor directly (using google::protobuf::compiler::Importer) and
108 // Set up the Importer.
112 Importer importer(&source_tree, &error_collector);
116 importer.Import("google/protobuf/unittest.proto");
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 177 milliseconds

12