Home
last modified time | relevance | path

Searched refs:fresh (Results 1 – 25 of 200) sorted by relevance

12345678

/third_party/python/Lib/test/support/
Dimport_helper.py92 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/
DjsdocTemplateTag4.types11 /** @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 */
DjsdocTemplateTag5.types11 /** @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 */
DobjectRest.types110 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; }
DobjectRest.js19 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"]));
DobjectRest.symbols100 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))
DjsdocTemplateTag4.symbols11 /** @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 */
DjsdocTemplateTag5.symbols11 /** @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/
DEncoderJNI.java30 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/
DDecoderJNI.java33 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/
Dhash_composite_inc.h39 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/
Dhash_composite_inc.h39 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/
Dspvtoolsfuzz.proto302 // 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/
Dspvtoolsfuzz.proto302 // 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/
Dspvtoolsfuzz.proto302 // 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/
DREADME.md35 … 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/
Dtest_datetime.py11 pure_tests = import_fresh_module(TESTS, fresh=['datetime', '_strptime'],
13 fast_tests = import_fresh_module(TESTS, fresh=['datetime',
Dtest_lib2to3.py6 load_tests = import_fresh_module('lib2to3.tests', fresh=['lib2to3']).load_tests
/third_party/typescript/tests/cases/conformance/types/rest/
DobjectRest.ts19 var { x, ...fresh } = { x: 1, y: 2 };
20 ({ x, ...fresh } = { x: 1, y: 2 });
/third_party/freetype/src/raster/
Dftraster.c487 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/
Dftraster.c487 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/
Dftraster.c501 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/
Dimage-gif.c541 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/
DSDL_sysjoystick_c.h54 int fresh; member
/third_party/typescript/src/server/
DscriptVersionCache.ts163 function fresh(node: LineCollection): LineCollection {
181 child = fresh(lineCollection);
188 child = fresh(lineCollection);
194 child = fresh(lineCollection);
209 child = fresh(lineCollection);

12345678