HomeSort by relevance Sort by last modified time
    Searched full:hasy (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_dest_unittest.cpp 16 bool hasY;
29 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
34 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
40 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
42 EXPECT_TRUE(hasY);
52 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
61 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom));
63 EXPECT_FALSE(hasY);
  /external/pdfium/fpdfsdk/
fpdfdoc_unittest.cpp 244 FPDF_BOOL hasY;
250 EXPECT_TRUE(FPDFDest_GetLocationInPage(array.get(), &hasX, &hasY, &hasZoom,
253 EXPECT_TRUE(hasY);
262 EXPECT_TRUE(FPDFDest_GetLocationInPage(array.get(), &hasX, &hasY, &hasZoom,
265 EXPECT_FALSE(hasY);
269 EXPECT_FALSE(FPDFDest_GetLocationInPage(array.get(), &hasX, &hasY, &hasZoom,
fpdfdoc_embeddertest.cpp 114 FPDF_BOOL hasY;
120 FPDFDest_GetLocationInPage(dest, &hasX, &hasY, &hasZoom, &x, &y, &zoom));
122 EXPECT_TRUE(hasY);
  /frameworks/native/services/surfaceflinger/tests/
SurfaceInterceptor_test.cpp 380 bool hasY(change.position().y() == POSITION_UPDATE);
381 if (hasX && hasY && !foundPosition) {
385 else if (hasX && hasY && foundPosition) {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenSchedule.cpp     [all...]

Completed in 4875 milliseconds