HomeSort by relevance Sort by last modified time
    Searched full:__flag (Results 51 - 69 of 69) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
stdatomic.h 537 atomic_bool __flag;
546 return (atomic_exchange_explicit(&__object->__flag, 1, __order));
553 atomic_store_explicit(&__object->__flag, 0, __order);
  /external/stlport/stlport/stl/
_ios.h 132 void _M_handle_exception(ios_base::iostate __flag);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios.h 132 void _M_handle_exception(ios_base::iostate __flag);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios.h 132 void _M_handle_exception(ios_base::iostate __flag);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios.h 132 void _M_handle_exception(ios_base::iostate __flag);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios.h 132 void _M_handle_exception(ios_base::iostate __flag);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios.h 132 void _M_handle_exception(ios_base::iostate __flag);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios.h 132 void _M_handle_exception(ios_base::iostate __flag);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 561 self.__flag = False
569 return self.__flag
582 self.__flag = True
596 self.__flag = False
617 if not self.__flag:
619 return self.__flag
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 561 self.__flag = False
569 return self.__flag
582 self.__flag = True
596 self.__flag = False
617 if not self.__flag:
619 return self.__flag
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 223 self.__flag = threading.Event()
225 self.__flag.wait()
229 self.__flag.set()
test_multiprocessing.py 855 # Removed, threading.Event.wait() will return the value of the __flag
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 223 self.__flag = threading.Event()
225 self.__flag.wait()
229 self.__flag.set()
test_multiprocessing.py 855 # Removed, threading.Event.wait() will return the value of the __flag
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h 305 extern int faccessat (int __fd, __const char *__file, int __type, int __flag)
488 __gid_t __group, int __flag)
846 extern int unlinkat (int __fd, __const char *__name, int __flag)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 305 extern int faccessat (int __fd, __const char *__file, int __type, int __flag)
488 __gid_t __group, int __flag)
846 extern int unlinkat (int __fd, __const char *__name, int __flag)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_shared.so 
  /prebuilts/ndk/5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_shared.so 
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 1770 milliseconds

1 23