HomeSort by relevance Sort by last modified time
    Searched full:untag (Results 1 - 25 of 30) sorted by null

1 2

  /libcore/dalvik/src/main/java/dalvik/system/
SocketTagger.java 32 @Override public void untag(FileDescriptor socketDescriptor) throws SocketException {}
50 public abstract void untag(FileDescriptor socketDescriptor) throws SocketException; method in class:SocketTagger
58 public final void untag(Socket socket) throws SocketException { method in class:SocketTagger
60 untag(socket.getFileDescriptor$());
  /system/core/include/cutils/
qtaguid.h 34 * Untag a network socket before closing.
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 273 testPrintI("valid untag");
278 testPrintI("tag after untag should not free up max tags");
333 // Valid untag
377 testPrintI("Untag socket0 of them only.");
381 testPrintI("Now untag socket1 as well.");
394 // Invalid untag. Expected failure";
  /libcore/luni/src/main/java/libcore/net/http/
HttpConnectionPool.java 93 SocketTagger.get().untag(socket);
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 47 SocketTagger.get().untag(fd);
88 // TODO: Untag newFd when needed for dup2(FileDescriptor oldFd, int newFd)
  /frameworks/base/core/java/com/android/server/
NetworkManagementSocketTagger.java 90 public void untag(FileDescriptor fd) throws SocketException { method in class:NetworkManagementSocketTagger
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java 218 SocketTagger.get().untag(socket);
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 301 SocketTagger.get().untag(socket);
  /external/v8/src/arm/
lithium-arm.h     [all...]
builtins-arm.cc     [all...]
macro-assembler-arm.h     [all...]
code-stubs-arm.cc     [all...]
  /external/v8/src/mips/
lithium-mips.h     [all...]
builtins-mips.cc     [all...]
macro-assembler-mips.h     [all...]
code-stubs-mips.cc     [all...]
  /external/v8/src/x64/
lithium-x64.h     [all...]
builtins-x64.cc 583 // Get the full codegen state from the stack and untag it.
    [all...]
  /frameworks/base/core/java/android/net/
TrafficStats.java 179 SocketTagger.get().untag(socket);
  /frameworks/base/docs/html/tools/debugging/
ddms.jd 255 These APIs correctly tag/untag sockets when recycled through
  /frameworks/base/docs/html/training/efficient-downloads/
efficient-network-access.jd 161 <p>The Apache {@code HttpClient} and {@code URLConnection} libraries automatically tag sockets based on the current {@code getThreadStatsTag()} value. These libraries also tag and untag sockets when recycled through keep-alive pools.</p>
  /external/v8/src/ia32/
builtins-ia32.cc 516 // Get the full codegen state from the stack and untag it.
    [all...]
lithium-ia32.h     [all...]
code-stubs-ia32.cc     [all...]
stub-cache-ia32.cc     [all...]

Completed in 620 milliseconds

1 2