Searched refs:setLimits (Results 1 - 9 of 9) sorted by relevance

/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
H A DRuleConfiguration.java68 public void setLimits(final List<Limit> limits) { method in class:RuleConfiguration
69 rule.setLimits(limits);
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
H A DRuleTest.java57 rule.setLimits(Arrays.asList(l1, l2, l3));
65 rule.setLimits(new ArrayList<Limit>(Arrays.asList(l1, l2)));
/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
H A Devents_tracker.js113 setLimits: function(softLimit, hardLimit) {
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
H A DRule.java103 public void setLimits(final List<Limit> limits) { method in class:Rule
/external/skia/src/gpu/
H A DGrResourceCache.h48 * this feature is disabled, though it can be enabled by calling GrResourceCache::setLimits.
75 void setLimits(int count, size_t bytes, int maxUnusedFlushes = kDefaultMaxUnusedFlushes);
H A DGrContext.cpp663 fResourceCache->setLimits(maxTextures, maxTextureBytes);
H A DGrResourceCache.cpp90 void GrResourceCache::setLimits(int count, size_t bytes, int maxUnusedFlushes) { function in class:GrResourceCache
/external/skia/tests/
H A DResourceCacheTest.cpp1118 cache->setLimits(1000000, 1000000, kFlushCount);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 222 milliseconds