HomeSort by relevance Sort by last modified time
    Searched defs:Storage (Results 26 - 34 of 34) sorted by null

12

  /external/eigen/Eigen/src/SparseCore/
SparseMatrix.h 21 * This class implements a more versatile variants of the common \em compressed row/column storage format.
30 * More details on this storage sceheme are given in the \ref TutorialSparse "manual pages".
33 * \tparam _Options Union of bit flags controlling the storage scheme. Currently the only possibility
95 typedef internal::CompressedStorage<Scalar,Index> Storage;
108 Storage m_data;
123 /** \returns the number of rows (resp. columns) of the matrix if the storage order column major (resp. row major) */
125 /** \returns the number of columns (resp. rows) of the matrix if the storage order column major (resp. row major) */
165 inline Storage& data() { return m_data; }
167 inline const Storage& data() const { return m_data; }
359 * - the new coefficient is the last one according to the storage orde
    [all...]
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 108 size_t size = Storage(num_states, num_futures, num_final);
177 static size_t Storage(uint64 num_states, uint64 num_futures,
242 return Storage(num_states_, num_futures_, num_final_);
407 const size_t storage = Storage(num_states, num_futures, num_final); local
408 MappedFile *data_region = MappedFile::Allocate(storage);
410 memset(data, 0, storage);
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 736 if(mActivity.getStorageSpace() <= Storage.LOW_STORAGE_THRESHOLD) return;
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
PanoramaModule.java 735 if(mActivity.getStorageSpace() <= Storage.LOW_STORAGE_THRESHOLD) return;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/libmtp/src/
ptp.h 702 uint32_t *Storage;
878 /* PTP Storage Types */
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 621 milliseconds

12