Searched refs:IsNegative (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/location/
H A Dlocation_api.cc23 bool IsNegative(double* value) { function in namespace:extensions
34 if (IsNegative(min_distance_in_meters)) {
43 if (IsNegative(min_time_in_milliseconds)) {
/external/clang/lib/Driver/
H A DTools.cpp1198 bool IsNegative = Name.startswith("no-"); local
1199 if (IsNegative)
1209 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name));
1461 bool IsNegative = Name.startswith("no-"); local
1462 if (IsNegative)
1465 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name));
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2346 bool IsNegative(T x) { function in namespace:__anon10214
2366 EXPECT_PRED1(IsNegative<int>, -5);
/external/gtest/test/
H A Dgtest_unittest.cc2346 bool IsNegative(T x) { function in namespace:__anon20814
2366 EXPECT_PRED1(IsNegative<int>, -5);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1723 // Return the absolute or negative absolute of Op; IsNegative decides which.
1725 bool IsNegative) {
1727 if (IsNegative)
1724 getAbsolute(SelectionDAG &DAG, SDLoc DL, SDValue Op, bool IsNegative) argument
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2627 bool IsNegative(T x) { function in namespace:__anon28041
2647 EXPECT_PRED1(IsNegative<int>, -5);

Completed in 290 milliseconds