| /third_party/e2fsprogs/tests/progs/test_data/ |
| D | test.icount | 12 fetch 0 16 fetch 20001 21 # OK, now let's test fetch and store. We also test the boundary cases 24 fetch 1 26 fetch 1 28 fetch 1 30 fetch 1 32 fetch 1 34 fetch 1 35 fetch 20000 [all …]
|
| D | expect.icount | 5 test_icount: fetch 0 6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 13 test_icount: fetch 20001 14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch 21 test_icount: fetch 1 24 test_icount: fetch 1 27 test_icount: fetch 1 30 test_icount: fetch 1 33 test_icount: fetch 1 36 test_icount: fetch 1 [all …]
|
| /third_party/node/deps/npm/node_modules/make-fetch-happen/ |
| D | README.md | 1 …fetch-happen [](https://npm.im/m… 4 [`make-fetch-happen`](https://github.com/zkat/make-fetch-happen) is a Node.js 5 library that wraps [`node-fetch-npm`](https://github.com/npm/node-fetch-npm) with additional 6 features [`node-fetch`](https://github.com/bitinn/node-fetch) doesn't intend to include, including … 11 `$ npm install --save make-fetch-happen` 19 * [`fetch`](#fetch) 20 * [`fetch.defaults`](#fetch-defaults) 21 * [`node-fetch` options](#node-fetch-options) 22 * [`make-fetch-happen` options](#extra-options) 37 const fetch = require('make-fetch-happen').defaults({ [all …]
|
| D | CHANGELOG.md | 6 ## [5.0.2](https://github.com/zkat/make-fetch-happen/compare/v5.0.1...v5.0.2) (2019-11-14) 11 …Mark & update travis environments ([a367a14](https://github.com/zkat/make-fetch-happen/commit/a367… 12 …@ v5 ([#10](https://github.com/zkat/make-fetch-happen/issues/10)) ([4e4f4e0](https://github.com/zk… 17 ## [5.0.1](https://github.com/zkat/make-fetch-happen/compare/v5.0.0...v5.0.1) (2019-10-23) 22 # [5.0.0](https://github.com/zkat/make-fetch-happen/compare/v4.0.2...v5.0.0) (2019-07-15) 27 * cacache@12, no need for uid/gid opts ([fdb956f](https://github.com/zkat/make-fetch-happen/commit/… 38 ## [4.0.2](https://github.com/zkat/make-fetch-happen/compare/v4.0.1...v4.0.2) (2019-07-02) 43 ## [4.0.1](https://github.com/zkat/make-fetch-happen/compare/v4.0.0...v4.0.1) (2018-04-12) 48 * **integrity:** use new sri.match() for verification ([4f371a0](https://github.com/zkat/make-fetch… 53 # [4.0.0](https://github.com/zkat/make-fetch-happen/compare/v3.0.0...v4.0.0) (2018-04-09) [all …]
|
| D | package.json | 2 "_from": "make-fetch-happen@5.0.2", 3 "_id": "make-fetch-happen@5.0.2", 6 "_location": "/make-fetch-happen", 11 "raw": "make-fetch-happen@5.0.2", 12 "name": "make-fetch-happen", 13 "escapedName": "make-fetch-happen", 21 "/npm-registry-fetch", 24 "_resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-5.0.2.tgz", 26 "_spec": "make-fetch-happen@5.0.2", 33 "url": "https://github.com/zkat/make-fetch-happen/issues" [all …]
|
| /third_party/node/deps/npm/node_modules/node-fetch-npm/ |
| D | README.md | 2 node-fetch-npm 9 A light-weight module that brings `window.fetch` to Node.js 11 `node-fetch-npm` is a fork of [`node-fetch`](https://npm.im/node-fetch) used in 12 npm itself, through [`make-fetch-happen`](https://npm.im/make-fetch-happen). It 14 `node-fetch`'s own design goals (such as picking a specific cookie library, 17 This library is *not a replacement* for `node-fetch`, nor does it intend to 25 …Fetch polyfill](https://github.com/github/fetch), why not go from native `http` to `fetch` API dir… 27 …somorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) for isomorphic usage (export… 32 - Stay consistent with `window.fetch` API. 33 - Make conscious trade-off when following [whatwg fetch spec][whatwg-fetch] and [stream spec](https… [all …]
|
| D | package.json | 2 "_from": "node-fetch-npm@^2.0.2", 3 "_id": "node-fetch-npm@2.0.2", 6 "_location": "/node-fetch-npm", 11 "raw": "node-fetch-npm@^2.0.2", 12 "name": "node-fetch-npm", 13 "escapedName": "node-fetch-npm", 19 "/make-fetch-happen", 20 "/npm-profile/make-fetch-happen", 21 "/npm-registry-fetch/make-fetch-happen" 23 "_resolved": "https://registry.npmjs.org/node-fetch-npm/-/node-fetch-npm-2.0.2.tgz", [all …]
|
| D | CHANGELOG.md | 6 ## [2.0.2](https://github.com/npm/node-fetch-npm/compare/v2.0.1...v2.0.2) (2017-08-15) 11 … reporter ([#6](https://github.com/npm/node-fetch-npm/issues/6)) ([84d169c](https://github.com/npm… 16 ## [2.0.1](https://github.com/npm/node-fetch-npm/compare/v2.0.0...v2.0.1) (2017-05-24) 21 * **json:** improve JSON parse error reporting ([1c810df](https://github.com/npm/node-fetch-npm/com… 26 # [2.0.0](https://github.com/npm/node-fetch-npm/compare/v1.0.1...v2.0.0) (2017-05-06) 31 * **version:** force bump to 2.0 ([39c5d50](https://github.com/npm/node-fetch-npm/commit/39c5d50)) 41 ## [1.0.1](https://github.com/npm/node-fetch-npm/compare/v1.0.0...v1.0.1) (2017-05-06) 46 …rent host ([#2](https://github.com/npm/node-fetch-npm/issues/2)) ([273260e](https://github.com/npm… 51 # [1.0.0](https://github.com/npm/node-fetch-npm/compare/v2.0.0-alpha.3...v1.0.0) (2017-04-26) 56 * **proj:** initial fork changes ([0a190a8](https://github.com/npm/node-fetch-npm/commit/0a190a8)) [all …]
|
| /third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
| D | CHANGELOG.md | 6 ## [4.0.7](https://github.com/npm/registry-fetch/compare/v4.0.6...v4.0.7) (2020-08-17) 11 * correct password redaction ([110032b](https://github.com/npm/registry-fetch/commit/110032b)) 16 ## [4.0.6](https://github.com/npm/registry-fetch/compare/v4.0.5...v4.0.6) (2020-08-14) 21 * import URL from url module ([cd35987](https://github.com/npm/registry-fetch/commit/cd35987)) 26 ## [4.0.5](https://github.com/npm/registry-fetch/compare/v4.0.4...v4.0.5) (2020-06-30) 31 ## [4.0.4](https://github.com/npm/registry-fetch/compare/v4.0.3...v4.0.4) (2020-04-28) 36 ## [4.0.3](https://github.com/npm/registry-fetch/compare/v4.0.2...v4.0.3) (2020-02-13) 41 * always bypass cache when ?write=true ([ba8b4fe](https://github.com/npm/registry-fetch/commit/ba8b… 42 …c2977](https://github.com/npm/registry-fetch/commit/69c2977)), closes [#20](https://github.com/npm… 47 ## [4.0.2](https://github.com/npm/registry-fetch/compare/v4.0.0...v4.0.2) (2019-10-04) [all …]
|
| D | package.json | 2 "_from": "npm-registry-fetch@4.0.7", 3 "_id": "npm-registry-fetch@4.0.7", 6 "_location": "/npm-registry-fetch", 11 "raw": "npm-registry-fetch@4.0.7", 12 "name": "npm-registry-fetch", 13 "escapedName": "npm-registry-fetch", 31 "_resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-4.0.7.tgz", 33 "_spec": "npm-registry-fetch@4.0.7", 40 "url": "https://github.com/npm/registry-fetch/issues" 56 "make-fetch-happen": "^5.0.0", [all …]
|
| D | README.md | 1 …fetch [](https://npm.im/npm-reg… 3 [`npm-registry-fetch`](https://github.com/npm/npm-registry-fetch) is a Node.js 4 library that implements a `fetch`-like API for accessing npm registry APIs 15 const npmFetch = require('npm-registry-fetch') 28 * [`fetch`](#fetch) 29 * [`fetch.json`](#fetch-json) 30 * [`fetch` options](#fetch-opts) 34 `$ npm install npm-registry-fetch` 67 request that comes through `npm-registry-fetch` that contains `write=true` 72 #### <a name="fetch"></a> `> fetch(url, [opts]) -> Promise<Response>` [all …]
|
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | convertToAsyncFunction.ts | 10 declare function fetch(input?, init?): Promise<Response>; 393 return fetch('https://typescriptlang.org').then(result => { console.log(result) }); 397 return fetch('https://typescriptlang.org').then(([result]) => { console.log(result) }); 401 return fetch('https://typescriptlang.org').then(({ result }) => { console.log(result) }); 406 return fetch('https://typescriptlang.org').then(([result]) => { console.log(result) }); 411 return fetch('https://typescriptlang.org').then(({ result }) => { console.log(result) }); 415 return fetch('https://typescriptlang.org').then(result => { console.log(result) }); 422 …/*b*/ return /*c*/ fetch( /*d*/ 'https://typescriptlang.org' /*e*/).then( /*f*/ result /*g*/ => { … 428 return fetch('https://typescriptlang.org').then(result => console.log(result)); 432 return fetch('https://typescriptlang.org').then(result => console.log(result)); [all …]
|
| /third_party/node/test/fixtures/wpt/FileAPI/url/ |
| D | url-with-fetch.any.js | 1 // META: script=resources/fetch-tests.js 4 return fetch(request).then(response => response.text()); 8 return promise_rejects_js(test, TypeError, fetch(url, {method: method})); 11 fetch_tests('fetch', fetch_should_succeed, fetch_should_fail); 19 return fetch(url).then(response => { 22 }, 'fetch should return Content-Type from Blob'); 32 // revoke the URL before calling fetch(). 38 }, 'Revoke blob URL after creating Request, will fetch'); 49 // Revoke the object URL. fetch should have already resolved the blob URL. 53 }, 'Revoke blob URL after calling fetch, fetch should succeed');
|
| /third_party/node/deps/npm/node_modules/node-fetch-npm/src/ |
| D | index.js | 6 * a request API compatible with window.fetch 21 const FetchError = require('./fetch-error') 25 * Fetch function 28 * @param Object opts Fetch options 31 exports = module.exports = fetch 32 function fetch (uri, opts) { function 34 if (!fetch.Promise) { 35 throw new Error('native promise missing, set fetch.Promise to your favorite alternative') 38 Body.Promise = fetch.Promise 40 // wrap http.request into fetch [all …]
|
| /third_party/libinput/tools/ |
| D | libinput-replay | 54 def fetch(yaml, key): function 64 evdev = fetch(device, 'evdev') 67 d.name = fetch(evdev, 'name') 69 ids = fetch(evdev, 'id') 74 codes = fetch(evdev, 'codes') 79 values = fetch(evdev, 'absinfo')[code] 93 properties = fetch(evdev, 'properties') 109 events = fetch(device, 'events') 127 evdev = fetch(event, 'evdev') 146 events = fetch(device, 'events') [all …]
|
| /third_party/skia/third_party/externals/brotli/fetch-spec/ |
| D | shared-brotli-fetch-spec.txt | 5 This document is a draft proposal for Shard Brotli dictionaries in the fetch spec 6 (https://fetch.spec.whatwg.org/). 21 Below are changes and additions to add Shared Brotli dictionaries to the fetch spec 22 at https://fetch.spec.whatwg.org/: 24 Additions to `4.5. HTTP-network-or-cache fetch` 33 Additions to `4.6. HTTP-network fetch` 35 Add after point `10. Run these steps, but abort if the ongoing fetch is terminated`: 48 Shared-Brotli-dictionary fetch given dictionaryId and request. 75 New section `4.10. Shared-Brotli-dictionary fetch` 77 …To perform a Shared-Brotli-dictionary fetch using dictionaryId, and parentRequest, perform these s… [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
| D | mtl_command_buffer.mm | 92 id<MTLRenderPipelineState> state = stream->fetch<id<MTLRenderPipelineState>>(); 99 MTLTriangleFillMode mode = stream->fetch<MTLTriangleFillMode>(); 106 MTLWinding winding = stream->fetch<MTLWinding>(); 112 MTLCullMode mode = stream->fetch<MTLCullMode>(); 118 id<MTLDepthStencilState> state = stream->fetch<id<MTLDepthStencilState>>(); 125 float depthBias = stream->fetch<float>(); 126 float slopeScale = stream->fetch<float>(); 127 float clamp = stream->fetch<float>(); 134 uint32_t frontRef = stream->fetch<uint32_t>(); 135 uint32_t backRef = stream->fetch<uint32_t>(); [all …]
|
| /third_party/flutter/flutter/dev/customer_testing/ |
| D | run_tests.dart | 29 'skip-on-fetch-failure', 69 final bool skipOnFetchFailure = parsedArguments['skip-on-fetch-failure']; 130 for (String fetchCommand in instructions.fetch) { 135 print('Skipping (fetch failed).'); 137 print('Skipping ${file.path} (fetch failed).'); 140 print('ERROR: Failed to fetch repository.'); 197 final List<String> fetch = <String>[]; 207 } else if (line.startsWith('fetch=')) { 208 fetch.add(line.substring(6)); 223 if (fetch.isEmpty) [all …]
|
| /third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
| D | convertToAsyncFunction_PromiseDotAll.ts | 4 …return Promise.all([fetch('https://typescriptlang.org'), fetch('https://microsoft.com'), fetch('ht… 12 …const vals = await Promise.all([fetch('https://typescriptlang.org'), fetch('https://microsoft.com'…
|
| D | convertToAsyncFunction_Conditionals.ts | 4 return fetch("https://typescriptlang.org").then(res => { 6 return fetch("https://microsoft.com"); 13 return fetch("https://github.com"); 22 const res = await fetch("https://typescriptlang.org"); 24 return fetch("https://microsoft.com"); 31 return fetch("https://github.com");
|
| D | convertToAsyncFunction_Conditionals.js | 4 return fetch("https://typescriptlang.org").then(res => { 6 return fetch("https://microsoft.com"); 13 return fetch("https://github.com"); 22 const res = await fetch("https://typescriptlang.org"); 24 return fetch("https://microsoft.com"); 31 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen3.ts | 5 …Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.resolve(… 6 return fetch("https://github.com"); 14 …return await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Pro… 15 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen4.ts | 5 …Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.resolve(… 6 return fetch("https://github.com"); 14 …const res = await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com")… 15 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen3.js | 5 …Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.resolve(… 6 return fetch("https://github.com"); 14 …return await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Pro… 15 return fetch("https://github.com");
|
| D | convertToAsyncFunction_PromiseAllAndThen2.ts | 5 …return Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com"), Promise.r… 6 return fetch("https://github.com"); 15 …const res = await Promise.all([fetch("https://typescriptlang.org"), fetch("https://microsoft.com")… 16 return fetch("https://github.com");
|