Searched refs:argList (Results 1 - 3 of 3) sorted by relevance
| /inkscape/share/extensions/test/ |
| H A D | inkweb-debug.js | 54 if ( ! func.argList ) { 55 func.argList = func.toString() 59 for ( var a,i=0; a=func.argList[i]; i++ ) {
|
| /inkscape/cxxtest/cxxtest/ |
| H A D | RealDescriptions.cpp | 17 RealTestDescription::RealTestDescription( List &argList, argument 22 initialize( argList, argSuite, argLine, argTestName ); 25 void RealTestDescription::initialize( List &argList, argument 33 attach( argList );
|
| H A D | RealDescriptions.h | 18 RealTestDescription( List &argList, SuiteDescription &argSuite, unsigned argLine, const char *argTestName ); 19 void initialize( List &argList, SuiteDescription &argSuite, unsigned argLine, const char *argTestName );
|
Completed in 16 milliseconds