Searched refs:enumeration (Results 1 – 11 of 11) sorted by relevance
209 return Collections.enumeration( in getEntries()228 final Enumeration<ZipArchiveEntry> enumeration = getCommonArchive().getEntries(); in getEntries() local229 if (enumeration == null) { in getEntries()232 return enumeration; in getEntries()263 return Collections.enumeration(list); in getEntries()
61 private static ArchiveEntry getFileInArchive(Enumeration<ArchiveEntry> enumeration, in getFileInArchive() argument63 while (enumeration.hasMoreElements()) { in getFileInArchive()64 ArchiveEntry entry = enumeration.nextElement(); in getFileInArchive()132 private static List<ArchiveEntry> transformToIterable(Enumeration<ArchiveEntry> enumeration) { in transformToIterable() argument134 while (enumeration.hasMoreElements()) { in transformToIterable()135 list.add(new ArchiveEntryRecord(enumeration.nextElement())); in transformToIterable()
81 %type<enumeration_value> enumeration173 : enumeration180 | enumeration_list ',' enumeration188 enumeration550 …ERRORLOC(LOC) << "Enum " << field->GetDataType() << " has no enumeration " << std::get<std::string…
205 when(mKeyStoreSpi.engineAliases()).thenReturn(Collections.enumeration(ImmutableList.of())); in testAliasLoader_copesWithNoAliases()276 when(mKeyStoreSpi.engineAliases()).thenReturn(Collections.enumeration(aliases)); in prepareKeyStoreWithAliases()
183 // enumeration of the set of possible Observations of another type (after185 // Observation was generated.) The details of this enumeration depend on the
668 when(mKeyStore.aliases()).thenReturn(Collections.enumeration(aliases)); in runServerCertFromTrustStoreTest()
145 Collections.enumeration(TEST_ADDRESSES.map { it.address }) in getInterfaceInetAddresses()
1625 doAnswer(invocation -> Collections.enumeration(new ArrayList<>(p2pInetAddresses))) in setUp()
1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
1dictionary=main:en_us,locale=en_US,description=English (US),date ...
1dictionary=main:en,locale=en,description=English,date=1414726273, ...