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

/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.cpp1136 bool IsNegative = Name.startswith("no-"); local
1137 if (IsNegative)
1144 Features.push_back(Args.MakeArgString((IsNegative ? "-" : "+") + Name));
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc2384 bool IsNegative(T x) { function in namespace:__anon3166
2404 EXPECT_PRED1(IsNegative<int>, -5);
/external/gtest/test/
H A Dgtest_unittest.cc2384 bool IsNegative(T x) { function in namespace:__anon6236
2404 EXPECT_PRED1(IsNegative<int>, -5);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2627 bool IsNegative(T x) { function in namespace:__anon10635
2647 EXPECT_PRED1(IsNegative<int>, -5);

Completed in 288 milliseconds