HomeSort by relevance Sort by last modified time
    Searched refs:testint (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TreeMapTest.java 928 Integer testint = new Integer(-1); local
933 tm.put(testint.toString(), testint); local
972 Integer testint = new Integer(-1); local
978 tm.put(testint.toString(), testint); local
1150 Integer testint = new Integer(-1); local
1155 tm.put(testint.toString(), testint); local
1156 tm.put(testint100.toString(), testint); local
1183 Integer testint = new Integer(-1); local
1187 tm.put(testint.toString(), testint); local
1188 tm.put(testint100.toString(), testint); local
1216 Integer testint = new Integer(-1); local
1222 tm.put(testint9999.toString(), testint); local
1223 tm.put(testint100.toString(), testint); local
1224 tm.put(testint10000.toString(), testint); local
1255 Integer testint = new Integer(-1); local
1261 tm.put(testint9999.toString(), testint); local
1262 tm.put(testint100.toString(), testint); local
1263 tm.put(testint10000.toString(), testint); local
    [all...]
  /external/chromium/base/
pickle_unittest.cc 15 const int testint = 2093847192; member in namespace:__anon3681
30 EXPECT_EQ(testint, outint);
69 EXPECT_TRUE(pickle.WriteInt(testint));

Completed in 1276 milliseconds