HomeSort by relevance Sort by last modified time
    Searched full:__flags (Results 76 - 100 of 294) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/avahi/avahi-autoipd/
iface-bsd.c 64 int __flags; \
65 __flags = fcntl((s), F_GETFL); \
66 if (__flags == -1) \
69 __flags |= O_NONBLOCK; \
71 __flags &= ~O_NONBLOCK; \
72 (void)fcntl((s), F_SETFL, __flags); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 277 unsigned int __flags);
285 size_t __count, unsigned int __flags);
293 unsigned int __flags);
300 unsigned int __flags);
326 int __flags) __THROW;
333 int __flags);
link.h 50 unsigned int *__flags,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 295 unsigned int __flags);
303 size_t __count, unsigned int __flags);
311 unsigned int __flags);
318 unsigned int __flags);
344 int __flags) __THROW;
351 int __flags);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 558 * @param __flags Syntax option flags.
561 * expression pattern interpreted according to @p __flags. If
565 assign(const _Ch_type* __p, flag_type __flags = ECMAScript)
566 { return this->assign(string_type(__p), __flags); }
575 * @param __flags Syntax option flags.
578 * expression pattern interpreted according to @p __flags. If
582 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
583 { return this->assign(string_type(__p, __len), __flags); }
590 * @param __flags Syntax option flags.
593 * expression pattern interpreted according to @p __flags. I
1744 format(std::back_inserter(__result), __fmt, __flags); local
1758 __flags); local
2190 __s.begin(), __s.end(), __e, __fmt, __flags); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex.h 558 * @param __flags Syntax option flags.
561 * expression pattern interpreted according to @p __flags. If
565 assign(const _Ch_type* __p, flag_type __flags = ECMAScript)
566 { return this->assign(string_type(__p), __flags); }
575 * @param __flags Syntax option flags.
578 * expression pattern interpreted according to @p __flags. If
582 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
583 { return this->assign(string_type(__p, __len), __flags); }
590 * @param __flags Syntax option flags.
593 * expression pattern interpreted according to @p __flags. I
1744 format(std::back_inserter(__result), __fmt, __flags); local
1758 __flags); local
2190 __s.begin(), __s.end(), __e, __fmt, __flags); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex.h 558 * @param __flags Syntax option flags.
561 * expression pattern interpreted according to @p __flags. If
565 assign(const _Ch_type* __p, flag_type __flags = ECMAScript)
566 { return this->assign(string_type(__p), __flags); }
575 * @param __flags Syntax option flags.
578 * expression pattern interpreted according to @p __flags. If
582 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
583 { return this->assign(string_type(__p, __len), __flags); }
590 * @param __flags Syntax option flags.
593 * expression pattern interpreted according to @p __flags. I
1744 format(std::back_inserter(__result), __fmt, __flags); local
1758 __flags); local
2190 __s.begin(), __s.end(), __e, __fmt, __flags); local
    [all...]
  /abi/cpp/include/
cxxabi.h 136 unsigned int __flags; member in class:__cxxabiv1::__vmi_class_type_info
154 unsigned int __flags; member in class:__cxxabiv1::__pbase_type_info
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_ion.h 84 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_ion.h 123 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ion.h 142 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_ion.h 100 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_ion.h 117 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_ion.h 84 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_ion.h 102 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_ion.h 120 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stropts.h 74 __const struct strbuf *__dataptr, int __flags);
81 __const struct strbuf *__dataptr, int __band, int __flags);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stropts.h 74 __const struct strbuf *__dataptr, int __flags);
81 __const struct strbuf *__dataptr, int __band, int __flags);
  /prebuilts/ndk/current/sources/cxx-stl/gabi++/include/
cxxabi.h 136 unsigned int __flags; member in class:__cxxabiv1::__vmi_class_type_info
154 unsigned int __flags; member in class:__cxxabiv1::__pbase_type_info
  /external/clang/test/CodeGenObjC/
arc-captured-32bit-block-var-layout-2.m 44 4 int __flags;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
profil.h 57 struct timeval *__tvp, unsigned int __flags) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
profil.h 57 struct timeval *__tvp, unsigned int __flags) __THROW;
swap.h 37 extern int swapon (__const char *__path, int __flags) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
profil.h 57 struct timeval *__tvp, unsigned int __flags) __THROW;
swap.h 37 extern int swapon (__const char *__path, int __flags) __THROW;

Completed in 671 milliseconds

1 2 34 5 6 7 8 91011>>