Home
last modified time | relevance | path

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

12345678910>>...44

/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
Dblacklist.cc7 // RUN: %p/Helpers/blacklist-extra.cc && %run %t 2>&1
9 // RUN: %p/Helpers/blacklist-extra.cc && %run %t 2>&1
11 // RUN: %p/Helpers/blacklist-extra.cc && %run %t 2>&1
13 // RUN: %p/Helpers/blacklist-extra.cc && %run %t 2>&1
29 // This function is defined in Helpers/blacklist-extra.cc, a source file which
/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()
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()
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()
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 assertThat(entries).has().allOf(Helpers.mapEntry(sampleKeys().e3, sampleValues().e3)); in testPutNotPresentKeyPropagatesToEntries()
158 assertFalse(entries.contains(Helpers.mapEntry(sampleKeys().e0, sampleValues().e3))); in testPutPresentKeyPropagatesToEntries()
160 assertThat(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 …]
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()
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()
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()
DMultimapRemoveEntryTester.java30 import com.google.common.collect.testing.Helpers;
70 expectMissing(Helpers.mapEntry((K) null, getValueForNullKey())); in testRemoveNullKeyPresent()
81 expectMissing(Helpers.mapEntry(getKeyForNullValue(), (V) null)); in testRemoveNullValuePresent()
122 List<Entry<K, V>> entries = Helpers.copyToList(multimap().entries()); in testRemovePropagatesToGet()
130 Collection<V> expectedCollection = Helpers.copyToList(collection); in testRemovePropagatesToGet()
143 List<Entry<K, V>> entries = Helpers.copyToList(multimap().entries()); in testRemovePropagatesToAsMap()
151 Collection<V> expectedCollection = Helpers.copyToList(collection); in testRemovePropagatesToAsMap()
164 List<Entry<K, V>> entries = Helpers.copyToList(multimap().entries()); in testRemovePropagatesToAsMapEntrySet()
181 Collection<V> expectedCollection = Helpers.copyToList(collection); in testRemovePropagatesToAsMapEntrySet()
/external/chromium-trace/catapult/tracing/tracing/model/helpers/
Dchrome_model_helper.html10 <link rel="import" href="/tracing/model/helpers/chrome_browser_helper.html">
11 <link rel="import" href="/tracing/model/helpers/chrome_gpu_helper.html">
12 <link rel="import" href="/tracing/model/helpers/chrome_renderer_helper.html">
20 tr.exportTo('tr.model.helpers', function() {
24 if (!tr.model.helpers.ChromeBrowserHelper.isBrowserProcess(process))
38 if (!tr.model.helpers.ChromeRendererHelper.isRenderProcess(process))
47 tr.model.helpers.ChromeGpuHelper.isGpuProcess);
62 this.browserHelper_ = new tr.model.helpers.ChromeBrowserHelper(
71 this.gpuHelper_ = new tr.model.helpers.ChromeGpuHelper(
82 var rendererHelper = new tr.model.helpers.ChromeRendererHelper(
Dchrome_model_helper_test.html9 <link rel="import" href="/tracing/model/helpers/chrome_model_helper.html">
39 var modelHelper = m.getOrCreateHelper(tr.model.helpers.ChromeModelHelper);
86 var modelHelper = m.getOrCreateHelper(tr.model.helpers.ChromeModelHelper);
90 tr.model.helpers.IMPL_FRAMETIME_TYPE, m.bounds);
91 var frametimeData = tr.model.helpers.getFrametimeDataFromEvents(
99 tr.model.helpers.MAIN_FRAMETIME_TYPE, m.bounds);
105 tr.model.helpers.MAIN_FRAMETIME_TYPE, m.bounds);
106 frametimeData = tr.model.helpers.getFrametimeDataFromEvents(frameEvents);
114 tr.model.helpers.IMPL_FRAMETIME_TYPE, m.bounds);
120 tr.model.helpers.IMPL_FRAMETIME_TYPE, m.bounds);
[all …]
Dchrome_browser_helper_test.html12 <link rel="import" href="/tracing/model/helpers/chrome_browser_helper.html">
13 <link rel="import" href="/tracing/model/helpers/chrome_model_helper.html">
32 tr.model.helpers.ChromeModelHelper);
41 tr.model.helpers.ChromeModelHelper);
51 tr.model.helpers.ChromeModelHelper);
61 tr.model.helpers.ChromeModelHelper);
/external/libchrome/sandbox/linux/
DBUILD.gn25 # seccomp-bpf syscall helpers, which are not being used.
143 "seccomp-bpf-helpers/baseline_policy_unittest.cc",
144 "seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc",
267 "seccomp-bpf-helpers/baseline_policy.cc",
268 "seccomp-bpf-helpers/baseline_policy.h",
269 "seccomp-bpf-helpers/sigsys_handlers.cc",
270 "seccomp-bpf-helpers/sigsys_handlers.h",
271 "seccomp-bpf-helpers/syscall_parameters_restrictions.cc",
272 "seccomp-bpf-helpers/syscall_parameters_restrictions.h",
273 "seccomp-bpf-helpers/syscall_sets.cc",
[all …]
/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()
DTestStringSortedMapGenerator.java19 import static com.google.common.collect.testing.Helpers.orderEntriesByKey;
37 return Helpers.mapEntry("!! a", "below view"); in belowSamplesLesser()
42 return Helpers.mapEntry("!! b", "below view"); in belowSamplesGreater()
47 return Helpers.mapEntry("~~ a", "above view"); in aboveSamplesLesser()
52 return Helpers.mapEntry("~~ b", "above view"); in aboveSamplesGreater()
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/spec/
Djasmine.yml30 # helpers
33 # Default: ["helpers/**/*.js"]
37 # helpers:
38 # - helpers/**/*.js
40 helpers:

12345678910>>...44