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

1 2

  /external/clang/lib/AST/
ASTImporter.cpp 31 ASTImporter &Importer;
34 explicit ASTNodeImporter(ASTImporter &Importer) : Importer(Importer) { }
105 (IDK == IDK_Default && !Importer.isMinimalImport());
    [all...]
  /external/drm_hwcomposer/
platformdrmgeneric.h 27 class DrmGenericImporter : public Importer {
drmhwcomposer.h 41 class Importer;
46 DrmHwcBuffer(const hwc_drm_bo &bo, Importer *importer)
47 : bo_(bo), importer_(importer) {
73 int ImportBuffer(buffer_handle_t handle, Importer *importer);
77 Importer *importer_ = NULL;
152 int InitFromHwcLayer(hwc_layer_1_t *sf_layer, Importer *importer,
drmcompositor.h 37 std::unique_ptr<DrmComposition> CreateComposition(Importer *importer);
drmcomposition.h 47 DrmComposition(DrmResources *drm, Importer *importer, Planner *planner);
65 Importer *importer_;
drmdisplaycomposition.h 34 class Importer;
109 int Init(DrmResources *drm, DrmCrtc *crtc, Importer *importer,
174 Importer *importer() const { function in class:android::DrmDisplayComposition
196 Importer *importer_ = NULL;
platformnv.h 30 class NvImporter : public Importer {
42 NvImporter *importer; member in struct:android::NvImporter::NvBuffer
platform.h 33 class Importer {
35 virtual ~Importer() {
38 // Creates a platform-specific importer instance
39 static Importer *CreateInstance(DrmResources *drm);
platformdrmgeneric.cpp 37 Importer *Importer::CreateInstance(DrmResources *drm) {
38 DrmGenericImporter *importer = new DrmGenericImporter(drm); local
39 if (!importer)
42 int ret = importer->Init();
44 ALOGE("Failed to initialize the nv importer %d", ret);
45 delete importer;
48 return importer;
drmcompositor.cpp 56 Importer *importer) {
58 new DrmComposition(drm_, importer, planner_.get()));
platformnv.cpp 35 Importer *Importer::CreateInstance(DrmResources *drm) {
36 NvImporter *importer = new NvImporter(drm); local
37 if (!importer)
40 int ret = importer->Init();
42 ALOGE("Failed to initialize the nv importer %d", ret);
43 delete importer;
46 return importer;
86 buf->importer = this;
142 buf->importer->ReleaseBuffer(&buf->bo)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer.h 56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer {
144 Importer(SourceTree* source_tree,
146 ~Importer();
154 // A particular Importer object will only report errors for a particular
159 // separate Importer object to import each one (but use the same
176 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
179 // If the importer encounters problems while trying to import the proto files,
196 // Used by the default implementation of Importer to resolve import statements
importer.cc 48 #include <google/protobuf/compiler/importer.h>
187 Importer::Importer(SourceTree* source_tree,
195 Importer::~Importer() {}
197 const FileDescriptor* Importer::Import(const string& filename) {
201 void Importer::AddUnusedImportTrackFile(const string& file_name) {
205 void Importer::ClearUnusedImportTrackFiles() {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer {
144 Importer(SourceTree* source_tree,
146 ~Importer();
154 // A particular Importer object will only report errors for a particular
159 // separate Importer object to import each one (but use the same
173 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
176 // If the importer encounters problems while trying to import the proto files,
193 // Used by the default implementation of Importer to resolve import statements
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/compiler/
importer.h 56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer {
144 Importer(SourceTree* source_tree,
146 ~Importer();
154 // A particular Importer object will only report errors for a particular
159 // separate Importer object to import each one (but use the same
173 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
176 // If the importer encounters problems while trying to import the proto files,
193 // Used by the default implementation of Importer to resolve import statements
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/compiler/
importer.h 56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer {
144 Importer(SourceTree* source_tree,
146 ~Importer();
154 // A particular Importer object will only report errors for a particular
159 // separate Importer object to import each one (but use the same
173 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
176 // If the importer encounters problems while trying to import the proto files,
193 // Used by the default implementation of Importer to resolve import statements
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/compiler/
importer.h 56 class Importer;
142 class LIBPROTOBUF_EXPORT Importer {
144 Importer(SourceTree* source_tree,
146 ~Importer();
154 // A particular Importer object will only report errors for a particular
159 // separate Importer object to import each one (but use the same
173 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
176 // If the importer encounters problems while trying to import the proto files,
193 // Used by the default implementation of Importer to resolve import statements
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
importer.h 56 class Importer;
148 class LIBPROTOBUF_EXPORT Importer {
150 Importer(SourceTree* source_tree,
152 ~Importer();
160 // A particular Importer object will only report errors for a particular
165 // separate Importer object to import each one (but use the same
182 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Importer);
185 // If the importer encounters problems while trying to import the proto files,
205 // Used by the default implementation of Importer to resolve import statements
  /external/icu/icu4c/source/i18n/
collationruleparser.h 93 class U_I18N_API Importer : public UObject {
95 virtual ~Importer();
105 * The Importer can be set, otherwise [import locale] syntax is not supported.
119 * Sets the pointer to an Importer object.
122 void setImporter(Importer *importerAlias) {
123 importer = importerAlias;
187 Importer *importer; member in class:CollationRuleParser
  /external/clang/lib/Frontend/
ASTMerge.cpp 55 ASTImporter Importer(CI.getASTContext(),
69 Decl *ToD = Importer.Import(D);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
messages_test.py     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 48 #include <google/protobuf/compiler/importer.h>
123 Importer importer(&source_tree, &error_collector);
125 importer.Import("google/protobuf/descriptor.proto");
127 importer.Import("google/protobuf/compiler/plugin.proto");
  /external/webp/src/enc/
picture.c 230 typedef int (*Importer)(WebPPicture* const, const uint8_t* const, int);
233 Importer import, float quality_factor, int lossless,
264 #define ENCODE_FUNC(NAME, IMPORTER) \
267 return Encode(in, w, h, bps, IMPORTER, q, 0, out); \
278 #define LOSSLESS_ENCODE_FUNC(NAME, IMPORTER) \
280 return Encode(in, w, h, bps, IMPORTER, LOSSLESS_DEFAULT_QUALITY, 1, out); \
  /prebuilts/gdb/darwin-x86/lib/python2.7/
imputil.py 7 Importer Base class for replacing standard import functions
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
70 # This is the Importer that we use for grabbing stuff from the
94 # if there is a parent, then its importer should manage this import
133 importer = top_module.__dict__.get('__importer__')
134 if importer:
135 return importer._finish_import(top_module, parts[1:], fromlist)
144 # If the importer does not exist, then we have to bail. A missing
145 # importer means that something else imported the module, and we have
190 # the module, or an Importer object that can import the module
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
imputil.py 7 Importer Base class for replacing standard import functions
25 __all__ = ["ImportManager","Importer","BuiltinImporter"]
70 # This is the Importer that we use for grabbing stuff from the
94 # if there is a parent, then its importer should manage this import
133 importer = top_module.__dict__.get('__importer__')
134 if importer:
135 return importer._finish_import(top_module, parts[1:], fromlist)
144 # If the importer does not exist, then we have to bail. A missing
145 # importer means that something else imported the module, and we have
190 # the module, or an Importer object that can import the module
    [all...]

Completed in 955 milliseconds

1 2