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

1 2

  /external/stlport/test/eh/
test.cpp 18 std::set<int> set1, set2; local
24 set1.insert(aVector.begin(), aVector.end());
30 printElements(set1, "set1 : ");
  /ndk/tests/device/test-gnustl-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 46 SetOfForms set1(vector1.begin(), vector1.end());
48 SetOfForms set1; local
49 std::copy(vector1.begin(), vector1.end(), std::inserter(set1, set1.begin()));
55 cout<<"******************************************** set size "<< set1.size() << std::endl;
56 for(SetOfForms::iterator iter = set1.begin(); iter != set1.end(); ++iter) {
  /ndk/tests/device/test-stlport-copy_vector_into_a_set/jni/
copy_vector_into_a_set.cpp 46 SetOfForms set1(vector1.begin(), vector1.end());
48 SetOfForms set1; local
49 std::copy(vector1.begin(), vector1.end(), std::inserter(set1, set1.begin()));
55 cout<<"******************************************** set size "<< set1.size() << std::endl;
56 for(SetOfForms::iterator iter = set1.begin(); iter != set1.end(); ++iter) {
  /external/eigen/bench/
sparse_randomsetter.cpp 51 SetterType* set1 = new SetterType(sm1); local
54 (*set1)(internal::random<int>(0,rows-1),internal::random<int>(0,cols-1)) += 1;
57 << " nnz=" << set1->nonZeros() << std::flush;
61 t.reset(); t.start(); delete set1; t.stop();
94 // RandomSetter<EigenSparseMatrix,GnuHashMapTraits,Bits> set1(sm1);
97 // set1(internal::random<int>(0,rows-1),internal::random<int>(0,cols-1)) += 1;
100 // << " nnz=" << set1.nonZeros() << "\n";getchar();
103 // RandomSetter<EigenSparseMatrix,GoogleDenseHashMapTraits,Bits> set1(sm1);
106 // set1(internal::random<int>(0,rows-1),internal::random<int>(0,cols-1)) += 1;
109 // << " nnz=" << set1.nonZeros() << "\n";getchar()
    [all...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/data/
MediaSetTest.java 47 MockSet set1 = new MockSet(Path.fromString("/mock/1"), dataManager, 8, 8000); local
48 set1.addMediaSet(set10);
49 set1.addMediaSet(set11);
50 set1.addMediaSet(set12);
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 306 AnimatorSet set1 = new AnimatorSet(); local
326 set1.addListener(new AnimatorListenerAdapter() {
334 set1.playSequentially(inanim, blend1);
335 set1.start();
401 AnimatorSet set1 = new AnimatorSet(); local
404 set1.playTogether(fade1, fade2);
405 set1.setDuration(100);
422 combo.playSequentially(set1, set2, otheralpha);
NavTabScroller.java 314 AnimatorSet set1 = new AnimatorSet(); local
315 set1.playTogether(trans, alpha);
316 set1.setDuration(duration);
336 mAnimator.playSequentially(set1, set2);
339 mAnimator.playSequentially(set1, scroll1);
344 mAnimator.playSequentially(set1, trans2);
  /bootable/recovery/minzip/
Bits.h 271 INLINE void set1(unsigned char* buf, unsigned char val) function
  /dalvik/vm/
Bits.h 272 INLINE void set1(u1* buf, u1 val) function
  /external/icu4c/test/intltest/
trnserr.cpp 181 UnicodeSet *set1 = new UnicodeSet(badPattern, status); local
185 delete set1;
ucdtest.cpp 352 UnicodeSet set1, set2; local
353 if (nfcImpl->getCanonStartSet(0x49, set1)) {
362 if (set1!=set2) {
367 //compareUSets(set1, set2,
  /external/valgrind/main/none/tests/ppc32/
power5+_round.c 122 double set1[] = { inf, 0.9, 0.1, 0, neg0, -0.1, -0.9, -inf, nan }; local
136 DO_TEST(frsp, set1, frsp1, fprf1);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
BresenhamTerrainPicker.java 208 gridTriA.set1(t[0].get1());
212 gridTriB.set1(t[1].get1());
  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 238 vector<syncable::Id>* set1 = id_to_conflict_set_[id1]; local
241 if (0 == set1 && 0 == set2) {
251 } else if (0 == set1) {
257 rv = set1;
259 } else if (set1 == set2) {
264 rv = set1;
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Triangle.java 150 public void set1(Vector3f v) { method in class:Triangle
  /external/stlport/test/unit/
set_test.cpp 20 CPPUNIT_TEST(set1);
37 void set1();
56 void SetTest::set1() function in class:SetTest
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 20 CPPUNIT_TEST(set1);
37 void set1();
56 void SetTest::set1() function in class:SetTest
  /ndk/tests/device/test-stlport/unit/
set_test.cpp 20 CPPUNIT_TEST(set1);
37 void set1();
56 void SetTest::set1() function in class:SetTest
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumMapTest.java 331 Set set1 = enumSizeMap.entrySet(); local
332 assertSame("Should be same", set1, set); //$NON-NLS-1$
600 Set set1 = enumSizeMap.keySet(); local
601 assertSame("Should be same", set1, set); //$NON-NLS-1$
    [all...]
  /external/chromium/testing/gtest/test/
gtest-printers_test.cc 823 hash_set<string> set1; local
824 set1.insert("hello");
825 EXPECT_EQ("{ \"hello\" }", Print(set1));
831 hash_multiset<int> set1(a, a + kSize);
834 const string result = Print(set1);
886 set<unsigned int> set1(a, a + 3);
887 EXPECT_EQ("{ 0, 3, 5 }", Print(set1));
892 multiset<int> set1(a, a + 5);
893 EXPECT_EQ("{ 1, 1, 1, 2, 5 }", Print(set1));
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 823 hash_set<string> set1; local
824 set1.insert("hello");
825 EXPECT_EQ("{ \"hello\" }", Print(set1));
831 hash_multiset<int> set1(a, a + kSize);
834 const string result = Print(set1);
892 set<unsigned int> set1(a, a + 3);
893 EXPECT_EQ("{ 0, 3, 5 }", Print(set1));
898 multiset<int> set1(a, a + 5);
899 EXPECT_EQ("{ 1, 1, 1, 2, 5 }", Print(set1));
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-printers_test.cc 823 hash_set<string> set1; local
824 set1.insert("hello");
825 EXPECT_EQ("{ \"hello\" }", Print(set1));
831 hash_multiset<int> set1(a, a + kSize);
834 const string result = Print(set1);
892 set<unsigned int> set1(a, a + 3);
893 EXPECT_EQ("{ 0, 3, 5 }", Print(set1));
898 multiset<int> set1(a, a + 5);
899 EXPECT_EQ("{ 1, 1, 1, 2, 5 }", Print(set1));
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 570 UnicodeSet set1; local
571 ucnv_getUnicodeSet(converter1.get(), set1.toUSet(), UCNV_ROUNDTRIP_SET, &errorCode);
577 return U_SUCCESS(errorCode) && set1.containsAll(set2);
  /libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 334 Set set1 = enumSizeMap.entrySet(); local
335 assertSame("Should be same", set1, set);
602 Set set1 = enumSizeMap.keySet(); local
603 assertSame("Should be same", set1, set);
    [all...]
  /external/clang/test/Misc/
diag-template-diffing.cpp 41 void set1(I1<1,2,3,4,2,3,4,3>) {}; function
43 set1(I1<1,2,3,4,2,2,4,3,7>());
45 // CHECK-ELIDE-NOTREE: no matching function for call to 'set1'
47 // CHECK-NOELIDE-NOTREE: no matching function for call to 'set1'
49 // CHECK-ELIDE-TREE: no matching function for call to 'set1'
56 // CHECK-NOELIDE-TREE: no matching function for call to 'set1'
    [all...]

Completed in 4796 milliseconds

1 2