HomeSort by relevance Sort by last modified time
    Searched full:__ok (Results 1 - 25 of 47) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_array.tcc 43 bool* __ok (__m._M_data);
44 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p)
46 while (!*__ok)
48 ++__ok;
67 bool* __ok (__m._M_data);
69 ++__q, ++__ok, ++__p)
71 while (! *__ok)
73 ++__ok;
92 bool* __ok (__m._M_data);
94 ++__p, ++__ok, ++__q
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_array.tcc 46 bool* __ok (__m._M_data);
47 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p)
49 while (!*__ok)
51 ++__ok;
70 bool* __ok (__m._M_data);
72 ++__q, ++__ok, ++__p)
74 while (! *__ok)
76 ++__ok;
95 bool* __ok (__m._M_data);
97 ++__p, ++__ok, ++__q
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_array.tcc 46 bool* __ok (__m._M_data);
47 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p)
49 while (!*__ok)
51 ++__ok;
70 bool* __ok (__m._M_data);
72 ++__q, ++__ok, ++__p)
74 while (! *__ok)
76 ++__ok;
95 bool* __ok (__m._M_data);
97 ++__p, ++__ok, ++__q
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.tcc 43 bool* __ok (__m._M_data);
44 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p)
46 while (!*__ok)
48 ++__ok;
67 bool* __ok (__m._M_data);
69 ++__q, ++__ok, ++__p)
71 while (! *__ok)
73 ++__ok;
92 bool* __ok (__m._M_data);
94 ++__p, ++__ok, ++__q
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.tcc 43 bool* __ok (__m._M_data);
44 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p)
46 while (!*__ok)
48 ++__ok;
67 bool* __ok (__m._M_data);
69 ++__q, ++__ok, ++__p)
71 while (! *__ok)
73 ++__ok;
92 bool* __ok (__m._M_data);
94 ++__p, ++__ok, ++__q
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.tcc 43 bool* __ok (__m._M_data);
44 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p)
46 while (!*__ok)
48 ++__ok;
67 bool* __ok (__m._M_data);
69 ++__q, ++__ok, ++__p)
71 while (! *__ok)
73 ++__ok;
92 bool* __ok (__m._M_data);
94 ++__p, ++__ok, ++__q
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_array.tcc 43 bool* __ok (__m._M_data);
44 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p)
46 while (!*__ok)
48 ++__ok;
67 bool* __ok (__m._M_data);
69 ++__q, ++__ok, ++__p)
71 while (! *__ok)
73 ++__ok;
92 bool* __ok (__m._M_data);
94 ++__p, ++__ok, ++__q
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.tcc 46 bool* __ok (__m._M_data);
47 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p)
49 while (!*__ok)
51 ++__ok;
70 bool* __ok (__m._M_data);
72 ++__q, ++__ok, ++__p)
74 while (! *__ok)
76 ++__ok;
95 bool* __ok (__m._M_data);
97 ++__p, ++__ok, ++__q
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.tcc 46 bool* __ok (__m._M_data);
47 for (size_t __i=0; __i < __n; ++__i, ++__ok, ++__p)
49 while (!*__ok)
51 ++__ok;
70 bool* __ok (__m._M_data);
72 ++__q, ++__ok, ++__p)
74 while (! *__ok)
76 ++__ok;
95 bool* __ok (__m._M_data);
97 ++__p, ++__ok, ++__q
    [all...]
  /external/stlport/stlport/stl/
_string_io.c 39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
_num_get.c 316 bool __ok = false; local
322 __ok = true;
327 return __ok;
336 bool __ok = false; local
350 __ok = true;
362 return __ok;
376 bool __ok; local
410 __ok = __digits_before_dot || __digits_after_dot;
413 if (__ok && __in_ite != __end && (*__in_ite == __pow_e || *__in_ite == __pow_E)) {
417 __ok = __copy_digits(__in_ite, __end, __buf, __digits)
434 bool __ok = __read_float(__buf, __in_ite, __end, __ctype, __numpunct); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_string_io.c 39 bool __ok = false; local
42 __ok = true;
53 __ok = __stlp_string_fill(__os, __buf, __pad_len);
55 __ok = __ok && (__buf->sputn(__s.data(), streamsize(__n)) == streamsize(__n));
58 __ok = __ok && __stlp_string_fill(__os, __buf, __pad_len);
61 if (!__ok)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
54 return __ok;
62 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
64 return __ok;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
54 return __ok;
61 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
63 return __ok;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
54 return __ok;
61 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
63 return __ok;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
54 return __ok;
62 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
64 return __ok;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
54 return __ok;
62 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
64 return __ok;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
54 return __ok;
62 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
64 return __ok;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
54 return __ok;
62 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
64 return __ok;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
54 return __ok;
61 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
63 return __ok;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_iterator.tcc 52 bool __ok = ((__dist.second == __dp_exact && __dist.first >= -__n)
54 return __ok;
61 bool __ok = ((__dist.second == __dp_exact && __dist.first >= __n)
63 return __ok;

Completed in 1102 milliseconds

1 2