/external/smali/util/src/main/java/org/jf/util/ |
TwoColumnOutput.java | 50 private final int leftWidth; 60 * @param leftWidth > 0; width of the left column, in characters 64 public TwoColumnOutput(@Nonnull Writer out, int leftWidth, int rightWidth, 67 if (leftWidth < 1) { 68 throw new IllegalArgumentException("leftWidth < 1"); 76 this.leftWidth = leftWidth; 85 * @param leftWidth >= 1; width of the left column, in characters 89 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, 91 this(new OutputStreamWriter(out), leftWidth, rightWidth, spacer) [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
TwoColumnOutput.java | 35 private final int leftWidth; 84 * @param leftWidth {@code > 0;} width of the left column, in characters 88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, 94 if (leftWidth < 1) { 95 throw new IllegalArgumentException("leftWidth < 1"); 110 this.leftWidth = leftWidth; 113 this.leftColumn = new IndentingWriter(leftWriter, leftWidth); 122 * @param leftWidth {@code >= 1;} width of the left column, in characters 126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth [all...] |
ByteArrayAnnotatedOutput.java | 412 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); 414 return annotationWidth - leftWidth;
|
/dalvik/dx/src/com/android/dx/util/ |
TwoColumnOutput.java | 35 private final int leftWidth; 84 * @param leftWidth {@code > 0;} width of the left column, in characters 88 public TwoColumnOutput(Writer out, int leftWidth, int rightWidth, 94 if (leftWidth < 1) { 95 throw new IllegalArgumentException("leftWidth < 1"); 110 this.leftWidth = leftWidth; 113 this.leftColumn = new IndentingWriter(leftWriter, leftWidth); 122 * @param leftWidth {@code >= 1;} width of the left column, in characters 126 public TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth [all...] |
ByteArrayAnnotatedOutput.java | 428 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); 430 return annotationWidth - leftWidth;
|
/external/deqp/modules/gles2/functional/ |
es2fTextureWrapTests.cpp | 169 int leftWidth = viewport.width / 2; 170 int rightWidth = viewport.width - leftWidth; 193 gl.viewport(viewport.x, viewport.y, leftWidth, viewport.height); 200 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, viewport.height), 206 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, viewport.height); 213 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, viewport.height),
|
es2fVertexTextureTests.cpp | 568 const int leftWidth = viewportWidth / 2; 569 const int rightWidth = viewportWidth - leftWidth; 596 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), 597 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), 598 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), 599 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) 895 const int leftWidth = viewportWidth / 2; 896 const int rightWidth = viewportWidth - leftWidth; [all...] |
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
AnnotatedBytes.java | 274 int leftWidth = 8 + (hexCols * 2) + (hexCols / 2); 276 return outputWidth - leftWidth; 286 int leftWidth = outputWidth - rightWidth - 1; 290 TwoColumnOutput twoc = new TwoColumnOutput(out, leftWidth, rightWidth, "|");
|
/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 213 int leftWidth = viewport.width / 2; 214 int rightWidth = viewport.width - leftWidth; 239 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight); 244 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight), 250 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight); 255 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight), 274 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight); 278 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth(); 284 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight), 290 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight) [all...] |
/external/deqp/modules/gles3/accuracy/ |
es3aTextureFilteringTests.cpp | 203 int leftWidth = viewport.width / 2; 204 int rightWidth = viewport.width - leftWidth; 229 gl.viewport(viewport.x, viewport.y, leftWidth, bottomHeight); 234 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, 0, leftWidth, bottomHeight), 240 gl.viewport(viewport.x+leftWidth, viewport.y, rightWidth, bottomHeight); 245 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), leftWidth, 0, rightWidth, bottomHeight), 264 gl.viewport(viewport.x, viewport.y+bottomHeight, leftWidth, topHeight); 268 float sRange = ((float)leftWidth * 1.2f) / (float)m_textures[curTexNdx]->getRefTexture().getWidth(); 274 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat(), 0, bottomHeight, leftWidth, topHeight), 280 gl.viewport(viewport.x+leftWidth, viewport.y+bottomHeight, rightWidth, topHeight) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexTextureTests.cpp | 668 const int leftWidth = viewportWidth / 2; 669 const int rightWidth = viewportWidth - leftWidth; 696 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), 697 Render(Rect(leftWidth, 0, rightWidth, bottomHeight), 0, texMagScale, texMagOffset), 698 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), 699 Render(Rect(leftWidth, bottomHeight, rightWidth, topHeight), 1, texMagScale, texMagOffset) [all...] |
/external/dexmaker/lib/ |
dalvik-dx-9.0.0_r3.jar | |