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

  /external/chromium_org/chrome/browser/extensions/api/file_system/
file_system_api_unittest.cc 82 // Note here (and below) that the expectedTypes are sorted, because we use a
84 std::vector<base::FilePath::StringType> expectedTypes;
85 expectedTypes.push_back(ToStringType("crx"));
86 expectedTypes.push_back(ToStringType("jso"));
87 CheckExtensions(expectedTypes, file_type_info.extensions[0]);
111 expectedTypes.clear();
112 expectedTypes.push_back(ToStringType("js"));
113 expectedTypes.push_back(ToStringType("jso"));
114 CheckExtensions(expectedTypes, file_type_info.extensions[0]);
116 expectedTypes.clear()
    [all...]
  /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/
InvalidationPreferencesTest.java 45 HashSet<ModelType> expectedTypes = CollectionUtil.newHashSet(
49 assertEquals(expectedTypes, actualTypes);
59 Set<ModelType> expectedTypes = EnumSet.allOf(ModelType.class);
62 assertEquals(expectedTypes, actualTypes);
InvalidationServiceTest.java 562 * @param expectedTypes The Sync types expected to be registered.
566 private boolean expectedObjectIdsRegistered(Set<ModelType> expectedTypes,
569 Set<String> expectedSyncTypes = ModelType.modelTypesToSyncTypesForTest(expectedTypes);
585 expectedRegisteredIds.addAll(ModelType.modelTypesToObjectIds(expectedTypes));
693 Set<ObjectId> expectedTypes =
    [all...]
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/invalidation/
InvalidationControllerTest.java 175 Set<String> expectedTypes = CollectionUtil.newHashSet(ModelType.BOOKMARK.name(),
180 assertEquals(expectedTypes, actualTypes);
203 Set<String> expectedTypes = CollectionUtil.newHashSet(ModelType.ALL_TYPES_TYPE);
207 assertEquals(expectedTypes, actualTypes);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 613 milliseconds