/external/clang/include/clang/AST/ |
ASTImporter.h | 49 /// \brief Whether to perform a minimal import. 90 /// \param MinimalImport If true, the importer will attempt to import 99 /// \brief Whether the importer will perform a minimal import, creating 103 /// \brief Import the given type from the "from" context into the "to" 108 QualType Import(QualType FromT); 110 /// \brief Import the given type source information from the 115 TypeSourceInfo *Import(TypeSourceInfo *FromTSI); 117 /// \brief Import the given declaration from the "from" context into the 122 Decl *Import(Decl *FromD); 124 /// \brief Import the given declaration context from the "from [all...] |
ASTContext.h | 686 /// \brief Notify the AST context that a new import declaration has been 688 void addedLocalImportDecl(ImportDecl *Import); 690 static ImportDecl *getNextLocalImport(ImportDecl *Import) { 691 return Import->NextLocalImport; 694 /// \brief Iterator that visits import declarations. 696 ImportDecl *Import; 705 import_iterator() : Import() { } 706 explicit import_iterator(ImportDecl *Import) : Import(Import) { } [all...] |
/external/clang/lib/AST/ |
ASTImporter.cpp | 89 /// \brief What we should import from the definition. 91 /// \brief Import the default subset of the definition, which might be 92 /// nothing (if minimal import is set) or might be everything (if minimal 93 /// import is not set). 95 /// \brief Import everything. 97 /// \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
|
/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
|
nodegetbaseuri11.js | 78 Import a new Processing Instruction of a new Document after the document element. Using getBaseURI
|
nodeisequalnode13.js | 78 Retreive the first element node whose localName is "p". Import it into a new 80 Element Node are not equal. Now import it once more with deep=true and using isEqual
|
/external/clang/lib/Frontend/ |
ASTMerge.cpp | 62 // Don't re-import __va_list_tag, __builtin_va_list. 68 Importer.Import(*D);
|
/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/clang/lib/Sema/ |
TargetAttributesSema.cpp | 202 if (DLLImportAttr *Import = D->getAttr<DLLImportAttr>()) { 203 Diag(Import->getLocation(), diag::warn_attribute_ignored) << "dllimport";
|
/external/webp/src/enc/ |
picture.c | 610 // Import luma plane 673 static int Import(WebPPicture* const picture, 731 return Import(picture, rgb, rgb_stride, 3, 0, 0); 736 return Import(picture, rgb, rgb_stride, 3, 1, 0); 741 return Import(picture, rgba, rgba_stride, 4, 0, 1); 746 return Import(picture, rgba, rgba_stride, 4, 1, 1); 751 return Import(picture, rgba, rgba_stride, 4, 0, 0); 756 return Import(picture, rgba, rgba_stride, 4, 1, 0); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
messages.properties | 58 EventLogView_Import_Bug_Report_Log=Import Bug Report Log
|