Home
last modified time | relevance | path

Searched refs:seeds (Results 1 – 25 of 30) sorted by relevance

12

/external/opencv3/modules/ml/test/
Dtest_gbttest.cpp52 int64 seeds[] = { CV_BIG_INT(0x00009fff4f9c8d52),
59 int seedCount = sizeof(seeds)/sizeof(seeds[0]);
62 rng.state = seeds[rng(seedCount)];
Dtest_mltests2.cpp200 int64 seeds[] = { CV_BIG_INT(0x00009fff4f9c8d52), in CV_MLBaseTest() local
207 int seedCount = sizeof(seeds)/sizeof(seeds[0]); in CV_MLBaseTest()
211 rng.state = seeds[rng(seedCount)]; in CV_MLBaseTest()
/external/proguard/examples/
Dmidlets.pro48 # You can print out the seeds that are matching the keep options below.
50 #-printseeds out.seeds
Dapplets.pro27 # You can print out the seeds that are matching the keep options below.
29 #-printseeds out.seeds
Dapplications.pro31 # You can print out the seeds that are matching the keep options below.
33 #-printseeds out.seeds
Dservlets.pro28 # You can print out the seeds that are matching the keep options below.
30 #-printseeds out.seeds
Dscala.pro37 # You can print out the seeds that are matching the keep options below.
39 #-printseeds out.seeds
Dandroid.pro31 # You can print out the seeds that are matching the keep options below.
33 #-printseeds bin/classes-processed.seeds
/external/proguard/examples/gradle/
Dmidlets.gradle68 // You can print out the seeds that are matching the keep options below.
70 //printseeds 'out.seeds'
Dapplications.gradle51 // You can print out the seeds that are matching the keep options below.
53 //printseeds 'out.seeds'
Dapplets.gradle47 // You can print out the seeds that are matching the keep options below.
49 //printseeds 'out.seeds'
Dservlets.gradle48 // You can print out the seeds that are matching the keep options below.
50 //printseeds 'out.seeds'
Dscala.gradle57 // You can print out the seeds that are matching the keep options below.
59 //printseeds 'out.seeds'
Dandroid.gradle51 // You can print out the seeds that are matching the keep options below.
53 //printseeds 'bin/classes-processed.seeds'
/external/crcalc/tests/
DREADME.txt11 Note that Random seeds are not set. Hence repreated runs should improve
/external/opencv3/modules/calib3d/src/
Dcirclesgrid.cpp897 std::vector<size_t> &seeds) in findCandidateLine() argument
900 seeds.clear(); in findCandidateLine()
908 seeds.push_back(holes[seedLineIdx][i]); in findCandidateLine()
917 seeds.push_back(holes[i][seedLineIdx]); in findCandidateLine()
921 CV_Assert( line.size() == seeds.size() ); in findCandidateLine()
1007 … const std::vector<size_t> &points, const std::vector<size_t> &seeds) in computeGraphConfidence() argument
1009 CV_Assert( points.size() == seeds.size() ); in computeGraphConfidence()
1014 for (size_t i = 0; i < seeds.size(); i++) in computeGraphConfidence()
1016 if (seeds[i] < vCount && points[i] < vCount) in computeGraphConfidence()
1018 if (!basisGraphs[addRow].areVerticesAdjacent(seeds[i], points[i])) in computeGraphConfidence()
Dcirclesgrid.hpp173 const std::vector<size_t> &seeds);
179 size_t> &seeds);
/external/libvorbis/lib/
Dpsy.c451 static void seed_chase(float *seeds, int linesper, long n){ in seed_chase() argument
461 ampstack[stack++]=seeds[i]; in seed_chase()
464 if(seeds[i]<ampstack[stack-1]){ in seed_chase()
466 ampstack[stack++]=seeds[i]; in seed_chase()
478 ampstack[stack++]=seeds[i]; in seed_chase()
499 seeds[pos]=ampstack[i]; in seed_chase()
/external/opencv3/doc/tutorials/imgproc/imgtrans/distance_transformation/
Ddistance_transform.markdown52 @snippet samples/cpp/tutorial_code/ImgTrans/imageSegmentation.cpp seeds
/external/guava/guava-tests/test/com/google/common/collect/
DOrderingTest.java680 int iterations, int elements, int seeds) {
690 for (int seed = 1; seed < seeds; seed++) {
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DOrderingTest.java673 int iterations, int elements, int seeds) {
683 for (int seed = 1; seed < seeds; seed++) {
/external/proguard/src/proguard/gui/
DGUIResources.properties133 printSeeds = Print seeds
545 selectSeedsFile = Select a seeds output file...
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt707 㽫 < seeds\-of\-the\-plant\-allied\-to\-the\-water\-lily;
1841 枌 < variety\-of\-elm\-with\-small\-seeds;
3169 䓋 < elm\-seeds\-\-\-\-used\-as\-food;
11244 㼓 < melon\-seeds;
12012 蕡 < hemp\-seeds;
12905 嗑 < eat\-seeds;
13130 播種 < sow\-seeds;
30201 播種 > sow\-seeds;
36482 㽫 > seeds\-of\-the\-plant\-allied\-to\-the\-water\-lily;
37180 枌 > variety\-of\-elm\-with\-small\-seeds;
[all …]
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/
DTransliterator_Kanji_English.txt2302 枌>'[variety of elm with small seeds]';
/external/libevent/
DChangeLog54 o Really remove RNG seeds from the stack (f5ced88)

12