Home
last modified time | relevance | path

Searched refs:isBefore (Results 1 – 7 of 7) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DConfigurationMethod.java159 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) { in createSuiteConfigurationMethods() argument
161 isBefore, in createSuiteConfigurationMethods()
162 !isBefore, in createSuiteConfigurationMethods()
175 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) { in createTestConfigurationMethods() argument
179 isBefore, in createTestConfigurationMethods()
180 !isBefore, in createTestConfigurationMethods()
191 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) { in createClassConfigurationMethods() argument
197 isBefore, in createClassConfigurationMethods()
198 !isBefore, in createClassConfigurationMethods()
207 IAnnotationFinder annotationFinder, boolean isBefore, Object instance) in createBeforeConfigurationMethods() argument
[all …]
DInvoker.java756 ITestNGMethod[] methods, boolean isBefore) in filterConfigurationMethods() argument
761 if (isBefore) { in filterConfigurationMethods()
/external/icu/icu4c/source/layout/
DContextualGlyphInsertionProc2.cpp46 le_bool isBefore, in doInsertion() argument
59 if(isBefore) { in doInsertion()
87 le_bool isBefore = (flags & cgiMarkInsertBefore); in processStateEntry() local
88 doInsertion(glyphStorage, markGlyph, markIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
95 le_bool isBefore = (flags & cgiCurrentInsertBefore); in processStateEntry() local
96 doInsertion(glyphStorage, currGlyph, currIndex, count, isKashidaLike, isBefore, success); in processStateEntry()
DContextualGlyphInsertionProc2.h69 le_bool isBefore,
/external/jetty/src/java/org/eclipse/jetty/webapp/
DOrdering.java273 if (!isBefore(list, f.getName(), b)) in orderList()
358 protected boolean isBefore (List<Resource> list, String fragNameA, String fragNameB) in isBefore() method
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DBuildResultsElement.java365 public boolean isBefore(String build) { in isBefore() method in BuildResultsElement
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
DPerformancesView.java123 return buildElement.isBefore(LAST_BUILD);