Home
last modified time | relevance | path

Searched refs:iTests (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests.gtk/ManualTests/org/eclipse/swt/tests/gtk/snippets/
H A DBug541427_TreeNoHeader.java34 for (int iTests = 0; iTests < (1 << 2); iTests++) in main()
36 final boolean USE_NO_SCROLL = (iTests & (1 << 0)) != 0; in main()
37 final boolean PACK_BEFORE_SIZE = (iTests & (1 << 1)) != 0; in main()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DDataSection.java837 List<CheckStatus> iTests = new ArrayList<>(); in setShimTests() local
838 checkCldr.check(base_xpath_string, iTests, null); in setShimTests()
839 if (!iTests.isEmpty()) { in setShimTests()
841 if (shimItem.setTests(iTests)) { in setShimTests()
940 List<CheckStatus> iTests = new ArrayList<>(); in updateInheritedValue() local
942 checkCldr.check(xpath, iTests, inheritedValue); in updateInheritedValue()
948 if (!iTests.isEmpty()) { in updateInheritedValue()
949 inheritedItem.setTests(iTests); in updateInheritedValue()
/dports/games/hllib/HLLib/
H A DDirectoryFolder.cpp400 hlInt iTests = iStringLength - iSearchLength; in Match() local
404 for(hlInt i = 0; i <= iTests; i++) in Match()
414 for(hlInt i = 0; i <= iTests; i++) in Match()
/dports/archivers/hlextract/HLLib/
H A DDirectoryFolder.cpp400 hlInt iTests = iStringLength - iSearchLength; in Match() local
404 for(hlInt i = 0; i <= iTests; i++) in Match()
414 for(hlInt i = 0; i <= iTests; i++) in Match()