/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jetty/lib/ |
D | slf4j-api-1.6.1.jar | ... .class
BasicMarker.java
package org.slf4j.helpers
public org.slf4j.helpers.BasicMarker extends java ... |
D | slf4j-jdk14-1.6.1.jar | ... slf4j.impl.JDK14LoggerAdapter extends org.slf4j.helpers.MarkerIgnoringBase implements org.slf4j.spi.LocationAwareLogger ... |
/external/slf4j/integration/lib/ |
D | slf4j-api-1.6.6.jar | ... .class
BasicMarker.java
package org.slf4j.helpers
public org.slf4j.helpers.BasicMarker extends java ... |
D | slf4j-api-2.0.99.jar | ... .class
BasicMarker.java
package org.slf4j.helpers
public org.slf4j.helpers.BasicMarker extends java ... |
D | slf4j-api-1.5.11.jar | ... .class
BasicMarker.java
package org.slf4j.helpers
public org.slf4j.helpers.BasicMarker extends java ... |
D | slf4j-api-1.6.99.jar | ... .class
BasicMarker.java
package org.slf4j.helpers
public org.slf4j.helpers.BasicMarker extends java ... |
/external/slf4j/slf4j-site/src/site/pages/changes/ |
D | changes-1.3.txt | 11 INFO: 8000: org.slf4j.helpers.BasicMarker: Class org.slf4j.helpers.BasicMarker added 12 INFO: 8000: org.slf4j.helpers.BasicMarkerFactory: Class org.slf4j.helpers.BasicMarkerFactory added 13 INFO: 8000: org.slf4j.helpers.MarkerIgnoringBase: Class org.slf4j.helpers.MarkerIgnoringBase added 14 INFO: 8000: org.slf4j.helpers.MessageFormatter: Class org.slf4j.helpers.MessageFormatter added 15 INFO: 8000: org.slf4j.helpers.Util: Class org.slf4j.helpers.Util added
|
/external/compiler-rt/test/asan/TestCases/ |
D | initialization-blacklist.cc | 3 // RUN: %clangxx_asan -O0 %s %p/Helpers/initialization-blacklist-extra.cc\ 4 // RUN: %p/Helpers/initialization-blacklist-extra2.cc \ 5 // RUN: -fsanitize-blacklist=%p/Helpers/initialization-blacklist.txt -o %t 7 // RUN: %clangxx_asan -O1 %s %p/Helpers/initialization-blacklist-extra.cc\ 8 // RUN: %p/Helpers/initialization-blacklist-extra2.cc \ 9 // RUN: -fsanitize-blacklist=%p/Helpers/initialization-blacklist.txt -o %t 11 // RUN: %clangxx_asan -O2 %s %p/Helpers/initialization-blacklist-extra.cc\ 12 // RUN: %p/Helpers/initialization-blacklist-extra2.cc \ 13 // RUN: -fsanitize-blacklist=%p/Helpers/initialization-blacklist.txt -o %t
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | ListMultimapAsMapTester.java | 24 import com.google.common.collect.testing.Helpers; 70 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testEquals() 71 Helpers.mapEntry(sampleKeys().e1, sampleValues().e0), in testEquals() 72 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3)); in testEquals() 84 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testEntrySetEquals() 85 Helpers.mapEntry(sampleKeys().e1, sampleValues().e0), in testEntrySetEquals() 86 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3)); in testEntrySetEquals() 88 expected.add(Helpers.mapEntry( in testEntrySetEquals() 91 expected.add(Helpers.mapEntry( in testEntrySetEquals() 103 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testValuesRemove() [all …]
|
D | SetMultimapAsMapTester.java | 24 import com.google.common.collect.testing.Helpers; 70 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testEquals() 71 Helpers.mapEntry(sampleKeys().e1, sampleValues().e0), in testEquals() 72 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3)); in testEquals() 84 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testEntrySetEquals() 85 Helpers.mapEntry(sampleKeys().e1, sampleValues().e0), in testEntrySetEquals() 86 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3)); in testEntrySetEquals() 88 expected.add(Helpers.mapEntry( in testEntrySetEquals() 91 expected.add(Helpers.mapEntry( in testEntrySetEquals() 103 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testValuesRemove() [all …]
|
D | MultimapEntriesTester.java | 29 import com.google.common.collect.testing.Helpers; 54 Helpers.mapEntry((K) null, getValueForNullKey())); in testContainsEntryWithNullKeyPresent() 59 assertFalse(multimap().entries().contains(Helpers.mapEntry(null, sampleValues().e0))); in testContainsEntryWithNullKeyAbsent() 67 Helpers.mapEntry(getKeyForNullValue(), (V) null)); in testContainsEntryWithNullValuePresent() 73 Helpers.mapEntry(sampleKeys().e0, null))); in testContainsEntryWithNullValueAbsent() 80 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0))); in testRemovePropagatesToMultimap() 81 expectMissing(Helpers.mapEntry(sampleKeys().e0, sampleValues().e0)); in testRemovePropagatesToMultimap() 90 Collections.singleton(Helpers.mapEntry(sampleKeys().e0, sampleValues().e0)))); in testRemoveAllPropagatesToMultimap() 91 expectMissing(Helpers.mapEntry(sampleKeys().e0, sampleValues().e0)); in testRemoveAllPropagatesToMultimap() 100 Collections.singleton(Helpers.mapEntry(sampleKeys().e0, sampleValues().e0))); in testRetainAllPropagatesToMultimap() [all …]
|
D | MultimapPutAllMultimapTester.java | 26 import com.google.common.collect.testing.Helpers; 43 Helpers.mapEntry(sampleKeys().e3, sampleValues().e3))); in testPutUnsupported() 58 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3), in testPutAll() 59 Helpers.mapEntry(sampleKeys().e3, sampleValues().e3)); in testPutAll() 68 Helpers.mapEntry(sampleKeys().e0, null)); in testPutAllWithNullValue() 76 Helpers.mapEntry(null, sampleValues().e0)); in testPutAllWithNullKey() 84 Helpers.mapEntry(sampleKeys().e0, null)); in testPutAllRejectsNullValue() 95 Helpers.mapEntry(null, sampleValues().e0)); in testPutAllRejectsNullKey() 106 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3), in testPutAllPropagatesToGet() 107 Helpers.mapEntry(sampleKeys().e3, sampleValues().e3)); in testPutAllPropagatesToGet()
|
D | MultimapKeysTester.java | 29 import com.google.common.collect.testing.Helpers; 46 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testKeys() 47 Helpers.mapEntry(sampleKeys().e0, sampleValues().e1), in testKeys() 48 Helpers.mapEntry(sampleKeys().e1, sampleValues().e0)); in testKeys() 68 Helpers.mapEntry((K) null, sampleValues().e0), in testKeysWithNullKey() 69 Helpers.mapEntry((K) null, sampleValues().e1), in testKeysWithNullKey() 70 Helpers.mapEntry(sampleKeys().e1, sampleValues().e0)); in testKeysWithNullKey() 106 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testKeysEntrySetRemove() 107 Helpers.mapEntry(sampleKeys().e0, sampleValues().e1), in testKeysEntrySetRemove() 108 Helpers.mapEntry(sampleKeys().e1, sampleValues().e0)); in testKeysEntrySetRemove()
|
D | ListMultimapEqualsTester.java | 21 import com.google.common.collect.testing.Helpers; 35 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testOrderingAffectsEqualsComparisons() 36 Helpers.mapEntry(sampleKeys().e0, sampleValues().e1), in testOrderingAffectsEqualsComparisons() 37 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0)); in testOrderingAffectsEqualsComparisons() 39 Helpers.mapEntry(sampleKeys().e0, sampleValues().e1), in testOrderingAffectsEqualsComparisons() 40 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testOrderingAffectsEqualsComparisons() 41 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0)); in testOrderingAffectsEqualsComparisons()
|
D | SetMultimapEqualsTester.java | 21 import com.google.common.collect.testing.Helpers; 36 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testOrderingDoesntAffectEqualsComparisons() 37 Helpers.mapEntry(sampleKeys().e0, sampleValues().e1), in testOrderingDoesntAffectEqualsComparisons() 38 Helpers.mapEntry(sampleKeys().e0, sampleValues().e4)); in testOrderingDoesntAffectEqualsComparisons() 40 Helpers.mapEntry(sampleKeys().e0, sampleValues().e1), in testOrderingDoesntAffectEqualsComparisons() 41 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testOrderingDoesntAffectEqualsComparisons() 42 Helpers.mapEntry(sampleKeys().e0, sampleValues().e4)); in testOrderingDoesntAffectEqualsComparisons()
|
D | MultimapPutTester.java | 29 import com.google.common.collect.testing.Helpers; 93 List<V> values = Helpers.copyToList(multimap().get(key)); in testPutTwoElements() 149 assertFalse(entries.contains(Helpers.mapEntry(sampleKeys().e3, sampleValues().e3))); in testPutNotPresentKeyPropagatesToEntries() 151 ASSERT.that(entries).has().allOf(Helpers.mapEntry(sampleKeys().e3, sampleValues().e3)); in testPutNotPresentKeyPropagatesToEntries() 158 assertFalse(entries.contains(Helpers.mapEntry(sampleKeys().e0, sampleValues().e3))); in testPutPresentKeyPropagatesToEntries() 160 ASSERT.that(entries).has().allOf(Helpers.mapEntry(sampleKeys().e0, sampleValues().e3)); in testPutPresentKeyPropagatesToEntries() 166 List<K> keys = Helpers.copyToList(multimap().keySet()); in testPutPresentKeyPropagatesToGet() 173 Collection<V> expectedCollection = Helpers.copyToList(collection); in testPutPresentKeyPropagatesToGet() 185 List<K> keys = Helpers.copyToList(multimap().keySet()); in testPutPresentKeyPropagatesToAsMapGet() 193 Collection<V> expectedCollection = Helpers.copyToList(collection); in testPutPresentKeyPropagatesToAsMapGet() [all …]
|
D | TestStringListMultimapGenerator.java | 21 import com.google.common.collect.testing.Helpers; 41 Helpers.mapEntry("one", "January"), in samples() 42 Helpers.mapEntry("two", "February"), in samples() 43 Helpers.mapEntry("three", "March"), in samples() 44 Helpers.mapEntry("four", "April"), in samples() 45 Helpers.mapEntry("five", "May")); in samples() 60 return Helpers.copyToList(values); in createCollection()
|
D | TestStringSetMultimapGenerator.java | 20 import com.google.common.collect.testing.Helpers; 40 Helpers.mapEntry("one", "January"), in samples() 41 Helpers.mapEntry("two", "February"), in samples() 42 Helpers.mapEntry("three", "March"), in samples() 43 Helpers.mapEntry("four", "April"), in samples() 44 Helpers.mapEntry("five", "May")); in samples() 59 return Helpers.copyToSet(values); in createCollection()
|
D | MultimapAsMapTester.java | 29 import com.google.common.collect.testing.Helpers; 98 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testAsMapEntrySetReflectsPutSameKey() 99 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3)); in testAsMapEntrySetReflectsPutSameKey() 114 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testAsMapEntrySetReflectsPutDifferentKey() 115 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3)); in testAsMapEntrySetReflectsPutDifferentKey() 126 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testAsMapEntrySetRemovePropagatesToMultimap() 127 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3)); in testAsMapEntrySetRemovePropagatesToMultimap() 140 Helpers.mapEntry(sampleKeys().e0, sampleValues().e0), in testAsMapEntrySetIteratorRemovePropagatesToMultimap() 141 Helpers.mapEntry(sampleKeys().e0, sampleValues().e3)); in testAsMapEntrySetIteratorRemovePropagatesToMultimap()
|
D | TestStringBiMapGenerator.java | 21 import com.google.common.collect.testing.Helpers; 44 Helpers.mapEntry("one", "January"), in samples() 45 Helpers.mapEntry("two", "February"), in samples() 46 Helpers.mapEntry("three", "March"), in samples() 47 Helpers.mapEntry("four", "April"), in samples() 48 Helpers.mapEntry("five", "May") in samples()
|
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
D | slf4j-api-1.4.2.jar | ... .class
BasicMarker.java
package org.slf4j.helpers
public org.slf4j.helpers.BasicMarker extends java ... |
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | MapEntrySetTester.java | 30 import com.google.common.collect.testing.Helpers; 66 .entrySet().contains(Helpers.mapEntry(IncomparableType.INSTANCE, samples.e0.getValue()))); in testContainsEntryWithIncomparableKey() 71 .entrySet().contains(Helpers.mapEntry(samples.e0.getKey(), IncomparableType.INSTANCE))); in testContainsEntryWithIncomparableValue() 77 .entrySet().contains(Helpers.mapEntry(null, samples.e0.getValue()))); in testContainsEntryWithNullKeyAbsent() 85 .entrySet().contains(Helpers.mapEntry(null, getValueForNullKey()))); in testContainsEntryWithNullKeyPresent() 91 .entrySet().contains(Helpers.mapEntry(samples.e0.getKey(), null))); in testContainsEntryWithNullValueAbsent() 99 .entrySet().contains(Helpers.mapEntry(getKeyForNullValue(), null))); in testContainsEntryWithNullValuePresent() 104 return Helpers.getMethod(MapEntrySetTester.class, "testContainsEntryWithIncomparableKey"); in getContainsEntryWithIncomparableKeyMethod() 109 return Helpers.getMethod(MapEntrySetTester.class, "testContainsEntryWithIncomparableValue"); in getContainsEntryWithIncomparableValueMethod()
|
D | SortedMapNavigationTester.java | 26 import com.google.common.collect.testing.Helpers; 54 List<Entry<K, V>> entries = Helpers.copyToList(getSubjectGenerator().getSampleElements( in setUp() 56 Collections.sort(entries, Helpers.<K, V>entryComparator(navigableMap.comparator())); in setUp() 116 List<Entry<K, V>> entries = Helpers.copyToList(getSubjectGenerator().getSampleElements( in testHeadMap() 118 Collections.sort(entries, Helpers.<K, V>entryComparator(navigableMap.comparator())); in testHeadMap() 126 List<Entry<K, V>> entries = Helpers.copyToList(getSubjectGenerator().getSampleElements( in testTailMap() 128 Collections.sort(entries, Helpers.<K, V>entryComparator(navigableMap.comparator())); in testTailMap() 136 List<Entry<K, V>> entries = Helpers.copyToList(getSubjectGenerator().getSampleElements( in testSubMap() 138 Collections.sort(entries, Helpers.<K, V>entryComparator(navigableMap.comparator())); in testSubMap()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | TestEnumMapGenerator.java | 19 import static com.google.common.collect.testing.Helpers.orderEntriesByKey; 39 Helpers.mapEntry(AnEnum.A, "January"), in samples() 40 Helpers.mapEntry(AnEnum.B, "February"), in samples() 41 Helpers.mapEntry(AnEnum.C, "March"), in samples() 42 Helpers.mapEntry(AnEnum.D, "April"), in samples() 43 Helpers.mapEntry(AnEnum.E, "May") in samples()
|