HomeSort by relevance Sort by last modified time
    Searched refs:UsageProblem (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/courgette/
courgette_minimal_tool.cc 23 void UsageProblem(const char* message) {
40 UsageProblem("bad args");
courgette_tool.cc 34 void UsageProblem(const char* message) {
462 UsageProblem(
470 UsageProblem("-supported <executable_file>");
474 UsageProblem("-dis <executable_file> <courgette_file>");
478 UsageProblem("-asm <courgette_file_input> <executable_file_output>");
482 UsageProblem("-disadj <executable_file> <model> <courgette_file>");
486 UsageProblem("-gen <old_file> <new_file> <patch_file>");
490 UsageProblem("-apply <old_file> <patch_file> <new_file>");
494 UsageProblem("-genbsdiff <old_file> <new_file> <patch_file>");
498 UsageProblem("-applybsdiff <old_file> <patch_file> <new_file>")
    [all...]

Completed in 31 milliseconds