Home
last modified time | relevance | path

Searched refs:lp1 (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/modules/features2d/misc/java/test/
DFeatures2dTest.java122 List<Point> lp1 = new ArrayList<Point>(adm.length); in testPTOD() local
128 lp1.add(tkp[dm.trainIdx].pt); in testPTOD()
132 MatOfPoint2f points1 = new MatOfPoint2f(lp1.toArray(new Point[0])); in testPTOD()
/external/llvm/test/CodeGen/X86/
Dinconsistent_landingpad.ll10 %lp1 = landingpad token
/external/clang/test/Analysis/
Dmalloc-sizeof.c17 …long *lp1 = malloc(sizeof(short)); // expected-warning {{Result of 'malloc' is converted to a poin… in foo() local