Home
last modified time | relevance | path

Searched refs:testAdd (Results 1 – 23 of 23) sorted by relevance

/external/v8/test/mjsunit/compiler/
Dregress-intoverflow.js43 function testAdd(a, b) { function
51 for (var i=0; i<5; i++) testAdd(0,0);
52 %OptimizeFunctionOnNextCall(testAdd);
53 assertEquals(-4294967296, testAdd(-0x40000000, -0x40000000));
/external/v8/test/mjsunit/
Dbinary-op-newspace.js53 function testAdd() { function
61 testAdd();
Darray-methods-read-only-length.js7 function testAdd(mode) { function
50 testAdd("fast properties");
52 testAdd("normalized");
/external/guava/guava-gwt/test/com/google/common/collect/
DUnmodifiableListIteratorTest_gwt.java21 public void testAdd() throws Exception { in testAdd() method in UnmodifiableListIteratorTest_gwt
23 testCase.testAdd(); in testAdd()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
DANTLRIntArrayTest.h17 -(void) testAdd;
DIntArrayTest.h17 -(void) testAdd;
DIntArrayTest.m14 -(void) testAdd
DANTLRIntArrayTest.m14 -(void) testAdd
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/sets/
DANTLRBitSetTest.h18 -(void) testAdd;
DANTLRBitSetTest.m49 -(void) testAdd
/external/llvm/test/Transforms/InstCombine/
Dbinop-cast.ll3 define i32 @testAdd(i32 %X, i32 %Y) {
/external/protobuf/python/google/protobuf/internal/
Ddescriptor_database_test.py45 def testAdd(self): member in DescriptorDatabaseTest
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dpath_set_unittest.py25 def testAdd(self): member in PathSetTest
/external/v8/tools/testrunner/local/
Dpool_unittest.py33 def testAdd(self): member in PoolTest
/external/guava/guava-tests/test/com/google/common/collect/
DUnmodifiableListIteratorTest.java45 public void testAdd() { in testAdd() method in UnmodifiableListIteratorTest
DFilteredCollectionsTest.java108 public void testAdd() { in testAdd() method in FilteredCollectionsTest.AbstractFilteredCollectionTest
/external/chromium-trace/catapult/devil/devil/utils/
Dgeometry_test.py18 def testAdd(self): member in PointTest
Dreraiser_thread_unittest.py61 def testAdd(self): member in TestReraiserThreadGroup
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/test/type/
Dtest_univ.py22 def testAdd(self): assert univ.Integer(-4) + 6 == 2, '__add__() fails' member in IntegerTestCase
134 def testAdd(self): member in OctetStringTestCase
166 def testAdd(self): assert univ.Real(-4.1) + 1.4 == -2.7, '__add__() fails' member in RealTestCase
226 def testAdd(self): member in ObjectIdentifier
Dtest_tag.py70 def testAdd(self): member in TagSetAddTestSuite
/external/chromium-trace/catapult/dashboard/dashboard/
Dedit_anomaly_configs_test.py41 def testAdd(self): member in EditAnomalyConfigsTest
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dbatch_test.py374 def testAdd(self): member in BatchTest
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DCalendarTest.java314 public void testAdd() { in testAdd() method in CalendarTest