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) {
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("-applybsdiff <old_file> <patch_file> <new_file>")
    [all...]

Completed in 312 milliseconds