Searched refs:Fetcher (Results 1 - 3 of 3) sorted by relevance
/base/request/request/pre_download/native/src/cache/ |
H A D | fetch.rs | 14 struct Fetcher {} structure names 16 impl Fetcher { impls
|
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/ |
H A D | DataFetcher.java | 53 private static final ArrayList<Fetcher> FETCHERS = new ArrayList<>(); 111 FETCHERS.add(new Fetcher(tag, LOCK, ID_MAP)); in addFetchers() 132 FETCHERS.add(new Fetcher(finalLanguageTag, LOCK, ID_MAP)); in processWildcard() 146 FETCHERS.add(new Fetcher(finalLanguageTag, LOCK, ID_MAP)); in processWildcard() 159 private static int countData(Fetcher currentFetcher, int count, in countData() 160 Fetcher fallbackFetcher, ArrayList<LocaleConfig> temp) { in countData() 162 for (int i = 0; i < Fetcher.getResourceCount(); i++) { in countData() 163 String targetMetaData = Fetcher.getInt2Str().get(i); in countData() 190 Fetcher fallbackFetcher = null; in buildLocaleConfigs() 195 Fetcher currentFetche in buildLocaleConfigs() [all...] |
H A D | Fetcher.java | 43 * Fetcher is used to fetche a locale's specified data. 47 public class Fetcher implements Runnable, Comparable<Fetcher> { class 50 private static final Logger LOG = Logger.getLogger("Fetcher"); 77 // Indicate whether this Fetcher is included in the final generation process of i18n.dat file. 89 * Constructor of class Fetcher. 95 public Fetcher(String tag, ReentrantLock lock, Map<String, Integer> idMap) { in Fetcher() method in Fetcher 171 method = Fetcher.class.getDeclaredMethod(methodString, ConfigItem.class); in getData() 184 * @return If this Fetcher is included in the final generation process of i18n.dat file. 193 * @param val this Fetcher i [all...] |
Completed in 3 milliseconds