Searched defs:saveIndex (Results 1 - 20 of 20) sorted by relevance

/external/opencv3/modules/flann/include/opencv2/flann/
H A Dlinear_index.h93 void saveIndex(FILE*) function in class:cvflann::LinearIndex
H A Dcomposite_index.h148 void saveIndex(FILE* stream) function in class:cvflann::CompositeIndex
150 kmeans_index_->saveIndex(stream);
151 kdtree_index_->saveIndex(stream);
H A Dflann_base.hpp143 saveIndex(fout);
151 virtual void saveIndex(FILE* stream) function in class:cvflann::Index
153 nnIndex_->saveIndex(stream);
H A Dlsh_index.h128 void saveIndex(FILE* stream) function in class:cvflann::LshIndex
H A Dautotuned_index.h124 virtual void saveIndex(FILE* stream) function in class:cvflann::AutotunedIndex
127 bestIndex_->saveIndex(stream);
H A Dhierarchical_clustering_index.h489 void saveIndex(FILE* stream) function in class:cvflann::HierarchicalClusteringIndex
H A Dkdtree_index.h140 void saveIndex(FILE* stream) function in class:cvflann::KDTreeIndex
H A Dkdtree_single_index.h141 void saveIndex(FILE* stream) function in class:cvflann::KDTreeSingleIndex
H A Dkmeans_index.h449 void saveIndex(FILE* stream) function in class:cvflann::KMeansIndex
/external/skia/src/animator/
H A DSkAnimateActive.cpp94 int saveIndex = fSaveRestore.count(); local
95 SkASSERT(fSaveInterpolators.count() == saveIndex);
96 saveIndex += inner;
98 saveIndex -= oldCount;
99 delete[] fSaveRestore[saveIndex];
100 fSaveRestore.remove(saveIndex);
101 delete[] fSaveInterpolators[saveIndex];
102 fSaveInterpolators.remove(saveIndex);
103 } while (saveIndex > 0);
119 int saveIndex local
[all...]
/external/tpm2/
H A DPCR.c473 UINT32 saveIndex = 0;
505 saveIndex);
525 saveIndex += stateSaved;
548 UINT32 saveIndex = 0;
572 saveIndex);
577 saveIndex += stateSaved;
472 UINT32 saveIndex = 0; local
547 UINT32 saveIndex = 0; local
/external/opencv3/modules/flann/src/
H A Dminiflann.cpp649 _index->saveIndex(fout);
652 template<typename Distance> void saveIndex(const Index* index0, const void* index, FILE* fout) function in namespace:cv::flann
666 saveIndex< HammingDistance >(this, index, fout);
669 saveIndex< ::cvflann::L2<float> >(this, index, fout);
672 saveIndex< ::cvflann::L1<float> >(this, index, fout);
676 saveIndex< ::cvflann::MaxDistance<float> >(this, index, fout);
679 saveIndex< ::cvflann::HistIntersectionDistance<float> >(this, index, fout);
682 saveIndex< ::cvflann::HellingerDistance<float> >(this, index, fout);
685 saveIndex< ::cvflann::ChiSquareDistance<float> >(this, index, fout);
688 saveIndex<
[all...]
/external/icu/icu4c/source/layout/
H A DIndicReordering.cpp240 le_int32 saveIndex = fGlyphStorage.getCharIndex(i+inv_count,success); local
250 insertCharacter(piece,i+1+inv_count,saveIndex,saveAuxData);
264 le_int32 i,saveIndex; local
269 saveIndex = fGlyphStorage.getCharIndex(fromPosition,success);
288 fGlyphStorage.setCharIndex(toPosition,saveIndex,success);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 141 milliseconds