HomeSort by relevance Sort by last modified time
    Searched defs:set2 (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/icu/icu4c/source/test/intltest/
ucdtest.cpp 355 UnicodeSet set1, set2; local
361 set2.add(start);
365 if (set1!=set2) {
370 //compareUSets(set1, set2,
usettest.cpp 319 // set1 and set2 used to be built with the obsolete constructor taking
328 UnicodeSet *set2=new UnicodeSet(UNICODE_STRING_SIMPLE("\\p{Decimal Number}"), status); //Number, Decimal digit local
338 if (*set2 != *set2a) {
346 if(*set1 != *set1copy || *set1 == *set2 ||
355 UnicodeSet set2equal=*set2;
356 if(set1equal != *set1 || set1equal != *set1copy || set2equal != *set2 ||
363 UnicodeSet *set2clone=(UnicodeSet*)set2->clone();
365 *set2clone != *set2 || *set2clone == *set1copy || *set2clone != set2equal ||
372 set2->hashCode() != set2equal.hashCode() || set2->hashCode() != set2clone->hashCode() |
439 UnicodeSet set2; local
    [all...]
  /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 403 AnimatorSet set2 = new AnimatorSet(); local
416 set2.playTogether(l, t, r, b, scale);
417 set2.setDuration(200);
419 combo.playSequentially(set1, set2, otheralpha);
  /external/chromium_org/chrome/common/extensions/permissions/
permission_set_unittest.cc 253 scoped_refptr<PermissionSet> set2; local
281 set2 = new PermissionSet(apis2, manifest_permissions,
283 union_set = PermissionSet::CreateUnion(set1.get(), set2.get());
284 EXPECT_TRUE(set1->Contains(*set2.get()));
286 EXPECT_FALSE(set2->Contains(*set1.get()));
287 EXPECT_FALSE(set2->Contains(*union_set.get()));
289 EXPECT_TRUE(union_set->Contains(*set2.get()));
337 set2 = new PermissionSet(apis2, manifest_permissions,
339 union_set = PermissionSet::CreateUnion(set1.get(), set2.get());
341 EXPECT_FALSE(set1->Contains(*set2.get()))
375 scoped_refptr<PermissionSet> set2; local
487 scoped_refptr<PermissionSet> set2; local
1669 scoped_refptr<PermissionSet> set2; local
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 545 UnicodeSet set2; local
546 ucnv_getUnicodeSet(&*converter2, set2.toUSet(), UCNV_ROUNDTRIP_SET, &errorCode);
548 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/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 3057 USet *set1, *set2, *set3, *set4; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 701 ImmutableSortedSet<LegacyComparable> set2 = ImmutableSortedSet.of( local
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cucdtst.c 3056 USet *set1, *set2, *set3, *set4; local
    [all...]
  /external/valgrind/main/callgrind/
sim.c 299 UInt set2 = block2 & c->sets_min_1; local
304 CacheResult res2 = cachesim_setref(c, set2, tag2);
396 UInt set2 = ((a+size-1) >> c->line_size_bits) & (c->sets_min_1); local
400 if (set1 == set2)
405 else if (((set1 + 1) & (c->sets_min_1)) == set2) {
410 CacheResult res2 = cachesim_setref_wb(c, ref, set2, tag2);
416 VG_(printf)("addr: %lx size: %u sets: %d %d", a, size, set1, set2);
690 UInt set2 = ((a+size-1) >> L.line_size_bits) & (L.sets_min_1); \
698 L.name, a, size, set1, set2); \
701 if (set1 == set2) { \
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
usettest.cpp 319 // set1 and set2 used to be built with the obsolete constructor taking
328 UnicodeSet *set2=new UnicodeSet(UNICODE_STRING_SIMPLE("\\p{Decimal Number}"), status); //Number, Decimal digit local
338 if (*set2 != *set2a) {
346 if(*set1 != *set1copy || *set1 == *set2 ||
355 UnicodeSet set2equal=*set2;
356 if(set1equal != *set1 || set1equal != *set1copy || set2equal != *set2 ||
363 UnicodeSet *set2clone=(UnicodeSet*)set2->clone();
365 *set2clone != *set2 || *set2clone == *set1copy || *set2clone != set2equal ||
372 set2->hashCode() != set2equal.hashCode() || set2->hashCode() != set2clone->hashCode() |
439 UnicodeSet set2; local
    [all...]
  /external/pcre/dist/
pcre_compile.c 3080 const pcre_uint8 *set1, *set2, *set_end; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 1983 HeapHashSet<Member<IntWrapper> > set2; member in class:blink::Container
2189 Persistent<MemberSet> set2 = new MemberSet(); local
2557 Persistent<Set> set2 = new Set(); local
4036 Set set2; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerService.java 2825 ArraySet<Signature> set2 = new ArraySet<Signature>(); local
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 

Completed in 904 milliseconds

12 3 4