HomeSort by relevance Sort by last modified time
    Searched refs:strIdxStart (Results 1 - 4 of 4) sorted by null

  /external/ant-glob/src/org/apache/tools/ant/types/selectors/
SelectorUtils.java 139 int strIdxStart = 0;
143 while (patIdxStart <= patIdxEnd && strIdxStart <= strIdxEnd) {
148 if (!match(patDir, strDirs[strIdxStart], isCaseSensitive)) {
152 strIdxStart++;
158 if (strIdxStart > strIdxEnd) {
224 int strIdxStart = 0;
228 while (patIdxStart <= patIdxEnd && strIdxStart <= strIdxEnd) {
233 if (!match(patDir, strDirs[strIdxStart], isCaseSensitive)) {
237 strIdxStart++;
239 if (strIdxStart > strIdxEnd)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 961 milliseconds