/external/chromium_org/third_party/zlib/contrib/minizip/ |
minizip.c | 336 char answer[128]; local 339 ret = scanf("%1s",answer); 344 rep = answer[0] ;
|
/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/src/core/ |
SkMath.cpp | 254 if (bits < 0) { // answer will underflow 257 if (bits > 31) { // answer will overflow 275 // make room for the rest of the answer bits
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCOwner.java | 57 * then the server will answer a "Forbidden" error. 68 * then the server will answer a "Forbidden" error. 277 * then the server will answer a "Forbidden" error.
|
/frameworks/base/docs/html/design/patterns/ |
help.jd | 110 <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> 112 <h4>Take me straight to the answer</h4> 113 <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/e2fsprogs/e2fsck/ |
problem.c | 1688 int answer = -1; local 1749 int def_yn, answer, ans; local [all...] |
/external/mdnsresponder/mDNSShared/ |
uds_daemon.c | [all...] |
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
fopen.c | 89 * answer. If the user then alters the seek pointer, or
|
/build/core/tasks/ |
factory_bundle.mk | 28 # a better way of specifying the class. Really the answer is to stop having modules with
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
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/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/chromium_org/chrome/browser/extensions/api/dns/ |
dns_api.cc | 58 // determining its answer.
|
/external/chromium_org/chrome/browser/media/ |
media_stream_infobar_delegate.cc | 78 // we don't want WebRTC to be waiting for an answer that will never come.
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
safe_picasa_albums_indexer.cc | 28 // See: https://support.google.com/picasa/answer/11257?hl=en
|
/external/chromium_org/chrome/browser/net/ |
dns_probe_runner.cc | 48 // but returned a wrong answer.
|
/external/chromium_org/content/browser/browser_plugin/ |
browser_plugin_embedder.h | 125 // We need a roundtrip to the renderer process to retrieve the answer,
|
/external/chromium_org/content/browser/webui/ |
url_data_source_impl.h | 43 // A URLDataSource is an object that can answer requests for data
|
/external/chromium_org/ipc/ |
ipc_sync_message_unittest.h | 14 int /* answer */)
|
/external/chromium_org/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."
|