HomeSort by relevance Sort by last modified time
    Searched refs:toSet (Results 1 - 10 of 10) sorted by null

  /external/icu4c/test/intltest/
transrt.h 44 const char* toSet,const char* exclusions);
dadrcal.h 44 Calendar *fromCal, const CalendarFieldsSet &toSet, Calendar *toCal,
dadrcal.cpp 87 CalendarFieldsSet fromSet, toSet, paramsSet, diffSet;
177 toSet.clear();
190 } else if(toSet.parseFrom(testSetting, &fromSet, status)<0 || U_FAILURE(status)){
270 } else if (!toSet.matches(toCalendar, diffSet, status)) {
271 UnicodeString diffs = diffSet.diffFrom(toSet, status);
289 const CalendarFieldsSet &toSet, Calendar *toCalendar, UBool forward) {
348 if (!toSet.matches(toCalendar, diffSet, status)) {
349 UnicodeString diffs = diffSet.diffFrom(toSet, status);
382 CalendarFieldsSet fromSet, toSet, diffSet;
409 toSet.clear()
    [all...]
transrt.cpp     [all...]
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
ContactEditorUtilsTest.java 133 toSet(mTarget.getSavedAccounts()));
141 toSet(mTarget.getSavedAccounts()));
149 toSet(mTarget.getSavedAccounts()));
295 private static <T> Set<T> toSet(Collection<T> collection) {
  /dalvik/vm/
Debugger.h 44 INLINE void dvmAddressSetSet(AddressSet *pSet, u4 toSet)
46 if (toSet < pSet->setSize) {
47 pSet->set[toSet/8] |= 1 << (toSet % 8);
  /cts/tools/dex-tools/test/dex/reader/
DexFileReaderTests.java 112 private static Set<JavaSource> toSet(JavaSource...javaSources){
135 DexFile dexFile = javaToDexUtil.getFrom(toSet(T1, T0), toStringSet(T1));
296 DexFile dexFile = javaToDexUtil.getFrom(toSet(Outer0), toStringSet("Outer0", "Outer0$Inner", "Outer0$StaticInner"));
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 711 const QSet<QGraphicsItem*> currentChildren = childItems().toSet();
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 2896 milliseconds