Searched refs:IsNegative (Results 1 - 11 of 11) 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/v8/test/es5conform/
H A Dtestcfg.py45 def IsNegative(self): member in class:ES5ConformTestCase
/external/v8/test/sputnik/
H A Dtestcfg.py44 def IsNegative(self): member in class:SputnikTestCase
/external/v8/test/mozilla/
H A Dtestcfg.py65 def IsNegative(self): member in class:MozillaTestCase
/external/v8/test/test262/
H A Dtestcfg.py51 def IsNegative(self): member in class:Test262TestCase
/external/v8/tools/
H A Dtest.py71 if test.IsNegative():
348 def IsNegative(self): member in class:TestCase
441 if self.test.IsNegative():
/external/clang/lib/Driver/
H A DTools.cpp1341 bool IsNegative = Name.startswith("no-"); local
1342 if (IsNegative)
1349 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name));
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc2384 bool IsNegative(T x) { function in namespace:__anon3331
2404 EXPECT_PRED1(IsNegative<int>, -5);
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2174 bool IsNegative(T x) { function in namespace:__anon10119
2194 EXPECT_PRED1(IsNegative<int>, -5);
/external/gtest/test/
H A Dgtest_unittest.cc2384 bool IsNegative(T x) { function in namespace:__anon17931
2404 EXPECT_PRED1(IsNegative<int>, -5);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2627 bool IsNegative(T x) { function in namespace:__anon23895
2647 EXPECT_PRED1(IsNegative<int>, -5);

Completed in 1401 milliseconds