Searched defs:orphans (Results 1 - 9 of 9) sorted by relevance
/external/opencv3/modules/imgproc/src/ |
H A D | gcgraph.hpp | 162 std::vector<Vtx*> orphans; local 261 // modify weights of the edges along the path and collect orphans 276 orphans.push_back(v); 284 orphans.push_back(v); 289 // restore the search trees by finding new parents for the orphans 291 while( !orphans.empty() ) 293 Vtx* v2 = orphans.back(); 294 orphans.pop_back(); 369 orphans.push_back(u);
|
/external/opencv/cv/src/ |
H A D | cvstereogc.cpp | 81 GCVtx** orphans; member in struct:CvStereoGCState2 123 static int icvGCResizeOrphansBuf( GCVtx**& orphans, int norphans ) argument 126 GCVtx** newOrphans = (GCVtx**)cvAlloc( newNOrphans*sizeof(orphans[0]) ); 128 newOrphans[i] = orphans[i]; 129 cvFree( &orphans ); 130 orphans = newOrphans; 142 GCVtx** orphans = _orphans; local 242 // modify weights of the edges along the path and collect orphans 258 maxOrphans = icvGCResizeOrphansBuf( orphans, norphans ); 259 orphans[norphan [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.registry_3.5.0.v20100503.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/v8/test/cctest/ |
H A D | test-api.cc | 8221 uint16_t orphans[8] = { 0x61, 0x62, 0xd800, 0x63, 0x64, 0xdc00, 0x65, 0x66 }; local 8223 v8::String::NewFromTwoByte(context->GetIsolate(), orphans,
|
/external/testng/ant/ |
H A D | ivy-2.1.0.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |
/external/guice/extensions/persist/lib/ |
H A D | hibernate3.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |
Completed in 515 milliseconds