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

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
limits 210 static const bool is_exact = false;
321 static const bool is_exact = true;
375 static const bool is_exact = true;
426 static const bool is_exact = true;
477 static const bool is_exact = true;
528 static const bool is_exact = true;
580 static const bool is_exact = true;
631 static const bool is_exact = true;
683 static const bool is_exact = true;
734 static const bool is_exact = true
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
limits 223 static _GLIBCXX_USE_CONSTEXPR bool is_exact = false;
392 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
462 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
530 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
599 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
667 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
738 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
807 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
875 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
limits 223 static _GLIBCXX_USE_CONSTEXPR bool is_exact = false;
392 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
462 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
530 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
599 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
667 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
738 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
807 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
875 static _GLIBCXX_USE_CONSTEXPR bool is_exact = true;
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
limits 210 static const bool is_exact = false;
321 static const bool is_exact = true;
375 static const bool is_exact = true;
426 static const bool is_exact = true;
477 static const bool is_exact = true;
528 static const bool is_exact = true;
580 static const bool is_exact = true;
631 static const bool is_exact = true;
683 static const bool is_exact = true;
734 static const bool is_exact = true
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
limits 210 static const bool is_exact = false;
321 static const bool is_exact = true;
375 static const bool is_exact = true;
426 static const bool is_exact = true;
477 static const bool is_exact = true;
528 static const bool is_exact = true;
580 static const bool is_exact = true;
631 static const bool is_exact = true;
683 static const bool is_exact = true;
734 static const bool is_exact = true
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
limits 210 static const bool is_exact = false;
321 static const bool is_exact = true;
375 static const bool is_exact = true;
426 static const bool is_exact = true;
477 static const bool is_exact = true;
528 static const bool is_exact = true;
580 static const bool is_exact = true;
631 static const bool is_exact = true;
683 static const bool is_exact = true;
734 static const bool is_exact = true
    [all...]
  /external/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_limits.c 45 __declare_numeric_base_member(bool, is_exact);
74 __declare_integer_limits_member(bool, is_exact);
90 _STLP_TEMPLATE_NULL const bool numeric_limits<__integer>::is_exact; \
_limits.h 79 _STLP_STATIC_CONSTANT(bool, is_exact = false);
130 _STLP_STATIC_CONSTANT(bool, is_exact = true);
309 _STLP_STATIC_CONSTANT(bool, is_exact = true);
328 _STLP_STATIC_CONSTANT(bool, is_exact = true);
  /external/stlport/test/unit/
limits_test.cpp 74 CHECK_COND(lim::is_exact);
  /ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp 74 CHECK_COND(lim::is_exact);
  /ndk/tests/device/test-stlport/unit/
limits_test.cpp 74 CHECK_COND(lim::is_exact);
  /external/regex-re2/re2/
prefilter.cc 220 bool is_exact() const { return is_exact_; } function in class:re2::Prefilter::Info
547 if (!ci->is_exact() ||
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi/
libstlport_static.a     [all...]
libstlport_shared.so 
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/libs/armeabi-v7a/
libstlport_static.a     [all...]
libstlport_shared.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libstdc++.so 

Completed in 773 milliseconds

1 2