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

12 3

  /external/chromium/crypto/
rsa_private_key.h 52 // that will be parsed & serialized (modulus(), etc...) during Import(),
75 bool Import(const std::vector<uint8>& input);
201 // Import an existing public key, and then search for the private
rsa_private_key_win.cc 14 // Helper for error handling during key import.
55 pki.Import(input);
rsa_private_key.cc 37 // Helper for error handling during key import.
133 bool PrivateKeyInfoCodec::Import(const std::vector<uint8>& input) {
symmetric_key_win.cc 464 SymmetricKey* SymmetricKey::Import(Algorithm algorithm,
  /external/clang/lib/Serialization/
ASTCommon.cpp 206 case Decl::Import:
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 64 /// \#import, or \c \#include_next.
195 /// \c \#include or \c \#import statement.
203 /// \brief An Objective-C \c \#import directive.
204 Import,
226 /// a module import.
249 /// turned into a module import.
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 194 const FileDescriptor* Importer::Import(const string& filename) {
command_line_interface.cc 593 // Import the file.
594 const FileDescriptor* parsed_file = importer.Import(input_files_[i]);
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 563 case Import:
1107 // If this is a newly-created (not de-serialized) import declaration, wire
1108 // it in to the list of local import declarations.
1110 if (ImportDecl *Import = dyn_cast<ImportDecl>(D)
    [all...]
Decl.cpp     [all...]
ASTContext.cpp     [all...]
  /external/chromium/net/socket/
dns_cert_provenance_checker.cc 306 crypto::SymmetricKey::Import(crypto::SymmetricKey::AES, raw_key));
  /external/clang/lib/Lex/
PreprocessingRecord.cpp 445 Kind = InclusionDirective::Import;
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 0 import talk
2 Import("env")
  /external/clang/lib/Parse/
Parser.cpp     [all...]
  /build/core/
binary.mk 571 ## Import includes
580 @echo Import includes file: $@
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 751 // Import this module's parent.
756 // Import this module's dependencies.
804 // Find all of the modules to import, making a little effort to prune
    [all...]
CGDecl.cpp 85 case Decl::Import:
    [all...]
  /external/clang/tools/libclang/
Indexing.cpp 722 ID->getKind() == InclusionDirective::Import,
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 108 // Import (parse) unittest.proto.
110 importer.Import("google/protobuf/unittest.proto");
    [all...]