/external/jmdns/src/javax/jmdns/impl/tasks/ |
DNSTask.java | 99 * Add an answer if it is not suppressed. 106 * DNS record answer 107 * @return outgoing message for the next answer 131 * Add an answer to the message. 136 * DNS record answer 138 * @return outgoing message for the next answer 162 * Add an authoritative answer to the message. 167 * DNS record answer 168 * @return outgoing message for the next answer 192 * Add an additional answer to the record. Omit if there is no room [all...] |
/external/mockito/src/org/mockito/internal/stubbing/answers/ |
ReturnsElementsOf.java | 9 import org.mockito.stubbing.Answer;
33 public class ReturnsElementsOf implements Answer<Object> {
45 public Object answer(InvocationOnMock invocation) throws Throwable {
method in class:ReturnsElementsOf
|
/external/mockito/src/org/mockito/mock/ |
MockCreationSettings.java | 10 import org.mockito.stubbing.Answer; 37 * the default answer for this mock, see {@link org.mockito.MockSettings#defaultAnswer}. 39 Answer getDefaultAnswer();
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
comments | 30 # Create the answer to what should be produced by this Makefile 31 $answer = "There should be no errors for this makefile.\n"; 35 &compare_output($answer,&get_logfile(1))
|
vpath2 | 31 # Create the answer to what should be produced by this Makefile 32 $answer = "ALL IS WELL\n"; 34 &compare_output($answer,&get_logfile(1));
|
echoing | 48 $answer = "echo This makefile did not clean the dir... good\n" 50 &compare_output($answer,&get_logfile(1)); 66 $answer = "$delete_command $example\n"; 67 &compare_output($answer,&get_logfile(1)); 74 $answer = "This makefile did not clean the dir... good\n"; 75 &compare_output($answer,&get_logfile(1));
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
addprefix | 26 # Create the answer to what should be produced by this Makefile 27 $answer = "src${pathsep}a.b.z.foo src${pathsep}hacks\n"; 35 &compare_output($answer,&get_logfile(1));
|
dir | 26 # Create the answer to what should be produced by this Makefile 27 $answer = "src${pathsep} .${pathsep}\n"; 35 &compare_output($answer,&get_logfile(1));
|
findstring | 29 # Create the answer to what should be produced by this Makefile 30 $answer = "port\n"; 38 &compare_output($answer,&get_logfile(1));
|
join | 26 # Create the answer to what should be produced by this Makefile 27 $answer = "afoo bhacks c.pl1\n"; 35 &compare_output($answer,&get_logfile(1));
|
notdir | 26 # Create the answer to what should be produced by this Makefile 27 $answer = "foo.c hacks\n"; 35 &compare_output($answer,&get_logfile(1));
|
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/ |
DEFAULT | 37 # Create the answer to what should be produced by this Makefile 38 $answer = "${make_name}[1]: Entering directory `$pwd'\n" 44 &compare_output($answer,&get_logfile(1));
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
MAKE | 24 # Create the answer to what should be produced by this Makefile 25 $answer = "$mkpath\n$mkpath -f $makefile foo\n" 33 &compare_output($answer,&get_logfile(1));
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
rtcpmuxfilter_unittest.cc | 67 // Received provisional answer without mux enabled. 70 // Received provisional answer with mux enabled. 84 // Received provisional answer without mux enabled. 87 // final answer. 89 // Received provisional answer with mux enabled. 109 // Test that we can receive provisional answer and final answer. 113 // Received provisional answer with mux enabled. 117 // Received provisional answer with mux disabled. 121 // Received final answer with mux enabled [all...] |
rtcpmuxfilter.h | 47 // Specifies whether the provisional answer indicates the use of RTCP mux. 50 // Specifies whether the answer indicates the use of RTCP mux. 68 // RTCP mux filter is active but the sent answer is only provisional. 69 // When the final answer is set, the state transitions to ST_ACTIVE or 72 // RTCP mux filter is active but the received answer is only provisional. 73 // When the final answer is set, the state transitions to ST_ACTIVE or 76 // Offer and answer set, RTCP mux enabled. It is not possible to de-activate
|
/external/mockito/src/org/mockito/stubbing/ |
VoidMethodStubbable.java | 70 * Stubs a void method with generic {@link Answer}
75 * .toAnswer(new Answer() {
76 * public Object answer(InvocationOnMOck invocation) {
86 * @param answer the custom answer to execute.
90 VoidMethodStubbable<T> toAnswer(Answer<?> answer);
|
OngoingStubbing.java | 148 * Sets a generic Answer for the method. E.g:
150 * when(mock.someMethod(10)).thenAnswer(new Answer<Integer>() {
151 * public Integer answer(InvocationOnMock invocation) throws Throwable {
157 * @param answer the custom answer to execute.
161 OngoingStubbing<T> thenAnswer(Answer<?> answer);
164 * Sets a generic Answer for the method.
166 * This method is an alias of {@link #thenAnswer(Answer)}. This alias allows
176 * @param answer the custom answer to execute. [all...] |
/external/mdnsresponder/mDNSPosix/ |
Identify.c | 67 static volatile int StopNow; // 0 means running, 1 means stop because we got an answer, 2 means stop because of Ctrl-C 107 mDNSlocal void NameCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) 113 if (answer->rrtype == kDNSType_PTR || answer->rrtype == kDNSType_CNAME) 115 ConvertDomainNameToCString(&answer->rdata->u.name, hostname); 117 mprintf("%##s %s %##s\n", answer->name->c, DNSTypeName(answer->rrtype), answer->rdata->u.name.c); 121 mDNSlocal void InfoCallback(mDNS *const m, DNSQuestion *question, const ResourceRecord *const answer, QC_result AddRecord) 126 if (answer->rrtype == kDNSType_A [all...] |
/external/openssh/openbsd-compat/ |
getrrsetbyname.c | 170 struct dns_rr *answer; member in struct:dns_response 200 u_char answer[ANSWER_BUFFER_SIZE]; local 238 answer, sizeof(answer)); 254 response = parse_dns_response(answer, length); 273 rrset->rri_ttl = response->answer->ttl; 282 /* copy name from answer section */ 283 rrset->rri_name = strdup(response->answer->name); 290 rrset->rri_nrdatas = count_dns_rr(response->answer, rrset->rri_rdclass, 292 rrset->rri_nsigs = count_dns_rr(response->answer, rrset->rri_rdclass [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsession_unittest.cc | 480 const webrtc::SessionDescriptionInterface* answer = CreateAnswer(NULL); local 481 // Answer should be NULL as no crypto params in offer. 482 ASSERT_TRUE(answer == NULL); 494 scoped_ptr<SessionDescriptionInterface> answer(CreateAnswer(NULL)); 495 ASSERT_TRUE(answer.get() != NULL); 496 VerifyCryptoParams(answer->description()); 553 // creates a local answer and applies is as a local description. 559 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 560 SetLocalDescriptionWithoutError(answer); 690 JsepSessionDescription* answer( 1012 SessionDescriptionInterface* answer = local 1065 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 1135 SessionDescriptionInterface* answer = NULL; local 1148 SessionDescriptionInterface* answer = NULL; local 1184 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 1211 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 1284 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 1310 SessionDescriptionInterface* answer = local 1320 SessionDescriptionInterface* answer = local 1332 SessionDescriptionInterface* answer = local 1358 SessionDescriptionInterface* answer = CreateRemoteAnswer( local 1496 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 1526 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 1569 SessionDescriptionInterface* answer = local 1677 SessionDescriptionInterface* answer = CreateRemoteAnswer(offer); local 1841 SessionDescriptionInterface* answer = CreateRemoteAnswer(offer, options); local 1899 SessionDescriptionInterface* answer = CreateRemoteAnswer( local 2207 SessionDescriptionInterface* answer = CreateRemoteAnswer(offer); local 2220 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 2255 SessionDescriptionInterface* answer = CreateRemoteAnswer(offer); local 2292 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 2376 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 2415 SessionDescriptionInterface* answer = CreateAnswer(NULL); local 2538 SessionDescriptionInterface* answer = local 2562 SessionDescriptionInterface* answer = local 2669 SessionDescriptionInterface* answer = ChangeSDPSctpPort( local [all...] |
/bionic/libc/netbsd/resolv/ |
res_query.c | 117 * Formulate a normal query, send, and await answer. 118 * Returned answer is placed in supplied buffer "answer". 119 * Perform preliminary check of answer, returning success only 120 * if no error is indicated and the answer count is nonzero. 124 * Caller must parse answer and determine whether it answers the question. 130 u_char *answer, /* buffer to put answer */ 131 int anslen) /* size of answer buffer */ 134 HEADER *hp = (HEADER *)(void *)answer; [all...] |
res_data.c | 202 u_char *answer, /* buffer to put answer */ 203 int anslen) /* size of answer buffer */ 209 return (res_nquery(&_nres, name, class, type, answer, anslen)); 271 u_char *answer, /* buffer to put answer */ 272 int anslen) /* size of answer */ 279 return (res_nsearch(&_nres, name, class, type, answer, anslen)); 286 u_char *answer, /* buffer to put answer */ [all...] |
/frameworks/base/docs/html/distribute/googleplay/publish/ |
register.jd | 8 <li><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=113468">Developer Registration</a></li> 9 <li><a href="http://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=138294&topic=2365624&ctx=topic">Supported Locations for Distributing Apps</a></li> 43 <li>Review the <a href="https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=138294">developer countries</a> and <a href="https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=150324">merchant countries</a> where you can distribute and sell apps.</li> 64 <p>If you want to sell products on Google Play — priced apps, in-app products, or subscriptions — you will also need to set up a Google Wallet Merchant Account. You can do that at any time, but make sure to first review the list of <a href="https://support.google.com/googleplay/android-developer/bin/answer.py?hl=en&answer=150324">merchant countries</a>.</p [all...] |
/external/chromium_org/v8/tools/ |
common-includes.sh | 52 read ANSWER 53 if [[ -z "$ANSWER" || "$ANSWER" == "Y" || "$ANSWER" == "y" ]] ; then 173 unset ANSWER 174 while [ "$ANSWER" != "LGTM" ] ; do 175 [[ -n "$ANSWER" ]] && echo "That was not 'LGTM'." 177 read ANSWER 185 unset ANSWER 186 while [ "$ANSWER" != "RESOLVED" ] ; d [all...] |
/external/mockito/src/org/mockito/internal/stubbing/defaultanswers/ |
ReturnsEmptyValues.java | 13 import org.mockito.stubbing.Answer; 32 * Default answer of every Mockito mock. 54 public class ReturnsEmptyValues implements Answer<Object>, Serializable { 61 * @see org.mockito.stubbing.Answer#answer(org.mockito.invocation.InvocationOnMock) 63 public Object answer(InvocationOnMock invocation) { method in class:ReturnsEmptyValues
|