| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| D | radius_client.c | 2 * RADIUS client 13 #include "radius.h" 17 /* Defaults for RADIUS retransmit values (exponential backoff) */ 20 * RADIUS_CLIENT_FIRST_WAIT - RADIUS client timeout for first retry in seconds 25 * RADIUS_CLIENT_MAX_WAIT - RADIUS client maximum retry timeout in seconds 30 * RADIUS_CLIENT_MAX_FAILOVER - RADIUS client maximum retries 38 * RADIUS_CLIENT_MAX_ENTRIES - RADIUS client maximum pending messages 46 * RADIUS_CLIENT_NUM_FAILOVER - RADIUS client failover point 48 * The number of failed retry attempts after which the RADIUS server will be 55 * struct radius_rx_handler - RADIUS client RX handler [all …]
|
| D | radius_client.h | 2 * RADIUS client 17 * struct hostapd_radius_server - RADIUS server information for RADIUS client 19 * This structure contains information about a RADIUS server. The values are 39 * shared_secret - Shared secret for authenticating RADIUS messages 118 * struct hostapd_radius_servers - RADIUS servers for RADIUS client 122 * auth_servers - RADIUS Authentication servers in priority order 137 * acct_servers - RADIUS Accounting servers in priority order 155 * the primary RADIUS server. RADIUS client code will automatically try 164 * msg_dumps - Whether RADIUS message details are shown in stdout 186 * RadiusType - RADIUS server type for RADIUS client [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
| D | radius_client.c | 2 * RADIUS client 12 #include "radius.h" 16 /* Defaults for RADIUS retransmit values (exponential backoff) */ 19 * RADIUS_CLIENT_FIRST_WAIT - RADIUS client timeout for first retry in seconds 24 * RADIUS_CLIENT_MAX_WAIT - RADIUS client maximum retry timeout in seconds 29 * RADIUS_CLIENT_MAX_FAILOVER - RADIUS client maximum retries 37 * RADIUS_CLIENT_MAX_ENTRIES - RADIUS client maximum pending messages 45 * RADIUS_CLIENT_NUM_FAILOVER - RADIUS client failover point 47 * The number of failed retry attempts after which the RADIUS server will be 54 * struct radius_rx_handler - RADIUS client RX handler [all …]
|
| D | radius_client.h | 2 * RADIUS client 17 * struct hostapd_radius_server - RADIUS server information for RADIUS client 19 * This structure contains information about a RADIUS server. The values are 39 * shared_secret - Shared secret for authenticating RADIUS messages 118 * struct hostapd_radius_servers - RADIUS servers for RADIUS client 122 * auth_servers - RADIUS Authentication servers in priority order 137 * acct_servers - RADIUS Accounting servers in priority order 155 * the primary RADIUS server. RADIUS client code will automatically try 164 * msg_dumps - Whether RADIUS message details are shown in stdout 181 * RadiusType - RADIUS server type for RADIUS client [all …]
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | geometry_utils.cpp | 25 void CreateSphereGeometry(size_t sliceCount, float radius, SphereGeometry *result) in CreateSphereGeometry() argument 42 result->positions[vertexIdx] = direction * radius; in CreateSphereGeometry() 66 void GenerateCubeGeometry(float radius, CubeGeometry *result) in GenerateCubeGeometry() argument 69 result->positions[0] = Vector3(-radius, -radius, -radius); in GenerateCubeGeometry() 70 result->positions[1] = Vector3(-radius, -radius, radius); in GenerateCubeGeometry() 71 result->positions[2] = Vector3(radius, -radius, radius); in GenerateCubeGeometry() 72 result->positions[3] = Vector3(radius, -radius, -radius); in GenerateCubeGeometry() 73 result->positions[4] = Vector3(-radius, radius, -radius); in GenerateCubeGeometry() 74 result->positions[5] = Vector3(-radius, radius, radius); in GenerateCubeGeometry() 75 result->positions[6] = Vector3(radius, radius, radius); in GenerateCubeGeometry() [all …]
|
| /third_party/libwebsockets/plugins/ |
| D | server-status.css | 59 …xt-align:center; background:#d0b070; padding:12px; -webkit-border-radius:10px; border-radius:10px;} 64 -webkit-border-radius:10px; 65 border-radius:10px; } 69 -webkit-border-radius:10px; 70 border-radius:10px; 77 -webkit-border-radius:8px; 78 border-radius:8px; 83 -webkit-border-radius:8px; 85 border-radius:8px; 94 -webkit-border-radius:3px; [all …]
|
| /third_party/libwebsockets/test-apps/ |
| D | test.css | 52 …xt-align:center; background:#d0b070; padding:12px; -webkit-border-radius:10px; border-radius:10px;} 57 -webkit-border-radius:10px; 58 border-radius:10px; } 62 -webkit-border-radius:10px; 63 border-radius:10px; 70 -webkit-border-radius:8px; 71 border-radius:8px; 76 -webkit-border-radius:8px; 78 border-radius:8px; 87 -webkit-border-radius:3px; [all …]
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
| D | test.css | 52 …xt-align:center; background:#d0b070; padding:12px; -webkit-border-radius:10px; border-radius:10px;} 57 -webkit-border-radius:10px; 58 border-radius:10px; } 62 -webkit-border-radius:10px; 63 border-radius:10px; 70 -webkit-border-radius:8px; 71 border-radius:8px; 76 -webkit-border-radius:8px; 78 border-radius:8px; 87 -webkit-border-radius:3px; [all …]
|
| /third_party/ffmpeg/libavfilter/ |
| D | vf_boxblur.c | 45 int radius[4]; member 101 s->radius[Y] = s->luma_param.radius; in config_input() 102 s->radius[U] = s->radius[V] = s->chroma_param.radius; in config_input() 103 s->radius[A] = s->alpha_param.radius; in config_input() 112 /* Naive boxblur would sum source pixels from x-radius .. x+radius 113 * for destination pixel x. That would be O(radius*width). 128 int src_step, int len, int radius) \ 130 const int length = radius*2 + 1; \ 132 int x, sum = src[radius*src_step]; \ 134 for (x = 0; x < radius; x++) \ [all …]
|
| D | vf_sab.c | 35 float radius; member 80 …{ "luma_radius", "set luma radius", OFFSET(luma.radius), AV_OPT_TYPE_FLOAT, {.dbl=1.0},… 81 …{ "lr" , "set luma radius", OFFSET(luma.radius), AV_OPT_TYPE_FLOAT, {.dbl=1.0},… 82 …{ "luma_pre_filter_radius", "set luma pre-filter radius", OFFSET(luma.pre_filter_radius), AV_OPT_T… 83 …{ "lpfr", "set luma pre-filter radius", OFFSET(luma.pre_filter_radius), AV_OPT_T… 87 …{ "chroma_radius", "set chroma radius", OFFSET(chroma.radius), AV_OPT_TYPE_FLOAT, {.dbl… 88 …{ "cr", "set chroma radius", OFFSET(chroma.radius), AV_OPT_TYPE_FLOAT, {.dbl… 89 …{ "chroma_pre_filter_radius", "set chroma pre-filter radius", OFFSET(chroma.pre_filter_radius), A… 91 …{ "cpfr", "set chroma pre-filter radius", OFFSET(chroma.pre_filter_radius), A… 106 if (s->chroma.radius < RADIUS_MIN) in init() [all …]
|
| D | median_template.c | 59 const int radius = s->radius; in fn() local 109 s->hmuladd(coarse, &ccoarse[0], radius, BINS); in fn() 110 for (int j = 0; j < radius; j++) in fn() 113 s->hmuladd(&fine[k][0], &cfine[BINS * width * k], 2 * radius + 1, BINS); in fn() 119 s->hadd(coarse, &ccoarse[BINS * FFMIN(j + radius, width - 1)], BINS); in fn() 130 if (luc[k] <= j - radius) { in fn() 132 for (luc[k] = j - radius; luc[k] < FFMIN(j + radius + 1, width); luc[k]++) in fn() 134 if (luc[k] < j + radius + 1) { in fn() 135 … s->hmuladd(&fine[k][0], &cfine[BINS * (width * k + width - 1)], j + radius + 1 - width, BINS); in fn() 136 luc[k] = j + radius + 1; in fn() [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | discriminatedUnionTypes1.types | 25 radius: number; 26 >radius : number 59 return Math.PI * s.radius * s.radius; 60 >Math.PI * s.radius * s.radius : number 61 >Math.PI * s.radius : number 65 >s.radius : number 67 >radius : number 68 >s.radius : number 70 >radius : number 123 case "circle": return Math.PI * s.radius * s.radius; [all …]
|
| D | typeGuardNarrowsIndexedAccessOfKnownProperty1.types | 27 radius: number; 28 >radius : number 78 case "circle": return Math.PI * s['radius'] * s.radius; 80 >Math.PI * s['radius'] * s.radius : number 81 >Math.PI * s['radius'] : number 85 >s['radius'] : number 87 >'radius' : "radius" 88 >s.radius : number 90 >radius : number 162 …case "circle": return Math.PI * s[0].sub.under["shape"].radius * s[0]["sub"].under.shape["radius"]; [all …]
|
| D | discriminatedUnionTypes1.symbols | 31 radius: number; 32 >radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19)) 64 return Math.PI * s.radius * s.radius; 68 >s.radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19)) 70 >radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19)) 71 >s.radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19)) 73 >radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19)) 119 case "circle": return Math.PI * s.radius * s.radius; 123 >s.radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19)) 125 >radius : Symbol(Circle.radius, Decl(discriminatedUnionTypes1.ts, 12, 19)) [all …]
|
| D | exhaustiveSwitchStatements1.types | 149 interface Circle { kind: "circle"; radius: number; } 151 >radius : number 196 case "circle": area = Math.PI * s.radius * s.radius; break; 198 >area = Math.PI * s.radius * s.radius : number 200 >Math.PI * s.radius * s.radius : number 201 >Math.PI * s.radius : number 205 >s.radius : number 207 >radius : number 208 >s.radius : number 210 >radius : number [all …]
|
| D | discriminatedUnionTypes1.js | 15 radius: number; 25 return Math.PI * s.radius * s.radius; 39 case "circle": return Math.PI * s.radius * s.radius; 51 case "circle": return Math.PI * s.radius * s.radius; 60 case "circle": return Math.PI * s.radius * s.radius; 151 return Math.PI * s.radius * s.radius; 164 case "circle": return Math.PI * s.radius * s.radius; 174 case "circle": return Math.PI * s.radius * s.radius; 182 case "circle": return Math.PI * s.radius * s.radius;
|
| /third_party/skia/src/effects/imagefilters/ |
| D | SkMorphologyImageFilter.cpp | 57 * destination buffer, radius is the morphology radius, width and height are the bounds 62 typedef void (*Proc)(const SkPMColor* src, SkPMColor* dst, int radius, 164 SkSize radius = mappedRadius(ctm); in onFilterNodeBounds() local 165 return src.makeOutset(SkScalarCeilToInt(radius.width()), SkScalarCeilToInt(radius.height())); in onFilterNodeBounds() 181 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type) { in Make() argument 184 radius, type, /*range=*/nullptr)); in Make() 189 SkAlphaType srcAlphaType, MorphDirection dir, int radius, MorphType type, in Make() argument 192 std::move(inputFP), std::move(view), srcAlphaType, dir, radius, type, range)); in Make() 216 SkAlphaType srcAlphaType, MorphDirection, int radius, MorphType, 252 // coord.x -= radius; in onMakeProgramImpl() [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| D | accounting.c | 2 * hostapd / RADIUS Accounting 15 #include "radius/radius.h" 16 #include "radius/radius_client.h" 47 radius_client_get_id(hapd->radius)); in accounting_msg() 49 wpa_printf(MSG_INFO, "Could not create new RADIUS packet"); in accounting_msg() 74 /* Use RADIUS ACL identity if 802.1X provides no identity */ in accounting_msg() 80 /* Use STA MAC if neither 802.1X nor RADIUS ACL provided in accounting_msg() 246 if (!hapd->conf->radius->acct_server) in accounting_sta_start() 258 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr) < 0) in accounting_sta_start() 274 if (!hapd->conf->radius->acct_server) in accounting_sta_report() [all …]
|
| D | ieee802_11_auth.c | 9 * configured ACL from configuration files or an external RADIUS server. 10 * Results from external RADIUS queries are cached to allow faster 18 #include "radius/radius.h" 19 #include "radius/radius_client.h" 112 query->radius_id = radius_client_get_id(hapd->radius); in hostapd_radius_acl_query() 131 hapd->conf->radius->auth_server->shared_secret, in hostapd_radius_acl_query() 132 hapd->conf->radius->auth_server->shared_secret_len)) { in hostapd_radius_acl_query() 156 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0) in hostapd_radius_acl_query() 200 * @out.session_timeout: Buffer for returning session timeout (from RADIUS) 202 * RADIUS) [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| D | accounting.c | 2 * hostapd / RADIUS Accounting 15 #include "radius/radius.h" 16 #include "radius/radius_client.h" 47 radius_client_get_id(hapd->radius)); in accounting_msg() 49 wpa_printf(MSG_INFO, "Could not create new RADIUS packet"); in accounting_msg() 74 /* Use RADIUS ACL identity if 802.1X provides no identity */ in accounting_msg() 80 /* Use STA MAC if neither 802.1X nor RADIUS ACL provided in accounting_msg() 246 if (!hapd->conf->radius->acct_server) in accounting_sta_start() 258 radius_client_send(hapd->radius, msg, RADIUS_ACCT, sta->addr) < 0) in accounting_sta_start() 274 if (!hapd->conf->radius->acct_server) in accounting_sta_report() [all …]
|
| D | ieee802_11_auth.c | 9 * configured ACL from configuration files or an external RADIUS server. 10 * Results from external RADIUS queries are cached to allow faster 18 #include "radius/radius.h" 19 #include "radius/radius_client.h" 153 query->radius_id = radius_client_get_id(hapd->radius); in hostapd_radius_acl_query() 172 hapd->conf->radius->auth_server->shared_secret, in hostapd_radius_acl_query() 173 hapd->conf->radius->auth_server->shared_secret_len)) { in hostapd_radius_acl_query() 197 if (radius_client_send(hapd->radius, msg, RADIUS_AUTH, addr) < 0) in hostapd_radius_acl_query() 241 * @session_timeout: Buffer for returning session timeout (from RADIUS) 242 * @acct_interim_interval: Buffer for returning account interval (from RADIUS) [all …]
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
| D | random.hpp | 63 …enerate a random 2D vector which coordinates are regulary distributed on a circle of a given radius 65 /// @param Radius 69 T Radius); 71 …enerate a random 3D vector which coordinates are regulary distributed on a sphere of a given radius 73 /// @param Radius 77 T Radius); 79 …om 2D vector which coordinates are regulary distributed within the area of a disk of a given radius 81 /// @param Radius 85 T Radius); 87 … 3D vector which coordinates are regulary distributed within the volume of a ball of a given radius [all …]
|
| /third_party/skia/gm/ |
| D | blurcircles2.cpp | 28 * In Sample mode this draws a single circle and almost-circle with animating radius and blur 29 * radius. 58 auto almostCircleMaker = [] (SkScalar radius) { in onDraw() argument 59 … return SkPathBuilder().addArc(SkRect::MakeXYWH(-radius, -radius, 2 * radius, 2 * radius), 0, 355) in onDraw() 65 auto blurMaker = [] (SkScalar radius) ->sk_sp<SkMaskFilter> { in onDraw() argument 67 SkBlurMask::ConvertRadiusToSigma(radius)); in onDraw() 97 const SkScalar radius = r * kDeltaRadius + kMinRadius; in onDraw() local 98 lineWidth += 2 * (radius + kMaxBlurRadius) + kPad; in onDraw() 110 SkScalar radius = r * kDeltaRadius + kMinRadius; in onDraw() local 112 radius += fRandom.nextSScalar1() * kDeltaRadius; in onDraw() [all …]
|
| /third_party/skia/docs/examples/ |
| D | issue640176.cpp | 9 float startAngle = -0.5235985, endAngle = -2.439e-4, radius = 120; in draw() local 11 canvas->translate(radius, radius); in draw() 14 path.lineTo(radius * cos(startAngle), radius * sin(startAngle)); in draw() 15 SkRect oval = {-radius, -radius, radius, radius}; in draw()
|
| /third_party/typescript/tests/arkTSTest/testcase/arkts-no-class-literals/ |
| D | arkts-no-class-literals-3-ok.ets | 29 constructor(radius: number) { 30 this.radius = radius 32 radius: number 36 constructor(radius: number) { 37 this.radius = radius 39 radius: number
|