HomeSort by relevance Sort by last modified time
    Searched refs:fin (Results 76 - 100 of 268) sorted by null

1 2 34 5 6 7 8 91011

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AC3TrackImpl.java 41 public AC3TrackImpl(InputStream fin, String lang) throws IOException {
43 parse(fin);
46 public AC3TrackImpl(InputStream fin) throws IOException {
47 parse(fin);
50 private void parse(InputStream fin) throws IOException {
51 inputStream = fin;
EC3TrackImpl.java 40 public EC3TrackImpl(InputStream fin, String lang) throws IOException {
42 parse(fin);
45 public EC3TrackImpl(InputStream fin) throws IOException {
46 parse(fin);
49 private void parse(InputStream fin) throws IOException {
50 inputStream = new BufferedInputStream(fin);
  /bionic/libc/kernel/uapi/linux/
tcp.h 35 fin:1, member in struct:tcphdr
57 fin:1; member in struct:tcphdr
  /development/ndk/platforms/android-3/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /development/ndk/platforms/android-L/include/linux/
tcp.h 35 fin:1, member in struct:tcphdr
57 fin:1; member in struct:tcphdr
  /external/chromium_org/net/quic/
quic_packet_creator.h 83 // If data is empty and fin is true, the expected behavior is to consume the
84 // fin but return 0.
88 bool fin,
98 bool fin,
reliable_quic_stream.h 116 // Returns true if we have received either a RST or a FIN - either of which
129 bool fin,
140 bool fin,
216 // StreamFrame with the FIN set.
219 // In combination with fin_sent_, used to ensure that a FIN and/or a RST is
  /external/javassist/src/main/javassist/tools/web/
Viewer.java 189 private byte[] readStream(InputStream fin) throws IOException {
201 len = fin.read(buf, size, buf.length - size);
  /external/kernel-headers/original/uapi/linux/
tcp.h 32 fin:1, member in struct:tcphdr
50 fin:1; member in struct:tcphdr
98 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
tcp.h 32 fin:1, member in struct:tcphdr
50 fin:1; member in struct:tcphdr
92 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tcp.h 32 fin:1, member in struct:tcphdr
50 fin:1; member in struct:tcphdr
92 #define TCP_LINGER2 8 /* Life time of orphaned FIN-WAIT-2 state */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
tcp.h 26 fin:1, member in struct:tcphdr
44 fin:1; member in struct:tcphdr

Completed in 2240 milliseconds

1 2 34 5 6 7 8 91011