HomeSort by relevance Sort by last modified time
    Searched refs:logical_and (Results 1 - 25 of 34) 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;
  /external/stlport/test/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-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>());
  /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;
  /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...]
  /external/stlport/stlport/stl/
_function.h 79 struct logical_and : public binary_function<_Tp, _Tp, bool> { struct in inherits:binary_function
  /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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_function.h 263 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_function.h 269 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_function.h 269 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
  /prebuilts/ndk/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 263 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_function.h 269 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_function.h 270 struct logical_and : public binary_function<_Tp, _Tp, bool> struct in inherits:binary_function

Completed in 1151 milliseconds

1 2