HomeSort by relevance Sort by last modified time
    Searched defs:flags (Results 1 - 25 of 2940) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/
power_save_blocker_win.cc 15 DWORD flags = ES_CONTINUOUS; local
18 flags |= ES_SYSTEM_REQUIRED;
20 SetThreadExecutionState(flags);
  /external/clang/test/CodeGen/
2005-01-02-VAArgError-ICE.c 5 int flags(int a, int b, ...) { function
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_export.c 30 unsigned char flags[1]; local
45 flags[0] = (type != PK_PUBLIC) ? 1 : 0;
49 LTC_ASN1_BIT_STRING, 1UL, flags,
58 LTC_ASN1_BIT_STRING, 1UL, flags,
dsa_import.c 29 unsigned char flags[1]; local
43 LTC_ASN1_BIT_STRING, 1UL, flags,
48 if (flags[0] == 1) {
50 LTC_ASN1_BIT_STRING, 1UL, flags,
62 LTC_ASN1_BIT_STRING, 1UL, flags,
  /bionic/libc/stdio/
funopen.c 44 int flags; local
51 flags = __SWR; /* write only */
54 flags = __SRD; /* read only */
56 flags = __SRW; /* read-write */
60 fp->_flags = flags;
fopen.c 47 int flags, oflags; local
49 if ((flags = __sflags(mode, &oflags)) == 0)
58 fp->_flags = flags;
setvbuf.c 45 int ret, flags; local
71 flags = fp->_flags;
72 if (flags & __SMBF)
74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
85 flags |= __swhatbuf(fp, &iosize, &ttyflag);
107 fp->_flags = flags | __SNBF;
114 flags |= __SMBF;
124 flags |= __SNPT;
131 flags |= __SLBF;
132 fp->_flags = flags;
    [all...]
fdopen.c 45 int flags, oflags, fdflags, tmp; local
47 if ((flags = __sflags(mode, &oflags)) == 0)
61 fp->_flags = flags;
freopen.c 52 int flags, isopen, oflags, sverrno, wantfd; local
54 if ((flags = __sflags(mode, &oflags)) == 0) {
142 fp->_flags = flags;
makebuf.c 52 int flags; local
61 flags = __swhatbuf(fp, &size, &couldbetty);
69 flags |= __SMBF;
73 flags |= __SLBF;
74 fp->_flags |= flags;
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_export.c 37 unsigned char flags[1]; local
57 flags[0] = 1;
59 LTC_ASN1_BIT_STRING, 1UL, flags,
66 flags[0] = 0;
68 LTC_ASN1_BIT_STRING, 1UL, flags,
  /external/iptables/include/linux/netfilter/
xt_socket.h 9 __u8 flags; member in struct:xt_socket_mtinfo1
  /external/webkit/Source/WebKit2/WebProcess/Downloads/cf/win/
DownloadCFWin.cpp 39 DWORD flags = MOVEFILE_COPY_ALLOWED | (m_allowOverwrite ? MOVEFILE_REPLACE_EXISTING : 0); local
40 if (::MoveFileExW(m_bundlePath.charactersWithNullTermination(), m_destination.charactersWithNullTermination(), flags))
49 flags = MOVEFILE_COPY_ALLOWED | (m_allowOverwrite ? MOVEFILE_REPLACE_EXISTING : 0);
50 if (::MoveFileExW(m_bundlePath.charactersWithNullTermination(), m_destination.charactersWithNullTermination(), flags))
  /dalvik/vm/native/
dalvik_bytecode_OpcodeInfo.cpp 35 int flags = dexGetFlagsFromOpcode(opcode); local
36 bool result = (flags & kInstrInvoke) != 0;
  /external/chromium/base/threading/
worker_pool_win.cc 27 ULONG flags = 0; local
29 flags |= WT_EXECUTELONGFUNCTION;
31 if (!QueueUserWorkItem(WorkItemCallback, task, flags)) {
  /external/libvpx/vp8/decoder/arm/
arm_dsystemdependent.c 23 int flags = pbi->common.rtcd.flags; local
24 int has_edsp = flags & HAS_EDSP;
25 int has_media = flags & HAS_MEDIA;
26 int has_neon = flags & HAS_NEON;
  /external/libvpx/vp8/encoder/arm/
arm_csystemdependent.c 24 int flags = cpi->common.rtcd.flags; local
25 int has_edsp = flags & HAS_EDSP;
26 int has_media = flags & HAS_MEDIA;
27 int has_neon = flags & HAS_NEON;
  /external/libvpx/vpx_scale/arm/
scalesystemdependent.c 44 * sets appropriate flags and function pointers.
52 int flags; local
87 flags = arm_cpu_caps();
88 if (flags & HAS_NEON)
  /system/bluetooth/tools/
sock_shutdown_bug_l2cap.c 29 long flags; local
37 flags = fcntl(fd, F_GETFL);
38 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
sock_shutdown_bug_rfcomm.c 30 long flags; local
38 flags = fcntl(fd, F_GETFL);
39 fcntl(fd, F_SETFL, flags | O_NONBLOCK);
sock_shutdown_bug_tcp.c 28 long flags; local
  /device/moto/stingray/sensors/
AccelerationSensor.cpp 47 int flags = 0; local
48 if (!ioctl(dev_fd, KXTF9_IOCTL_GET_ENABLE, &flags)) {
49 if (flags) {
63 int flags = en ? 1 : 0; local
65 if (flags != mEnabled) {
69 mEnabled = flags;
72 if (flags) {
75 err = ioctl(dev_fd, KXTF9_IOCTL_SET_ENABLE, &flags);
79 mEnabled = flags;
81 if (!flags) {
    [all...]
GyroSensor.cpp 47 int flags = 0; local
48 if (!ioctl(dev_fd, L3G4200D_IOCTL_GET_ENABLE, &flags)) {
49 if (flags) {
64 int flags = en ? 1 : 0; local
66 if (flags != mEnabled) {
67 if (flags) {
70 err = ioctl(dev_fd, L3G4200D_IOCTL_SET_ENABLE, &flags);
74 mEnabled = flags;
76 if (!flags) {
PressureSensor.cpp 48 int flags = 0; local
49 if (!ioctl(dev_fd, BMP085_IOCTL_GET_ENABLE, &flags)) {
50 if (flags) {
67 int flags = en ? 1 : 0; local
69 if (flags != mEnabled) {
70 if (flags) {
73 err = ioctl(dev_fd, BMP085_IOCTL_SET_ENABLE, &flags);
77 mEnabled = flags;
79 if (!flags) {
  /external/bluetooth/bluez/src/
log.h 37 unsigned int flags; member in struct:btd_debug_desc
51 .file = __FILE__, .flags = BTD_DEBUG_FLAG_DEFAULT, \
53 if (__btd_debug_desc.flags & BTD_DEBUG_FLAG_PRINT) \

Completed in 911 milliseconds

1 2 3 4 5 6 7 8 91011>>