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

  /external/valgrind/main/gdbserver_tests/
nlvgdbsigqueue.stdoutB.exp 16 Kill the program being debugged? (y or n) [answered Y; input not from terminal]
mcbreak.stdoutB.exp 44 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
mcwatchpoints.stdoutB.exp 33 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
PhoneService.java 55 int res = ACTION_ANSWER.equals(intent.getAction()) ? R.string.answered : R.string.ignored;
  /external/chromium_org/chrome/browser/resources/pdf/
pdf_scripting_api.js 132 * outstanding request for accessibility data that has not been answered.
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 155 // check if the ringing call was already answered or not
188 * @return true if we answered the call, or false if there wasn't
201 boolean answered = false;
205 // Stop any signalInfo tone being played when a Call waiting gets answered
217 // This is the FIRST incoming call being answered.
222 // This is the CALL WAITING call being answered.
237 answered = true;
277 return answered;
    [all...]
  /external/owasp/sanitizer/empiricism/
html-containment.js 4 * The questions above are answered by running a bunch of experiments
  /external/mdnsresponder/mDNSCore/
mDNS.c 473 // Don't send this packet on the wire as we answered from /etc/hosts
499 mDNSBool answered; local
502 answered = ResourceRecordAnswersQuestion(&rr->resrec, q);
504 answered = LocalOnlyRecordAnswersQuestion(rr, q);
505 if (answered)
533 mDNSBool answered; local
537 answered = ResourceRecordAnswersQuestion(&rr->resrec, q);
539 answered = LocalOnlyRecordAnswersQuestion(rr, q);
540 if (answered)
    [all...]

Completed in 430 milliseconds