HomeSort by relevance Sort by last modified time
    Searched refs:accept (Results 351 - 375 of 960) sorted by null

<<11121314151617181920>>

  /hardware/msm7k/librpc/
rpc.c 34 int32 accept = (int32) RPC_ACCEPT_SUCCESS; local
39 XDR_SEND_INT32(xdr, &accept));
  /libcore/luni/src/main/java/java/net/
ServerSocket.java 119 public Socket accept() throws IOException { method in class:ServerSocket
180 * Gets the socket {@link SocketOptions#SO_TIMEOUT accept timeout}.
191 * Invokes the server socket implementation to accept a connection on the
195 * the concrete {@code SocketImpl} to accept the connection
202 impl.accept(aSocket.impl);
226 * Sets the {@link SocketOptions#SO_TIMEOUT accept timeout} in milliseconds for this socket.
227 * This accept timeout defines the period the socket will block waiting to
228 * accept a connection before throwing an {@code InterruptedIOException}. The value
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppRfcommListener.java 100 Socket clientSocket = mTcpServerSocket.accept();
111 Log.e(TAG, "Error accept connection " + e);
149 Log.i(TAG, "Accept thread started on channel " + mBtOppRfcommChannel);
154 clientSocket = mBtServerSocket.accept();
165 Log.e(TAG, "Error accept connection " + e);
182 Log.i(TAG, "stopping Accept Thread");
212 if (V) Log.v(TAG, "Interrupted waiting for Accept Thread to join");
  /cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
TestScanner.java 63 public boolean accept(File dir, String filename) {
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
PlainInsn.java 78 public void accept(Visitor visitor) { method in class:PlainInsn
  /dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java 265 public abstract void accept(Visitor v); method in class:SsaInsn
  /development/tools/emulator/system/libqemu/
test_host_2.c 102 client = TFR(accept(sock, NULL, NULL));
109 /* Now, accept any incoming data, and send it back */
  /development/tools/mkstubs/src/com/android/mkstubs/
AsmAnalyzer.java 92 if (!filter.accept(key)) {
SourceGenerator.java 97 cr.accept(classFilter, 0 /*flags*/);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
ParserLoader.java 118 public boolean accept(File dir, String name) { method in class:ParserLoader.ClassFilenameFilter
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketImplTest.java 85 protected void accept(SocketImpl newSocket) throws IOException { method in class:SocketImplTest.MockSocketImpl
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixSocketTest.java 46 Socket worker = pingServer.accept();
  /external/bison/src/
reader.c 495 /* Construct the accept symbol. */
496 accept = symbol_get ("$accept", empty_location);
497 accept->class = nterm_sym;
498 accept->number = nvars++;
557 accept: %start EOF. */
559 symbol_list *p = symbol_list_new (accept, empty_location);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaInsn.java 265 public abstract void accept(Visitor v); method in class:SsaInsn
  /external/dropbear/
tcp-accept.c 56 fd = accept(sock, (struct sockaddr*)&addr, &len);
  /external/emma/core/java12/com/vladium/jcd/cls/
FieldCollection.java 100 public void accept (final IClassDefVisitor visitor, final Object ctx) method in class:FieldCollection
MethodCollection.java 100 public void accept (final IClassDefVisitor visitor, final Object ctx) method in class:MethodCollection
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
InnerClassesAttribute_info.java 79 public void accept (final IAttributeVisitor visitor, final Object ctx) method in class:InnerClassesAttribute_info
LineNumberTableAttribute_info.java 106 public void accept (final IAttributeVisitor visitor, final Object ctx) method in class:LineNumberTableAttribute_info
  /external/emma/core/java12/com/vladium/jcd/cls/constant/
CONSTANT_info.java 38 public abstract Object accept (ICONSTANTVisitor visitor, Object ctx); method in class:CONSTANT_info
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
LocalAcceptThread.java 66 s = ss.accept();
132 /* This will lead to an IOException in the ss.accept() call */
  /external/kernel-headers/original/linux/sunrpc/
svcauth.h 59 * accept() is given a request and should verify it.
62 * The return value of accept() can indicate:
77 * accept is passed the proc number so that it can accept NULL rpc requests
98 int (*accept)(struct svc_rqst *rq, u32 *authp); member in struct:auth_ops
  /external/mesa3d/src/glsl/
ir_basic_block.cpp 57 ir->accept(&v);
  /external/proguard/src/proguard/classfile/instruction/
BranchInstruction.java 138 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) method in class:BranchInstruction
LookUpSwitchInstruction.java 131 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) method in class:LookUpSwitchInstruction

Completed in 4239 milliseconds

<<11121314151617181920>>