Searched refs:enumeration (Results 1 – 12 of 12) 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()
177 // enumeration of the set of possible Observations of another type (after179 // Observation was generated.) The details of this enumeration depend on the
72 Collections.enumeration(TEST_ADDRESSES.map { it.address }) in getInterfaceInetAddresses()
118 - Identifiers can denote a field; an enumeration tag; or a declared type.177 An *enumeration* or for short *enum*, is a declaration of a set of named [integer](#integer) consta…
630 when(mKeyStore.aliases()).thenReturn(Collections.enumeration(aliases)); in runServerCertFromTrustStoreTest()
1465 .thenReturn(Collections.enumeration(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, ...