Home
last modified time | relevance | path

Searched full:radius (Results 1 – 25 of 1410) sorted by relevance

12345678910>>...57

/external/wpa_supplicant_8/src/radius/
Dradius_client.c2 * 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 …]
Dradius_client.h2 * 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 …]
/external/angle/util/
Dgeometry_utils.cpp25 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 …]
/external/fmtlib/doc/bootstrap/mixins/
Dborder-radius.less1 // Single side border-radius
3 .border-top-radius(@radius) {
4 border-top-right-radius: @radius;
5 border-top-left-radius: @radius;
7 .border-right-radius(@radius) {
8 border-bottom-right-radius: @radius;
9 border-top-right-radius: @radius;
11 .border-bottom-radius(@radius) {
12 border-bottom-right-radius: @radius;
13 border-bottom-left-radius: @radius;
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/
Ddataurl-realdata-singlequotes.out.b1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:image/png;b…
Ddataurl-realdata-noquotes.out.b1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image/png;ba…
Ddataurl-realdata-singlequotes.out1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:image/png;b…
Ddataurl-realdata-doublequotes.out.b1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:image/png;b…
Ddataurl-realdata-noquotes.out1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image/png;ba…
Ddataurl-realdata-doublequotes.out1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:image/png;b…
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Ddataurl-realdata-doublequotes.css.min1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:image/png;b…
Ddataurl-realdata-noquotes.css9 border-radius:3px;
10 -webkit-border-radius: 3px;
11 -moz-border-radius: 3px;
17 border-bottom-right-radius:0;
18 border-bottom-left-radius:0;
20 -webkit-border-bottom-right-radius:0;
21 -webkit-border-bottom-left-radius:0;
23 -moz-border-radius-bottomright:0;
24 -moz-border-radius-bottomleft:0;
28 border-radius:0;
[all …]
Ddataurl-realdata-noquotes.css.min1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image/png;ba…
Ddataurl-realdata-singlequotes.css.min1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:image/png;b…
Ddataurl-realdata-doublequotes.css9 border-radius:3px;
10 -webkit-border-radius: 3px;
11 -moz-border-radius: 3px;
17 border-bottom-right-radius:0;
18 border-bottom-left-radius:0;
20 -webkit-border-bottom-right-radius:0;
21 -webkit-border-bottom-left-radius:0;
23 -moz-border-radius-bottomright:0;
24 -moz-border-radius-bottomleft:0;
28 border-radius:0;
[all …]
Ddataurl-realdata-singlequotes.css9 border-radius:3px;
10 -webkit-border-radius: 3px;
11 -moz-border-radius: 3px;
17 border-bottom-right-radius:0;
18 border-bottom-left-radius:0;
20 -webkit-border-bottom-right-radius:0;
21 -webkit-border-bottom-left-radius:0;
23 -moz-border-radius-bottomright:0;
24 -moz-border-radius-bottomleft:0;
28 border-radius:0;
[all …]
/external/ppp/pppd/plugins/radius/
Dpppd-radius.81 .\" manual page [] for RADIUS plugin for pppd 2.4
2 .\" $Id: pppd-radius.8,v 1.5 2004/03/26 13:27:17 kad Exp $
8 .TH PPPD-RADIUS 8
10 radius.so \- RADIUS authentication plugin for
17 plugin radius.so
20 The RADIUS plugin for pppd permits pppd to perform PAP, CHAP, MS-CHAP and
21 MS-CHAPv2 authentication against a RADIUS server instead of the usual
27 The RADIUS plugin is built on a library called
30 consult those files for more information on configuring the RADIUS
34 The RADIUS plugin introduces one additional pppd option:
[all …]
/external/libwebsockets/plugins/
Dserver-status.css59 …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 …]
/external/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dtest.css52 …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 …]
/external/libwebsockets/test-apps/
Dtest.css52 …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 …]
/external/fmtlib/doc/bootstrap/
Dpanels.less11 border-radius: @panel-border-radius;
25 .border-top-radius((@panel-border-radius - 1));
53 .border-bottom-radius((@panel-border-radius - 1));
69 border-radius: 0;
72 // Add border top radius for first one
76 .border-top-radius((@panel-border-radius - 1));
79 // Add border bottom radius for last one
83 .border-bottom-radius((@panel-border-radius - 1));
114 // Add border top radius for first one
117 .border-top-radius((@panel-border-radius - 1));
[all …]
/external/rust/crates/plotters-backend/src/rasterizer/
Dcircle.rs8 radius: u32, in draw_part_a()
11 let half_width = (radius as f64 * radius as f64 in draw_part_a()
12 - (radius as f64 - height) * (radius as f64 - height)) in draw_part_a()
18 let y0 = (radius as f64 - height).ceil(); in draw_part_a()
21 let y1 = (radius as f64 * radius as f64 - x as f64 * x as f64).sqrt(); in draw_part_a()
127 radius: (u32, u32), in draw_annulus()
130 let a0 = ((radius.0 - radius.1) as f64).min(radius.0 as f64 * (1.0 - 1.0 / (2f64).sqrt())); in draw_annulus()
131 let a1 = (radius.0 as f64 - a0 - radius.1 as f64).max(0.0); in draw_annulus()
133 check_result!(draw_part_a::<B, _>(a0, radius.0, |p, r| draw_sweep_line( in draw_annulus()
141 check_result!(draw_part_a::<B, _>(a0, radius.0, |p, r| draw_sweep_line( in draw_annulus()
[all …]
/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf.in4 # authentication is used. possible values are: "radius" and "local".
5 # if you specify "radius,local" then the RADIUS server is asked
8 auth_order radius
27 # RADIUS settings
29 # RADIUS server to use for authentication requests. this config
34 # RADIUS listens separated by a colon from the hostname. if
35 # no port is specified /etc/services is consulted of the radius
39 # RADIUS server to use for accouting requests. All that I
45 # between the RADIUS client and server
49 # just like in the normal RADIUS distributions
[all …]
Dradiusclient.conf4 # authentication is used. possible values are: "radius" and "local".
5 # if you specify "radius,local" then the RADIUS server is asked
8 auth_order radius
27 # RADIUS settings
29 # RADIUS server to use for authentication requests. this config
34 # RADIUS listens separated by a colon from the hostname. if
35 # no port is specified /etc/services is consulted of the radius
39 # RADIUS server to use for accouting requests. All that I
45 # between the RADIUS client and server
49 # just like in the normal RADIUS distributions
[all …]
/external/skqp/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp94 SkVector radius = SkVector::Make(SkIntToScalar(this->radius().width()), in onFilterNodeBounds() local
95 SkIntToScalar(this->radius().height())); in onFilterNodeBounds()
96 ctm.mapVectors(&radius, 1); in onFilterNodeBounds()
97 return src.makeOutset(SkScalarCeilToInt(radius.x()), SkScalarCeilToInt(radius.y())); in onFilterNodeBounds()
129 int radius, Type type) { in Make() argument
131 new GrMorphologyEffect(std::move(proxy), dir, radius, type, nullptr)); in Make()
135 int radius, Type type, const float bounds[2]) { in Make() argument
137 new GrMorphologyEffect(std::move(proxy), dir, radius, type, bounds)); in Make()
144 int radius() const { return fRadius; } in radius() function in GrMorphologyEffect
170 GrMorphologyEffect(sk_sp<GrTextureProxy>, Direction, int radius, Type, const float range[2]);
[all …]

12345678910>>...57