/dalvik/dx/tests/030-minimal-jasmin/ |
run | 18 dx --debug --dump --width=200 blort.class | grep ' 000.:'
|
/dalvik/dx/tests/031-bb-dead-code/ |
run | 18 dx --debug --dump --basic-blocks --width=200 blort.class
|
/dalvik/dx/tests/032-bb-live-code/ |
run | 18 dx --debug --dump --basic-blocks --width=200 blort.class
|
/dalvik/dx/tests/086-ssa-edge-split/ |
run | 18 dx --dump --width=1000 --ssa-blocks --ssa-step=edge-split Blort.class
|
/dalvik/dx/tests/088-ssa-combine-blocks/ |
run | 18 dx --dump --width=1000 --optimize --rop-blocks Blort.class
|
/developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/ |
AutoFitTextureView.java | 48 * @param width Relative horizontal size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 55 mRatioWidth = width; 63 int width = MeasureSpec.getSize(widthMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
|
/developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/ |
AutoFitTextureView.java | 48 * @param width Relative horizontal size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 55 mRatioWidth = width; 63 int width = MeasureSpec.getSize(widthMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
|
/developers/samples/android/media/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/ |
AutoFitTextureView.java | 48 * @param width Relative horizontal size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 55 mRatioWidth = width; 63 int width = MeasureSpec.getSize(widthMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
|
/developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/ |
AutoFitTextureView.java | 48 * @param width Relative horizontal size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 55 mRatioWidth = width; 63 int width = MeasureSpec.getSize(widthMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
|
/development/samples/browseable/Camera2Basic/src/com.example.android.camera2basic/ |
AutoFitTextureView.java | 48 * @param width Relative horizontal size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 55 mRatioWidth = width; 63 int width = MeasureSpec.getSize(widthMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
|
/development/samples/browseable/Camera2Video/src/com.example.android.camera2video/ |
AutoFitTextureView.java | 48 * @param width Relative horizontal size 51 public void setAspectRatio(int width, int height) { 52 if (width < 0 || height < 0) { 55 mRatioWidth = width; 63 int width = MeasureSpec.getSize(widthMeasureSpec); local 66 setMeasuredDimension(width, height); 68 if (width < height * mRatioWidth / mRatioHeight) { 69 setMeasuredDimension(width, width * mRatioHeight / mRatioWidth);
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
GLEncoderUtils.cpp | 22 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack) 25 return ctx->pixelDataSize(width, height, format, type, pack);
|
/external/chromium-libpac/test/js-unittest/ |
return_unicode.js | 1 // U+200B is the codepoint for zero-width-space.
|
/external/chromium_org/cc/quads/ |
debug_border_draw_quad.cc | 15 width(0) { 22 int width) { 28 this->width = width; 37 int width) { 41 this->width = width; 55 value->SetInteger("width", width);
|
/external/chromium_org/cc/test/ |
pixel_test_software_output_device.cc | 12 pixel_size.width() + surface_expansion_size_.width(),
|
/external/chromium_org/chrome/browser/resources/chromeos/network_configuration/css/ |
status.css | 12 width: 600px;
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
incognito_tab.css | 6 max-width: 416px; 18 width: 128px; 25 @media (max-width:400px) { 29 width: 96px;
|
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
advanced_options_settings.css | 8 width: 100%;
|
/external/chromium_org/chrome/common/extensions/docs/server2/test_data/github_file_system/ |
expected_read.txt | 9 {width: 480, height: 225});
|
/external/chromium_org/media/base/simd/ |
convert_rgb_to_yuv_ssse3.cc | 16 int width, 22 ConvertARGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width); 26 ConvertARGBToYUVRow_SSSE3(rgbframe, yplane, NULL, NULL, width); 35 ConvertARGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width); 42 int width, 48 ConvertRGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width); 52 ConvertRGBToYUVRow_SSSE3(rgbframe, yplane, NULL, NULL, width); 61 ConvertRGBToYUVRow_SSSE3(rgbframe, yplane, uplane, vplane, width);
|
convert_rgb_to_yuv_ssse3.h | 27 ptrdiff_t width); 34 ptrdiff_t width);
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
return_unicode.js | 1 // U+200B is the codepoint for zero-width-space.
|
/external/chromium_org/ppapi/api/dev/ |
pp_video_capture_dev.idl | 16 uint32_t width;
|
/external/chromium_org/ppapi/api/ |
pp_size.idl | 7 * This file defines the width and height of a 2D rectangle. 15 /** This value represents the width of the rectangle. */ 16 int32_t width; 25 /** This value represents the width of the rectangle. */ 26 float_t width; 38 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as 41 * @param[in] w An int32_t value representing a width. 48 ret.width = w; 55 * width and height as float values. 57 * @param[in] w An float value representing a width [all...] |
/external/chromium_org/ppapi/generators/test_namespace/ |
foo.idl | 14 /* This value represents the width of the rectangle. */ 15 int32_t width;
|