HomeSort by relevance Sort by last modified time
    Searched full:__constructed (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
par_loop.h 76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
par_loop.h 76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
par_loop.h 76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
par_loop.h 76 bool* __constructed; local
88 __constructed = new bool[__num_threads];
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
120 if (__constructed[__i])
132 delete[] __constructed;
  /external/libcxx/src/
future.cpp 95 __state_ |= __constructed | ready;
108 __state_ |= __constructed;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
future.cpp 97 __state_ |= __constructed | ready;
110 __state_ |= __constructed;
  /external/libcxx/include/
future 525 __constructed = 1,
536 {return (__state_ & __constructed) || (__exception_ != nullptr);}
629 if (this->__state_ & base::__constructed)
649 this->__state_ |= base::__constructed | base::ready;
669 this->__state_ |= base::__constructed;
731 this->__state_ |= base::__constructed | base::ready;
746 this->__state_ |= base::__constructed;
780 if (this->__state_ & base::__constructed)
    [all...]
__hash_table 745 bool __constructed = false) _NOEXCEPT
747 __value_constructed(__constructed)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
future 527 __constructed = 1,
538 {return (__state_ & __constructed) || (__exception_ != nullptr);}
631 if (this->__state_ & base::__constructed)
651 this->__state_ |= base::__constructed | base::ready;
671 this->__state_ |= base::__constructed;
733 this->__state_ |= base::__constructed | base::ready;
748 this->__state_ |= base::__constructed;
782 if (this->__state_ & base::__constructed)
    [all...]
__hash_table 745 bool __constructed = false) _NOEXCEPT
747 __value_constructed(__constructed)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
future 525 __constructed = 1,
536 {return (__state_ & __constructed) || (__exception_ != nullptr);}
629 if (this->__state_ & base::__constructed)
649 this->__state_ |= base::__constructed | base::ready;
669 this->__state_ |= base::__constructed;
731 this->__state_ |= base::__constructed | base::ready;
746 this->__state_ |= base::__constructed;
780 if (this->__state_ & base::__constructed)
    [all...]
__hash_table 745 bool __constructed = false) _NOEXCEPT
747 __value_constructed(__constructed)
    [all...]
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 417 milliseconds