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

  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 179 final IItemMetadata [] allTypes = IItemMetadata.Factory.getAllTypes ();
180 m_typeSortComparators = new ItemComparator [allTypes.length];
182 for (int t = 0; t < allTypes.length; ++ t)
185 final long typeAttrIDSet = allTypes [t].getAttributeIDs ();
203 m_metrics = new int [allTypes.length];
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountPromptUtils.java 70 AuthenticatorDescription[] allTypes =
72 for (AuthenticatorDescription authenticatorType : allTypes) {
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSource.mm 134 static inline void addTypesFromClass(NSMutableDictionary *allTypes, Class objCClass, NSArray *supportTypes)
141 if ([allTypes objectForKey:mime] == nil)
142 [allTypes setObject:objCClass forKey:mime];
WebFrameView.mm 213 static inline void addTypesFromClass(NSMutableDictionary *allTypes, Class objCClass, NSArray *supportTypes)
220 if ([allTypes objectForKey:mime] == nil)
221 [allTypes setObject:objCClass forKey:mime];
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 383 final List<EditType> allTypes =
386 for (EditType editType : allTypes) {
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java     [all...]
  /external/emma/lib/
emma.jar 
  /frameworks/base/libs/utils/
ResourceTypes.cpp     [all...]

Completed in 523 milliseconds