Home
last modified time | relevance | path

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

12345678910>>...39

/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/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
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-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-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 …]
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 …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/
Ddataurl-realdata-noquotes.out.b1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image/png;ba…
Ddataurl-realdata-noquotes.out1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image/png;ba…
Ddataurl-realdata-singlequotes.out.b1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:image/png;b…
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-doublequotes.out1radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:image/png;b…
/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/v8/tools/sodium/
Dstyles.css33 border-radius: 10px;
34 -o-border-radius: 10px;
35 -moz-border-radius: 10px;
36 -webkit-border-radius: 10px;
42 border-radius: 10px;
43 -o-border-radius: 10px;
44 -moz-border-radius: 10px;
45 -webkit-border-radius: 10px;
50 border-radius: 10px;
51 -o-border-radius: 10px;
[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/skia/src/effects/imagefilters/
DSkMorphologyImageFilter.cpp97 SkVector radius = SkVector::Make(SkIntToScalar(this->radius().width()), in onFilterNodeBounds() local
98 SkIntToScalar(this->radius().height())); in onFilterNodeBounds()
99 ctm.mapVectors(&radius, 1); in onFilterNodeBounds()
100 return src.makeOutset(SkScalarCeilToInt(radius.x()), SkScalarCeilToInt(radius.y())); in onFilterNodeBounds()
132 int radius, Type type) { in Make() argument
134 new GrMorphologyEffect(std::move(proxy), dir, radius, type, nullptr)); in Make()
138 int radius, Type type, const float bounds[2]) { in Make() argument
140 new GrMorphologyEffect(std::move(proxy), dir, radius, type, bounds)); in Make()
147 int radius() const { return fRadius; } in radius() function in GrMorphologyEffect
173 GrMorphologyEffect(sk_sp<GrTextureProxy>, Direction, int radius, Type, const float range[2]);
[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 …]
/external/ImageMagick/www/api/
Deffect.html88radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
93 Image *AdaptiveBlurImage(const Image *image,const double radius,
108 <dt>radius</dt>
109 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
123radius and standard deviation (sigma). For reasonable results, radius should be larger than sigma…
128 Image *AdaptiveSharpenImage(const Image *image,const double radius,
143 <dt>radius</dt>
144 <dd>the radius of the Gaussian, in pixels, not counting the center pixel. </dd>
158radius and standard deviation (sigma). For reasonable results, the radius should be larger than s…
163 Image *BlurImage(const Image *image,const double radius,
[all …]
/external/skqp/src/gpu/effects/
DGrCircleEffect.fp10 in half radius;
14 // The circle uniform is (center.x, center.y, radius + 0.5, 1 / (radius + 0.5)) for regular
15 // fills and (..., radius - 0.5, 1 / (radius - 0.5)) for inverse fills.
20 float radius) {
21 // A radius below half causes the implicit insetting done by this processor to become
23 if (radius < .5f && GrProcessorEdgeTypeIsInverseFill(edgeType)) {
26 return std::unique_ptr<GrFragmentProcessor>(new GrCircleEffect(edgeType, center, radius));
33 if (radius != prevRadius || center != prevCenter) {
34 SkScalar effectiveRadius = radius;
37 // When the radius is 0.5 effectiveRadius is 0 which causes an inf * 0 in the shader.
[all …]
/external/skia/src/gpu/effects/
DGrCircleEffect.fp10 in half radius;
14 // The circle uniform is (center.x, center.y, radius + 0.5, 1 / (radius + 0.5)) for regular
15 // fills and (..., radius - 0.5, 1 / (radius - 0.5)) for inverse fills.
20 float radius) {
21 // A radius below half causes the implicit insetting done by this processor to become
23 if (radius < .5f && GrProcessorEdgeTypeIsInverseFill(edgeType)) {
26 return std::unique_ptr<GrFragmentProcessor>(new GrCircleEffect(edgeType, center, radius));
33 if (radius != prevRadius || center != prevCenter) {
34 SkScalar effectiveRadius = radius;
37 // When the radius is 0.5 effectiveRadius is 0 which causes an inf * 0 in the shader.
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dsampling_kernels.h27 // Lanczos kernel with radius 1. Aliases but does not ring.
30 // Lanczos kernel with radius 3. High-quality practical filter but may have
34 // Lanczos kernel with radius 5. Very-high-quality filter but may have
38 // Gaussian kernel with radius 3, sigma = 1.5 / 3. Less commonly used.
45 // Hat/tent function with radius 1. Equivalent to "bilinear" reconstruction
70 explicit LanczosKernelFunc(float _radius) : radius(_radius) {} in LanczosKernelFunc()
74 if (x > radius) return 0.0; in operator()
79 return radius * std::sin(kPI * x) * std::sin(kPI * x / radius) / in operator()
82 float Radius() const { return radius; } in Radius() function
83 const float radius; member
[all …]
/external/libxml2/test/schemas/
Dbug306806_0.xml9 <radius dimension='L' Length='inch'> 1.375 </radius>
24 <radius dimension='L' Length='inch'> 1.375 </radius>
36 <radius dimension='L' Length='inch'> 1.375 </radius>
48 <radius dimension='L' Length='inch'> 1.375 </radius>
59 <radius dimension='L' Length='inch'> 1.375 </radius>
71 <radius dimension='L' Length='inch'> 1.375 </radius>
82 <radius dimension='L' Length='inch'> 1.375 </radius>
93 <radius dimension='L' Length='inch'> 1.375 </radius>
104 <radius dimension='L' Length='inch'> 1.375 </radius>

12345678910>>...39