/external/opencv3/modules/ml/test/ |
D | test_gbttest.cpp | 52 int64 seeds[] = { CV_BIG_INT(0x00009fff4f9c8d52), 59 int seedCount = sizeof(seeds)/sizeof(seeds[0]); 62 rng.state = seeds[rng(seedCount)];
|
D | test_mltests2.cpp | 200 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/ |
D | midlets.pro | 48 # You can print out the seeds that are matching the keep options below. 50 #-printseeds out.seeds
|
D | applets.pro | 27 # You can print out the seeds that are matching the keep options below. 29 #-printseeds out.seeds
|
D | applications.pro | 31 # You can print out the seeds that are matching the keep options below. 33 #-printseeds out.seeds
|
D | servlets.pro | 28 # You can print out the seeds that are matching the keep options below. 30 #-printseeds out.seeds
|
D | scala.pro | 37 # You can print out the seeds that are matching the keep options below. 39 #-printseeds out.seeds
|
D | android.pro | 31 # You can print out the seeds that are matching the keep options below. 33 #-printseeds bin/classes-processed.seeds
|
/external/proguard/examples/gradle/ |
D | midlets.gradle | 68 // You can print out the seeds that are matching the keep options below. 70 //printseeds 'out.seeds'
|
D | applications.gradle | 51 // You can print out the seeds that are matching the keep options below. 53 //printseeds 'out.seeds'
|
D | applets.gradle | 47 // You can print out the seeds that are matching the keep options below. 49 //printseeds 'out.seeds'
|
D | servlets.gradle | 48 // You can print out the seeds that are matching the keep options below. 50 //printseeds 'out.seeds'
|
D | scala.gradle | 57 // You can print out the seeds that are matching the keep options below. 59 //printseeds 'out.seeds'
|
D | android.gradle | 51 // You can print out the seeds that are matching the keep options below. 53 //printseeds 'bin/classes-processed.seeds'
|
/external/crcalc/tests/ |
D | README.txt | 11 Note that Random seeds are not set. Hence repreated runs should improve
|
/external/opencv3/modules/calib3d/src/ |
D | circlesgrid.cpp | 897 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()
|
D | circlesgrid.hpp | 173 const std::vector<size_t> &seeds); 179 size_t> &seeds);
|
/external/libvorbis/lib/ |
D | psy.c | 451 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/ |
D | distance_transform.markdown | 52 @snippet samples/cpp/tutorial_code/ImgTrans/imageSegmentation.cpp seeds
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | OrderingTest.java | 680 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/ |
D | OrderingTest.java | 673 int iterations, int elements, int seeds) { 683 for (int seed = 1; seed < seeds; seed++) {
|
/external/proguard/src/proguard/gui/ |
D | GUIResources.properties | 133 printSeeds = Print seeds 545 selectSeedsFile = Select a seeds output file...
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 707 㽫 < 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/ |
D | Transliterator_Kanji_English.txt | 2302 枌>'[variety of elm with small seeds]';
|
/external/libevent/ |
D | ChangeLog | 54 o Really remove RNG seeds from the stack (f5ced88)
|