/sdk/emulator/opengl/host/tools/emugen/ |
D | ApiGen.cpp | 85 for (size_t j = 0; j < n; j++) { in genProcTypes() local 86 if (!evars[j].isVoid()) { in genProcTypes() 87 …if (j != 0 || side == CLIENT_SIDE || (side == SERVER_SIDE && e->customDecoder())) fprintf(fp, ", "… in genProcTypes() 88 evars[j].printType(fp); in genProcTypes() 242 for (size_t j=0; j<e->vars().size(); j++) { in genEntryPoints() local 243 if (e->vars()[j].paramCheckExpression() != "") in genEntryPoints() 244 fprintf(fp, "\t%s\n", e->vars()[j].paramCheckExpression().c_str()); in genEntryPoints() 253 for (size_t j = 0; j < nvars; j++) { in genEntryPoints() local 254 if (!e->vars()[j].isVoid()) { in genEntryPoints() 256 j != 0 || shouldCallWithContext ? "," : "", in genEntryPoints() [all …]
|
/sdk/templates/docs/ |
D | prettify.js | 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…
|
D | jquery-1.8.0.min.js | 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
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
D | GLEScontext.cpp | 146 for (int j=0;j<NUM_TEXTURE_TARGETS;++j) in init() local 148 m_texState[i][j].texture = 0; in init() 149 m_texState[i][j].enabled = GL_FALSE; in init() 221 for(int j=0;j<attribSize;j++) { in convertFixedDirectLoop() local 222 … reinterpret_cast<GLfloat*>(&static_cast<unsigned char*>(dataOut)[i])[j] = X2F(fixed_data[j]); in convertFixedDirectLoop() 235 for(int j=0;j<attribSize;j++) { in convertFixedIndirectLoop() local 236 float_data[j] = X2F(fixed_data[j]); in convertFixedIndirectLoop() 246 for(int j=0;j<attribSize;j++) { in convertByteDirectLoop() local 247 … reinterpret_cast<GLshort*>(&static_cast<unsigned char*>(dataOut)[i])[j] = B2S(byte_data[j]); in convertByteDirectLoop() 260 for(int j=0;j<attribSize;j++) { in convertByteIndirectLoop() local [all …]
|
D | RangeManip.cpp | 115 for (int j=i+1;j<(int)list.size() && !changed ;j++) in merge() local 117 if (list[i].rangeUnion(list[j],temp)) { in merge() 120 erase(j); in merge()
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
D | triangleCM.cpp | 62 for (int j = 0; j < width; j++) { in genTexture() local 63 unsigned char col = ((i / 8 + j / 8) % 2) * 255 ; in genTexture() 64 if (j>(width/2)) col/=2; in genTexture() 79 for (int j = 0; j < width; j++) { in genRedTexture() local 80 unsigned char col = ((i / 8 + j / 8) % 2) * 255 ; in genRedTexture()
|
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/ |
D | triangleV2.cpp | 82 for (int j = 0; j < width; j++) { in genTexture() local 83 unsigned char col = ((i / 8 + j / 8) % 2) * 255 ; in genTexture() 98 for (int j = 0; j < width; j++) { in genRedTexture() local 99 unsigned char col = ((i / 8 + j / 8) % 2) * 255 ; in genRedTexture()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | BinPacker.java | 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()
|
D | CanvasViewInfo.java | 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfoTest.java | 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
D | EclipseXmlFormatPreferences.java | 108 for (int j = 0; j < indentationWidth; j++) { in getOneIndentUnit()
|
D | AndroidXmlFormattingStrategy.java | 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | VisualRefactoring.java | 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 …]
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | FBConfig.cpp | 93 int j = 0; in initConfigList() local 116 s_fbConfigs[j++] = new FBConfig(dpy, configs[i]); in initConfigList() 118 s_numConfigs = j; in initConfigList()
|
/sdk/bash_completion/ |
D | adb.bash | 330 local file xspec i j 359 for j in "${dirs[@]}"; do 360 if [[ $i == $j ]]; then
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/ |
D | OldLogCatView.java | 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | PropertyFactory.java | 509 int j = i + 1; in sortNatural() local 512 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidContentAssist.java | 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiElementNode.java | 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()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | StateViewPage.java | 322 for (int j = transforms.size() - 1; j >= 0; j--) { 323 IStateTransform f = transforms.get(j);
|
/sdk/find_java/ |
D | find_java_lib.cpp | 531 char *j = strstr(first32, "java"); in getJavaVersion() local 533 if ((gIsConsole || gIsDebug) && (!j || !v)) { in getJavaVersion() 536 if (j != NULL && v != NULL) { in getJavaVersion()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateMetadata.java | 343 for (int j = 0, max = attributes.getLength(); j < max; j++) { in getThumbnailPath() 344 Attr attribute = (Attr) attributes.item(j); in getThumbnailPath()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | AndroidClasspathContainerInitializer.java | 770 for (int j = 0; j < extraAttributtes.length; j++) { 771 IClasspathAttribute extraAttribute = extraAttributtes[j];
|
D | ProjectHelper.java | 479 for (int j = 0; j < installs.length; j++) { in enforcePreferredCompilerCompliance() 480 IVMInstall install = installs[j]; in enforcePreferredCompilerCompliance()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
D | ResourceHelper.java | 610 for (int j = 0, m = attributes.getLength(); j < m; j++) { in findColorValue() 611 Attr attribute = (Attr) attributes.item(j); in findColorValue()
|