Home
last modified time | relevance | path

Searched refs:GetAlpha (Results 1 – 10 of 10) sorted by relevance

/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
Dpairingsessiontest.cc209 EXPECT_CALL(challenge_, GetAlpha(nonce)) in TEST_F()
239 EXPECT_CALL(challenge_, GetAlpha(nonce)) in TEST_F()
247 EXPECT_CALL(challenge_, GetAlpha(nonce)) in TEST_F()
250 EXPECT_CALL(challenge_, GetAlpha(nonce)) in TEST_F()
Dpolochallengeresponsetest.cc102 TEST_F(PoloChallengeResponseTest, GetAlpha) { in TEST_F() argument
103 const Alpha* alpha = response->GetAlpha(nonce); in TEST_F()
Dmocks.h28 MOCK_CONST_METHOD1(GetAlpha, Alpha*(const Nonce& nonce));
/external/google-tv-pairing-protocol/cpp/src/polo/pairing/
Dpairingsession.cc109 const Alpha* gen_alpha = challenge().GetAlpha(*nonce_); in SetSecret()
230 const Alpha* alpha = challenge().GetAlpha(*nonce_); in OnSecretMessage()
267 const Alpha* gen_alpha = challenge().GetAlpha(*nonce_); in VerifySecret()
Dpolochallengeresponse.cc32 Alpha* PoloChallengeResponse::GetAlpha(const Nonce& nonce) const { in GetAlpha() function in polo::pairing::PoloChallengeResponse
97 const Alpha* alpha = GetAlpha(nonce); in GetGamma()
Dpolochallengeresponse.h41 virtual Alpha* GetAlpha(const Nonce& nonce) const;
/external/webp/src/enc/
Danalysis.c113 static int GetAlpha(const VP8Histogram* const histo) { in GetAlpha() function
255 alpha = GetAlpha(&histo); in MBAnalyzeBestIntra16Mode()
288 alpha = GetAlpha(&histos[cur_histo]); in MBAnalyzeBestIntra4Mode()
300 i4_alpha = GetAlpha(&total_histo); in MBAnalyzeBestIntra4Mode()
322 alpha = GetAlpha(&histo); in MBAnalyzeBestUVMode()
/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp137 inline uint8_t GetAlpha(const uint8_t *src, size_t rowBytes, int x, int y) { in GetAlpha() function
145 return GetAlpha(src, rowBytes, y, x); in GetAlphaTranspose()
2019 compress_a8_astc_block<GetAlpha>(&dst, src, srcRowBytes); in CompressA8Horizontal()
2050 compress_a8_astc_block<GetAlpha>(dstPtr, src + y*rowBytes + x, rowBytes); in CompressA8To12x12ASTC()
/external/pdfium/core/include/fpdfapi/
Dfpdf_pageobj.h259 int GetAlpha(FX_BOOL bStroke) const { in GetAlpha() function
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_pattern.cpp941 int alpha = pPageObj->m_GeneralState.GetAlpha(bStroke); in DrawShadingPattern()
957 pShadingObj->m_GeneralState.GetAlpha(FALSE), in ProcessShading()