Home
last modified time | relevance | path

Searched refs:snapshots (Results 1 – 25 of 63) sorted by relevance

123

/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dartifacts.dart33 /// The dart binary used to execute any of the required snapshots.
245 // For script snapshots any gen_snapshot binary will do. Returning gen_snapshot for
268 return fs.path.join(dartSdkPath, 'bin', 'snapshots', _artifactToFileName(artifact));
270 return fs.path.join(dartSdkPath, 'bin', 'snapshots', _artifactToFileName(artifact));
272 return fs.path.join(dartSdkPath, 'bin', 'snapshots', _artifactToFileName(artifact));
369 return fs.path.join(_hostEngineOutPath, 'dart-sdk', 'bin', 'snapshots', artifactFileName);
371 return fs.path.join(dartSdkPath, 'bin', 'snapshots', artifactFileName);
373 return fs.path.join(_hostEngineOutPath, 'dart-sdk', 'bin', 'snapshots', artifactFileName);
/third_party/node/deps/npm/node_modules/npm-normalize-package-bin/
D.npmignore16 !tap-snapshots/
/third_party/node/deps/npm/
D.npmignore10 tap-snapshots
/third_party/mesa3d/src/intel/vulkan/
Danv_measure.c170 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[index]); in anv_measure_start_snapshot()
208 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[index]); in anv_measure_end_snapshot()
512 struct intel_measure_snapshot *snapshot = &(measure->base.snapshots[measure->base.index]); in _anv_measure_add_secondary()
/third_party/rust/crates/libc/ci/
Dlinux-sparc64.sh8 curl --retry 5 -LO https://cdimage.debian.org/cdimage/ports/snapshots/2022-03-28/debian-11.0.0-spar…
/third_party/node/test/pummel/
Dtest-heapsnapshot-near-heap-limit-big.js38 /Not generating snapshots because it's too risky/g)].length;
/third_party/mesa3d/src/intel/common/
Dintel_measure.c279 &batch->snapshots[batch->index - 1]; in intel_measure_state_changed()
413 const struct intel_measure_snapshot *begin = &batch->snapshots[i]; in intel_measure_push_result()
414 const struct intel_measure_snapshot *end = &batch->snapshots[i+1]; in intel_measure_push_result()
Dintel_measure.h153 struct intel_measure_snapshot snapshots[0]; member
/third_party/node/deps/npm/scripts/
Drelease.sh18 cp -r ../tap-snapshots package/
/third_party/abseil-cpp/
DLTS.md3 This repository contains periodic snapshots of the Abseil codebase that are
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dasync.dart302 /// timing-dependent sub-sequence of the snapshots that represent the
307 /// of the following snapshots that includes the last one (the one with
330 /// The stream may produce errors, resulting in snapshots of the form:
334 /// The data and error fields of snapshots produced are only changed when the
448 /// will thus receive a timing-dependent sub-sequence of the snapshots that
460 /// the following snapshots:
489 /// `future?.asStream()`, except that snapshots with `ConnectionState.active`
561 /// The data that will be used to create the snapshots provided until a
/third_party/node/test/parallel/
Dtest-heapsnapshot-near-heap-limit.js68 /Not generating snapshots because it's too risky/g)].length;
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dmodule_host_with_custom_build_test.dart99 section('Verify snapshots in app-demo-debug.apk');
148 section('Verify snapshots in app-demo-staging.apk');
Dgradle_plugin_fat_apk_test.dart129 // When the platform-target isn't specified, we generate the snapshots
Dbuild_aar_module_test.dart257 // JIT snapshots.
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_measure.c185 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]); in measure_start_snapshot()
219 struct intel_measure_snapshot *snapshot = &(measure_batch->snapshots[index]); in measure_end_snapshot()
/third_party/python/Doc/library/
Dtracemalloc.rst19 * Compute the differences between two snapshots to detect memory leaks
79 Take two snapshots and display the differences::
115 If the system has little free memory, snapshots can be written on disk using
344 meaningfully compared to snapshots taken after the call.
658 snapshots (``int``): ``0`` if the memory blocks have been allocated in
669 the new snapshots (``int``): ``0`` if the memory blocks have been
/third_party/jerryscript/targets/openwrt/
Dreadme.md14 DO NOT run snapshots generated on little-endian system(s) on
/third_party/node/doc/api/
Dcli.md362 Node.js will write no more than `max_count` snapshots to disk).
364 When generating snapshots, garbage collection may be triggered and bring
365 the heap usage down, therefore multiple snapshots may be written to disk
366 before the Node.js instance finally runs out of memory. These heap snapshots
368 time consecutive snapshots are taken. It's not guaranteed that Node.js will
369 write exactly `max_count` snapshots to disk, but it will try
370 its best to generate at least one and up to `max_count` snapshots before the
373 Generating V8 snapshots takes time and memory (both memory managed by the
1081 Track heap object allocations for heap snapshots.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dbuild.dart67 // from ELF library snapshots.
192 // Write path to gen_snapshot, since snapshots have to be re-generated when we roll
/third_party/rust/crates/cxx/book/src/
Dindex.md36 discontiguous buffer upload. For example we might be uploading snapshots of a
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
DBUILD.gn152 # 7. framework and product!! (_framework snapshots and dilp files.)
/third_party/flutter/flutter/packages/flutter_tools/lib/src/dart/
Danalysis.dart36 fs.path.join(sdkPath, 'bin/snapshots/analysis_server.dart.snapshot');
/third_party/node/tools/v8_gypfiles/
Dfeatures.gypi155 # Enables raw heap snapshots containing internals. Used for debugging memory
/third_party/flutter/flutter/packages/flutter_tools/gradle/
Dflutter.gradle590 // Include the snapshots and libflutter.so in `lib/`.
877 // snapshots have to be rebuilt if it changes.

123