/external/exoplayer/tree/library/hls/src/test/java/com/google/android/exoplayer2/source/hls/offline/ |
D | HlsDownloaderTest.java | 121 getHlsDownloader(MASTER_PLAYLIST_URI, getKeys(MASTER_MEDIA_PLAYLIST_1_INDEX)); in counterMethods() 130 getHlsDownloader(MASTER_PLAYLIST_URI, getKeys(MASTER_MEDIA_PLAYLIST_1_INDEX)); in downloadRepresentation() 149 getKeys(MASTER_MEDIA_PLAYLIST_1_INDEX, MASTER_MEDIA_PLAYLIST_2_INDEX)); in downloadMultipleRepresentations() 168 HlsDownloader downloader = getHlsDownloader(MASTER_PLAYLIST_URI, getKeys()); in downloadAllRepresentations() 179 getKeys(MASTER_MEDIA_PLAYLIST_1_INDEX, MASTER_MEDIA_PLAYLIST_2_INDEX)); in remove() 188 HlsDownloader downloader = getHlsDownloader(MEDIA_PLAYLIST_1_URI, getKeys()); in downloadMediaPlaylist() 212 HlsDownloader downloader = getHlsDownloader(ENC_MEDIA_PLAYLIST_URI, getKeys()); in downloadEncMediaPlaylist() 225 private static ArrayList<StreamKey> getKeys(int... variantIndices) { in getKeys() method in HlsDownloaderTest
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestUExtension.java | 28 assertTrue("", uExtension.getKeys().contains("co")); in TestBasic() 32 assertTrue("", uExtension.getKeys().contains("vt")); in TestBasic()
|
/external/cbor-java/src/test/java/co/nstant/in/cbor/builder/ |
D | MapBuilderTest.java | 57 assertEquals(19, map.getKeys().size()); in testMapBuilder() 74 rootMap.getKeys().toArray(keys); in startMapInMap()
|
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/ |
D | AbstractKeyFactoryTest.java | 60 for (KeyPair pair : getKeys()) { in testKeyFactory() 98 protected List<KeyPair> getKeys() throws NoSuchAlgorithmException, InvalidKeySpecException { in getKeys() method in AbstractKeyFactoryTest
|
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/ |
D | AbstractKeyFactoryTest.java | 65 for (KeyPair pair : getKeys()) { in testKeyFactory() 109 protected List<KeyPair> getKeys() throws NoSuchAlgorithmException, InvalidKeySpecException { in getKeys() method in AbstractKeyFactoryTest
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 902 public Enumeration getKeys() {return null;} in TestCoverage() method in ICUResourceBundleTest.Stub 964 Enumeration keys = bundle.getKeys(); in TestJavaULocaleBundleLoading() 1008 Set<String> te_set = setFromEnumeration(te.getKeys()); in TestICUGetKeysAtTopLevel() 1009 Set<String> te_IN_set = setFromEnumeration(te_IN.getKeys()); in TestICUGetKeysAtTopLevel() 1027 Set<String> keys = setFromEnumeration(tagged_array_in_Root_te.getKeys()); in TestICUGetKeysForResourceItem() 1033 …assertFalse("array_in_Root_te.getKeys().hasMoreElements()", array_in_Root_te.getKeys().hasMoreElem… in TestICUGetKeysForResourceItem() 1035 …assertFalse("string_in_Root_te.getKeys().hasMoreElements()", string_in_Root_te.getKeys().hasMoreEl… in TestICUGetKeysForResourceItem()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 905 public Enumeration getKeys() {return null;} in TestCoverage() method in ICUResourceBundleTest.Stub 967 Enumeration keys = bundle.getKeys(); in TestJavaULocaleBundleLoading() 1011 Set<String> te_set = setFromEnumeration(te.getKeys()); in TestICUGetKeysAtTopLevel() 1012 Set<String> te_IN_set = setFromEnumeration(te_IN.getKeys()); in TestICUGetKeysAtTopLevel() 1030 Set<String> keys = setFromEnumeration(tagged_array_in_Root_te.getKeys()); in TestICUGetKeysForResourceItem() 1036 …assertFalse("array_in_Root_te.getKeys().hasMoreElements()", array_in_Root_te.getKeys().hasMoreElem… in TestICUGetKeysForResourceItem() 1038 …assertFalse("string_in_Root_te.getKeys().hasMoreElements()", string_in_Root_te.getKeys().hasMoreEl… in TestICUGetKeysForResourceItem()
|
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/ |
D | CachedContentIndexTest.java | 124 Set<String> keys = index.getKeys(); in addGetRemove() 323 Set<String> keys = index.getKeys(); in assertStoredAndLoadedEqual() 324 Set<String> keys2 = index2.getKeys(); in assertStoredAndLoadedEqual()
|
D | CacheDataSourceTest2.java | 183 for (String key : cache.getKeys()) { in emptyCache() 189 assertThat(cache.getKeys().isEmpty()).isTrue(); in emptyCache()
|
D | SimpleCacheTest.java | 109 Set<String> cachedKeys = simpleCache.getKeys(); in committingOneFile() 263 assertThat(simpleCache.getKeys()).isEmpty(); in encryptedIndexWrongKey() 282 assertThat(simpleCache.getKeys()).isEmpty(); in encryptedIndexLostKey()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | InputKeyboard.java | 55 public InputButton[] getKeys() {
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
D | ResultsByClass.java | 37 return m_results.getKeys(); in getClasses()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | ResourceBundleWrapper.java | 77 public Enumeration<String> getKeys(){ in getKeys() method in ResourceBundleWrapper 85 Enumeration<String> e = current.bundle.getKeys(); in initKeysVector()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ResourceBundleWrapper.java | 75 public Enumeration<String> getKeys(){ in getKeys() method in ResourceBundleWrapper 83 Enumeration<String> e = current.bundle.getKeys(); in initKeysVector()
|
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/ |
D | KeyFactoryTestRSACustom.java | 57 protected List<KeyPair> getKeys() throws NoSuchAlgorithmException, InvalidKeySpecException { in getKeys() method in KeyFactoryTestRSACustom
|
D | KeyFactoryTestEC.java | 63 protected List<KeyPair> getKeys() throws NoSuchAlgorithmException, InvalidKeySpecException { in getKeys() method in KeyFactoryTestEC
|
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/ |
D | KeyFactoryTestRSACustom.java | 61 protected List<KeyPair> getKeys() throws NoSuchAlgorithmException, InvalidKeySpecException { in getKeys() method in KeyFactoryTestRSACustom
|
D | KeyFactoryTestEC.java | 67 protected List<KeyPair> getKeys() throws NoSuchAlgorithmException, InvalidKeySpecException { in getKeys() method in KeyFactoryTestEC
|
/external/cbor-java/src/main/java/co/nstant/in/cbor/model/ |
D | Map.java | 39 public Collection<DataItem> getKeys() { in getKeys() method in Map
|
/external/cbor-java/src/test/java/co/nstant/in/cbor/decoder/ |
D | MapDecoderTest.java | 40 assertEquals(map.getKeys().size(), 1); in shouldUseLastOfDuplicateKeysByDefault()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
D | Cache.java | 144 Set<String> getKeys(); in getKeys() method
|
/external/protobuf/js/ |
D | debug.js | 133 var fieldName = goog.object.getKeys(ext.fieldName)[0];
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/test/ |
D | StubResourceBundle.groovy | 40 public Enumeration getKeys() {
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/ |
D | StubResourceBundle.groovy | 40 public Enumeration getKeys() {
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/test/ |
D | StubResourceBundle.groovy | 40 public Enumeration getKeys() {
|