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

  /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>());
  /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
  /prebuilt/linux-x86/toolchain/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

Completed in 142 milliseconds