/bionic/libc/kernel/uapi/linux/ |
bcache.h | 115 struct jset { struct
|
/external/kernel-headers/original/uapi/linux/ |
bcache.h | 277 struct jset { struct
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
UnicodeSetTest.java | 845 SortedSet jset = new TreeSet(); local 850 pick(j, choices, jset); 851 checkSetRelation(iset, jset, "(" + i + ")"); 868 SortedSet jset = new TreeSet(); local 872 jset.add(new Integer(i)); 880 CheckSpeed(iset, jset, "when a = b", iterations); 884 CheckSpeed(iset, jset, "when a contains b", iterations); 885 CheckSpeed(jset, iset, "when b contains a", iterations); 887 jset.add(new Integer(size - 1)); // add different odd value in middle 889 CheckSpeed(jset, iset, "when a, b are disjoint", iterations) [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
UnicodeSetTest.java | 842 SortedSet jset = new TreeSet(); local 847 pick(j, choices, jset); 848 checkSetRelation(iset, jset, "(" + i + ")"); 865 SortedSet jset = new TreeSet(); local 869 jset.add(new Integer(i)); 877 CheckSpeed(iset, jset, "when a = b", iterations); 881 CheckSpeed(iset, jset, "when a contains b", iterations); 882 CheckSpeed(jset, iset, "when b contains a", iterations); 884 jset.add(new Integer(size - 1)); // add different odd value in middle 886 CheckSpeed(jset, iset, "when a, b are disjoint", iterations) [all...] |