OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:f_flag
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/v8/test/mjsunit/regress/
regress-2443.js
82
var
f_flag
= false;
variable
83
var f_obj = { valueOf: function() {
f_flag
= true; return 1000; } };
87
assertTrue(
f_flag
);
89
f_flag
= false;
92
assertTrue(
f_flag
);
94
f_flag
= false;
97
assertTrue(
f_flag
);
99
f_flag
= false;
102
assertTrue(
f_flag
);
104
f_flag
= false
[
all
...]
/external/openssh/openbsd-compat/
bsd-statvfs.h
57
unsigned long
f_flag
; /* BBit mask of
f_flag
values. */
member in struct:statvfs
/libcore/luni/src/main/java/libcore/io/
StructStatVfs.java
51
public final long
f_flag
; /*unsigned long*/
field in class:StructStatVfs
58
long f_fsid, long
f_flag
, long f_namemax) {
68
this.
f_flag
=
f_flag
;
/external/openssh/
sftp-client.h
46
u_int64_t
f_flag
;
member in struct:sftp_statvfs
/bionic/libc/include/sys/
statvfs.h
36
unsigned long
f_flag
;
member in struct:statvfs
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
statvfs.h
52
unsigned long int
f_flag
;
member in struct:statvfs
72
unsigned long int
f_flag
;
member in struct:statvfs64
78
/* Definitions for the flag in `
f_flag
'. These definitions should be
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h
52
unsigned long int
f_flag
;
member in struct:statvfs
72
unsigned long int
f_flag
;
member in struct:statvfs64
78
/* Definitions for the flag in `
f_flag
'. These definitions should be
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
statvfs.h
52
unsigned long int
f_flag
;
member in struct:statvfs
72
unsigned long int
f_flag
;
member in struct:statvfs64
78
/* Definitions for the flag in `
f_flag
'. These definitions should be
/external/e2fsprogs/misc/
tune2fs.c
66
static int c_flag, C_flag, e_flag,
f_flag
, g_flag, i_flag, l_flag, L_flag;
variable
165
if (
f_flag
)
688
f_flag
= 1;
[
all
...]
Completed in 3312 milliseconds