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

1 2 3

  /external/clang/include/clang/AST/
ASTImporter.h 49 /// \brief Whether to perform a minimal import.
87 /// \param MinimalImport If true, the importer will attempt to import
96 /// \brief Whether the importer will perform a minimal import, creating
100 /// \brief Import the given type from the "from" context into the "to"
105 QualType Import(QualType FromT);
107 /// \brief Import the given type source information from the
112 TypeSourceInfo *Import(TypeSourceInfo *FromTSI);
114 /// \brief Import the given declaration from the "from" context into the
119 Decl *Import(Decl *FromD);
121 /// \brief Import the given declaration context from the "from
    [all...]
ASTContext.h 621 /// \brief Notify the AST context that a new import declaration has been
623 void addedLocalImportDecl(ImportDecl *Import);
625 static ImportDecl *getNextLocalImport(ImportDecl *Import) {
626 return Import->NextLocalImport;
629 /// \brief Iterator that visits import declarations.
631 ImportDecl *Import;
640 import_iterator() : Import() { }
641 explicit import_iterator(ImportDecl *Import) : Import(Import) { }
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 90 /// \brief What we should import from the definition.
92 /// \brief Import the default subset of the definition, which might be
93 /// nothing (if minimal import is set) or might be everything (if minimal
94 /// import is not set).
96 /// \brief Import everything.
98 /// \brief Import only the bare bones needed to establish a valid
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
importer_unittest.cc 118 TEST_F(ImporterTest, Import) {
124 const FileDescriptor* file = importer_.Import("foo.proto");
132 EXPECT_EQ(file, importer_.Import("foo.proto"));
139 "import \"bar.proto\";\n"
147 // Note that both files are actually parsed by the first call to Import()
152 const FileDescriptor* foo = importer_.Import("foo.proto");
153 const FileDescriptor* bar = importer_.Import("bar.proto");
174 EXPECT_TRUE(importer_.Import("foo.proto") == NULL);
184 "import \"bar.proto\";\n");
186 EXPECT_TRUE(importer_.Import("foo.proto") == NULL)
    [all...]
importer.h 148 // Import the given file and build a FileDescriptor representing it. If
152 // will be reported using the error collector and Import() will return NULL.
155 // file once. All future attempts to import the same file will return NULL
156 // without reporting any errors. The idea is that you might want to import
159 // separate Importer object to import each one (but use the same
161 const FileDescriptor* Import(const string& filename);
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
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_bootstrap_unittest.cc 125 importer.Import("google/protobuf/descriptor.proto");
127 importer.Import("google/protobuf/compiler/plugin.proto");
  /external/chromium/crypto/
symmetric_key.h 56 static SymmetricKey* Import(Algorithm algorithm, const std::string& raw_key);
encryptor_unittest.cc 90 scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
123 scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
149 scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
168 // Not all platforms allow import/generation of symmetric keys with an
174 scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
188 scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
202 scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
221 scoped_ptr<crypto::SymmetricKey> sym_key(crypto::SymmetricKey::Import(
symmetric_key_unittest.cc 41 crypto::SymmetricKey::Import(crypto::SymmetricKey::AES, raw_key1));
59 crypto::SymmetricKey::Import(crypto::SymmetricKey::HMAC_SHA1, raw_key1));
symmetric_key_openssl.cc 64 SymmetricKey* SymmetricKey::Import(Algorithm algorithm,
symmetric_key_nss.cc 84 SymmetricKey* SymmetricKey::Import(Algorithm algorithm,
rsa_private_key_mac.cc 111 if (!codec.Import(private_key_data)) {
192 return (private_key_info.Import(private_key_data) &&
symmetric_key_mac.cc 137 SymmetricKey* SymmetricKey::Import(Algorithm algorithm,
  /hardware/samsung_slsi/exynos5/mobicore/daemon/
Android.mk 35 # Import logwrapper
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaObject.java 19 import android.net.Uri;
122 public boolean Import() {
MtpImage.java 19 import android.annotation.TargetApi;
20 import android.content.Context;
21 import android.graphics.Bitmap;
22 import android.graphics.BitmapRegionDecoder;
23 import android.hardware.usb.UsbDevice;
24 import android.mtp.MtpObjectInfo;
25 import android.net.Uri;
26 import android.util.Log;
28 import com.android.gallery3d.app.GalleryApp;
29 import com.android.gallery3d.common.ApiHelper
    [all...]
  /external/chromium/chrome/browser/sync/util/
nigori.cc 112 user_key_.reset(SymmetricKey::Import(SymmetricKey::AES, user_key));
115 encryption_key_.reset(SymmetricKey::Import(SymmetricKey::AES,
119 mac_key_.reset(SymmetricKey::Import(SymmetricKey::HMAC_SHA1, mac_key));
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
nodeisequalnode11.js 84 Retreive the first element node whose localName is "p". Import it into a new
87 Import with deep and the should still be unequal if
90 Import it into another instance of the source document
attrisid07.js 83 Import the newly created attribute node into this document.
documentgetdocumenturi03.js 78 Import the documentElement node of this document into a new document. Since this node is
  /external/clang/lib/Frontend/
ASTMerge.cpp 61 // Don't re-import __va_list_tag, __builtin_va_list.
67 Importer.Import(*D);
  /external/clang/lib/Sema/
TargetAttributesSema.cpp 198 if (DLLImportAttr *Import = D->getAttr<DLLImportAttr>()) {
199 Diag(Import->getLocation(), diag::warn_attribute_ignored) << "dllimport";
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 94 * Import a list of File objects into harness.filesystem.
125 console.log('Import complete: ' + importCount + ' file(s)');
135 console.log('Start import: ' + files.length + ' file(s)');
  /external/webp/src/enc/
picture.c 605 // Import luma plane
668 static int Import(WebPPicture* const picture,
726 return Import(picture, rgb, rgb_stride, 3, 0, 0);
731 return Import(picture, rgb, rgb_stride, 3, 1, 0);
736 return Import(picture, rgba, rgba_stride, 4, 0, 1);
741 return Import(picture, rgba, rgba_stride, 4, 1, 1);
746 return Import(picture, rgba, rgba_stride, 4, 0, 0);
751 return Import(picture, rgba, rgba_stride, 4, 1, 0);
980 Importer import, float quality_factor, int lossless,
    [all...]
  /external/mesa3d/docs/
MESA_drm_image.spec 115 Import a shared buffer by calling eglCreateImageKHR with

Completed in 495 milliseconds

1 2 3