/external/libchrome/crypto/ |
D | symmetric_key_openssl.cc | 85 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import() function in crypto::SymmetricKey
|
D | symmetric_key_nss.cc | 98 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import() function in crypto::SymmetricKey
|
D | rsa_private_key.cc | 131 bool PrivateKeyInfoCodec::Import(const std::vector<uint8_t>& input) { in Import() function in crypto::PrivateKeyInfoCodec
|
D | symmetric_key_win.cc | 467 SymmetricKey* SymmetricKey::Import(Algorithm algorithm, in Import() function in crypto::SymmetricKey
|
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1048 DictScope Import(W, "Import"); in printDelayImportedSymbols() local 1063 DictScope Import(W, "Import"); in printCOFFImports() local 1077 DictScope Import(W, "DelayImport"); in printCOFFImports() local 1145 DictScope Import(W, "Entry"); in printCOFFBaseReloc() local
|
D | llvm-readobj.cpp | 428 else if (COFFImportFile *Import = dyn_cast<COFFImportFile>(&Binary)) in dumpInput() local
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 5350 QualType ASTImporter::Import(QualType FromT) { in Import() function in ASTImporter 5374 TypeSourceInfo *ASTImporter::Import(TypeSourceInfo *FromTSI) { in Import() function in ASTImporter 5399 Decl *ASTImporter::Import(Decl *FromD) { in Import() function in ASTImporter 5501 Expr *ASTImporter::Import(Expr *FromE) { in Import() function in ASTImporter 5508 Stmt *ASTImporter::Import(Stmt *FromS) { in Import() function in ASTImporter 5528 NestedNameSpecifier *ASTImporter::Import(NestedNameSpecifier *FromNNS) { in Import() function in ASTImporter 5581 NestedNameSpecifierLoc ASTImporter::Import(NestedNameSpecifierLoc FromNNS) { in Import() function in ASTImporter 5586 TemplateName ASTImporter::Import(TemplateName From) { in Import() function in ASTImporter 5675 SourceLocation ASTImporter::Import(SourceLocation FromLoc) { in Import() function in ASTImporter 5695 SourceRange ASTImporter::Import(SourceRange FromRange) { in Import() function in ASTImporter [all …]
|
D | DeclBase.cpp | 1247 if (ImportDecl *Import = dyn_cast<ImportDecl>(D)) in addHiddenDecl() local
|
D | Decl.cpp | 4062 ImportDecl *Import = new (C, DC, additionalSizeToAlloc<SourceLocation>(1)) in CreateImplicit() local
|
/external/llvm/tools/llvm-link/ |
D | llvm-link.cpp | 158 for (const auto &Import : Imports) { in importFunctions() local
|
/external/v8/src/js/ |
D | prologue.js | 42 function Import(f) { class
|
/external/clang/lib/CodeGen/ |
D | ObjectFilePCHContainerOperations.cpp | 71 auto *Import = cast<ImportDecl>(D); in VisitImportDecl() local
|
D | CodeGenModule.cpp | 3605 auto *Import = cast<ImportDecl>(D); in EmitTopLevelDecl() local
|
/external/clang/include/clang/Sema/ |
D | SemaInternal.h | 95 if (auto *Import = D->getAttr<DLLImportAttr>()) in getDLLAttr() local
|
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor/annotated_symbol/ |
D | import_statement.py | 99 class Import(base_symbol.AnnotatedSymbol): class
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 125 for (auto *Import : CU->getImportedEntities()) { in processModule() local
|
/external/protobuf/src/google/protobuf/compiler/ |
D | importer.cc | 197 const FileDescriptor* Importer::Import(const string& filename) { in Import() function in google::protobuf::compiler::Importer
|
D | importer_unittest.cc | 123 TEST_F(ImporterTest, Import) { in TEST_F() argument
|
/external/clang/include/clang/Lex/ |
D | PreprocessingRecord.h | 204 Import, enumerator
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 722 ImportDecl *Import; variable 732 explicit import_iterator(ImportDecl *Import) : Import(Import) {} in import_iterator() 839 static ImportDecl *getNextLocalImport(ImportDecl *Import) { in getNextLocalImport()
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 2016 DeclResult Import = Actions.ActOnModuleImport(AtLoc, ImportLoc, Path); in ParseModuleImport() local
|
/external/opencv3/3rdparty/jinja2/ |
D | nodes.py | 321 class Import(Stmt): class
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | picture.c | 674 static int Import(WebPPicture* const picture, in Import() function
|
/external/webp/src/enc/ |
D | picture_csp.c | 1085 static int Import(WebPPicture* const picture, in Import() function
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 636 enum { Import, Export, Conflict } Kind; enumerator
|