Searched refs:GetPatch (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | version.cc | 53 if (GetPatch() > 0) { in GetString() 55 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate, in GetString() 70 if (GetPatch() > 0) { in GetSONAME() 72 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate); in GetSONAME()
|
D | version.h | 20 static int GetPatch() { return patch_; } in GetPatch() function
|
D | log-utils.cc | 60 Version::GetMinor(), Version::GetBuild(), Version::GetPatch(), in Initialize()
|
/external/opencv3/modules/video/src/opencl/ |
D | pyrlk.cl | 255 inline void GetPatch(image2d_t J, float x, float y, 432 GetPatch(J, prevPt.x + xBase + 0.5f, prevPt.y + yBase + 0.5f, 438 GetPatch(J, prevPt.x + xBase + 0.5f, prevPt.y + yBase + 0.5f, 443 GetPatch(J, prevPt.x + xBase + 0.5f, prevPt.y + yBase + 0.5f, 450 GetPatch(J, prevPt.x + xBase + 0.5f, prevPt.y + yBase + 0.5f, 456 GetPatch(J, prevPt.x + xBase + 0.5f, prevPt.y + yBase + 0.5f, 461 GetPatch(J, prevPt.x + xBase + 0.5f, prevPt.y + yBase + 0.5f, 468 GetPatch(J, prevPt.x + xBase + 0.5f, prevPt.y + yBase + 0.5f, 474 GetPatch(J, prevPt.x + xBase + 0.5f, prevPt.y + yBase + 0.5f, 479 GetPatch(J, prevPt.x + xBase + 0.5f, prevPt.y + yBase + 0.5f,
|
/external/v8/test/cctest/ |
D | test-log.cc | 543 i::Version::GetPatch(), i::Version::IsCandidate()); in TEST()
|