HomeSort by relevance Sort by last modified time
    Searched defs:Import (Results 1 - 23 of 23) sorted by null

  /external/chromium/crypto/
symmetric_key_openssl.cc 64 SymmetricKey* SymmetricKey::Import(Algorithm algorithm,
symmetric_key_nss.cc 84 SymmetricKey* SymmetricKey::Import(Algorithm algorithm,
symmetric_key_mac.cc 137 SymmetricKey* SymmetricKey::Import(Algorithm algorithm,
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/protobuf/src/google/protobuf/compiler/
importer.cc 194 const FileDescriptor* Importer::Import(const string& filename) {
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /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/clang/lib/Parse/
Parser.cpp     [all...]
  /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...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
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/clang/include/clang/AST/
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/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...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /prebuilts/devtools/tools/lib/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 269 milliseconds