Searched defs:test (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/libcola/
H A Dgradient_projection.cpp151 double test=0; local
153 test += fabs(place[i]-old_place[i]);
156 test += (*it)->absoluteDisplacement();
158 if(test>tolerance) {
/inkscape/cxxtest/cxxtest/
H A DTestTracker.h28 const TestDescription &test() const { return *_test; } function in class:CxxTest::TestTracker
/inkscape/src/
H A DTRPIFormatter.h56 const TestDescription& test = suite.testDescription(j); local
57 (*_o) << " <test suite-type=\"unit\">" << endl;
64 (*_o) << " <suiteName>" << test.suiteName() << "</suiteName>" << endl;
65 (*_o) << " <testName>" << test.testName() << "</testName>" << endl;
67 // (*_o) << " <report name=\"" << test.suiteName() << "|" << test.testName() << "\" path=\"index.html\"/>" << endl;
74 (*_o) << " </test>" << endl;
H A DPylogFormatter.h25 PylogFormatter( OutputStream *o, const char* name = "test" ) :
51 const TestDescription& test = suite.testDescription(j); local
61 (*_o) << test.suiteName() << "_|_" << test.testName();
64 unsigned const sent = strlen( test.suiteName() ) + strlen( test.testName() ) + 1;
H A Dline-geometry.cpp89 // pt lies on the line and thus skip the following test
90 Geom::Point test = point_from_lambda (lambda); local
91 if (!pts_coincide (pt, test)) {
/inkscape/src/livarot/
H A DShape.cpp575 int test = 0; local
578 test = 1;
584 test = 1;
588 test = 0;
592 test = -1;
597 test = -1;
599 if (test == 0)
619 if (test > 0)
631 int test = 0; local
634 test
758 int test = 0; local
825 int test = 0; local
961 int test = 0; local
1017 int test = 0; local
1724 int test = CmpToVert (pvalx, list[le].x,pvals,list[le].starting); local
1760 int test = CmpToVert (pvalx, list[ri].x,pvals,list[ri].starting); local
[all...]
/inkscape/src/extension/internal/
H A Dwmf-inout.cpp204 int Wmf::in_hatches(PWMF_CALLBACK_DATA d, char *test){ argument
207 if(strcmp(test,d->hatches.strings[i])==0)return(i+1);
427 int Wmf::in_images(PWMF_CALLBACK_DATA d, char *test){ argument
430 if(strcmp(test,d->images.strings[i])==0)return(i+1);
638 int Wmf::in_clips(PWMF_CALLBACK_DATA d, const char *test){ argument
641 if(strcmp(test,d->clips.strings[i])==0)return(i+1);
H A Dtext_reassemble.c39 Compilation of test program (with all debugging output, but not loop testing):
64 -DTEST build the test program
65 -DDBG_LOOP force the test program to cycle 5 times. Useful for finding
90 int is_mn_unicode(int test){ argument
178 if(test<MN_TEST_LIMIT){
179 spage_idx = test >> 12;
181 cpage_column = (test>>8) & 15;
184 cd_column = test>>5 & 7;
186 cd_bit = test & 31;
2337 a construct is at best ambiguous. The test i
[all...]
H A Demf-inout.cpp227 int Emf::in_hatches(PEMF_CALLBACK_DATA d, char *test){ argument
230 if(strcmp(test,d->hatches.strings[i])==0)return(i+1);
450 int Emf::in_images(PEMF_CALLBACK_DATA d, const char *test){ argument
453 if(strcmp(test,d->images.strings[i])==0)return(i+1);
621 int Emf::in_gradients(PEMF_CALLBACK_DATA d, const char *test){ argument
624 if(strcmp(test,d->gradients.strings[i])==0)return(i+1);
729 int Emf::in_clips(PEMF_CALLBACK_DATA d, const char *test){ argument
732 if(strcmp(test,d->clips.strings[i])==0)return(i+1);
/inkscape/share/extensions/
H A Dgcodetools.py5 9 May 2011 Changed test of tool diameter to square it
1025 #CLT added test of x in range
3151 def test(self,test_function): member in class:Arangement_Genetic
3180 ### Fast test function using weave's from scipy inline function
3223 test = weave.inline(
3463 #population.test(population.test_spiece_centroid)
3497 population.test(population.test_spiece_centroid)
3639 self.OptionParser.add_option("", "--arrangement-inline-test", action="store", type="inkbool", dest="arrangement_inline_test", default=False, help="Use C-inline test (some additional packets will be needed)")
5456 if i==i1 and j==j1 and ii==ii1 and jj==jj1 : #two matches. Now test linearit
[all...]

Completed in 1638 milliseconds