Home
last modified time | relevance | path

Searched full:helpers (Results 1 – 25 of 923) sorted by relevance

12345678910>>...37

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/lib/
Dslf4j-api-1.6.1.jar ... .class BasicMarker.java package org.slf4j.helpers public org.slf4j.helpers.BasicMarker extends java ...
Dslf4j-jdk14-1.6.1.jar ... slf4j.impl.JDK14LoggerAdapter extends org.slf4j.helpers.MarkerIgnoringBase implements org.slf4j.spi.LocationAwareLogger ...
/external/slf4j/integration/lib/
Dslf4j-api-1.6.6.jar ... .class BasicMarker.java package org.slf4j.helpers public org.slf4j.helpers.BasicMarker extends java ...
Dslf4j-api-2.0.99.jar ... .class BasicMarker.java package org.slf4j.helpers public org.slf4j.helpers.BasicMarker extends java ...
Dslf4j-api-1.5.11.jar ... .class BasicMarker.java package org.slf4j.helpers public org.slf4j.helpers.BasicMarker extends java ...
Dslf4j-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/
Dchanges-1.3.txt11 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/
Dinitialization-blacklist.cc3 // 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/
DListMultimapAsMapTester.java24 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 …]
DSetMultimapAsMapTester.java24 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 …]
DMultimapEntriesTester.java29 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 …]
DMultimapPutAllMultimapTester.java26 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()
DMultimapKeysTester.java29 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()
DListMultimapEqualsTester.java21 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()
DSetMultimapEqualsTester.java21 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()
DMultimapPutTester.java29 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 …]
DTestStringListMultimapGenerator.java21 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()
DTestStringSetMultimapGenerator.java20 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()
DMultimapAsMapTester.java29 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()
DTestStringBiMapGenerator.java21 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/
Dslf4j-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/
DMapEntrySetTester.java30 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()
DSortedMapNavigationTester.java26 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/
DTestEnumMapGenerator.java19 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()

12345678910>>...37