OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedHeight
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
MovieTest.java
145
int
expectedHeight
= getActivity().getResources().getDrawable(MOVIE).getIntrinsicHeight();
147
assertEquals(
expectedHeight
, scaledHeight);
/cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java
84
int
expectedHeight
= mMockSurfaceView.getMeasuredHeight();
88
assertEquals(
expectedHeight
, actualHeight);
/external/chromium_org/third_party/WebKit/Source/core/page/
PrintContextTest.cpp
109
#define EXPECT_SKRECT_EQ(expectedX, expectedY, expectedWidth,
expectedHeight
, actualRect) \
113
EXPECT_EQ(
expectedHeight
, actualRect.height());
/external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp
224
int expectedWidth, int
expectedHeight
,
431
int expectedWidth, int
expectedHeight
,
454
EXPECT_EQ(
expectedHeight
, client.testData().height());
468
int
expectedHeight
= 56;
470
expectedWidth,
expectedHeight
, NoHorizontalScrollbar, NoVerticalScrollbar);
480
int
expectedHeight
= 100;
482
expectedWidth,
expectedHeight
, NoHorizontalScrollbar, VisibleVerticalScrollbar);
492
int
expectedHeight
= 100;
494
expectedWidth,
expectedHeight
, VisibleHorizontalScrollbar, NoVerticalScrollbar);
506
int
expectedHeight
= 200
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
main.js
475
var
expectedHeight
= expectedImage.height;
486
for (var y = 0; y <
expectedHeight
; y++) {
/external/chromium_org/third_party/skia/gm/
gmmain.cpp
737
const int
expectedHeight
= expectedBitmap.height();
740
if ((expectedWidth != width) || (
expectedHeight
!= height)) {
742
testName, expectedWidth,
expectedHeight
, width, height);
[
all
...]
Completed in 2017 milliseconds