Searched refs:rebuilds (Results 1 – 25 of 87) sorted by relevance
1234
/third_party/boost/tools/build/src/engine/ |
D | compile.cpp | 130 t->target->rebuilds = targetentry( t->target->rebuilds, t0 ); in evaluate_rule() 131 t0->rebuilds = targetentry( t0->rebuilds, t->target ); in evaluate_rule()
|
D | rules.h | 131 TARGETS * rebuilds; /* targets that should be force-rebuilt member
|
D | builtins.cpp | 600 LIST * rebuilds = lol_get( frame->args, 1 ); in builtin_rebuilds() local 606 t->rebuilds = targetlist( t->rebuilds, rebuilds ); in builtin_rebuilds()
|
/third_party/skia/buildtools/ |
D | deps_revisions.gni | 6 # Used to cause full rebuilds on libc++ rolls. This should be kept in sync
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | VIInstructions.td | 11 FIXME: Deleting this file broke buildbots that don't do full rebuilds. This
|
/third_party/typescript_eslint/tests/integration/fixtures/vue-jsx/ |
D | Dockerfile | 4 # than copied to allow for changes without rebuilds wherever possible
|
/third_party/typescript_eslint/tests/integration/fixtures/markdown/ |
D | Dockerfile | 4 # than copied to allow for changes without rebuilds wherever possible
|
/third_party/typescript_eslint/tests/integration/fixtures/typescript-and-tslint-plugins-together/ |
D | Dockerfile | 4 # than copied to allow for changes without rebuilds wherever possible
|
/third_party/typescript_eslint/tests/integration/fixtures/eslint-v6/ |
D | Dockerfile | 4 # than copied to allow for changes without rebuilds wherever possible
|
/third_party/typescript_eslint/tests/integration/fixtures/vue-sfc/ |
D | Dockerfile | 4 # than copied to allow for changes without rebuilds wherever possible
|
/third_party/typescript_eslint/tests/integration/fixtures/recommended-does-not-require-program/ |
D | Dockerfile | 4 # than copied to allow for changes without rebuilds wherever possible
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | status_transitions.dart | 8 /// A widget that rebuilds when the given animation changes status.
|
D | size_changed_layout_notifier.dart | 18 /// notification to trigger rebuilds or relayouts, you'll create a backwards
|
D | scroll_configuration.dart | 74 /// method returns false, the rebuilds might be optimized away.
|
D | value_listenable_builder.dart | 104 /// * [AnimatedBuilder], which also triggers rebuilds from a [Listenable]
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | global_keys_moving_test.dart | 66 await tester.pumpWidget(builder()); // this marks the app dirty and rebuilds it
|
D | scrollable_of_test.dart | 46 …testWidgets('Scrollable.of() dependent rebuilds when Scrollable position changes', (WidgetTester t…
|
/third_party/boost/tools/quickbook/doc/ |
D | install.qbk | 65 rebuilds: 142 rebuilds and install a system-wide Quickbook instead: 245 rebuilds: 299 rebuilds:
|
/third_party/boost/tools/build/test/ |
D | results-python.txt | 95 rebuilds : PASSED
|
/third_party/ffmpeg/doc/ |
D | build_system.txt | 57 unneeded rebuilding when changing headers, but note that you must force rebuilds
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | theme_test.dart | 300 'Same ThemeData reapplied does not trigger descendants rebuilds', 494 testWidgets('Changing material theme triggers rebuilds', (WidgetTester tester) async { 525 'Changing cupertino theme override triggers rebuilds', 577 …'Cupertino overrides do not block derivatives triggering rebuilds when derivatives are not overrid…
|
/third_party/gstreamer/gstreamer/docs/random/ |
D | release | 92 - rebuilds 99 - rebuilds docs for plugins
|
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/flutterapp/lib/ |
D | main.dart | 118 /// Directly increments our internal counter and rebuilds the UI.
|
/third_party/node/ |
D | BUILDING.md | 33 … * [Speeding up frequent rebuilds when developing](#speeding-up-frequent-rebuilds-when-developing) 524 #### Speeding up frequent rebuilds when developing 535 This will allow for near-instantaneous rebuilds even when switching branches.
|
/third_party/e2fsprogs/po/ |
D | Makefile.in.in | 156 # This target rebuilds $(DOMAIN).pot; it is an expensive operation. 237 # This target rebuilds a PO file if $(DOMAIN).pot has changed.
|
1234