/external/chromium_org/net/quic/ |
reliable_quic_stream.h | 94 void WriteOrBufferData(base::StringPiece data, bool fin); 104 bool fin,
|
quic_packet_creator.h | 85 // If data is empty and fin is true, the expected behavior is to consume the 86 // fin but return 0. 90 bool fin, 100 bool fin,
|
/external/javassist/src/main/javassist/ |
ClassPoolTail.java | 285 InputStream fin = openClassfile(classname); local 286 if (fin == null) 290 copyStream(fin, out); 293 fin.close(); 307 InputStream fin = openClassfile(classname); 309 fin.close(); 384 public static byte[] readStream(InputStream fin) throws IOException { 393 len = fin.read(bufs[i], size, bufsize - size); 419 public static void copyStream(InputStream fin, OutputStream fout) 428 len = fin.read(buf, size, bufsize - size) [all...] |
/external/chromium_org/content/child/ |
websocket_bridge.cc | 138 void WebSocketBridge::DidReceiveData(bool fin, 142 << fin << ", " 162 client_->didReceiveData(this, fin, type_to_pass, data_to_pass, data.size()); 219 void WebSocketBridge::send(bool fin, 240 << fin << ", " << type_to_pass << ", " 245 fin,
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_pwd.c | 206 goto fin; 220 goto fin; 227 goto fin; 235 goto fin; 242 goto fin; 249 goto fin; 271 goto fin; 278 fin: 310 goto fin; 319 goto fin; [all...] |
/external/javassist/src/main/javassist/tools/web/ |
Webserver.java | 274 FileInputStream fin = new FileInputStream(file); local 277 len = fin.read(filebuffer); 284 fin.close(); 292 InputStream fin local 294 if (fin != null) { 298 len = fin.read(filebuffer); 308 fin.close();
|
Viewer.java | 189 private byte[] readStream(InputStream fin) throws IOException { 201 len = fin.read(buf, size, buf.length - size);
|
/external/chromium_org/net/spdy/ |
buffered_spdy_framer_unittest.cc | 43 bool fin, 53 bool fin, 62 bool fin, 72 bool fin) OVERRIDE { 79 bool fin) OVERRIDE {
|
/external/chromium_org/net/tools/flip_server/ |
spdy_interface.h | 70 bool fin, 76 bool fin, 81 bool fin, 87 bool fin) OVERRIDE {} 98 bool fin) OVERRIDE;
|
/packages/apps/Browser/src/com/android/browser/ |
CrashRecoveryHandler.java | 159 FileInputStream fin = null; local 162 fin = new FileInputStream(stateFile); 166 while ((read = fin.read(buffer)) > 0) { 182 if (fin != null) { 184 fin.close();
|
/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/common/linux/ |
tcp.h | 34 fin:1, member in struct:tcphdr 56 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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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/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
|