/system/bt/stack/smp/ |
D | p_256_ecc_pp.h | 35 } Point; typedef 52 Point G; 59 bool ECC_ValidatePoint(const Point& p); 61 void ECC_PointMult_Bin_NAF(Point* q, Point* p, uint32_t* n);
|
D | p_256_ecc_pp.cc | 34 static void p_256_init_point(Point* q) { memset(q, 0, sizeof(Point)); } in p_256_init_point() 36 static void p_256_copy_point(Point* q, Point* p) { in p_256_copy_point() 37 memcpy(q, p, sizeof(Point)); in p_256_copy_point() 41 static void ECC_Double(Point* q, Point* p) { in ECC_Double() 90 static void ECC_Add(Point* r, Point* p, Point* q) { in ECC_Add() 194 void ECC_PointMult_Bin_NAF(Point* q, Point* p, uint32_t* n) { in ECC_PointMult_Bin_NAF() 198 Point minus_p; in ECC_PointMult_Bin_NAF() 199 Point r; in ECC_PointMult_Bin_NAF() 243 bool ECC_ValidatePoint(const Point& pt) { in ECC_ValidatePoint()
|
D | smp_keys.cc | 684 Point public_key; in smp_process_private_key() 717 Point peer_publ_key, new_publ_key; in smp_compute_dhkey()
|
/system/bt/gd/security/ecc/ |
D | p_256_ecc_pp.h | 34 struct Point { struct 52 Point G; argument 68 bool ECC_ValidatePoint(const Point& point); 70 void ECC_PointMult_Bin_NAF(Point* q, const Point* p, uint32_t* n);
|
D | p_256_ecc_pp.cc | 37 static void p_256_init_point(Point* q) { in p_256_init_point() 38 memset(q, 0, sizeof(Point)); in p_256_init_point() 41 static void p_256_copy_point(Point* q, const Point* p) { in p_256_copy_point() 42 memcpy(q, p, sizeof(Point)); in p_256_copy_point() 46 static void ECC_Double(Point* q, const Point* p) { in ECC_Double() 95 static void ECC_Add(Point* r, Point* p, const Point* q) { in ECC_Add() 199 void ECC_PointMult_Bin_NAF(Point* q, const Point* p, uint32_t* n) { in ECC_PointMult_Bin_NAF() 203 Point minus_p; in ECC_PointMult_Bin_NAF() 204 Point r; in ECC_PointMult_Bin_NAF() 243 bool ECC_ValidatePoint(const Point& pt) { in ECC_ValidatePoint()
|
D | multipoint_test.cc | 29 Point p; in TEST() 78 Point p; in TEST()
|
/system/tools/aidl/ |
D | location.h | 24 struct Point { struct 36 AidlLocation(const std::string& file, Point begin, Point end, Source source); argument 55 Point begin_; 56 Point end_;
|
D | location.cpp | 19 AidlLocation::AidlLocation(const std::string& file, Point begin, Point end, Source source) in AidlLocation()
|
/system/teeui/libteeui/src/ |
D | utils.cpp | 36 Color pixelLineIntersect(Point<pxs> line, pxs dist, Color c) { in pixelLineIntersect() 51 dist_vec = Point<pxs>(dist_vec.x().abs(), dist_vec.y().abs()); in pixelLineIntersect() 54 dist_vec = Point<pxs>(dist_vec.y(), dist_vec.x()); in pixelLineIntersect() 63 Point<pxs> Q(a1 * (a1 + pxs(.5)) / a0 + a0, pxs(-.5)); in pixelLineIntersect() 70 Point<pxs> P(pxs(.5), a1 - a0 * (pxs(.5) - a0) / a1); in pixelLineIntersect() 72 Point<pxs> R = P - Q; in pixelLineIntersect() 91 Color drawLinePoint(Point<pxs> a, Point<pxs> b, Point<pxs> px_origin, Color c, pxs width) { in drawLinePoint() 110 line = Point<pxs>(-line.y(), line.x()) / len; in drawLinePoint() 117 Color drawCirclePoint(Point<pxs> center, pxs r, Point<pxs> px_origin, Color c) { in drawCirclePoint()
|
D | label.cpp | 46 if (!intBounds.contains(Point<intpxs>(x, y))) { in draw() 47 TEEUI_LOG << "Bounds: " << bounds << " Pixel: " << Point<pxs>(x, y) << ENDL; in draw() 66 Point<pxs> pen = {0_px, 0_px}; in draw() 110 Point<pxs> offset = bounds.topLeft(); in draw() 141 if (bounds.contains(Point<intpxs>(event.x_, event.y_))) { in hit()
|
D | button.cpp | 34 if (!intBounds.contains(Point<intpxs>(x, y))) { in draw() 35 TEEUI_LOG << "Bounds: " << bounds << " Pixel: " << Point<pxs>(x, y) << ENDL; in draw() 66 cBounds.translateSelf(Point<intpxs>(right * (intBounds.w() - intRadius), in draw() 68 auto center = Point<pxs>((intpxs(1) - right) * intRadius, (intpxs(1) - bottom) * intRadius); in draw() 70 center -= Point<pxs>(.5, .5); in draw() 75 auto pos = Point<pxs>(cBounds.x().count() + x, cBounds.y().count() + y); in draw() 168 Point<intpxs>{(start.x() + coBBox.w()).ceil(), (start.y() + coBBox.h()).ceil()}); in draw()
|
/system/bt/gd/security/ |
D | ecdh_keys.cc | 57 ecc::Point public_key; in GenerateECDHKeyPair() 70 ecc::Point public_key; in ValidateECDHPoint() 78 ecc::Point peer_publ_key, new_publ_key; in ComputeDHKey()
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/prebuilts/api/30.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/sepolicy/prebuilts/api/31.0/public/ |
D | ppp.te | 1 # Point to Point Protocol daemon
|
/system/teeui/libteeui/include/teeui/ |
D | utils.h | 610 template <typename Coord> using Point = Vec2d<Coord>; 612 Color drawLinePoint(Point<pxs> a, Point<pxs> b, Point<pxs> px_origin, Color c, 615 Color drawCirclePoint(Point<pxs> center, pxs r, Point<pxs> px_origin, Color c); 617 using PxPoint = Point<pxs>; 737 Point<Coord> topLeft_; 747 Box(const Point<Coord>& topLeft, const Vec2d<Coord>& extend) 749 bool contains(Point<Coord> p) const { 772 Point<Coord> bottomRight() const { return topLeft_ + extend_; } 773 Point<Coord> topLeft() const { return topLeft_; } 793 Box merge(const Point<Coord>& p) const { [all …]
|
D | label.h | 57 Point<pxs> lineStart;
|
/system/teeui/libteeui/example/ |
D | example_utils.h | 40 return e.bounds_.drawPoint(Point<pxs>(x, y)); in renderPixel()
|
/system/bt/stack/test/ |
D | stack_smp_test.cc | 215 Point p; in TEST() 264 Point p; in TEST()
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/generated/ |
D | flatbuffers_types.fbs | 19 /* SSID of the Access Point, maximum 32 characters */
|
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/ |
D | CameraAvgFragment.java | 31 import android.graphics.Point; 554 Point displaySize = new Point(); in setUpCameraOutputs()
|