OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fin
(Results
26 - 35
of
35
) sorted by null
1
2
/cts/tools/host/src/com/android/cts/
TestPackage.java
781
FileInputStream
fin
= new FileInputStream(packagePath);
local
786
while ((len =
fin
.read(buffer)) != -1) {
789
fin
.close();
[
all
...]
/external/iproute2/include/netinet/
tcp.h
47
#define TCP_LINGER2 8 /* Life time of orphaned
FIN
-WAIT-2 state */
99
u_int16_t
fin
:1;
member in struct:tcphdr
115
u_int16_t
fin
:1;
member in struct:tcphdr
/external/libpng/
pngrtran.c
4296
double
fin
, fout;
local
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngrtran.c
4121
double
fin
, fout;
local
[
all
...]
/external/webrtc/src/modules/audio_processing/ns/main/source/
ns_core.c
833
float
fin
[BLOCKL_MAX], fout[BLOCKL_MAX];
local
882
fin
[i] = (float)speechFrame[i];
887
memcpy(inst->dataBuf + inst->anaLen - inst->blockLen10ms,
fin
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
tcp.h
47
#define TCP_LINGER2 8 /* Life time of orphaned
FIN
-WAIT-2 state */
101
u_int16_t
fin
:1;
member in struct:tcphdr
117
u_int16_t
fin
:1;
member in struct:tcphdr
/external/javassist/src/main/javassist/
CtClassType.java
183
InputStream
fin
= null;
local
185
fin
= classPool.openClassfile(getName());
186
if (
fin
== null)
189
fin
= new BufferedInputStream(
fin
);
190
ClassFile cf = new ClassFile(new DataInputStream(
fin
));
206
if (
fin
!= null)
208
fin
.close();
[
all
...]
/external/kernel-headers/original/linux/
tcp.h
31
fin
:1,
member in struct:tcphdr
49
fin
:1;
member in struct:tcphdr
91
#define TCP_LINGER2 8 /* Life time of orphaned
FIN
-WAIT-2 state */
/frameworks/base/services/java/com/android/server/
BackupManagerService.java
689
FileInputStream
fin
= null;
local
692
fin
= new FileInputStream(mPasswordHashFile);
693
in = new DataInputStream(new BufferedInputStream(
fin
));
706
if (
fin
!= null)
fin
.close();
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java
1280
FileInputStream
fin
= (FileInputStream) input;
local
1359
FileInputStream
fin
= (FileInputStream) input;
local
1438
FileInputStream
fin
= (FileInputStream) input;
local
[
all
...]
Completed in 1560 milliseconds
1
2