Home
last modified time | relevance | path

Searched refs:opts (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dcfi_test.h60 auto* opts = new DisassemblerOptions(false, asm_base, asm_end, true); in GenerateExpected() local
61 std::unique_ptr<Disassembler> disasm(Disassembler::Create(isa, opts)); in GenerateExpected()
/art/tools/
Dcpplint.py4010 (opts, filenames) = getopt.getopt(args, '', ['help', 'output=', 'verbose=',
4030 for (opt, val) in opts: