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

1 2

  /external/libcxx/test/localization/locales/locale/locale.operators/
eq.pass.cpp 21 std::locale cloc; local
22 std::locale copy(cloc);
25 std::locale noname1 = n1.combine<std::ctype<char> >(cloc);
27 std::locale noname2 = n1.combine<std::ctype<char> >(cloc);
29 assert(cloc == cloc);
30 assert(cloc == copy);
31 assert(cloc != n1);
32 assert(cloc != n2);
33 assert(cloc != noname1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.operators/
eq.pass.cpp 21 std::locale cloc; local
22 std::locale copy(cloc);
25 std::locale noname1 = n1.combine<std::ctype<char> >(cloc);
27 std::locale noname2 = n1.combine<std::ctype<char> >(cloc);
29 assert(cloc == cloc);
30 assert(cloc == copy);
31 assert(cloc != n1);
32 assert(cloc != n2);
33 assert(cloc != noname1)
    [all...]
  /bionic/tests/
locale_test.cpp 114 locale_t cloc = newlocale(LC_ALL, "C", 0); local
117 locale_t old_locale = uselocale(cloc);
123 freelocale(cloc);
stdio_test.cpp 430 locale_t cloc = newlocale(LC_ALL, "C.UTF-8", 0); local
431 locale_t old_locale = uselocale(cloc);
450 freelocale(cloc);
  /frameworks/native/include/media/openmax/
OMX_Other.h 230 * from the cloc component and subtracting it from nWallTimeAtMedia.
  /hardware/qcom/media/mm-core/inc/
OMX_Other.h 213 * from the cloc component and subtracting it from nWallTimeAtMedia.
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h 213 * from the cloc component and subtracting it from nWallTimeAtMedia.
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Other.h 213 * from the cloc component and subtracting it from nWallTimeAtMedia.
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 213 * from the cloc component and subtracting it from nWallTimeAtMedia.
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Other.h 230 * from the cloc component and subtracting it from nWallTimeAtMedia.
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 213 * from the cloc component and subtracting it from nWallTimeAtMedia.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
locale_facets_nonio.h 206 * @param cloc The C locale.
    [all...]
locale_classes.h 655 * @param cloc The C locale.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 203 * @param cloc The "C" locale.
970 * @param cloc The "C" locale.
    [all...]
locale_classes.h 641 * @param cloc The "C" locale.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 203 * @param cloc The "C" locale.
970 * @param cloc The "C" locale.
    [all...]
locale_classes.h 641 * @param cloc The "C" locale.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets_nonio.h 203 * @param cloc The "C" locale.
970 * @param cloc The "C" locale.
    [all...]
locale_classes.h 641 * @param cloc The "C" locale.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets_nonio.h 203 * @param cloc The "C" locale.
970 * @param cloc The "C" locale.
    [all...]
locale_classes.h 641 * @param cloc The "C" locale.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 206 * @param cloc The C locale.
    [all...]
locale_classes.h 655 * @param cloc The C locale.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets_nonio.h 206 * @param cloc The C locale.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]

Completed in 1315 milliseconds

1 2