Home
last modified time | relevance | path

Searched defs:fresh (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DEncoderJNI.java30 private boolean fresh = true; field in EncoderJNI.Wrapper
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DDecoderJNI.java33 private boolean fresh = true; field in DecoderJNI.Wrapper
/third_party/python/Lib/test/support/
Dimport_helper.py92 def import_fresh_module(name, fresh=(), blocked=(), deprecated=False): argument
/third_party/node/deps/brotli/c/enc/
Dhash_composite_inc.h39 BROTLI_BOOL fresh; member
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_composite_inc.h39 BROTLI_BOOL fresh; member
/third_party/typescript/tests/baselines/reference/
DobjectRest.js77 var _j = { x: 1, y: 2 }, { x } = _j, fresh = __rest(_j, ["x"]); variable
/third_party/cups-filters/cupsfilters/
Dimage-gif.c541 static short fresh = 0, /* 1 = empty buffers */ in gif_read_lzw() local
/third_party/skia/third_party/externals/freetype/src/raster/
Dftraster.c487 Bool fresh; /* signals a fresh new profile which */ member
1134 Bool result, fresh; in Line_Down() local
1319 Bool result, fresh; in Bezier_Down() local
/third_party/skia/tools/run-wasm-gm-tests/
Dpackage-lock.json293 "fresh": "0.5.2", string
373 "fresh": { object
714 "fresh": "0.5.2", string
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dpackage-lock.json293 "fresh": "0.5.2", string
373 "fresh": { object
714 "fresh": "0.5.2", string
/third_party/node/deps/v8/tools/
Dpackage-lock.json331 "fresh": { object
545 "fresh": "~0.5.2", string
/third_party/node/deps/v8/src/objects/
Dmap.cc1202 Handle<Map> fresh = Map::CopyNormalized(isolate, fast_map, mode); in Normalize() local
/third_party/node/deps/v8/tools/turbolizer/
Dpackage-lock.json1403 "fresh": { object
1759 "fresh": "0.5.2", string
/third_party/typescript/lib/
DtypingsInstaller.js51059 getFalseType: function (fresh) { return fresh ? falseType : regularFalseType; }, argument
51060 getTrueType: function (fresh) { return fresh ? trueType : regularTrueType; }, argument
Dtsc.js42048 getFalseType: function (fresh) { return fresh ? falseType : regularFalseType; }, argument
42049 getTrueType: function (fresh) { return fresh ? trueType : regularTrueType; }, argument