Searched refs:parsers (Results 1 – 20 of 20) sorted by relevance
63 ArrayMap<String, TagParser> parsers = new ArrayMap<>(); in getFolderElementsMap() local64 parsers.put(TAG_FAVORITE, new AppShortcutWithUriParser()); in getFolderElementsMap()65 parsers.put(TAG_SHORTCUT, new UriShortcutParser(res)); in getFolderElementsMap()66 return parsers; in getFolderElementsMap()71 ArrayMap<String, TagParser> parsers = new ArrayMap<>(); in getLayoutElementsMap() local72 parsers.put(TAG_FAVORITE, new AppShortcutWithUriParser()); in getLayoutElementsMap()73 parsers.put(TAG_APPWIDGET, new AppWidgetParser()); in getLayoutElementsMap()74 parsers.put(TAG_SEARCH_WIDGET, new SearchWidgetParser()); in getLayoutElementsMap()75 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes)); in getLayoutElementsMap()76 parsers.put(TAG_RESOLVE, new ResolveParser()); in getLayoutElementsMap()[all …]
316 ArrayMap<String, TagParser> parsers = new ArrayMap<>(); in getFolderElementsMap() local317 parsers.put(TAG_APP_ICON, new AppShortcutParser()); in getFolderElementsMap()318 parsers.put(TAG_AUTO_INSTALL, new AutoInstallParser()); in getFolderElementsMap()319 parsers.put(TAG_SHORTCUT, new ShortcutParser(mSourceRes)); in getFolderElementsMap()320 return parsers; in getFolderElementsMap()324 ArrayMap<String, TagParser> parsers = new ArrayMap<>(); in getLayoutElementsMap() local325 parsers.put(TAG_APP_ICON, new AppShortcutParser()); in getLayoutElementsMap()326 parsers.put(TAG_AUTO_INSTALL, new AutoInstallParser()); in getLayoutElementsMap()327 parsers.put(TAG_FOLDER, new FolderParser()); in getLayoutElementsMap()328 parsers.put(TAG_APPWIDGET, new PendingWidgetParser()); in getLayoutElementsMap()[all …]
66 public void bindHistory(final UsageView view, BatteryDataParser... parsers) { in bindHistory() argument127 BatteryDataParser[] parserList = new BatteryDataParser[parsers.length + 1]; in bindHistory()128 for (int i = 0; i < parsers.length; i++) { in bindHistory()129 parserList[i] = parsers[i]; in bindHistory()131 parserList[parsers.length] = parser; in bindHistory()327 public void parseBatteryHistory(BatteryDataParser... parsers) { in parseBatteryHistory() argument378 for (int j = 0; j < parsers.length; j++) { in parseBatteryHistory()379 parsers[j].onParsingStarted(startWalltime, endWalltime); in parseBatteryHistory()393 for (int j = 0; j < parsers.length; j++) { in parseBatteryHistory()394 parsers[j].onDataPoint(x, rec); in parseBatteryHistory()[all …]
29 import javax.xml.parsers.ParserConfigurationException;30 import javax.xml.parsers.SAXParser;31 import javax.xml.parsers.SAXParserFactory;
27 import javax.xml.parsers.DocumentBuilder;28 import javax.xml.parsers.DocumentBuilderFactory;29 import javax.xml.parsers.ParserConfigurationException;
26 import javax.xml.parsers.ParserConfigurationException;
37 import javax.xml.parsers.ParserConfigurationException;
33 import javax.xml.parsers.ParserConfigurationException;34 import javax.xml.parsers.SAXParser;35 import javax.xml.parsers.SAXParserFactory;
369 ArrayMap<String, TagParser> parsers = new ArrayMap<>(); in getLayoutElementsMap() local370 parsers.put(TAG_FAVORITE, new AppShortcutWithUriParser()); in getLayoutElementsMap()371 parsers.put(TAG_SHORTCUT, new UriShortcutParser(mSourceRes)); in getLayoutElementsMap()372 parsers.put(TAG_RESOLVE, new ResolveParser()); in getLayoutElementsMap()373 return parsers; in getLayoutElementsMap()
43 import javax.xml.parsers.DocumentBuilder;44 import javax.xml.parsers.DocumentBuilderFactory;45 import javax.xml.parsers.ParserConfigurationException;
13 * [Basic benchmarks for miscellaneous C++ JSON parsers and generators](https://github.com/mloskot/j…
95 … a value can not be represented (a number is too big), or the handler of parsers terminate the par…103 …gers cannot be converted into `double` without loss of precision. So the parsers detects whether a…
221 …brary function `strtod()` can do the job but it is slow. By default, the parsers use normal precis…223 When using `kParseFullPrecisionFlag`, the parsers calls `internal::StrtodFullPrecision()` instead, …
281 # language is one of the parsers supported by doxygen: IDL, Java, Javascript,
224 # the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++, D, PHP,
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...