Searched refs:snapshots (Results 1 – 25 of 63) sorted by relevance
123
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | artifacts.dart | 33 /// 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 | .npmignore | 16 !tap-snapshots/
|
/third_party/node/deps/npm/ |
D | .npmignore | 10 tap-snapshots
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_measure.c | 170 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/ |
D | linux-sparc64.sh | 8 curl --retry 5 -LO https://cdimage.debian.org/cdimage/ports/snapshots/2022-03-28/debian-11.0.0-spar…
|
/third_party/node/test/pummel/ |
D | test-heapsnapshot-near-heap-limit-big.js | 38 /Not generating snapshots because it's too risky/g)].length;
|
/third_party/mesa3d/src/intel/common/ |
D | intel_measure.c | 279 &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()
|
D | intel_measure.h | 153 struct intel_measure_snapshot snapshots[0]; member
|
/third_party/node/deps/npm/scripts/ |
D | release.sh | 18 cp -r ../tap-snapshots package/
|
/third_party/abseil-cpp/ |
D | LTS.md | 3 This repository contains periodic snapshots of the Abseil codebase that are
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | async.dart | 302 /// 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/ |
D | test-heapsnapshot-near-heap-limit.js | 68 /Not generating snapshots because it's too risky/g)].length;
|
/third_party/flutter/flutter/dev/devicelab/bin/tasks/ |
D | module_host_with_custom_build_test.dart | 99 section('Verify snapshots in app-demo-debug.apk'); 148 section('Verify snapshots in app-demo-staging.apk');
|
D | gradle_plugin_fat_apk_test.dart | 129 // When the platform-target isn't specified, we generate the snapshots
|
D | build_aar_module_test.dart | 257 // JIT snapshots.
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_measure.c | 185 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/ |
D | tracemalloc.rst | 19 * 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/ |
D | readme.md | 14 DO NOT run snapshots generated on little-endian system(s) on
|
/third_party/node/doc/api/ |
D | cli.md | 362 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/ |
D | build.dart | 67 // 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/ |
D | index.md | 36 discontiguous buffer upload. For example we might be uploading snapshots of a
|
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/ |
D | BUILD.gn | 152 # 7. framework and product!! (_framework snapshots and dilp files.)
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/dart/ |
D | analysis.dart | 36 fs.path.join(sdkPath, 'bin/snapshots/analysis_server.dart.snapshot');
|
/third_party/node/tools/v8_gypfiles/ |
D | features.gypi | 155 # Enables raw heap snapshots containing internals. Used for debugging memory
|
/third_party/flutter/flutter/packages/flutter_tools/gradle/ |
D | flutter.gradle | 590 // Include the snapshots and libflutter.so in `lib/`. 877 // snapshots have to be rebuilt if it changes.
|
123