Searched refs:j (Results 1 – 25 of 42) sorted by relevance
12
3 …j=f[c];if(/\\[bdsw]/i.test(j))a.push(j);else{var j=m(j),d;c+2<i&&"-"===f[c+1]?(d=m(f[c+2]),c+=2):d…4 …j=f[c];j==="("?++i:"\\"===j.charAt(0)&&(j=+j.substring(1))&&j<=i&&(d[j]=-1)}for(c=1;c<d.length;++c…5 …j=+j.substring(1))&&j<=i&&(f[c]="\\"+d[i]);for(i=c=0;c<b;++c)"^"===f[c]&&"^"!==f[c+1]&&(f[c]="");i…8 …c){c=o[1];var j=f.indexOf(c),k=j+c.length;o[2]&&(k=f.length-o[2].length,j=k-c.length);b=b.substrin…
2 …j=0,k=i?i.length:0,l=a===cu;for(;j<k&&(l||!h);j++)h=i[j](c,d,e),typeof h=="string"&&(!l||g[h]?h=b:… property
524 for (int j = 0; j < 5; j++) { in testMergeCookies2()525 assertEquals("childView" + (j * 2), nodeSiblings.get(j).getName()); in testMergeCookies2()528 for (int j = 0; j < 5; j++) { in testMergeCookies2()529 assertEquals("childView" + (j * 2 + 1), nodeSiblings.get(j).getName()); in testMergeCookies2()575 for (int j = 0; j < 5; j++) { in testIncludeBounds()576 assertEquals("childView" + (j * 2), nodeSiblings.get(j).getName()); in testIncludeBounds()579 for (int j = 0; j < 5; j++) { in testIncludeBounds()580 assertEquals("childView" + (j * 2 + 1), nodeSiblings.get(j).getName()); in testIncludeBounds()
262 for (int j = i + 1; j < mSpace.size(); j++) { in split()264 Rect jRect = mSpace.get(j); in split()271 removeRect(j); in split()272 j--; in split()
1087 for (int j = siblings.size() - 1; j >= 0; j--) { in addMismatched()1088 CanvasViewInfo sibling = siblings.get(j); in addMismatched()1093 insertPosition = j + 1; in addMismatched()
108 for (int j = 0; j < indentationWidth; j++) { in getOneIndentUnit()
489 for (int i = 0, j = replaceStart; i < formatted.length() && j < replaceEnd; i++, j++) { in createReplaceEdit()490 if (formatted.charAt(i) != document.getChar(j)) { in createReplaceEdit()503 for (int i = formatted.length() - 1, j = replaceEnd - 1; in createReplaceEdit()504 i > firstDifference && j > replaceStart; in createReplaceEdit()505 i--, j--) { in createReplaceEdit()506 if (formatted.charAt(i) != document.getChar(j)) { in createReplaceEdit()
376 for (int j = 0; j < region.getNumberOfRegions(); j++) { in replaceIds()377 ITextRegion subRegion = list.get(j); in replaceIds()1012 for (int j = 0; j < region.getNumberOfRegions(); j++) { in replaceAttributeDeclaration()1013 ITextRegion subRegion = list.get(j); in replaceAttributeDeclaration()1097 for (int j = 0; j < region.getNumberOfRegions(); j++) { in removeElementTags()1098 ITextRegion subRegion = list.get(j); in removeElementTags()1119 for (int j = 0; j < region.getNumberOfRegions(); j++) { in removeElementTags()1120 ITextRegion subRegion = list.get(j); in removeElementTags()1328 for (int i = 0, j = start; i < formatted.length() && j < end; i++, j++) { in reformat()1329 if (formatted.charAt(i) != oldContents.charAt(j)) { in reformat()[all …]
691 for (int j = 0, m = attributes.getLength(); j < m; j++) { in analyzeRelativeLayout()692 Attr attribute = (Attr) attributes.item(j); in analyzeRelativeLayout()1031 for (int j = 0; j < view.mColSpan; j++) { in Grid()1032 mRowList.get(view.mRow + i).get(view.mCol + j).add(view); in Grid()
556 char *j = strstr(first32, "java"); in getJavaVersion() local557 if (!j) { in getJavaVersion()558 j = strstr(first32, "openjdk"); in getJavaVersion()561 if ((gIsConsole || gIsDebug) && (!j || !v)) { in getJavaVersion()564 if (j != NULL && v != NULL) { in getJavaVersion()
240 for (int j = 0; j < mLogLevelActions.length; j++) { in createPartControl()241 Action a = mLogLevelActions[j]; in createPartControl()246 mLogPanel.setCurrentFilterLogLevel(j + 2); in createPartControl()
509 int j = i + 1; in sortNatural() local512 for (; j < max; j++) { in sortNatural()513 XmlProperty next = properties.get(j); in sortNatural()542 if (j - i > 1) { in sortNatural()545 XmlProperty[] subprops = new XmlProperty[j - i]; in sortNatural()546 for (int k = i, index = 0; k < j; k++, index++) { in sortNatural()608 for (int k = i; k < j; k++) { in sortNatural()613 i = j - 1; // -1: compensate in advance for the for-loop adding 1 in sortNatural()
800 for (int i = prefixStart, j = wordStart; i < prefixLength; i++, j++) { in nameStartsWith()802 char c2 = Character.toLowerCase(word.charAt(j)); in nameStartsWith()817 for (int i = prefixStart, j = wordStart; i < prefixLength; i++, j++) { in nameStartsWith()819 char c2 = Character.toLowerCase(word.charAt(j)); in nameStartsWith()1144 for (int j = valueEnd - 1; j >= 0; j--) { in parseAttributeInfo()1145 char pc = line.charAt(j); in parseAttributeInfo()1150 valueStart = j; in parseAttributeInfo()
1201 for (int j = uiIndex; j < n; j++) { in updateElementList()1202 uiChild = mUiChildren.get(j); in updateElementList()1204 if (j > uiIndex) { in updateElementList()1206 mUiChildren.remove(j); in updateElementList()1219 for (int j = uiIndex; j < n; j++) { in updateElementList()1220 uiChild = mUiChildren.get(j); in updateElementList()1226 if (j > uiIndex) { in updateElementList()1228 mUiChildren.remove(j); in updateElementList()
437 local file xspec i j IFS=$'\n'466 for j in "${dirs[@]}"; do467 if [[ $i == $j ]]; then
322 for (int j = transforms.size() - 1; j >= 0; j--) {323 IStateTransform f = transforms.get(j);
378 for (int j = 0, max = attributes.getLength(); j < max; j++) { in getThumbnailPath()379 Attr attribute = (Attr) attributes.item(j); in getThumbnailPath()
777 for (int j = 0; j < extraAttributtes.length; j++) {778 IClasspathAttribute extraAttribute = extraAttributtes[j];
551 for (int j = 0; j < installs.length; j++) { in enforcePreferredCompilerCompliance()552 IVMInstall install = installs[j]; in enforcePreferredCompilerCompliance()
611 for (int j = 0, m = attributes.getLength(); j < m; j++) { in findColorValue()612 Attr attribute = (Attr) attributes.item(j); in findColorValue()
231 for (int j = 0, m = children.getLength(); j < m; j++) { in getCategories()232 Node childNode = children.item(j); in getCategories()
156 for (int j = 0, m = metaData.getLength(); j < m; j++) { in ActivityAttributes()157 Element data = (Element) metaData.item(j); in ActivityAttributes()
194 TCHAR *j = _tcsstr(first32, _T("java")); in getJavaVersion() local200 if (j != NULL && v != NULL) { in getJavaVersion()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...
1568 for (int j = 0; j < view.columnSpan; j++) { in toString()1570 if (columnList.size() <= view.column + j) { in toString()1573 columnList.get(view.column + j).add(view); in toString()