Home
last modified time | relevance | path

Searched defs:IsPositive (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Basic/
DWarnings.cpp204 bool IsPositive = !Opt.startswith("no-"); in ProcessWarningOptions() local
/external/protobuf/gtest/test/
Dgtest_unittest.cc557 static bool IsPositive(int n) { return n > 0; } in IsPositive() function
2319 bool IsPositive(double x) { in IsPositive() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_unittest.cc764 static bool IsPositive(int n) { return n > 0; } in IsPositive() function
2341 bool IsPositive(double x) { in IsPositive() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest_unittest.cc691 static bool IsPositive(int n) { return n > 0; } in IsPositive() function
2486 bool IsPositive(double x) { in IsPositive() function
/external/googletest/googletest/test/
Dgtest_unittest.cc757 static bool IsPositive(int n) { return n > 0; } in IsPositive() function
2348 bool IsPositive(double x) { in IsPositive() function
/external/v8/testing/gtest/test/
Dgtest_unittest.cc757 static bool IsPositive(int n) { return n > 0; } in IsPositive() function
2348 bool IsPositive(double x) { in IsPositive() function
/external/google-breakpad/src/testing/test/
Dgmock-matchers_test.cc2267 int IsPositive(double x) { in IsPositive() function
/external/v8/testing/gmock/test/
Dgmock-matchers_test.cc2431 int IsPositive(double x) { in IsPositive() function
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc2431 int IsPositive(double x) { in IsPositive() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27402 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local