HomeSort by relevance Sort by last modified time
    Searched refs:logical_and (Results 1 - 25 of 40) sorted by null

1 2

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/
binary_negate.pass.cpp 20 typedef std::binary_negate<std::logical_and<int> > F;
21 const F f = F(std::logical_and<int>());
not2.pass.cpp 19 typedef std::logical_and<int> F;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
logical_and.pass.cpp 12 // logical_and
20 typedef std::logical_and<int> F;
28 typedef std::logical_and<> F2;
42 constexpr bool foo = std::logical_and<int> () (36, 36);
45 constexpr bool bar = std::logical_and<> () (36.0, 36);
transparent.pass.cpp 28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" );
31 static_assert ( is_transparent<std::logical_and<>>::value, "" );
  /ndk/tests/device/test-gnustl-full/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
logic_test.cpp 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>());
  /ndk/tests/device/test-stlport/unit/
bcompos_test.cpp 38 binary_compose<logical_and<bool>, odd, positive>
39 b = binary_compose<logical_and<bool>, odd, positive>(logical_and<bool>(), odd(), positive());
52 compose2(logical_and<bool>(), odd(), positive()));
logic_test.cpp 39 transform((bool*)input1, (bool*)input1 + 4, (bool*)input2, (bool*)output, logical_and<bool>());
  /external/libcxx/test/std/utilities/function.objects/negators/
binary_negate.pass.cpp 20 typedef std::binary_negate<std::logical_and<int> > F;
21 const F f = F(std::logical_and<int>());
not2.pass.cpp 19 typedef std::logical_and<int> F;
  /external/libcxx/test/std/utilities/function.objects/logical.operations/
logical_and.pass.cpp 12 // logical_and
20 typedef std::logical_and<int> F;
30 typedef std::logical_and<> F2;
44 constexpr bool foo = std::logical_and<int> () (36, 36);
47 constexpr bool bar = std::logical_and<> () (36.0, 36);
transparent.pass.cpp 28 static_assert ( !is_transparent<std::logical_and<int>>::value, "" );
29 static_assert ( !is_transparent<std::logical_and<std::string>>::value, "" );
30 static_assert ( is_transparent<std::logical_and<void>>::value, "" );
31 static_assert ( is_transparent<std::logical_and<>>::value, "" );
  /external/skia/forth/
StdWords.cpp 86 BEGIN_WORD(logical_and) {
425 ADD_LITERAL_WORD("AND", logical_and);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 150 nameAdapter = {'and':'logical_and',
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_function.h 486 struct logical_and;
497 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
525 struct logical_and<void> struct
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 268 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 268 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 268 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 263 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function.h 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 263 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function.h 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 263 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function

Completed in 492 milliseconds

1 2