/external/smali/util/src/main/java/org/jf/util/ |
D | TwoColumnOutput.java | 50 private final int leftWidth; field in TwoColumnOutput 64 public TwoColumnOutput(@Nonnull Writer out, int leftWidth, int rightWidth, in TwoColumnOutput() argument 67 if (leftWidth < 1) { in TwoColumnOutput() 76 this.leftWidth = leftWidth; in TwoColumnOutput() 89 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, in TwoColumnOutput() argument 91 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer); in TwoColumnOutput() 97 leftLines = StringWrapper.wrapString(left, leftWidth, leftLines); in write() 127 int remaining = leftWidth - written; in write()
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
D | TwoColumnOutput.java | 35 private final int leftWidth; field in TwoColumnOutput 88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, in TwoColumnOutput() argument 94 if (leftWidth < 1) { in TwoColumnOutput() 110 this.leftWidth = leftWidth; in TwoColumnOutput() 113 this.leftColumn = new IndentingWriter(leftWriter, leftWidth); in TwoColumnOutput() 126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, in TwoColumnOutput() argument 128 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer); in TwoColumnOutput() 188 writeSpaces(out, leftWidth - leftLen); in outputFullLines()
|
D | ByteArrayAnnotatedOutput.java | 405 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); in getAnnotationWidth() local 407 return annotationWidth - leftWidth; in getAnnotationWidth()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 202 int leftWidth = viewport.width / 2; in iterate() local 203 int rightWidth = viewport.width - leftWidth; in iterate() 228 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight); in iterate() 233 …ess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight), in iterate() 239 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight); in iterate() 244 …eAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, … in iterate() 263 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight); in iterate() 267 …float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth… in iterate() 273 …renceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight), in iterate() 279 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight); in iterate() [all …]
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 211 int leftWidth = viewport.width / 2; in iterate() local 212 int rightWidth = viewport.width - leftWidth; in iterate() 237 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight); in iterate() 242 …ess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight), in iterate() 248 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight); in iterate() 253 …eAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, … in iterate() 272 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight); in iterate() 276 …float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth… in iterate() 282 …renceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight), in iterate() 288 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight); in iterate() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureWrapTests.cpp | 168 int leftWidth = viewport.width / 2; in iterate() local 169 int rightWidth = viewport.width - leftWidth; in iterate() 192 gl.viewport(viewport.x, viewport.y, leftWidth, viewport.height); in iterate() 199 …s(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, viewport.height… in iterate() 205 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, viewport.height); in iterate() 212 …eAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, … in iterate()
|
D | es2fVertexTextureTests.cpp | 565 const int leftWidth = viewportWidth / 2; in iterate() local 566 const int rightWidth = viewportWidth - leftWidth; in iterate() 593 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), in iterate() 594 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), in iterate() 595 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), in iterate() 596 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) in iterate() 883 const int leftWidth = viewportWidth / 2; in iterate() local 884 const int rightWidth = viewportWidth - leftWidth; in iterate() 911 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate() 926 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + 0, rightCellWidth, bottomCellHeight), 0, tex… in iterate() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | AnnotatedBytes.java | 274 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); in getAnnotationWidth() local 276 return outputWidth - leftWidth; in getAnnotationWidth() 286 int leftWidth = outputWidth - rightWidth - 1; in writeAnnotations() local 290 TwoColumnOutput twoc = new TwoColumnOutput(out, leftWidth, rightWidth, "|"); in writeAnnotations()
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 666 const int leftWidth = viewportWidth / 2; in iterate() local 667 const int rightWidth = viewportWidth - leftWidth; in iterate() 694 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), in iterate() 695 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), in iterate() 696 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), in iterate() 697 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) in iterate() 987 const int leftWidth = viewportWidth / 2; in iterate() local 988 const int rightWidth = viewportWidth - leftWidth; in iterate() 1015 const int leftCellWidth = isRightmostCell ? leftWidth - cellOffsetX : defCellWidth; in iterate() 1030 …Render(Rect(cellOffsetX + leftWidth, cellOffsetY + 0, rightCellWidth, bottomCellHeight), 0, tex… in iterate() [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |