Lines Matching refs:error

205       Log.error("Unrecognised flag: --" + flag);  in handleFlagOption()
267 Log.error("Unrecognised key: --" + key); in handleKeyValueOption()
292 Log.error("Unable to open mutation probability table file: " + tableFilename); in setupMutationLikelihoodTable()
294 Log.error("Unable to read mutation probability table file: " + tableFilename); in setupMutationLikelihoodTable()
306 Log.error("Unrecognised option: " + arg); in readOptions()
361 Log.error("--repeat must be at least 1!"); in validateOptions()
365 Log.error("--divergence-retry cannot be negative!"); in validateOptions()
369 Log.error("Cannot use --repeat with --seed"); in validateOptions()
373 Log.error("Cannot both load and dump mutations"); in validateOptions()
377 Log.error("Must use --repeat if you have provided more than one input"); in validateOptions()
381 Log.error("Cannot use --method-mutations with a negative value."); in validateOptions()
385 Log.error("Cannot use --min-methods with a negative value."); in validateOptions()
389 Log.error("Cannot use --max-methods with a negative value."); in validateOptions()
393 Log.error("Cannot use --max-methods that's smaller than --min-methods"); in validateOptions()
397 Log.error("Cannot use --host and --device!"); in validateOptions()
407 Log.error("No architecture to execute on was specified!"); in validateOptions()
415 Log.error("Did you mean to specify ARM and x86?"); in validateOptions()
430 Log.error("Not enough backends specified! Try --optimizing --interpreter!"); in validateOptions()