HomeSort by relevance Sort by last modified time
    Searched full:answer (Results 226 - 250 of 1115) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/proguard/proguard4.7/docs/
feedback.html 103 I can't promise a swift answer, or any answer at all, for that matter, but I
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
CompatibilityLibraryHelper.java 112 int answer = dialog.open(); local
113 if (answer == 0) {
  /system/core/adb/
OVERVIEW.TXT 99 The server should answer a request with one of the following:
116 the "OKAY" answer, all further requests made by the client will go
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
FloatTest.java 833 String answer; local
    [all...]
StrictMathTest.java 109 double answer = StrictMath.tan(StrictMath.atan(1.0)); local
110 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
111 && answer >= 9.9999999999999983E-1);
119 double answer = StrictMath.atan(StrictMath.tan(1.0)); local
120 assertTrue("Returned incorrect arc tangent: " + answer, answer <= 1.0
121 && answer >= 9.9999999999999983E-1);
356 assertTrue("Incorrect answer returned for simple power", StrictMath
359 assertTrue("Incorrect answer returned for larger power", StrictMat
507 double answer = StrictMath.log(StrictMath.exp(d)); local
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_pool.cc 74 bool answer = false; local
80 answer = transport_params_->getUID(uid);
87 answer = http_proxy_params_->getUID(uid);
94 answer = socks_params_->getUID(uid);
99 return answer;
  /external/mdnsresponder/mDNSCore/
mDNS.c 463 // Indicate that we've given at least one positive answer for this record, so we should be prepared to send a goodbye for it
651 // CacheRecord *ka is the CacheRecord from the known answer list in the query.
653 // AuthRecord *rr is the answer we are proposing to give, if not suppressed.
655 // We've already determined that we plan to give this answer on this interface
660 // If RR signature is different, or data is different, then don't suppress our answer
664 // we need to give our answer before the requester's copy expires.
666 // then we can suppress our answer this time.
    [all...]
  /external/zlib/win32/
DLL_FAQ.txt 100 - The official answer is "no"; the real answer depends again on
317 explained in the answer to Question 14.
325 article KB326922 (see the previous answer), the C runtime that
342 as explained in the answer to Question 14.
367 file name, as suggested in the previous answer.
380 different file name, as suggested in the previous answer.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectStreamFieldTest.java 118 assertTrue("getType on an Object field did not answer Object",
126 assertEquals("getTypeCode on an Object field did not answer 'L'", 'L',
128 assertEquals("getTypeCode on a long field did not answer 'J'", 'J',
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.cc 168 SessionDescription* answer = CreateAnswer(session->remote_description()); local
169 if (answer == NULL)
172 session->Accept(answer);
  /external/e2fsprogs/e2fsck/
e2fsck.8.in 69 the only correct answer is ``no''. Only experts who really know what
242 Open the filesystem read-only, and assume an answer of `no' to all
288 Assume an answer of `yes' to all questions; allows
problem.c 1683 int answer = -1; local
1744 int def_yn, answer, ans, broken_system_clock; local
    [all...]
  /external/opencv/cxcore/src/
cxerror.cpp 194 int answer = MessageBox( NULL, message, title, MB_ICONERROR|MB_ABORTRETRYIGNORE|MB_SYSTEMMODAL );
196 if( answer == IDRETRY )
200 return answer != IDIGNORE;
  /external/skia/include/core/
SkGeometry.h 23 whether the answer is ambiguous because the query occurred exactly at
165 Optional outgoing "ambiguous" argument indicates whether the answer is
180 Optional outgoing "ambiguous" argument indicates whether the answer is
  /frameworks/base/docs/html/design/patterns/
help.jd 109 <p>People don't read help from start to finish. They scan around, looking for a piece of information containing the answer they need. Make it less burdensome with friendly formatting and layout choices like bold headings, bulleted and numbered lists, tables, and white space between paragraphs. And if you have a large amount of content, divide it into multiple screens to cut down on scrolling.</p>
111 <h4>Take me straight to the answer</h4>
112 <p>What's better than a screen that's easy to scan? A screen that requires no scanning at all because the answer's right there. Consider having each screen in your app navigate to help that's relevant just to th (…)
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /bionic/libc/stdio/
fopen.c 68 * answer. If the user then alters the seek pointer, or
  /external/chromium/chrome/browser/diagnostics/
diagnostics_model.h 53 // answer is TEST_NOT_RUN.
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 217 "https://www.google.com/support/chromeos/bin/answer.py?answer=142065";
219 "https://www.google.com/support/chrome/bin/answer.py?answer=142065";
  /external/chromium/chrome/common/extensions/docs/static/
messaging.html 123 port.postMessage({answer: "Madame"});
125 port.postMessage({answer: "Madame... Bovary"});
151 else if (msg.answer == "Madame")
153 else if (msg.answer == "Madame... Bovary")
  /external/chromium/net/base/
dnsrr_resolver.h 117 // cache_ maps from a request to a cached response. The cached answer may
  /external/chromium/net/data/filter_unittests/
google.txt 15 To learn more about Google, click on the link at the left for the area that most interests you. Or type what you want to find into our search box and hit enter. Once you do, you'll be on your way to understanding why others say, "Google is the closest thing the Web has to an ultimate answer machine."
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessiondescription.h 94 // Indicates whether a ContentDescription was an offer or an answer, as
  /external/chromium/third_party/libjingle/source/talk/session/phone/
srtpfilter.cc 102 // If the answer requests crypto, finalize the parameters and apply them.
118 LOG(LS_ERROR) << "Invalid state for SRTP answer";
169 // We should find a match between the answer params and the offered params.
185 LOG(LS_WARNING) << "Invalid parameters in SRTP answer";
  /external/dropbear/libtomcrypt/notes/
tech0003.txt 49 You can easily accomplish this via the "config.pl" script. Simply answer "n" to all of the ciphers except the one you want

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>