Home
last modified time | relevance | path

Searched refs:COMPARE (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/utils/
DStrongPointer.h36 #define COMPARE(_op_) \ macro
97 COMPARE(==)
98 COMPARE(!=)
99 COMPARE(>)
100 COMPARE(<)
101 COMPARE(<=)
102 COMPARE(>=)
111 #undef COMPARE
/frameworks/compile/libbcc/runtime/cmake/Modules/
DMacroEnsureOutOfSourceBuild.cmake5 string( COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BINARY_DIR}" _insource )