Searched refs:opts (Results 1 – 2 of 2) sorted by relevance
/art/compiler/ |
D | cfi_test.h | 60 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/ |
D | cpplint.py | 4010 (opts, filenames) = getopt.getopt(args, '', ['help', 'output=', 'verbose=', 4030 for (opt, val) in opts:
|