Home
last modified time | relevance | path

Searched defs:sys (Results 1 – 25 of 71) sorted by relevance

123

/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchApi.ts84 const sys = createWatchedSystem([config, mainFile, libFile]); constant
111 const sys = createWatchedSystem([config, mainFile, otherFile, libFile]); constant
151 const sys = createWatchedSystem([config, mainFile, otherFile, libFile]); constant
158 …assert.strictEqual(sys.readFile(output), emitSys.readFile(output), `Output file text for ${output}… constant
171 … const { sys, watch, mainFile, otherFile } = setup(createSemanticDiagnosticsBuilderProgram, "{}"); constant
183 …const { sys, watch, config, mainFile } = setup(createSemanticDiagnosticsBuilderProgram, configText… constant
184 …const { sys: emitSys, watch: emitWatch } = setup(createEmitAndSemanticDiagnosticsBuilderProgram, c… constant
224 const sys = createWatchedSystem([config, mainFile, otherFile, libFile]); constant
Dhelpers.ts310 sys: () => WatchedSystem; property
322 const { sys, baseline, oldSnap } = createBaseline(input.sys()); constant
353 sys: TestFSWithWatch.TestServerHostTrackingWrittenFiles; property
358 const sys = TestFSWithWatch.changeToHostTrackingWrittenFiles( constant
377 sys: TestFSWithWatch.TestServerHostTrackingWrittenFiles; property
DsourceOfProjectReferenceRedirect.ts13 const sys = createWatchedSystem(files); constant
Dincremental.ts31 …const { sys, baseline, oldSnap } = createBaseline(createWatchedSystem(files(), { currentDirectory:… constant
/third_party/typescript/src/testRunner/unittests/tsbuild/
DmoduleResolution.ts3 function sys(optionsToExtend?: CompilerOptions) { function
DoutputPaths.ts22 …const sys = new fakes.System(input.fs().makeReadonly(), { executingFilePath: "/lib/tsc" }) as TscC… constant
/third_party/ffmpeg/libavcodec/
Ddv_profile.c260 const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile *sys, in ff_dv_frame_profile()
298 const AVDVProfile *av_dv_frame_profile(const AVDVProfile *sys, in av_dv_frame_profile()
Dffv1.c127 int sys = f->avctx->height * sy / f->num_v_slices; in ff_ffv1_init_slice_contexts() local
/third_party/node/test/parallel/
Dtest-sys.js25 const sys = require('sys'); // eslint-disable-line no-restricted-modules constant
/third_party/typescript/tests/cases/compiler/
DuseBeforeDeclaration.ts17 export let sys:{version:string} = {version: "2.0.5"}; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLocale.cpp6 namespace sys { namespace
DMemory.cpp33 namespace sys { namespace
DErrno.cpp28 namespace sys { namespace
DUnicode.cpp19 namespace sys { namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DErrno.cpp29 namespace sys { namespace
/third_party/lwip/src/core/
Dstats.c127 stats_display_sys(struct stats_sys *sys) in stats_display_sys()
/third_party/ffmpeg/libavformat/
Ddvenc.c49 const AVDVProfile* sys; /* current DV profile, e.g.: 525/60, 625/50 */ member
84 static int dv_audio_frame_size(const AVDVProfile* sys, int frame, int sample_rate) in dv_audio_frame_size()
Ddv.c44 const AVDVProfile* sys; /* Current DV profile. E.g.: 525/60, 625/50 */ member
119 const AVDVProfile *sys) in dv_extract_audio()
/third_party/typescript/src/testRunner/unittests/
DpublicApi.ts19 const sys = new fakes.System(fs); constant
/third_party/typescript/src/tsserver/
DwebServer.ts80 …const sys = server.createWebSystem(webHost, args, () => findArgument("--executingFilePath") || loc… constant
/third_party/rust/crates/nix/test/
Dtest.rs9 mod sys; module
/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts83 const sys = new fakes.System(fs, { executingFilePath: "/lib/tsc" }) as TscCompileSystem; constant
/third_party/python/Doc/whatsnew/
D3.7.rst1422 sys section in Improved Modules
2069 sys section in Deprecated Python modules, functions and methods
D3.9.rst677 sys section in Improved Modules
/third_party/toybox/toys/other/
Dvmstat.c33 uint64_t user, nice, sys, idle, wait, irq, sirq, intr, ctxt, running, blocked; member

123