Searched refs:nExitCode (Results 1 – 4 of 4) sorted by relevance
376 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "1" ); in TEST_F() local377 ASSERT_TRUE(nExitCode == 10) << "Parameters passed by command line can not be gotten!"; in TEST_F()381 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "2" ); in TEST_F() local382 ASSERT_TRUE(nExitCode == 20) << "Parameters passed by .ini/rc file can not be gotten!"; in TEST_F()391 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "3" ); in TEST_F() local392 … ASSERT_TRUE(nExitCode == 30) << "Parameters passed by environment variables can not be gotten!"; in TEST_F()396 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "4" ); in TEST_F() local401 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "5" ); in TEST_F() local402 ASSERT_TRUE(nExitCode == 50) << "Parameters passed by inheritance can not be gotten!"; in TEST_F()406 oslProcessExitCode nExitCode = ini_execProcess( "bootstrap_process", "6" ); in TEST_F() local[all …]
205 int nExitCode = aHandler.getExitCode(); in convertToWidth340() local363 int nExitCode = aHandler.getExitCode(); in createJPEGsFromPostscript() local367 if (nExitCode == 0) in createJPEGsFromPostscript()380 …problem with ghostscript and '" + sPostscriptOrPDFFile + "' exit code: " + nExitCode, false, true); in createJPEGsFromPostscript()
705 int nExitCode = aHandler.getExitCode(); in compareJPEG() local706 if (nExitCode != 0) in compareJPEG()721 return nExitCode; in compareJPEG()761 int nExitCode = aHandler.getExitCode(); in identify() local
95 int nExitCode = aHandler.getExitCode(); in test() local98 if (nExitCode != 0) in test()
Completed in 54 milliseconds