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

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetProviderInfo.java 64 InvariantDeviceProfile idp = app.getInvariantDeviceProfile(); local
66 Point paddingLand = idp.landscapeProfile.getTotalWorkspacePadding();
67 Point paddingPort = idp.portraitProfile.getTotalWorkspacePadding();
72 idp.landscapeProfile.widthPx - paddingLand.x,
73 idp.portraitProfile.widthPx - paddingPort.x),
74 idp.numColumns);
76 idp.landscapeProfile.heightPx - paddingLand.y,
77 idp.portraitProfile.heightPx - paddingPort.y),
78 idp.numRows);
120 public Point getMinSpans(InvariantDeviceProfile idp, Context context)
    [all...]
QsbContainerView.java 117 InvariantDeviceProfile idp = LauncherAppState.getInstance().getInvariantDeviceProfile(); local
120 Rect size = AppWidgetResizeFrame.getWidgetSizeRanges(launcher, idp.numColumns, 1, null);
  /external/boringssl/src/crypto/x509v3/
v3_crld.c 448 ISSUING_DIST_POINT *idp = NULL; local
453 idp = ISSUING_DIST_POINT_new();
454 if (!idp)
461 ret = set_dist_point_name(&idp->distpoint, ctx, cnf);
468 if (!X509V3_get_value_bool(cnf, &idp->onlyuser))
473 if (!X509V3_get_value_bool(cnf, &idp->onlyCA))
478 if (!X509V3_get_value_bool(cnf, &idp->onlyattr))
483 if (!X509V3_get_value_bool(cnf, &idp->indirectCRL))
488 if (!set_reasons(&idp->onlysomereasons, val))
498 return idp;
541 ISSUING_DIST_POINT *idp = pidp; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/model/
WidgetsModel.java 152 InvariantDeviceProfile idp = LauncherAppState.getInstance().getInvariantDeviceProfile(); local
160 if (minSpanX > idp.numColumns || minSpanY > idp.numRows) {
  /external/iproute2/ip/
xfrm_policy.c 182 char *idp = NULL; local
202 if (idp) {
206 idp = *argv;
xfrm_state.c 281 char *idp = NULL; local
517 if (idp)
519 idp = *argv;
569 if (!idp) {
706 char *idp = NULL; local
761 if (idp)
763 idp = *argv;
778 if (!idp) {
964 char *idp = NULL; local
980 if (idp)
1097 char *idp = NULL; local
    [all...]
  /external/opencv3/modules/imgproc/src/
hough.cpp 1020 float idp, dr; local
    [all...]
generalized_hough.cpp 425 const double idp = 1.0 / dp_; local
427 hist_.create(cvCeil(imageSize_.height * idp) + 2, cvCeil(imageSize_.width * idp) + 2, CV_32SC1);
454 c.x = cvRound(c.x * idp);
455 c.y = cvRound(c.y * idp);
873 const double idp = 1.0 / dp_; local
875 const int histRows = cvCeil(imageSize_.height * idp);
876 const int histCols = cvCeil(imageSize_.width * idp);
906 c1 *= idp;
909 c2 *= idp;
    [all...]
  /external/tcpdump/
print-icmp.c 447 register const struct id_rdiscovery *idp; local
483 idp = (struct id_rdiscovery *)&dp->icmp_data;
485 ND_TCHECK(*idp);
487 ipaddr_string(ndo, &idp->ird_addr),
488 EXTRACT_32BITS(&idp->ird_pref));
490 ++idp;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
RFC3280CertPathUtilities.java 71 * If the complete CRL includes an issuing distribution point (IDP) CRL
74 * (i) If the distribution point name is present in the IDP CRL extension
76 * the names in the IDP matches one of the names in the DP. If the
77 * distribution point name is present in the IDP CRL extension and the
79 * names in the IDP matches one of the names in the cRLIssuer field of the
83 * (ii) If the onlyContainsUserCerts boolean is asserted in the IDP CRL
88 * (iii) If the onlyContainsCACerts boolean is asserted in the IDP CRL
107 IssuingDistributionPoint idp = null; local
110 idp = IssuingDistributionPoint.getInstance(CertPathValidatorUtilities.getExtensionValue(crl,
119 if (idp != null
291 ASN1Primitive idp = CertPathValidatorUtilities.getExtensionValue(crl, ISSUING_DISTRIBUTION_POINT); local
361 IssuingDistributionPoint idp = null; local
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 873 float idp, dr; local
886 idp = 1.f/dp;
887 CV_CALL( accum = cvCreateMat( cvCeil(img->rows*idp)+2, cvCeil(img->cols*idp)+2, CV_32SC1 ));
931 x0 = cvRound((x*idp)*ONE) + ONE + (ONE/2);
932 y0 = cvRound((y*idp)*ONE) + ONE + (ONE/2);
    [all...]
  /external/boringssl/src/include/openssl/
x509.h 427 ISSUING_DIST_POINT *idp; member in struct:X509_crl_st
428 /* Convenient breakdown of IDP */
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 551 milliseconds