Searched defs:on (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/jdwp/
H A DJdwpSocket.cpp11 * distributed under the License is distributed on an "AS IS" BASIS,
112 ALOGI("JDWP will wait for debugger on port %d", port);
114 ALOGD("JDWP will %s on port %d",
139 * Returns 0 on success.
305 * Returns true on success (meaning a connection is available).
328 int cc, on = 1; local
330 cc = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on));
359 // When we call shutdown() on the socket, accept() returns with
378 ALOGV("Setting TCP_NODELAY on accepte
[all...]

Completed in 98 milliseconds