/external/strace/ |
syscall.c | 757 static long result,flags; variable 800 if (tcp->flags & TCB_WAITEXECVE) { 810 if (tcp->flags & TCB_INSYSCALL) 816 tcp->flags &= ~TCB_WAITEXECVE; 903 if (!(tcp->flags & TCB_INSYSCALL)) { 905 if (scno == 0 && (tcp->flags & TCB_WAITEXECVE)) { 906 tcp->flags &= ~TCB_WAITEXECVE; 917 if (!(tcp->flags & TCB_INSYSCALL)) { 985 if (!(tcp->flags & TCB_INSYSCALL)) { 994 if (tcp->flags & TCB_WAITEXECVE) [all...] |
/bionic/libc/include/ |
sched.h | 73 extern int clone(int (*fn)(void *), void *child_stack, int flags, void* arg, ...);
|
/bionic/libc/kernel/arch-sh/asm/ |
clock.h | 44 unsigned long flags; member in struct:clk
|
/bionic/libc/kernel/common/linux/ |
a.out.h | 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 60 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
|
backing-dev.h | 46 #error please change backing_dev_info::capabilities flags
|
msm_adsp.h | 30 uint16_t flags; member in struct:adsp_event_t
|
/bionic/libc/kernel/common/linux/netfilter/ |
xt_conntrack.h | 62 u_int8_t flags; member in struct:xt_conntrack_info
|
/development/ndk/platforms/android-3/include/linux/ |
a.out.h | 55 #define N_SET_INFO(exec, magic, type, flags) ((exec).a_info = ((magic) & 0xffff) | (((int)(type) & 0xff) << 16) | (((flags) & 0xff) << 24)) 60 #define N_SET_FLAGS(exec, flags) ((exec).a_info = ((exec).a_info&0x00ffffff) | (((flags) & 0xff) << 24))
|
backing-dev.h | 46 #error please change backing_dev_info::capabilities flags
|
msm_adsp.h | 31 uint16_t flags; member in struct:adsp_event_t
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_conntrack.h | 62 u_int8_t flags; member in struct:xt_conntrack_info
|
/development/ndk/platforms/android-8/include/ |
sched.h | 73 extern int clone(int (*fn)(void*), void *child_stack, int flags, void *arg);
|
/development/ndk/platforms/android-9/include/ |
sched.h | 73 extern int clone(int (*fn)(void *), void *child_stack, int flags, void* arg, ...);
|
/device/samsung/crespo/libsensors/ |
GyroSensor.cpp | 78 int flags = en ? 1 : 0; local 79 if (flags != mEnabled) { 87 if (flags) { 94 mEnabled = flags;
|
/external/bluetooth/bluez/input/ |
device.h | 34 int flags; member in struct:fake_input
|
/external/bluetooth/bluez/src/ |
hcid.h | 52 unsigned long flags; member in struct:main_opts
|
/external/bluetooth/bluez/tools/ |
main.c | 88 static char *rfcomm_flagstostr(uint32_t flags) 95 if (flags & (1 << RFCOMM_REUSE_DLC)) 98 if (flags & (1 << RFCOMM_RELEASE_ONHUP)) 101 if (flags & (1 << RFCOMM_TTY_ATTACHED)) 122 di->flags ? rfcomm_flagstostr(di->flags) : ""); 125 static void print_dev_list(int ctl, int flags) 151 static int create_dev(int ctl, int dev, uint32_t flags, bdaddr_t *bdaddr, int argc, char **argv) 158 req.flags = flags; [all...] |
/external/bluetooth/glib/gio/ |
glocaldirectorymonitor.h | 65 GFileMonitorFlags flags,
|
glocalfileenumerator.h | 51 GFileQueryInfoFlags flags,
|
/external/bluetooth/glib/gmodule/ |
gmodule.h | 65 GModuleFlags flags);
|
/external/chromium/net/base/ |
file_stream.h | 33 // Construct a FileStream with an existing file handle and opening flags. 35 // |flags| is a bitfield of base::PlatformFileFlags when the file handle was 37 FileStream(base::PlatformFile file, int flags);
|
/external/chromium/third_party/icu/source/test/intltest/ |
regextst.h | 38 virtual void regex_find(const UnicodeString &pat, const UnicodeString &flags,
|
/external/chromium/third_party/zlib/ |
inflate.h | 22 FLAGS, /* i: waiting for method and flags (gzip) */ 24 OS, /* i: waiting for extra flags and operating system (gzip) */ 60 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME 82 int flags; /* gzip header method and flags (0 if zlib) */ member in struct:inflate_state
|
/external/e2fsprogs/debugfs/ |
ls.c | 118 int flags; local 154 flags = DIRENT_FLAG_INCLUDE_EMPTY; 156 flags |= DIRENT_FLAG_INCLUDE_REMOVED; 158 retval = ext2fs_dir_iterate2(current_fs, inode, flags,
|
/external/e2fsprogs/e2fsck/ |
profile.h | 88 int flags, void **ret_iter);
|