/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/kernel/ |
D | extract_far.dart | 11 parser.addOption("far-tool", help: "Path to `far` tool"); 12 parser.addOption("archive", help: "Path to the far archive to extract from"); 24 if (options["far-tool"] == null) { 25 throw "Must specify --far-tool"; 44 final far = options["far-tool"]; 49 final result = await Process.run(far, args); 53 throw "Command failed: $far $args"; 60 final innerArchive = "$outDir/meta.far"; 61 await extract(outerArchive, "meta.far", innerArchive);
|
/third_party/curl/tests/data/ |
D | test1097 | 56 http://test.a.galaxy.far.far.away.%TESTNUMBER:%HTTPPORT/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPOR… 63 CONNECT test.a.galaxy.far.far.away.%TESTNUMBER:%HTTPPORT HTTP/1.1 64 Host: test.a.galaxy.far.far.away.%TESTNUMBER:%HTTPPORT 70 Host: test.a.galaxy.far.far.away.%TESTNUMBER:%HTTPPORT
|
D | test170 | 30 http://a.galaxy.far.far.away/%TESTNUMBER --proxy http://%HOSTIP:%HTTPPORT --proxy-user foo:bar --pr… 37 POST http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1 38 Host: a.galaxy.far.far.away
|
D | test183 | 31 http://deathstar.another.galaxy/%TESTNUMBER http://a.galaxy.far.far.away/%TESTNUMBER --proxy http:/… 47 GET http://a.galaxy.far.far.away/%TESTNUMBER HTTP/1.1 48 Host: a.galaxy.far.far.away
|
/third_party/node/deps/npm/node_modules/promise-retry/node_modules/retry/test/ |
D | runner.js | 1 var far = require('far').create(); variable 3 far.add(__dirname); 4 far.include(/\/test-.*\.js$/); 5 far.execute();
|
/third_party/boost/libs/utility/doc/ |
D | Jamfile.v2 | 52 # How far down we chunk nested sections, basically all of them: 56 # How far down sections get TOC's 60 # How far down we go with TOC's 71 # How far down we chunk nested sections, basically all of them: 75 # How far down sections get TOC's 79 # How far down we go with TOC's 90 # How far down we chunk nested sections, basically all of them: 94 # How far down sections get TOC's 98 # How far down we go with TOC's 109 # How far down we chunk nested sections, basically all of them: [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_depth_clamp.txt | 37 with six faces, two of which are the near and far clip planes. 38 Clipping to the near and far planes of the clip volume ensures that 44 clipping the primitive to the near or far clip volume planes (side 45 clip volume planes clip normally). Without the near and far clip 47 can proceed normally if we ignore the near and far clip planes. 51 defy the window space depth range (effectively what near and far 58 for rendering geometry "beyond" the far plane if an alternative 69 drawn at the near or far clip plane to have the same effect as not 70 clipping to the near and far clip planes and clamping interpolated 75 fairly involved. Eliminating far and near plane clipping and [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_depth_clamp.txt | 37 with six faces, two of which are the near and far clip planes. 38 Clipping to the near and far planes of the clip volume ensures that 44 clipping the primitive to the near or far clip volume planes (side 45 clip volume planes clip normally). Without the near and far clip 47 can proceed normally if we ignore the near and far clip planes. 51 defy the window space depth range (effectively what near and far 58 for rendering geometry "beyond" the far plane if an alternative 69 drawn at the near or far clip plane to have the same effect as not 70 clipping to the near and far clip planes and clamping interpolated 75 fairly involved. Eliminating far and near plane clipping and [all …]
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | matrix_transform.hpp | 183 T far); 202 T far); 221 T far); 236 T far); 251 T far); 266 T far); 283 T far); 300 T far); 317 T far);
|
/third_party/boost/libs/bind/doc/ |
D | Jamfile.v2 | 18 # How far down we chunk nested sections, basically all of them: 22 # How far down sections get TOC's 26 # How far down we go with TOC's 40 # How far down we chunk nested sections, basically all of them: 44 # How far down sections get TOC's 48 # How far down we go with TOC's
|
/third_party/flutter/skia/third_party/externals/icu/source/data/curr/ |
D | sg.txt | 23 "farânga tî Burundïi", 35 "farânga tî Kongöo", 39 "farânga tî Sûîsi", 51 "farânga tî Dibutïi", 103 "farânga tî Kömôro", 155 "farânga tî Ruandäa", 211 "farânga CFA (BEAC)", 215 "farânga CFA (BCEAO)",
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_depth_clamp.txt | 41 with six faces, two of which are the near and far clip planes. 42 Clipping to the near and far planes of the clip volume ensures that 48 clipping the primitive to the near or far clip volume planes (side 49 clip volume planes clip normally). Without the near and far clip 51 can proceed normally if we ignore the near and far clip planes. 55 defy the window space depth range (effectively what near and far 62 for rendering geometry "beyond" the far plane if an alternative 73 drawn at the near or far clip plane to have the same effect as not 74 clipping to the near and far clip planes and clamping interpolated 79 fairly involved. Eliminating far and near plane clipping and [all …]
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_depth_clamp.txt | 51 with six faces, two of which are the near and far clip planes. 52 Clipping to the near and far planes of the clip volume ensures that 58 clipping the primitive to the near or far clip volume planes (side 59 clip volume planes clip normally). Without the near and far clip 61 can proceed normally if we ignore the near and far clip planes. 65 defy the window space depth range (effectively what near and far 72 for rendering geometry "beyond" the far plane if an alternative 83 drawn at the near or far clip plane to have the same effect as not 84 clipping to the near and far clip planes and clamping interpolated 89 fairly involved. Eliminating far and near plane clipping and [all …]
|
/third_party/flutter/skia/src/utils/ |
D | Sk3D.cpp | 41 bool Sk3Perspective(SkMatrix44* dst, float near, float far, float angle) { in Sk3Perspective() argument 42 SkASSERT(far > near); in Sk3Perspective() 44 float denomInv = sk_ieee_float_divide(1, far - near); in Sk3Perspective() 51 dst->set(2, 2, (far + near) * denomInv); in Sk3Perspective() 52 dst->set(2, 3, 2 * far * near * denomInv); in Sk3Perspective()
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/ |
D | application_package.dart | 28 /// Creates a new [FuchsiaApp] from an existing .far archive. 30 /// [applicationBinary] is the path to the .far archive. 34 …printError('File "${applicationBinary.path}" does not exist or is not a .far file. Use far archive… 45 /// The location of the 'far' archive containing the built app. 77 return fs.file(fs.path.join(pkgDir, '$appName-0.far'));
|
/third_party/icu/icu4c/source/data/curr/ |
D | sg.txt | 24 "farânga tî Burundïi", 36 "farânga tî Kongöo", 40 "farânga tî Sûîsi", 52 "farânga tî Dibutïi", 104 "farânga tî Kömôro", 156 "farânga tî Ruandäa", 212 "farânga CFA (BEAC)", 216 "farânga CFA (BCEAO)",
|
/third_party/skia/third_party/externals/icu/source/data/curr/ |
D | sg.txt | 24 "farânga tî Burundïi", 36 "farânga tî Kongöo", 40 "farânga tî Sûîsi", 52 "farânga tî Dibutïi", 104 "farânga tî Kömôro", 156 "farânga tî Ruandäa", 212 "farânga CFA (BEAC)", 216 "farânga CFA (BCEAO)",
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_depth_clamp_separate.txt | 38 the clamping of the depth value for both the near and far plane. 68 or disable depth clamping at the near and far planes, respectively. If near 70 view volume clipping. Effectively, there is no near plane. Likewise, if far 76 at both the near and far planes." 92 far plane is enabled, and [min(n,f), max(n,f)] if clamping is enabled at 93 both the near and far planes, where n and f are the current near and far 127 …| | | | | at the far plane | … 131 the near and the far plane. Querying DEPTH_CLAMP will return TRUE if DEPTH_CLAMP_NEAR_AMD _or_
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_depth_clamp.txt | 40 with six faces, two of which are the near and far clip planes. 41 Clipping to the near and far planes of the clip volume ensures that 47 clipping the primitive to the near or far clip volume planes (side 48 clip volume planes clip normally). Without the near and far clip 50 can proceed normally if we ignore the near and far clip planes. 54 defy the window space depth range (effectively what near and far 61 for rendering geometry "beyond" the far plane if an alternative 90 clipping (effectively, there is no near or far plane clipping)." 100 [min(n,f),max(n,f)], where n and f are the current near and far
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_depth_clamp_separate.txt | 38 the clamping of the depth value for both the near and far plane. 68 or disable depth clamping at the near and far planes, respectively. If near 70 view volume clipping. Effectively, there is no near plane. Likewise, if far 76 at both the near and far planes." 92 far plane is enabled, and [min(n,f), max(n,f)] if clamping is enabled at 93 both the near and far planes, where n and f are the current near and far 127 …| | | | | at the far plane | … 131 the near and the far plane. Querying DEPTH_CLAMP will return TRUE if DEPTH_CLAMP_NEAR_AMD _or_
|
/third_party/typescript/tests/baselines/reference/ |
D | declarationEmitDestructuring1.js | 3 function far([a, [b], [[c]]]: [number, boolean[], string[][]]): void { } 12 function far(_a) { 25 declare function far([a, [b], [[c]]]: [number, boolean[], string[][]]): void;
|
/third_party/boost/libs/tuple/doc/ |
D | Jamfile.v2 | 21 # How far down we chunk nested sections, basically all of them: 25 # How far down sections get TOC's 29 # How far down we go with TOC's
|
/third_party/boost/libs/conversion/doc/ |
D | Jamfile.v2 | 20 # How far down we chunk nested sections, basically all of them: 24 # How far down sections get TOC's 28 # How far down we go with TOC's
|
/third_party/boost/libs/thread/doc/ |
D | Jamfile.v2 | 18 # How far down we chunk nested sections, basically all of them: 22 # How far down sections get TOC's 26 # How far down we go with TOC's
|
/third_party/boost/libs/fiber/doc/ |
D | Jamfile.v2 | 21 # How far down we chunk nested sections, basically all of them: 25 # How far down sections get TOC's 29 # How far down we go with TOC's
|