Home
last modified time | relevance | path

Searched refs:j (Results 1 – 25 of 32) sorted by relevance

12

/sdk/emulator/opengl/host/tools/emugen/
DApiGen.cpp85 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/
Dprettify.js3j=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…
4j=f[c];j==="("?++i:"\\"===j.charAt(0)&&(j=+j.substring(1))&&j<=i&&(d[j]=-1)}for(c=1;c<d.length;++c…
5j=+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…
Djquery-1.8.0.min.js2j=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/
DGLEScontext.cpp146 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 …]
DRangeManip.cpp115 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/
DtriangleCM.cpp62 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/
DtriangleV2.cpp82 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/
DBinPacker.java262 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()
DCanvasViewInfo.java1087 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/
DCanvasViewInfoTest.java524 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/
DEclipseXmlFormatPreferences.java108 for (int j = 0; j < indentationWidth; j++) { in getOneIndentUnit()
DAndroidXmlFormattingStrategy.java489 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/
DVisualRefactoring.java376 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/
DFBConfig.cpp93 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/
Dadb.bash330 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/
DOldLogCatView.java240 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/
DPropertyFactory.java509 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/
DAndroidContentAssist.java800 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/
DUiElementNode.java1201 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/
DStateViewPage.java322 for (int j = transforms.size() - 1; j >= 0; j--) {
323 IStateTransform f = transforms.get(j);
/sdk/find_java/
Dfind_java_lib.cpp531 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/
DTemplateMetadata.java343 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/
DAndroidClasspathContainerInitializer.java770 for (int j = 0; j < extraAttributtes.length; j++) {
771 IClasspathAttribute extraAttribute = extraAttributtes[j];
DProjectHelper.java479 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/
DResourceHelper.java610 for (int j = 0, m = attributes.getLength(); j < m; j++) { in findColorValue()
611 Attr attribute = (Attr) attributes.item(j); in findColorValue()

12