/system/core/adb/ |
sysdeps_win32.c | 751 #undef accept macro 768 fh->fh_socket = accept( serverfh->fh_socket, addr, addrlen ); 771 D( "adb_socket_accept: accept on fd %d return error %ld\n", serverfd, GetLastError() ); 775 snprintf( fh->name, sizeof(fh->name), "%d(accept:%s)", _fh_to_int(fh), serverfh->name ); [all...] |
/cts/libs/testserver/src/android/webkit/cts/ |
CtsTestServer.java | 188 // close() and the other one is calling accept() by sending a GET 190 // sequentially call accept() and close(). [all...] |
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3debughandlers.c | 196 /// Connection structure with which to wait and accept a connection from 201 // Connection structures to deal with the client after we accept the connection 202 // and the server while we accept a connection. 211 // Specifies the length of the connection structure to accept() 284 // Now we can try to accept a connection on the port 287 delboy->socket = accept(serverSocket, (pANTLR3_SOCKADDRC)&client, &sockaddr_len);
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
debug.py | 878 self.connection, addr = self.socket.accept() [all...] |
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
SSLSocketImplTest.java | 605 endpoint = server.accept(); [all...] |
/external/bison/src/ |
ielr.c | 427 aver (lhs != accept->number); [all...] |
/external/bluetooth/bluedroid/bta/dm/ |
bta_dm_act.c | [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | 370 AsyncSocket* Accept(SocketAddress *paddr) { 373 SOCKET s = ::accept(s_, (sockaddr*)&saddr, &cbAddr); [all...] |
/external/chromium-trace/trace-viewer/examples/stream_server/ |
standalone.py | 430 accepted_socket, client_address = self.socket.accept() [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
standalone.py | 426 accepted_socket, client_address = self.socket.accept() [all...] |
/external/dnsmasq/src/ |
dnsmasq.c | 1137 while((confd = accept(listener->tcpfd, NULL, NULL)) == -1 && errno == EINTR); [all...] |
/external/doclava/src/com/google/doclava/parser/ |
JavaLexer.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.preferences_3.3.0.v20100503.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdi.jar | |
/external/llvm/test/MC/ARM/ |
basic-thumb-instructions.s | 12 @ once then spot check that following instructions accept the form generally.
|
/external/openssh/ |
channels.c | [all...] |
/frameworks/av/media/libstagefright/wifi-display/ |
ANetworkSession.cpp | 1184 int clientSocket = accept( 1222 ALOGE("accept returned error %d (%s)", [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteDatabase.java | 743 public boolean accept(File candidate) { [all...] |
/packages/apps/Browser/src/com/android/browser/provider/ |
BrowserProvider.java | 355 public boolean accept(File dir, String filename) { [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
CommandRecognizerEngine.java | 52 * the {@RecognizerClient}. It will accept the following types of commands: 452 public boolean accept(File f) { [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 29 /* In order for the format checking to accept the C frontend 36 In order for the format checking to accept the C front end diagnostic \ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 29 /* In order for the format checking to accept the C frontend 36 In order for the format checking to accept the C front end diagnostic \ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 29 /* In order for the format checking to accept the C frontend 36 In order for the format checking to accept the C front end diagnostic \ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 29 /* In order for the format checking to accept the C frontend 36 In order for the format checking to accept the C front end diagnostic \ [all...] |
/prebuilts/misc/common/groovy/ |
groovy-all-1.7.0.jar | |