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

  /art/compiler/dex/
verified_method.cc 207 bool is_interface = (inst->Opcode() == Instruction::INVOKE_INTERFACE) || local
210 if (!is_interface && !is_virtual) {
243 if (is_interface) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 358 is_interface = state_tracker.GetDocComment().HasFlag('interface')
359 if flag_type == 'implements' or (flag_type == 'extends' and is_interface):
statetracker.py 548 self.is_interface = doc and doc.HasFlag('interface')
614 if self._functions[-1].is_interface:
622 self._functions_by_name[class_function_name].is_interface):
javascriptlintrules.py 294 not function.is_interface and
ecmalintrules.py 652 if state.GetFunction().is_interface:
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 391 is_interface = state_tracker.GetDocComment().HasFlag('interface')
392 if flag_type == 'implements' or (flag_type == 'extends' and is_interface):
statetracker.py 673 self.is_interface = doc and doc.HasFlag('interface')
743 if self._function_stack[-1].is_interface:
751 self._functions_by_name[class_function_name].is_interface):
    [all...]
ecmalintrules.py 672 if state.GetFunction().is_interface:
    [all...]
javascriptlintrules.py 377 not function.is_interface and

Completed in 225 milliseconds