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

  /art/runtime/
instrumentation.cc 738 InstrumentationLevel requested_level = InstrumentationLevel::kInstrumentNothing; local
740 requested_level = std::max(requested_level, v.second);
744 requested_level != InstrumentationLevel::kInstrumentWithInstrumentationStubs)
746 << requested_level; local
748 interpret_only_ = (requested_level == InstrumentationLevel::kInstrumentWithInterpreter) ||
751 if (!RequiresInstrumentationInstallation(requested_level)) {
    [all...]
  /external/ppp/pppd/
sys-linux.c 386 static int set_kdebugflag (int requested_level)
390 if (ioctl(ppp_dev_fd, PPPIOCSDEBUG, &requested_level) < 0) {
    [all...]

Completed in 124 milliseconds