HomeSort by relevance Sort by last modified time
    Searched full:__flags (Results 51 - 75 of 283) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 176 self.__flags = flags
187 return bool(self.__flags & _symtable.USE)
190 return bool(self.__flags & DEF_PARAM)
199 return bool(self.__flags & DEF_BOUND)
205 return bool(self.__flags & DEF_IMPORT)
208 return bool(self.__flags & DEF_LOCAL)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 176 self.__flags = flags
187 return bool(self.__flags & _symtable.USE)
190 return bool(self.__flags & DEF_PARAM)
199 return bool(self.__flags & DEF_BOUND)
205 return bool(self.__flags & DEF_IMPORT)
208 return bool(self.__flags & DEF_LOCAL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
link.h 51 unsigned int *__flags,
104 unsigned int *__flags,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
link.h 51 unsigned int *__flags,
104 unsigned int *__flags,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
link.h 51 unsigned int *__flags,
104 unsigned int *__flags,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
swap.h 36 extern int swapon (__const char *__path, int __flags) __THROW;
socket.h 137 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
152 int __flags, __CONST_SOCKADDR_ARG __addr,
163 int __flags, __SOCKADDR_ARG __addr,
173 int __flags);
180 extern ssize_t recvmsg (int __fd, struct msghdr *__message, int __flags);
profil.h 57 struct timeval *__tvp, unsigned int __flags) __THROW;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
swap.h 36 extern int swapon (__const char *__path, int __flags) __THROW;
socket.h 137 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
152 int __flags, __CONST_SOCKADDR_ARG __addr,
163 int __flags, __SOCKADDR_ARG __addr,
173 int __flags);
180 extern ssize_t recvmsg (int __fd, struct msghdr *__message, int __flags);
profil.h 57 struct timeval *__tvp, unsigned int __flags) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
swap.h 36 extern int swapon (__const char *__path, int __flags) __THROW;
socket.h 137 extern ssize_t send (int __fd, __const void *__buf, size_t __n, int __flags);
144 extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
152 int __flags, __CONST_SOCKADDR_ARG __addr,
163 int __flags, __SOCKADDR_ARG __addr,
173 int __flags);
180 extern ssize_t recvmsg (int __fd, struct msghdr *__message, int __flags);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 576 * @param __flags Syntax option flags.
579 * expression pattern interpreted according to @p __flags. If
584 flag_type __flags = regex_constants::ECMAScript)
585 { return this->assign(string_type(__p), __flags); }
594 * @param __flags Syntax option flags.
597 * expression pattern interpreted according to @p __flags. If
601 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
602 { return this->assign(string_type(__p, __len), __flags); }
609 * @param __flags Syntax option flags.
612 * expression pattern interpreted according to @p __flags. I
1781 format(std::back_inserter(__result), __fmt, __flags); local
1796 __flags); local
2228 __s.begin(), __s.end(), __e, __fmt, __flags); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex.h 576 * @param __flags Syntax option flags.
579 * expression pattern interpreted according to @p __flags. If
584 flag_type __flags = regex_constants::ECMAScript)
585 { return this->assign(string_type(__p), __flags); }
594 * @param __flags Syntax option flags.
597 * expression pattern interpreted according to @p __flags. If
601 assign(const _Ch_type* __p, std::size_t __len, flag_type __flags)
602 { return this->assign(string_type(__p, __len), __flags); }
609 * @param __flags Syntax option flags.
612 * expression pattern interpreted according to @p __flags. I
1781 format(std::back_inserter(__result), __fmt, __flags); local
1796 __flags); local
2228 __s.begin(), __s.end(), __e, __fmt, __flags); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/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 138 unsigned int __flags; member in class:__cxxabiv1::__vmi_class_type_info
156 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/msm8x74/kernel-headers/linux/
msm_ion.h 101 #define ION_IS_CACHED(__flags) ((__flags) & ION_FLAG_CACHED)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/sysroot/usr/include/
stropts.h 74 __const struct strbuf *__dataptr, int __flags);
81 __const struct strbuf *__dataptr, int __band, int __flags);
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cxxabi.h 138 unsigned int __flags; member in class:__cxxabiv1::__vmi_class_type_info
156 unsigned int __flags; member in class:__cxxabiv1::__pbase_type_info
  /prebuilts/ndk/8/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/iptables/include/linux/netfilter/
xt_set.h 75 u_int32_t __flags[IPSET_DIM_MAX]; member in struct:xt_set_info_v0::__anon22252::__anon22253

Completed in 654 milliseconds

1 23 4 5 6 7 8 91011>>