/external/webrtc/talk/app/webrtc/ |
webrtcsessiondescriptionfactory.cc | 408 // an answer should also contain new ice ufrag and password if an offer has 440 // If the answer is different from the offer in any way (different IP 441 // addresses, ports, etc.), the origin line MUST be different in the answer. 442 // In that case, the version number in the "o=" line of the answer is 447 JsepSessionDescription* answer(new JsepSessionDescription( 449 if (!answer->Initialize(desc, session_id_, 451 delete answer; 453 "Failed to initialize the answer."); 462 CopyCandidatesFromSessionDescription(session_->local_description(), answer); 465 PostCreateSessionDescriptionSucceeded(request.observer, answer); [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidMathTest.java | 101 double answer = Math.tan(Math.atan(1.0)); local 102 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0 103 && answer >= 9.9999999999999983E-1); 108 double answer = Math.atan(Math.tan(1.0)); local 109 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0 110 && answer >= 9.9999999999999983E-1); 155 assertEquals("Incorrect answer", 1.0, Math.cos(0), 0D); 156 assertEquals("Incorrect answer", 0.5403023058681398, Math.cos(1), 0D) 276 double answer = Math.log(Math.exp(d)); local [all...] |
OldAndroidStrictMathTest.java | 80 double answer = StrictMath.tan(StrictMath.atan(1.0)); local 81 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0 82 && answer >= 9.9999999999999983E-1); 87 double answer = StrictMath.atan(StrictMath.tan(1.0)); local 88 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0 89 && answer >= 9.9999999999999983E-1); 180 assertTrue("Incorrect answer returned for simple power", StrictMath 183 assertTrue("Incorrect answer returned for larger power", StrictMat 275 double answer = StrictMath.log(StrictMath.exp(d)); local [all...] |
/external/gptfdisk/ |
gptcurses.cc | 467 string answer = ""; local 475 while ((answer != "yes") && (answer != "no")) { 479 answer = inLine; 480 if ((answer != "yes") && (answer != "no")) { 488 if (answer == "yes") {
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiConnectivityManagerTest.java | 136 // do a synchronous answer for the ScanListener callbacks 138 public void answer(ScanSettings settings, ScanListener listener, 144 public void answer(ScanSettings settings, ScanListener listener, 162 public void answer(ScanSettings settings, PnoSettings pnoSettings, 168 public void answer(ScanSettings settings, PnoSettings pnoSettings, 762 public void answer(ScanSettings settings, ScanListener listener, [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
ImsPhoneCallTrackerTest.java | 45 import org.mockito.stubbing.Answer; 87 doAnswer(new Answer<Void>() { 89 public Void answer(InvocationOnMock invocation) throws Throwable { 98 doAnswer(new Answer<Void>() { 100 public Void answer(InvocationOnMock invocation) throws Throwable { 111 doAnswer(new Answer<Void>() { 113 public Void answer(InvocationOnMock invocation) throws Throwable { 123 doAnswer(new Answer<Void>() { 125 public Void answer(InvocationOnMock invocation) throws Throwable { 151 doAnswer(new Answer<Integer>() [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_long.py | 96 answer = 0L 104 answer = answer << bits 106 answer = answer | ((1 << bits) - 1) 110 answer = -answer 111 return answer 117 answer = 0L 119 answer = (answer << SHIFT) | random.randint(0, MASK [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_long.py | 96 answer = 0L 104 answer = answer << bits 106 answer = answer | ((1 << bits) - 1) 110 answer = -answer 111 return answer 117 answer = 0L 119 answer = (answer << SHIFT) | random.randint(0, MASK [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 96 answer = 0L 104 answer = answer << bits 106 answer = answer | ((1 << bits) - 1) 110 answer = -answer 111 return answer 117 answer = 0L 119 answer = (answer << SHIFT) | random.randint(0, MASK [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 96 answer = 0L 104 answer = answer << bits 106 answer = answer | ((1 << bits) - 1) 110 answer = -answer 111 return answer 117 answer = 0L 119 answer = (answer << SHIFT) | random.randint(0, MASK [all...] |
/bionic/libc/dns/net/ |
getaddrinfo.c | 214 u_char *answer; /* buffer to put answer */ member in struct:res_target 215 int anslen; /* size of answer buffer */ 2155 u_char *answer; local [all...] |
/external/guice/extensions/persist/lib/ |
dom4j-1.6.1.jar | |
easymock.jar | |
/external/owasp/sanitizer/tools/findbugs/lib/ |
dom4j-1.6.1.jar | |
/prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/ |
dom4j-1.6.1.jar | |
/bionic/libc/dns/resolv/ |
res_cache.c | 56 * among the answer records in order to reduce DNS traffic. It is not supposed 63 * answer packet data as output 68 * the smallest TTL value among the answer records are used as the time 69 * to keep an answer in the cache. 71 * this is bad, but we absolutely want to avoid parsing the answer packets 74 * - the implementation is just a (query-data) => (answer-data) hash table 88 * if the function returns RESOLV_CACHE_FOUND, a copy of the answer data 89 * has been copied into the client-provided answer buffer. 93 * answer to the cache. 98 * note that RESOLV_CACHE_UNSUPPORTED is also returned if the answer buffe 1001 const uint8_t* answer; member in struct:Entry [all...] |
/external/guice/lib/build/ |
easymock.jar | |
/external/iproute2/ip/ |
ipnetns.c | 99 } req, answer; local 115 if (rtnl_talk(&rtnsh, &req.n, &answer.n, sizeof(answer)) < 0) { 122 if (answer.n.nlmsg_type == NLMSG_ERROR) 125 rthdr = NLMSG_DATA(&answer.n); 126 len = answer.n.nlmsg_len - NLMSG_SPACE(sizeof(*rthdr));
|
/external/skia/src/animator/ |
SkAnimatorScript2.cpp | 139 virtual bool invoke(size_t index, SkOpArray* params, SkOperand2* answer) { 147 *answer = value.fOperand; 179 virtual bool getResult(size_t ref, SkOperand2* answer) { 180 answer->fObject = (void*) ref; 287 virtual bool invoke(size_t index, SkOpArray* params, SkOperand2* answer) { 295 answer->fS32 = result;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
Arrays2Test.java | 135 double[] answer = new double[] { Double.NEGATIVE_INFINITY, -0d, 0d, Double.MIN_VALUE, Double.MAX_VALUE, Double.POSITIVE_INFINITY, Double.NaN }; local 143 Arrays.equals(specials1, answer)); 151 Arrays.equals(specials2, answer)); 171 float[] answer = new float[] { Float.NEGATIVE_INFINITY, -0f, 0f, Float.MIN_VALUE, Float.MAX_VALUE, Float.POSITIVE_INFINITY, Float.NaN }; local 179 Arrays.equals(specials1, answer)); 187 Arrays.equals(specials2, answer));
|
/prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/ |
easymock-2.4.jar | |
/external/selinux/policycoreutils/scripts/ |
fixfiles | 301 read answer 302 if [ "$answer" = y -o "$answer" = Y ]; then
|
/external/webrtc/webrtc/p2p/base/ |
transportdescriptionfactory_unittest.cc | 57 // This test ice restart by doing two offer answer exchanges. On the second 59 // in the offer and answer is changed. 73 // The initial offer / answer exchange. 76 rtc::scoped_ptr<TransportDescription> answer( 87 // Create a new answer. The transport ufrag and password is changed since 90 f2_.CreateAnswer(restart_offer.get(), options, answer.get())); 93 VerifyUfragAndPasswordChanged(dtls, answer.get(), restart_answer.get()); 180 // Test that we can update an answer properly; ICE credentials shouldn't change. 233 // f2_ produces the answer that is being checked in this test, so the 234 // answer must contain fingerprint lines with cert2_'s digest algorithm [all...] |
/external/zlib/src/contrib/minizip/ |
minizip.c | 349 char answer[128]; local 352 ret = scanf("%1s",answer); 357 rep = answer[0] ;
|
/packages/apps/TV/tests/unit/src/com/android/tv/data/ |
ChannelTest.java | 33 import org.mockito.stubbing.Answer; 88 Mockito.doAnswer(new Answer<ActivityInfo>() { 90 public ActivityInfo answer(InvocationOnMock invocation) { 187 new Answer<Boolean>() { 189 public Boolean answer(InvocationOnMock invocation) throws Throwable { 233 new Answer<Boolean>() { 235 public Boolean answer(InvocationOnMock invocation) throws Throwable {
|