Home
last modified time | relevance | path

Searched refs:GetPatch (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dversion.cc53 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()
Dversion.h20 static int GetPatch() { return patch_; } in GetPatch() function
Dlog-utils.cc60 Version::GetMinor(), Version::GetBuild(), Version::GetPatch(), in Initialize()
/external/opencv3/modules/video/src/opencl/
Dpyrlk.cl255 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/
Dtest-log.cc543 i::Version::GetPatch(), i::Version::IsCandidate()); in TEST()