Home
last modified time | relevance | path

Searched refs:far (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/external/curl/tests/data/
Dtest109756 http://test.a.galaxy.far.far.away.1097:%HTTPPORT/1097 --proxy http://%HOSTIP:%HTTPPORT --proxy-user…
66 CONNECT test.a.galaxy.far.far.away.1097:%HTTPPORT HTTP/1.1
67 Host: test.a.galaxy.far.far.away.1097:%HTTPPORT
74 Host: test.a.galaxy.far.far.away.1097:%HTTPPORT
Dtest17028 http://a.galaxy.far.far.away/170 --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --proxy-ntlm…
38 POST http://a.galaxy.far.far.away/170 HTTP/1.1
39 Host: a.galaxy.far.far.away
Dtest18331 http://deathstar.another.galaxy/183 http://a.galaxy.far.far.away/183 --proxy http://%HOSTIP:%HTTPPO…
47 GET http://a.galaxy.far.far.away/183 HTTP/1.1
49 Host: a.galaxy.far.far.away
/external/icu/icu4c/source/data/curr/
Dsg.txt29 "farânga tî Burundïi",
41 "farânga tî Kongöo",
45 "farânga tî Sûîsi",
57 "farânga tî Dibutïi",
109 "farânga tî Kömôro",
157 "farânga tî Ruandäa",
209 "farânga CFA (BEAC)",
213 "farânga CFA (BCEAO)",
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Dmatrixop.c132 float near, float far) in Matrix4x4_Frustum() argument
136 float dz = far - near; in Matrix4x4_Frustum()
139 if (near <= 0.f || far <= 0.f || dx <= 0.f || dy <= 0.f || dz <= 0.f) in Matrix4x4_Frustum()
154 frust[2*4 + 2] = -(near + far) / dz; in Matrix4x4_Frustum()
159 frust[3*4 + 2] = -2.f * near * far / dz; in Matrix4x4_Frustum()
Dmatrixop.h39 float near, float far);
/external/valgrind/docs/internals/
D3_8_BUGSTATUS.txt89 QUERIED -- no info so far -- close?
107 No action so far
173 No action so far
177 Real; no action so far
183 Almost certainly real (+ probably a dup). No action so far.
193 No action so far
196 No action so far. Sounds a bit strange.
199 No action so far
218 No patch so far
250 No action so far. Has testcase patches.
[all …]
/external/valgrind/gdbserver_tests/
Dmssnapshot.stderrB.exp6 v.info all_errors : show all errors found so far
9 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
24 saves all snapshot(s) taken so far in <filename>
Dmchelp.stdoutB.exp4 v.info all_errors : show all errors found so far
7 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
58 v.info all_errors : show all errors found so far
61 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg
/external/vulkan-validation-layers/libs/glm/gtc/
Dmatrix_transform.hpp174 T const & far);
189 T const & far);
206 T const & far);
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
Dmat4.js1044 mat4.frustum = function (out, left, right, bottom, top, near, far) { argument
1047 nf = 1 / (near - far);
1058 out[10] = (far + near) * nf;
1062 out[14] = (far * near * 2) * nf;
1077 mat4.perspective = function (out, fovy, aspect, near, far) { argument
1079 nf = 1 / (near - far);
1090 out[10] = (far + near) * nf;
1094 out[14] = (2 * far * near) * nf;
1110 mat4.perspectiveFromFieldOfView = function (out, fov, near, far) { argument
1128 out[10] = far / (near - far);
[all …]
/external/mesa3d/src/gallium/tests/graw/
Dtri-gs.c54 float near, float far) in set_viewport() argument
56 float z = far; in set_viewport()
59 float half_depth = ((float)far - (float)near) / 2.0f; in set_viewport()
Dshader-leak.c53 float near, float far) in set_viewport() argument
55 float z = far; in set_viewport()
58 float half_depth = ((float)far - (float)near) / 2.0f; in set_viewport()
Dtri-instanced.c83 float near, float far) in set_viewport() argument
85 float z = far; in set_viewport()
88 float half_depth = ((float)far - (float)near) / 2.0f; in set_viewport()
Dquad-sample.c63 float near, float far) in set_viewport() argument
65 float z = far; in set_viewport()
68 float half_depth = ((float)far - (float)near) / 2.0f; in set_viewport()
/external/llvm/test/MC/ARM/
Dcomment.s21 far: label
43 @CHECK-LABEL: far:
/external/fio/tools/plot/
Dfio2gnuplot.manpage39 This green line helps at understanding how far from the average is
44 This green line helps at understanding how far from the average is
50 This green line helps at understanding how far from the average is
56 This green line helps at understanding how far from the average is
/external/llvm/test/CodeGen/AArch64/
Dbool-loads.ll32 ; It's not actually necessary that "ret" is next, but as far as LLVM
46 ; It's not actually necessary that "ret" is next, but as far as LLVM
/external/llvm/test/CodeGen/ARM/
Dtail-opts.ll7 declare void @far(i32)
65 call void @far(i32 1001)
/external/autotest/server/samples/
Dnetperf-guest-to-host-far.srv51 server_results_dir= "results-netperf-guest-to-host-far-server"
52 client_results_dir= "results-netperf-guest-to-host-far-client"
/external/iptables/extensions/
Dlibxt_connbytes.man2 flows constituting the connection) has transferred so far, or by
30 the average size (in bytes) of all packets received so far. Note that
/external/autotest/client/deps/webgl_mpd/src/resources/
DJ3DIMath.js611 J3DIMatrix4.prototype.ortho = function(left, right, bottom, top, near, far) argument
615 var tz = (far + near) / (far - near);
628 matrix.$matrix.m33 = -2 / (far - near);
638 J3DIMatrix4.prototype.frustum = function(left, right, bottom, top, near, far) argument
643 var C = -(far + near) / (far - near);
644 var D = -(2 * far * near) / (far - near);
/external/llvm/test/CodeGen/X86/
Dx86-64-call.ll7 define i32 @far() nounwind uwtable {
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/
DREADME.md17 - `min-width`, `min-height`, `max-width` and `max-height` are supported so far
65 …- So far does not work on `img` and other elements that can't contain other elements. Wrapping wit…
/external/opencv3/modules/python/test/
Dtransformations.py574 def clip_matrix(left, right, bottom, top, near, far, perspective=False): argument
608 if left >= right or bottom >= top or near >= far:
616 (0.0, 0.0, -(far+near)/(far-near), t*far/(far-near)),
621 (0.0, 0.0, 2.0/(far-near), (far+near)/(near-far)),

12345678910>>...16