/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
SetOperationsTest.java | 37 Set<String> enemies; field in class:SetOperationsTest.MoreTests 41 enemies = Sets.newHashSet("Dick", "Harry", "Tom"); 45 Set<String> all = Sets.union(friends, enemies); 48 ImmutableSet<String> immut = Sets.union(friends, enemies).immutableCopy(); 50 = Sets.union(friends, enemies).copyInto(new HashSet<String>()); 52 enemies.add("Buck"); 60 Set<String> enemies = Sets.newHashSet("Dick", "Harry", "Tom"); local 62 Set<String> frenemies = Sets.intersection(friends, enemies); 66 = Sets.intersection(friends, enemies).immutableCopy(); 68 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>()) 78 Set<String> enemies = Sets.newHashSet("Dick", "Harry", "Tom"); local 96 Set<String> enemies = Sets.newHashSet("Dick", "Harry", "Tom"); local [all...] |
/external/guava/guava-tests/test/com/google/common/collect/ |
SetOperationsTest.java | 261 Set<String> enemies; field in class:SetOperationsTest.MoreTests 265 enemies = Sets.newHashSet("Dick", "Harry", "Tom"); 269 Set<String> all = Sets.union(friends, enemies); 272 ImmutableSet<String> immut = Sets.union(friends, enemies).immutableCopy(); 274 = Sets.union(friends, enemies).copyInto(new HashSet<String>()); 276 enemies.add("Buck"); 284 Set<String> enemies = Sets.newHashSet("Dick", "Harry", "Tom"); local 286 Set<String> frenemies = Sets.intersection(friends, enemies); 290 = Sets.intersection(friends, enemies).immutableCopy(); 292 = Sets.intersection(friends, enemies).copyInto(new HashSet<String>()) 302 Set<String> enemies = Sets.newHashSet("Dick", "Harry", "Tom"); local 320 Set<String> enemies = Sets.newHashSet("Dick", "Harry", "Tom"); local [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GameOverActivity.java | 146 final int enemies = prefs.getInt(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED, 0); local 154 mEnemiesDestroyedView.setTargetValue(enemies);
|
/external/v8/test/mjsunit/ |
md5.js | 180 var plainText = "Rebellious subjects, enemies to peace,\n\
|
/external/v8/test/mjsunit/regress/ |
regress-453481.js | 99 __v_10 = "Rebellious subjects, enemies to peace,\n\
|