/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | listener_test.dart | 78 const Offset moved = Offset(20, 30); 82 await gesture.moveBy(moved); 100 expect(move.localPosition, const Offset(50, 50) + moved); 101 expect(move.position, center + moved); 102 expect(move.delta, moved); 103 expect(move.localDelta, moved); 106 expect(up.localPosition, const Offset(50, 50) + moved); 107 expect(up.position, center + moved); 155 const Offset moved = Offset(20, 30); 159 await gesture.moveBy(moved); [all …]
|
D | transformed_scrollable_test.dart | 178 // has moved the same distance as the finger. Due to the perspective 179 // transform the point will have moved more distance in the *local* 207 // should have moved the same vertical distance over the screen. 214 // coordinate space of the screen, the scroll view actually moved far more
|
/third_party/skia/src/gpu/ |
D | GrRenderTaskCluster.cpp | 135 for (GrRenderTask* moved = movedHead; moved; moved = moved->fNext) { in task_cluster_visit() local 137 if (depends_on(moved, passed)) { in task_cluster_visit() 144 for (GrRenderTask* moved = movedHead; moved;) { in task_cluster_visit() local 146 describe_task(moved).c_str(), in task_cluster_visit() 149 GrRenderTask* nextMoved = moved->fNext; in task_cluster_visit() 150 llist->remove(moved); in task_cluster_visit() 151 llist->addBefore(moved, clusterHead); in task_cluster_visit() 152 moved = nextMoved; in task_cluster_visit()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_move_discards_to_top.c | 138 bool moved = false; in opt_move_discards_to_top_impl() local 185 moved = moved || try_move_discard(intrin); in opt_move_discards_to_top_impl() 206 if (moved) { in opt_move_discards_to_top_impl()
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
D | write.js | 127 moved: false property 128 })).disposer(tmp => (!tmp.moved && rimraf(tmp.target))) 143 tmp.moved = true
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | Update20131120.md | 6 The review process for contributed code has moved from [Rietveld](https://codereview.appspot.com/) 11 As a result of this change, our repository has also moved from its prior
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | Update20131120.md | 6 The review process for contributed code has moved from [Rietveld](https://codereview.appspot.com/) 11 As a result of this change, our repository has also moved from its prior
|
/third_party/flutter/skia/third_party/externals/sdl/premake/patches/ |
D | 709.patch | 22 -- but had trouble linking to certain static libs so $(OBJECTS) moved up 23 -- then $(LDFLAGS) moved to end
|
/third_party/json/doc/mkdocs/docs/features/parsing/ |
D | sax_interface.md | 43 // called when a string is parsed; value is passed and can be safely moved away 45 // called when a binary value is parsed; value is passed and can be safely moved away 53 // called when an object key is parsed; value is passed and can be safely moved away
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | statusor_test.cc | 171 : x(d.x), copied(false), moved(true) {} in CopyDetector() 172 CopyDetector(const CopyDetector& d) : x(d.x), copied(true), moved(false) {} in CopyDetector() 176 moved = false; in operator =() 182 moved = true; in operator =() 187 bool moved = false; member 191 return AllOf(Field(&CopyDetector::x, a), Field(&CopyDetector::moved, b), in CopyDetectorHas() 663 bool moved; member 665 : x(a.x), moved(false) {} in ImplicitConstructibleFromA() 667 : x(a.x), moved(true) {} in ImplicitConstructibleFromA() 675 Field(&ImplicitConstructibleFromA::moved, true)))); in TEST() [all …]
|
/third_party/node/deps/npm/test/tap/ |
D | auto-prune.js | 120 t.is(result.moved.length, 0, 'nothing moved') 136 t.is(result.moved.length, 0, 'nothing moved')
|
/third_party/libsnd/src/G72x/ |
D | ChangeLog | 16 moved to private.h. 23 Added prototypes moved from g72x.h.
|
/third_party/python/Misc/ |
D | Porting | 1 This document is moved to https://devguide.python.org/porting/
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Fuzzer/ |
D | README.txt | 1 libFuzzer was moved to compiler-rt in https://reviews.llvm.org/D36908.
|
/third_party/libinput/doc/user/ |
D | 404.rst | 7 This page has permanently moved, probably to `<@TARGET@>`_
|
/third_party/skia/ |
D | CQ_COMMITTERS | 1 The committer list has moved to
|
/third_party/flutter/skia/ |
D | CQ_COMMITTERS | 1 The committer list has moved to
|
/third_party/googletest/googlemock/docs/ |
D | README.md | 3 We are working on updates to the GoogleTest documentation, which has moved to
|
/third_party/googletest/googletest/docs/ |
D | README.md | 3 We are working on updates to the GoogleTest documentation, which has moved to
|
/third_party/icu/tools/trac/IcuCodeTools/0.12/ |
D | readme.txt | 4 moved to https://github.com/unicode-org/icu-trac-tools.git
|
/third_party/icu/tools/trac/IcuCodeTools/0.11/ |
D | readme.txt | 4 moved to https://github.com/unicode-org/icu-trac-tools.git
|
/third_party/protobuf/objectivec/ |
D | .gitignore | 17 *.moved-aside
|
/third_party/flutter/flutter/packages/flutter_tools/templates/module/common/ |
D | .gitignore.tmpl | 31 *.moved-aside
|
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/flutterapp/ |
D | .gitignore | 31 *.moved-aside
|
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/ios.tmpl/ |
D | .gitignore | 29 *.moved-aside
|