/third_party/python/Lib/test/support/ |
D | import_helper.py | 92 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False): argument 123 fresh = list(fresh) 125 names = {name, *fresh, *blocked} 133 for modname in fresh:
|
/third_party/typescript/tests/baselines/reference/ |
D | jsdocTemplateTag4.types | 11 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ 53 >function() { /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ … 55 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ 100 …() { /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ this.… 104 >function() { /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ … 106 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */
|
D | jsdocTemplateTag5.types | 11 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ 55 >function() { /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ … 57 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ 105 …() { /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ this.… 109 >function() { /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ … 111 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */
|
D | objectRest.types | 110 var { x, ...fresh } = { x: 1, y: 2 }; 112 >fresh : { y: number; } 119 ({ x, ...fresh } = { x: 1, y: 2 }); 120 >({ x, ...fresh } = { x: 1, y: 2 }) : { x: number; y: number; } 121 >{ x, ...fresh } = { x: 1, y: 2 } : { x: number; y: number; } 122 >{ x, ...fresh } : { y: number; x: number; } 124 >fresh : { y: number; }
|
D | objectRest.js | 19 var { x, ...fresh } = { x: 1, y: 2 }; 20 ({ x, ...fresh } = { x: 1, y: 2 }); 77 var _j = { x: 1, y: 2 }, { x } = _j, fresh = __rest(_j, ["x"]); variable 78 (_b = { x: 1, y: 2 }, { x } = _b, fresh = __rest(_b, ["x"]));
|
D | objectRest.symbols | 100 var { x, ...fresh } = { x: 1, y: 2 }; 102 >fresh : Symbol(fresh, Decl(objectRest.ts, 17, 8)) 106 ({ x, ...fresh } = { x: 1, y: 2 }); 108 >fresh : Symbol(fresh, Decl(objectRest.ts, 17, 8))
|
D | jsdocTemplateTag4.symbols | 11 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ 46 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ 86 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */
|
D | jsdocTemplateTag5.symbols | 11 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ 49 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */ 92 /** @type {Object<string, V>} TODO: Remove the prototype from the fresh object */
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
D | EncoderJNI.java | 30 private boolean fresh = true; field in EncoderJNI.Wrapper 63 fresh = false; in push() 94 fresh = false; in pull()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | DecoderJNI.java | 33 private boolean fresh = true; field in DecoderJNI.Wrapper 56 fresh = false; in push() 95 fresh = false; in pull()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | hash_composite_inc.h | 39 BROTLI_BOOL fresh; member 49 self->fresh = BROTLI_TRUE; in FN() 60 if (self->fresh) { in FN() 61 self->fresh = BROTLI_FALSE; in FN()
|
/third_party/node/deps/brotli/c/enc/ |
D | hash_composite_inc.h | 39 BROTLI_BOOL fresh; member 49 self->fresh = BROTLI_TRUE; in FN() 60 if (self->fresh) { in FN() 61 self->fresh = BROTLI_FALSE; in FN()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 302 // A series of pairs of fresh ids, one per access chain index, for the results 356 // A fresh id for the new merge block. 359 // A fresh id for the new block where the actual instruction is 366 // A fresh id for the result id of the instruction (the original 370 // A fresh id for the new block where the placeholder instruction 374 // A fresh id for the placeholder instruction. 420 // A fresh id for a boolean OpPhi whose value will be true iff the function 427 // A fresh id that will get the value being returned, if the function is 444 // A fresh id into which the loop limiter's current value can be loaded. 447 // A fresh id that can be used to increment the loaded value by 1. [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 302 // A series of pairs of fresh ids, one per access chain index, for the results 356 // A fresh id for the new merge block. 359 // A fresh id for the new block where the actual instruction is 366 // A fresh id for the result id of the instruction (the original 370 // A fresh id for the new block where the placeholder instruction 374 // A fresh id for the placeholder instruction. 420 // A fresh id for a boolean OpPhi whose value will be true iff the function 427 // A fresh id that will get the value being returned, if the function is 444 // A fresh id into which the loop limiter's current value can be loaded. 447 // A fresh id that can be used to increment the loaded value by 1. [all …]
|
/third_party/spirv-tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 302 // A series of pairs of fresh ids, one per access chain index, for the results 356 // A fresh id for the new merge block. 359 // A fresh id for the new block where the actual instruction is 366 // A fresh id for the result id of the instruction (the original 370 // A fresh id for the new block where the placeholder instruction 374 // A fresh id for the placeholder instruction. 420 // A fresh id for a boolean OpPhi whose value will be true iff the function 427 // A fresh id that will get the value being returned, if the function is 444 // A fresh id into which the loop limiter's current value can be loaded. 447 // A fresh id that can be used to increment the loaded value by 1. [all …]
|
/third_party/node/deps/npm/node_modules/http-cache-semantics/ |
D | README.md | 35 … response to be [fresh](#yo-fresh) to satisfy a request. It may need to match request headers spec… 81 …ant method. Use this method to check whether the cached response is still fresh in the context of … 97 Returns approximate time in *milliseconds* until the response becomes stale (i.e. not fresh). 107 When a cached response has expired, it can be made fresh again by making a request to the origin se… 113 …w the origin server to return status 304 indicating the response is still fresh. All headers unrel… 156 ![satisfiesWithoutRevalidation](fresh.jpg)
|
/third_party/python/Lib/test/ |
D | test_datetime.py | 11 pure_tests = import_fresh_module(TESTS, fresh=['datetime', '_strptime'], 13 fast_tests = import_fresh_module(TESTS, fresh=['datetime',
|
D | test_lib2to3.py | 6 load_tests = import_fresh_module('lib2to3.tests', fresh=['lib2to3']).load_tests
|
/third_party/typescript/tests/cases/conformance/types/rest/ |
D | objectRest.ts | 19 var { x, ...fresh } = { x: 1, y: 2 }; 20 ({ x, ...fresh } = { x: 1, y: 2 });
|
/third_party/freetype/src/raster/ |
D | ftraster.c | 487 Bool fresh; /* signals a fresh new profile which */ member 667 ras.fresh = TRUE; in New_Profile() 1047 if ( ras.fresh ) in Line_Up() 1050 ras.fresh = FALSE; in Line_Up() 1134 Bool result, fresh; in Line_Down() local 1137 fresh = ras.fresh; in Line_Down() 1141 if ( fresh && !ras.fresh ) in Line_Down() 1228 if ( ras.fresh ) in Bezier_Up() 1231 ras.fresh = FALSE; in Bezier_Up() 1319 Bool result, fresh; in Bezier_Down() local [all …]
|
/third_party/skia/third_party/externals/freetype/src/raster/ |
D | ftraster.c | 487 Bool fresh; /* signals a fresh new profile which */ member 667 ras.fresh = TRUE; in New_Profile() 1047 if ( ras.fresh ) in Line_Up() 1050 ras.fresh = FALSE; in Line_Up() 1134 Bool result, fresh; in Line_Down() local 1137 fresh = ras.fresh; in Line_Down() 1141 if ( fresh && !ras.fresh ) in Line_Down() 1228 if ( ras.fresh ) in Bezier_Up() 1231 ras.fresh = FALSE; in Bezier_Up() 1319 Bool result, fresh; in Bezier_Down() local [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/raster/ |
D | ftraster.c | 501 Bool fresh; /* signals a fresh new profile which */ member 696 ras.fresh = TRUE; in New_Profile() 1076 if ( ras.fresh ) in Line_Up() 1079 ras.fresh = FALSE; in Line_Up() 1163 Bool result, fresh; in Line_Down() local 1166 fresh = ras.fresh; in Line_Down() 1170 if ( fresh && !ras.fresh ) in Line_Down() 1258 if ( ras.fresh ) in Bezier_Up() 1261 ras.fresh = FALSE; in Bezier_Up() 1350 Bool result, fresh; in Bezier_Down() local [all …]
|
/third_party/cups-filters/cupsfilters/ |
D | image-gif.c | 541 static short fresh = 0, /* 1 = empty buffers */ in gif_read_lzw() local 594 fresh = 1; in gif_read_lzw() 603 else if (fresh) in gif_read_lzw() 605 fresh = 0; in gif_read_lzw()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/linux/ |
D | SDL_sysjoystick_c.h | 54 int fresh; member
|
/third_party/typescript/src/server/ |
D | scriptVersionCache.ts | 163 function fresh(node: LineCollection): LineCollection { 181 child = fresh(lineCollection); 188 child = fresh(lineCollection); 194 child = fresh(lineCollection); 209 child = fresh(lineCollection);
|