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) {
  /frameworks/compile/slang/
slang_rs_reflection.h 52 static const char *const Import[];
slang_rs_reflection.cpp     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaObject.java 19 import android.net.Uri;
102 public boolean Import() {
MtpDevice.java 19 import android.hardware.usb.UsbDevice;
20 import android.mtp.MtpConstants;
21 import android.mtp.MtpObjectInfo;
22 import android.mtp.MtpStorageInfo;
23 import android.net.Uri;
24 import android.util.Log;
26 import com.android.gallery3d.app.GalleryApp;
28 import java.util.ArrayList;
29 import java.util.List;
166 public boolean Import() {
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 63 /// #import, or \c #include_next.
200 /// \c #include or \c #import statement.
208 /// \brief An Objective-C \c #import directive.
209 Import,
  /external/clang/lib/Parse/
Parser.cpp     [all...]
  /external/webp/src/dec/
io.c 512 while (new_lines-- > 0) { // import new contribution of one source row.
596 // import new contributions until one row is ready to be output, or all input
598 static int Import(const uint8_t* src, int src_stride,
637 const int y_lines_in = Import(io->y + j * io->y_stride, io->y_stride,
639 const int u_lines_in = Import(io->u + uv_j * io->uv_stride, io->uv_stride,
641 const int v_lines_in = Import(io->v + uv_j * io->uv_stride, io->uv_stride,
673 j += Import(io->a + j * io->width, io->width, io->mb_h - j, &p->scaler_a);
    [all...]
  /external/webp/src/enc/
picture.c 294 // import new contribution of one source row.
486 static int Import(WebPPicture* const picture,
497 // Import luma plane
572 return Import(picture, rgb, rgb_stride, 3, 0, 0);
579 return Import(picture, rgb, rgb_stride, 3, 1, 0);
586 return Import(picture, rgba, rgba_stride, 4, 0, 1);
593 return Import(picture, rgba, rgba_stride, 4, 1, 1);
602 Importer import, float quality_factor, uint8_t** output) {
623 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic);
  /external/clang/lib/AST/
Decl.cpp     [all...]
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/clang/include/clang/AST/
ASTContext.h 502 /// \brief Notify the AST context that a new import declaration has been
504 void addedLocalImportDecl(ImportDecl *Import);
506 static ImportDecl *getNextLocalImport(ImportDecl *Import) {
507 return Import->NextLocalImport;
510 /// \brief Iterator that visits import declarations.
512 ImportDecl *Import;
521 import_iterator() : Import() { }
522 explicit import_iterator(ImportDecl *Import) : Import(Import) { }
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
  /prebuilt/common/jython/
jython.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/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 264 milliseconds