/external/wpa_supplicant_8/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 …]
|
/external/angle/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 …]
|
/external/fmtlib/doc/bootstrap/mixins/ |
D | border-radius.less | 1 // 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/ |
D | dataurl-realdata-doublequotes.css | 9 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 …]
|
D | dataurl-realdata-singlequotes.css | 9 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 …]
|
D | dataurl-realdata-doublequotes.css.min | 1 …radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:image/png;b…
|
D | dataurl-realdata-singlequotes.css.min | 1 …radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:image/png;b…
|
D | dataurl-realdata-noquotes.css.min | 1 …radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image/png;ba…
|
D | dataurl-realdata-noquotes.css | 9 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/ |
D | dataurl-realdata-singlequotes.out | 1 …radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:image/png;b…
|
D | dataurl-realdata-doublequotes.out | 1 …radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:image/png;b…
|
D | dataurl-realdata-singlequotes.out.b | 1 …radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url('data:image/png;b…
|
D | dataurl-realdata-doublequotes.out.b | 1 …radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url("data:image/png;b…
|
D | dataurl-realdata-noquotes.out.b | 1 …radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image/png;ba…
|
D | dataurl-realdata-noquotes.out | 1 …radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-image:url(data:image/png;ba…
|
/external/fmtlib/doc/bootstrap/ |
D | panels.less | 11 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/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 …]
|
/external/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 …]
|
/external/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 …]
|
/external/ppp/pppd/plugins/radius/ |
D | pppd-radius.8 | 1 .\" 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/renderscript-intrinsics-replacement-toolkit/test-app/src/main/java/com/google/android/renderscript_test/ |
D | ReferenceBlur.kt | 33 radius: Int = 5, restriction: Range2d?): ByteArray { in <lambda>() 35 require (radius in 1..maxRadius) { in <lambda>() 36 "RenderScriptToolkit blur. Radius should be between 1 and $maxRadius. $radius provided." in <lambda>() 38 val gaussian = buildGaussian(radius) in <lambda>() 44 val scratch = horizontalBlur(inputInFloat, gaussian, radius, restriction) in <lambda>() 45 val outInFloat = verticalBlur(scratch, gaussian, radius, restriction) in <lambda>() 57 radius: Int, in horizontalBlur() 67 max(restriction.startY - radius, 0), in horizontalBlur() 68 min(restriction.endY + radius, input.sizeY) in horizontalBlur() 75 for ((gaussianIndex, delta: Int) in (-radius..radius).withIndex()) { in horizontalBlur() [all …]
|
/external/rust/crates/plotters-backend/src/rasterizer/ |
D | circle.rs | 8 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/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_sass/common/components/ |
D | _card.scss | 4 border-radius: map-get($base, border-radius); 8 border-top-left-radius: map-get($base, border-radius); 9 border-top-right-radius: map-get($base, border-radius); 12 border-bottom-right-radius: map-get($base, border-radius); 13 border-bottom-left-radius: map-get($base, border-radius); 38 border-radius: inherit; 52 border-top-left-radius: inherit; 53 border-top-right-radius: inherit; 54 border-bottom-right-radius: 0; 55 border-bottom-left-radius: 0; [all …]
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_sass/common/components/ |
D | _card.scss | 4 border-radius: map-get($base, border-radius); 8 border-top-left-radius: map-get($base, border-radius); 9 border-top-right-radius: map-get($base, border-radius); 12 border-bottom-right-radius: map-get($base, border-radius); 13 border-bottom-left-radius: map-get($base, border-radius); 38 border-radius: inherit; 52 border-top-left-radius: inherit; 53 border-top-right-radius: inherit; 54 border-bottom-right-radius: 0; 55 border-bottom-left-radius: 0; [all …]
|