/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ApplicationInfoPage.java | 576 public boolean accept(File pathname) { 662 // The Android Activity Manager does not accept packages names with only one
|
/system/core/libcutils/ |
mq.c | 1026 // Accept connection. 1027 int socket = accept(listenerFd->fd, NULL, NULL); 1029 ALOGW("accept() error: %s", strerror(errno)); [all...] |
/prebuilts/sdk/tools/lib/ |
lint.jar | |
lint_api.jar | |
lint_checks.jar | |
dx.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar | |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
Fuzzy.m | 93 accept = dfa38_accept; [all...] |
/external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/ |
FileChannelTest.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-junit.jar | |
/external/iproute2/doc/ |
ip-tunnels.tex | 276 \verb|i| or \verb|o|. F.e.\ \verb|icsum| orders to accept only
|
/external/libpng/ |
CHANGES | [all...] |
/external/netperf/ |
nettest_sctp.c | 585 /* after the accept call. This saves the hassle of extra messages */ 638 /* extra message after the accept on the remote. If it failed, */ [all...] |
/external/proguard/lib/ |
proguardgui.jar | |
/external/webkit/Source/WebCore/platform/mac/ |
ScrollAnimatorMac.mm | 808 // the base class implemenatation of handleWheelEvent will not accept the 822 wheelEvent.accept(); [all...] |
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 472 ;;; then automatically accept it as the best possible match and leave.
510 ;;; Accept the current string, with the maximum possible length.
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 389 ;;; then automatically accept it as the best possible match and leave.
429 ;;; Accept the current string, with the maximum possible length.
|
/libcore/luni/src/main/native/ |
libcore_io_Posix.cpp | 403 jint clientFd = NET_FAILURE_RETRY(env, int, accept, javaFd, peer, peerLength); [all...] |
/prebuilts/tools/common/proguard/proguard4.7/lib/ |
proguardgui.jar | |
/device/generic/goldfish/qemud/ |
qemud.c | 264 ret = accept(fd, &from, &fromlen); 981 /* this is an accept - send a dummy packet to the receiver */ 989 D("%s: accept failed ?: %s", __FUNCTION__, strerror(errno)); 998 D("%s: closing accept fd %d", __FUNCTION__, f->fd); [all...] |
/external/openssh/ |
ssh-agent.c | 1012 sock = accept(sockets[i].fd, 1015 error("accept from AUTH_SOCKET: %s", [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLInputElement.cpp | 1135 String HTMLInputElement::accept() const function in class:WebCore::HTMLInputElement [all...] |
/external/webkit/Source/WebKit/win/ |
DOMHTMLClasses.cpp | 1005 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::accept( function in class:DOMHTMLInputElement 1013 /* [in] */ BSTR /*accept*/) [all...] |