Searched refs:UsageProblem (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/courgette/
H A Dcourgette_minimal_tool.cc23 void UsageProblem(const char* message) { function
40 UsageProblem("bad args");
H A Dcourgette_tool.cc34 void UsageProblem(const char* message) { function
467 UsageProblem(
475 UsageProblem("-supported <executable_file>");
479 UsageProblem("-dis <executable_file> <courgette_file>");
483 UsageProblem("-asm <courgette_file_input> <executable_file_output>");
487 UsageProblem("-disadj <executable_file> <model> <courgette_file>");
491 UsageProblem("-gen <old_file> <new_file> <patch_file>");
495 UsageProblem("-apply <old_file> <patch_file> <new_file>");
499 UsageProblem("-genbsdiff <old_file> <new_file> <patch_file>");
503 UsageProblem("
[all...]

Completed in 629 milliseconds