HomeSort by relevance Sort by last modified time
    Searched full:accepted (Results 151 - 175 of 1221) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium/net/tools/flip_server/
acceptor_thread.cc 128 VLOG(1) << ACCEPTOR_CLIENT_IDENT << " Accepted connection";
144 VLOG(1) << ACCEPTOR_CLIENT_IDENT << "Accepted connection";
  /external/clang/include/clang/Driver/
OptParser.td 88 // CC1Option - This option should be accepted by clang -cc1.
91 // NoDriverOption - This option should not be accepted by the driver.
  /external/iptables/extensions/
libxt_TOS.c 60 " Accepted symbolic names for value are:\n");
79 " Accepted symbolic names for value are:\n",
  /external/libpcap/
README.linux 79 ps_recv Number of packets that were accepted by the pcap filter
84 ps_rec Number of packets that were accepted by the pcap filter
  /external/openssh/
auth2-hostbased.c 201 verbose("Accepted certificate ID \"%s\" signed by "
207 verbose("Accepted %s public key %s from %s@%s",
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.h 88 // Whether the selection should be accepted when the popup menu is
90 // Note that when TAB is pressed, the selection is always accepted
  /external/webkit/Tools/QtTestBrowser/
webpage.cpp 162 connect(buttonBox, SIGNAL(accepted()), dialog, SLOT(accept()));
166 if (dialog->exec() == QDialog::Accepted) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
ShirtPocket.java 182 // TODO: only discard the clipping if it was accepted
230 // TODO: only discard the clipping if it was accepted
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
rpc_msg.h 87 * Reply to an rpc request that was accepted by the server.
89 * accepted.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 87 * Reply to an rpc request that was accepted by the server.
89 * accepted.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
rpc_msg.h 87 * Reply to an rpc request that was accepted by the server.
89 * accepted.
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 369 LOG(Events, "PluginView::setFocus(%d): Focus event not accepted", focused);
520 LOG(Events, "PluginView::paint(): Paint event not accepted");
606 LOG(Events, "PluginView::handleMouseEvent(): Mouse event type %d at %d,%d not accepted",
682 LOG(Events, "PluginView::handleKeyboardEvent(): Keyboard event type %d not accepted", record.what);
702 LOG(Events, "PluginView::nullEventTimerFired(): Null event not accepted");
778 bool accepted = m_plugin->pluginFuncs()->event(m_instance, &event);
782 return accepted;
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
HttpOverSpdyTest.java 164 RecordedRequest accepted = server.takeRequest(); local
165 assertEquals("GET / HTTP/1.1", accepted.getRequestLine());
166 assertContains(accepted.getHeaders(),
  /external/webkit/Source/WebCore/css/
CSSValueKeywords.in 1 # These are all values accepted for CSS2.
566 # All appearance values that should be accepted by the parser should be listed between 'checkbox' and 'textarea':
621 # An appearance value that should not be accepted by the parser:
  /frameworks/native/opengl/specs/
EGL_ANDROID_native_fence_sync.txt 64 Accepted by the <type> parameter of eglCreateSyncKHR, and returned
70 Accepted by the <attrib_list> parameter of eglCreateSyncKHR:
74 Accepted by the <attrib_list> parameter of eglCreateSyncKHR, and returned
  /cts/apps/CtsVerifier/jni/cameraanalyzer/
com_android_cts_verifier_camera_analyzer_MeteringTest.cpp 97 // radius. Convert the coordinate to the coordinates accepted by Android
  /external/chromium/base/
sys_string_conversions.h 48 // code page identifier is one accepted by the Windows function
  /external/chromium/chrome/browser/autofill/
autofill_metrics.h 20 CREDIT_CARD_INFOBAR_ACCEPTED, // The user explicitly accepted the infobar.
  /external/chromium/chrome/browser/extensions/
extension_context_menu_model.cc 133 AddRef(); // Balanced in Accepted() and Canceled()
  /external/chromium/chrome/common/extensions/docs/static/
npapi.html 18 <p>Because of the additional security risks NPAPI poses to users, extensions that use it will require manual review before being accepted in the
  /external/chromium/net/base/
pem_tokenizer.cc 93 // Construct PEM header/footer strings for all the accepted types, to
  /external/chromium/net/socket/
tcp_client_socket_win.h 35 // function is used by TCPServerSocket() to adopt accepted connections
  /external/chromium/net/spdy/
spdy_framer.h 71 // When this function returns true the visitor indicates that it accepted
385 // accepted all of the chunks.
391 // accepted all of the chunks.
398 // visitor in chunks. Returns true if the visitor has accepted all of the
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
error_check.py 57 ' of accepted values:\n'
  /external/clang/test/CXX/except/except.spec/
p3.cpp 81 // CWG 1073 resolution is accepted. Clang implements it.

Completed in 1512 milliseconds

1 2 3 4 5 67 8 91011>>