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

  /art/compiler/dex/
verified_method.cc 143 const bool is_interface = inst->Opcode() == Instruction::INVOKE_INTERFACE || local
146 if (!is_interface && !is_virtual) {
182 if (is_interface) {
  /external/curl/lib/
connect.c 272 bool is_interface = FALSE; local
279 is_interface = TRUE;
291 if(is_interface) {
301 is_interface = TRUE;
335 if(!is_interface) {
    [all...]
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
closurizednamespacesinfo.py 472 is_interface = state_tracker.GetDocComment().HasFlag('interface')
474 and is_interface):
statetracker.py 735 self.is_interface = doc and doc.HasFlag('interface')
822 if self._function_stack[-1].is_interface:
830 self._functions_by_name[class_function_name].is_interface):
    [all...]
ecmalintrules.py 701 if state.GetFunction().is_interface:
    [all...]
javascriptlintrules.py 349 not function.is_interface and
  /art/runtime/
class_linker.cc 6665 const bool is_interface = klass->IsInterface(); local
    [all...]

Completed in 209 milliseconds