HomeSort by relevance Sort by last modified time
    Searched defs:set2 (Results 1 - 25 of 45) sorted by null

1 2

  /external/stlport/test/eh/
test.cpp 18 std::set<int> set1, set2; local
26 set2.insert(1);
27 set2.insert(1);
31 printElements(set2, "set2 : ");
  /external/skia/tests/
TSetTest.cpp 80 SkTSet<int> set2; local
81 set2 = set0;
83 REPORTER_ASSERT(reporter, set0.count() == set2.count());
84 REPORTER_ASSERT(reporter, !set2.contains(-1000));
87 REPORTER_ASSERT(reporter, set2.contains(f(i)));
88 REPORTER_ASSERT(reporter, set2[i] == f(i));
94 set2.validate();
PathOpsAngleTest.cpp 77 static const SortSet set2[] = { variable
234 { TEST_ENTRY(set2), {0, 0}},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compare.py 33 set2 = [[1], (3,), None, Empty()] variable in class:ComparisonTest
34 candidates = set1 + set2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compare.py 33 set2 = [[1], (3,), None, Empty()] variable in class:ComparisonTest
34 candidates = set1 + set2
  /external/chromium_org/extensions/common/
url_pattern_set_unittest.cc 68 URLPatternSet set2; local
69 AddPattern(&set2, "http://www.reddit.com/f*");
70 AddPattern(&set2, "http://www.yahoo.com/z*");
76 EXPECT_FALSE(set1.OverlapsWith(set2));
77 EXPECT_FALSE(set2.OverlapsWith(set1));
86 URLPatternSet set2; local
92 URLPatternSet::CreateDifference(set1, set2, &result);
96 AddPattern(&set2, "http://www.reddit.com/f*");
97 AddPattern(&set2, "http://www.yahoo.com/z*");
98 AddPattern(&set2, "http://www.google.com/f*")
132 URLPatternSet set2; local
164 URLPatternSet set2; local
179 URLPatternSet set2; local
210 URLPatternSet set2; local
223 URLPatternSet set2; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
ucdtest.cpp 349 UnicodeSet set1, set2; local
355 set2.add(start);
359 if (set1!=set2) {
364 //compareUSets(set1, set2,
  /external/valgrind/main/none/tests/ppc32/
power5+_round.c 89 double set2[] = { 0.9, 0.1, -0.1, -0.9, 1e-40, -1e-40 }; local
111 DO_TEST(frin, set2, frin2, frin2rf);
113 DO_TEST(friz, set2, friz2, friz2rf);
115 DO_TEST(frip, set2, frip2, frip2rf);
117 DO_TEST(frim, set2, frim2, frim2rf);
125 double set2[] = local
137 DO_TEST(frsp, set2, frsp2, fprf2);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
BresenhamTerrainPicker.java 209 gridTriA.set2(t[0].get2());
213 gridTriB.set2(t[1].get2());
  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 239 vector<syncable::Id>* set2 = id_to_conflict_set_[id2]; local
241 if (0 == set1 && 0 == set2) {
253 rv = set2;
255 } else if (0 == set2) {
259 } else if (set1 == set2) {
267 for (i = set2->begin() ; i != set2->end() ; ++i) {
271 rv->insert(rv->end(), set2->begin(), set2->end());
272 conflict_sets_.erase(set2);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 641 syncer::ModelTypeSet set2 = syncer::ModelTypeSet(syncer::SESSIONS); local
642 IssueRefreshRequest(set2);
644 EXPECT_TRUE(set2.Equals(fake_manager_->GetLastRefreshRequestTypes()));
  /external/chromium_org/chrome/common/extensions/permissions/
permission_set_unittest.cc 241 scoped_refptr<PermissionSet> set2; local
271 set2 = new PermissionSet(apis2, explicit_hosts2, scriptable_hosts2);
272 union_set = PermissionSet::CreateUnion(set1.get(), set2.get());
273 EXPECT_TRUE(set1->Contains(*set2.get()));
275 EXPECT_FALSE(set2->Contains(*set1.get()));
276 EXPECT_FALSE(set2->Contains(*union_set.get()));
278 EXPECT_TRUE(union_set->Contains(*set2.get()));
332 set2 = new PermissionSet(apis2, explicit_hosts2, scriptable_hosts2);
333 union_set = PermissionSet::CreateUnion(set1.get(), set2.get());
335 EXPECT_FALSE(set1->Contains(*set2.get()))
368 scoped_refptr<PermissionSet> set2; local
483 scoped_refptr<PermissionSet> set2; local
1175 scoped_refptr<PermissionSet> set2; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
usettest.c 83 USet* set2; local
179 set2 = uset_open(1, 1);
180 uset_clear(set2);
183 uset_applyPropertyAlias(set2, PAT_lb, PAT_lb_LEN, VAL_SP, VAL_SP_LEN, &ec);
184 expect(set2, " ", "abcdefghi{bc}", NULL);
187 uset_set(set2, 0x0061, 0x0063);
192 if (uset_containsSome(set, set2)) {
193 log_err("set should not contain some of set2 yet\n");
195 uset_complementAll(set, set2);
196 if (!uset_containsSome(set, set2)) {
    [all...]
cucdtst.c 2887 USet *set1, *set2, *set3, *set4; local
    [all...]
  /external/icu4c/test/cintltst/
usettest.c 83 USet* set2; local
179 set2 = uset_open(1, 1);
180 uset_clear(set2);
183 uset_applyPropertyAlias(set2, PAT_lb, PAT_lb_LEN, VAL_SP, VAL_SP_LEN, &ec);
184 expect(set2, " ", "abcdefghi{bc}", NULL);
187 uset_set(set2, 0x0061, 0x0063);
192 if (uset_containsSome(set, set2)) {
193 log_err("set should not contain some of set2 yet\n");
195 uset_complementAll(set, set2);
196 if (!uset_containsSome(set, set2)) {
    [all...]
  /external/icu4c/test/intltest/
ucdtest.cpp 354 UnicodeSet set1, set2; local
360 set2.add(start);
364 if (set1!=set2) {
369 //compareUSets(set1, set2,
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Triangle.java 154 public void set2(Vector3f v) { method in class:Triangle
  /external/stlport/test/unit/
set_test.cpp 21 CPPUNIT_TEST(set2);
38 void set2();
68 void SetTest::set2() function in class:SetTest
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 21 CPPUNIT_TEST(set2);
38 void set2();
68 void SetTest::set2() function in class:SetTest
  /ndk/tests/device/test-stlport/unit/
set_test.cpp 21 CPPUNIT_TEST(set2);
38 void set2();
68 void SetTest::set2() function in class:SetTest
  /packages/apps/Browser/src/com/android/browser/
NavTabScroller.java 333 AnimatorSet set2 = new AnimatorSet(); local
334 set2.playTogether(scroll1, trans2);
335 set2.setDuration(duration2);
336 mAnimator.playSequentially(set1, set2);
PhoneUi.java 406 AnimatorSet set2 = new AnimatorSet(); local
419 set2.playTogether(l, t, r, b, scale);
420 set2.setDuration(200);
422 combo.playSequentially(set1, set2, otheralpha);
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 543 UnicodeSet set2; local
544 ucnv_getUnicodeSet(&*converter2, set2.toUSet(), UCNV_ROUNDTRIP_SET, &errorCode);
546 return U_SUCCESS(errorCode) && set1.containsAll(set2);
  /external/clang/test/Misc/
diag-template-diffing.cpp 71 void set2(I2<int, int>) {}; function
73 set2(I2<double, int, int>());
75 // CHECK-ELIDE-NOTREE: no matching function for call to 'set2'
77 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set2'
79 // CHECK-ELIDE-TREE: no matching function for call to 'set2'
85 // CHECK-NOELIDE-TREE: no matching function for call to 'set2'
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 701 ImmutableSortedSet<LegacyComparable> set2 = ImmutableSortedSet.of( local
    [all...]

Completed in 978 milliseconds

1 2