/tools/netsim/ui/assets/ |
D | grid-background.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000"> 3 <pattern id="square" width="10" height="10" patternUnits="userSpaceOnUse" > 4 <rect width="10" height="10" style="fill:none;stroke:#a9a9a9"/> 6 <pattern id="quad" width="100" height="100" patternUnits="userSpaceOnUse" > 7 <rect width="100" height="100" style="stroke:#366" fill="url(#square)"/> 10 <rect width="1000" height="1000" fill="url(#quad)" style="stroke:#366;stroke-width:2px"/>
|
/tools/netsim/ui/dist/assets/ |
D | grid-background.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" width="1000" height="1000"> 3 <pattern id="square" width="10" height="10" patternUnits="userSpaceOnUse" > 4 <rect width="10" height="10" style="fill:none;stroke:#a9a9a9"/> 6 <pattern id="quad" width="100" height="100" patternUnits="userSpaceOnUse" > 7 <rect width="100" height="100" style="stroke:#366" fill="url(#square)"/> 10 <rect width="1000" height="1000" fill="url(#quad)" style="stroke:#366;stroke-width:2px"/>
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/tracks/ |
D | SliceTrack.kt | 42 val height = height in paintComponent() constant 48 ty += (height - ty) / 2 in paintComponent() 61 g.fillRect(x, y, width, height) in paintComponent() 63 if (height >= metrics.height) { in paintComponent()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | AudioLoopbackImageAnalyzer.java | 92 final int height = img.getHeight(); in analyzeImage() local 94 CLog.i("image width=" + width + ", height=" + height); in analyzeImage() 105 if (width >= TABLET_SCREEN_MIN_WIDTH && height >= TABLET_SCREEN_MIN_HEIGHT) { in analyzeImage() 129 final int[] vertical = new int[height]; in analyzeImage() 132 projectPixelsToXAxis(img, targetColors, horizontal, width, height); in analyzeImage() 142 projectPixelsToYAxis(img, targetColors, vertical, height, durationBounds); in analyzeImage() 145 if (!boundsWithinRange(durationBounds, 0, height)) { in analyzeImage() 157 final float amplitude = (amplitudeBottom - amplitudeTop) * 100.0f / height; in analyzeImage() 391 final int height) { in projectPixelsToXAxis() argument 394 for (int y = 0; y < height; y++) { in projectPixelsToXAxis() [all …]
|
/tools/security/fuzzing/orphans/libskia/ |
D | libskia_image_processor_fuzzer.cpp | 58 const int height = info.height(); in getAndroidPixels() local 64 SkImageInfo::Make(width, height, decodeColorType, alphaType); in getAndroidPixels()
|
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/test/ |
D | PerformanceTestTest.java | 38 int height = 10; in createImage() local 39 BufferedImage img = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB); in createImage() 41 for (int j = 0; j < height; j++) { in createImage()
|
/tools/acloud/internal/lib/ |
D | utils_test.py | 54 def __init__(self, width=None, height=None): argument 56 self.height = height 61 return self.height 287 mock_tk.return_value = FakeTkinter(height=800, width=1200) 293 mock_tk.return_value = FakeTkinter(height=800, width=1200) 299 mock_tk.return_value = FakeTkinter(height=1080, width=1920) 306 mock_tk.return_value = FakeTkinter(height=1200, width=800)
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | renderer.h | 38 int32_t height; member
|
D | renderer.cpp | 131 egl.height = h; in initDisplay() 216 float ratio = float(egl.width) / egl.height; in draw()
|
D | vecmath.cpp | 319 Mat4 Mat4::Perspective(float width, float height, float nearPlane, in Perspective() argument 330 result.f_[5] = n2 / height; in Perspective()
|
D | vecmath.h | 777 static Mat4 Perspective(float width, float height, float nearPlane,
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | bokeh_figure.py | 70 height=700, argument 90 'height': height, 105 height=self.fig_property['height'],
|
/tools/trebuchet/trebuchet/viewer/src/main/kotlin/traceviewer/ui/ |
D | ProcessPanel.kt | 42 maximumSize = Dimension(Int.MAX_VALUE, preferredSize.height)
|
D | TimelineView.kt | 45 return visibleRect.height - LayoutConstants.TrackHeight in getScrollableBlockIncrement()
|
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/ |
D | ChoreoTestActivity.java | 57 … public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) {} in ChoreoTestView()
|
D | SurfaceFlingerTestActivity.java | 82 … public void surfaceChanged(SurfaceHolder holder, int format, int width, int height) { in TestView()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | plot_utils.py | 81 height=60,
|
D | PowerGnssBaseTest.py | 101 source=s2, columns=columns, width=1300, height=60, editable=True)
|
/tools/tradefederation/core/javatests/com/android/tradefed/device/ |
D | TestDeviceTest.java | 5342 sRawImage.height = 1920; in prepareRawImage() 5365 testImage.height = 25; in testCompressScreenshot() 5413 testImage.height = 25; in testRawImageToBufferedImage() 5420 assertEquals(testImage.height, bufferedImage.getHeight()); in testRawImageToBufferedImage() 5426 assertEquals(testImage.height, bufferedImage.getHeight()); in testRawImageToBufferedImage() 5475 assertEquals(testImage[0].height, image.getHeight()); in testCompressScreenshotNoRescale()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | TestDevice.java | 1020 rawImage.width, rawImage.height, BufferedImage.TYPE_3BYTE_BGR); in rawImageToBufferedImage() 1023 image = new BufferedImage(rawImage.width, rawImage.height, BufferedImage.TYPE_INT_ARGB); in rawImageToBufferedImage() 1029 for (int y = 0 ; y < rawImage.height ; y++) { in rawImageToBufferedImage()
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 25828 72| iput v1, v0, android.widget.LinearLayout$LayoutParams.height 45704 .local v26, "height", float 47148 .local v0, "height", int 48389 .local v17, "height", float 50450 .params "width", "height" 54775 .params "width", "height", "oldw", "oldh" 55353 .params "height" 55372 .params "height" 61952 .params "height" 61968 .params "height" [all …]
|