Searched refs:hasX (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_dest_unittest.cpp | 15 bool hasX; in TEST() local 29 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 34 EXPECT_FALSE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 40 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 41 EXPECT_TRUE(hasX); in TEST() 52 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 61 EXPECT_TRUE(dest->GetXYZ(&hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST() 62 EXPECT_FALSE(hasX); in TEST()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_doc_unittest.cpp | 226 FPDF_BOOL hasX; in TEST_F() local 234 &hasX, &hasY, &hasZoom, &x, &y, in TEST_F() 236 EXPECT_TRUE(hasX); in TEST_F() 247 &hasX, &hasY, &hasZoom, &x, &y, in TEST_F() 249 EXPECT_FALSE(hasX); in TEST_F() 255 &hasX, &hasY, &hasZoom, &x, &y, in TEST_F()
|
D | fpdf_doc_embeddertest.cpp | 135 FPDF_BOOL hasX = 0; in TEST_F() local 143 EXPECT_FALSE(FPDFDest_GetLocationInPage(nullptr, &hasX, &hasY, &hasZoom, &x, in TEST_F() 148 FPDFDest_GetLocationInPage(dest, &hasX, &hasY, &hasZoom, &x, &y, &zoom)); in TEST_F() 149 EXPECT_TRUE(hasX); in TEST_F()
|
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securemessage/ |
D | PublicKeyProtoUtil.java | 301 if (!p256pk.hasX() || !p256pk.hasY()) { in parseEcPublicKey()
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 714 static bool hasX(const A &list) { in hasX() function 723 return hasX<SEEK>(stmt.v); in hasMem() 801 return hasX<SEEK>(stmt.controls); in hasIOControl()
|
/external/protobuf/objectivec/ |
D | GPBMessage.m | 665 // are initially not visible via the hasX selector. This method makes them
|