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

12

  /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/chromium_org/third_party/icu/source/test/cintltst/
cucdtst.c 2887 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/icu4c/test/cintltst/
cucdtst.c 3023 USet *set1, *set2, *set3, *set4; local
    [all...]
  /external/valgrind/main/callgrind/
sim.c 280 UInt set2 = ((a+size-1) >> c->line_size_bits) & (c->sets_min_1); local
284 if (set1 == set2)
289 else if (((set1 + 1) & (c->sets_min_1)) == set2) {
294 CacheResult res2 = cachesim_setref(c, set2, tag2);
298 VG_(printf)("addr: %lx size: %u sets: %d %d", a, size, set1, set2);
384 UInt set2 = ((a+size-1) >> c->line_size_bits) & (c->sets_min_1); local
388 if (set1 == set2)
393 else if (((set1 + 1) & (c->sets_min_1)) == set2) {
398 CacheResult res2 = cachesim_setref_wb(c, ref, set2, tag2);
404 VG_(printf)("addr: %lx size: %u sets: %d %d", a, size, 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/icu4c/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...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java 2556 HashSet<Signature> set2 = new HashSet<Signature>(); local
    [all...]
  /prebuilts/devtools/tools/lib/
lint-checks.jar 
guava-13.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 423 milliseconds

12