HomeSort by relevance Sort by last modified time
    Searched refs:newC (Results 1 - 10 of 10) sorted by null

  /external/opencv/cvaux/src/
cvbgfg_common.cpp 97 CvSeq* newC;
99 newC = cvApproxPoly( c, sizeof(CvContour), tempStorage, CV_POLY_APPROX_DP, 2, 0 );
101 newC = cvConvexHull2( c, tempStorage, CV_CLOCKWISE, 1 );
102 cvSubstituteContour( scanner, newC );
  /libcore/ojluni/src/main/java/sun/security/provider/
X509Factory.java 154 X509CertImpl newC = (X509CertImpl)getFromCache(certCache, encoding);
155 if (newC != null) {
156 return newC;
159 newC = (X509CertImpl)c;
161 newC = new X509CertImpl(encoding);
162 encoding = newC.getEncodedInternal();
164 addToCache(certCache, encoding, newC);
165 return newC;
184 X509CRLImpl newC = (X509CRLImpl)getFromCache(crlCache, encoding);
185 if (newC != null)
    [all...]
  /external/eigen/demos/opengl/
quaternion_demo.cpp 83 Vector3f newC = c + ( (AngleAxisf(angles[j*2+1], ax0)
86 mCenters.push_back(newC);
  /external/valgrind/VEX/priv/
guest_arm_toIR.c     [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAToDFAConverter.java     [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-buffer/4.1.0.CR3/
netty-buffer-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr/3.5.2/
antlr-3.5.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1360 milliseconds