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

  /external/valgrind/main/gdbserver_tests/
mcwatchpoints.stdoutB.exp 30 Delete all breakpoints? (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]
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 238 * @return true if we answered the call, or false if there wasn't
254 boolean answered = false;
258 // Stop any signalInfo tone being played when a Call waiting gets answered
271 // This is the FIRST incoming call being answered.
276 // This is the CALL WAITING call being answered.
287 // a call waiting is answered from the Phone.
299 answered = true;
301 // Always reset to "unmuted" for a freshly-answered call
336 return answered;
542 // check if the ringing call was already answered or no
    [all...]
  /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 338 milliseconds