HomeSort by relevance Sort by last modified time
    Searched defs:POINTS (Results 1 - 9 of 9) sorted by null

  /libcore/ojluni/src/main/java/sun/security/x509/
CRLDistributionPointsExtension.java 38 * Represent the CRL Distribution Points Extension (OID = 2.5.29.31).
40 * The CRL distribution points extension identifies how CRL information
96 public static final String POINTS = "points";
109 * @param distributionPoints the list of distribution points
123 * @param distributionPoints the list of distribution points
227 if (name.equalsIgnoreCase(POINTS)) {
244 if (name.equalsIgnoreCase(POINTS)) {
257 if (name.equalsIgnoreCase(POINTS)) {
273 elements.addElement(POINTS);
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/
DisplayModifier.java 36 private static final float[] POINTS = new float[]{
377 canvas.drawPoints(POINTS, paint);
  /external/opencv3/modules/core/include/opencv2/core/
opengl.hpp 478 POINTS = 0x0000,
504 CV_EXPORTS void render(const Arrays& arr, int mode = POINTS, Scalar color = Scalar::all(255));
512 CV_EXPORTS void render(const Arrays& arr, InputArray indices, int mode = POINTS, Scalar color = Scalar::all(255));
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/
TimeOfImpact.java 159 // System.out.printf("Dist: %f at points %f, %f and %f, %f. %d iterations\n",
209 // Compute the initial separation of the witness points.
304 POINTS, FACE_A, FACE_B;
352 m_type = Type.POINTS;
366 // Two points on B and one on A.
392 // Two points on A and one or two points on B.
430 case POINTS: {
492 case POINTS: {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windef.h 270 } POINTS,*PPOINTS,*LPPOINTS;
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 44 public static final int POINTS = 0x0000;
    [all...]
  /external/opencv3/modules/core/src/
gl_core_3_1.hpp 227 POINTS = 0x0000,
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 765 milliseconds