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 241 * @return true if we answered the call, or false if there wasn't
257 boolean answered = false;
261 // Stop any signalInfo tone being played when a Call waiting gets answered
274 // This is the FIRST incoming call being answered.
279 // This is the CALL WAITING call being answered.
290 // a call waiting is answered from the Phone.
306 answered = true;
308 // Always reset to "unmuted" for a freshly-answered call
347 return answered;
553 // 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 3924 milliseconds