Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 819) sorted by relevance

12345678910>>...33

/third_party/flutter/flutter/packages/flutter/test/widgets/
Dlistener_test.dart78 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 …]
Dtransformed_scrollable_test.dart178 // 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/
DGrRenderTaskCluster.cpp135 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/
Dnir_opt_move_discards_to_top.c138 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/
Dwrite.js127 moved: false property
128 })).disposer(tmp => (!tmp.moved && rimraf(tmp.target)))
143 tmp.moved = true
/third_party/flutter/skia/third_party/externals/angle2/doc/
DUpdate20131120.md6 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/
DUpdate20131120.md6 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/
D709.patch22 -- 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/
Dsax_interface.md43 // 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/
Dstatusor_test.cc171 : 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/
Dauto-prune.js120 t.is(result.moved.length, 0, 'nothing moved')
136 t.is(result.moved.length, 0, 'nothing moved')
/third_party/libsnd/src/G72x/
DChangeLog16 moved to private.h.
23 Added prototypes moved from g72x.h.
/third_party/python/Misc/
DPorting1 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/
DREADME.txt1 libFuzzer was moved to compiler-rt in https://reviews.llvm.org/D36908.
/third_party/libinput/doc/user/
D404.rst7 This page has permanently moved, probably to `<@TARGET@>`_
/third_party/skia/
DCQ_COMMITTERS1 The committer list has moved to
/third_party/flutter/skia/
DCQ_COMMITTERS1 The committer list has moved to
/third_party/googletest/googlemock/docs/
DREADME.md3 We are working on updates to the GoogleTest documentation, which has moved to
/third_party/googletest/googletest/docs/
DREADME.md3 We are working on updates to the GoogleTest documentation, which has moved to
/third_party/icu/tools/trac/IcuCodeTools/0.12/
Dreadme.txt4 moved to https://github.com/unicode-org/icu-trac-tools.git
/third_party/icu/tools/trac/IcuCodeTools/0.11/
Dreadme.txt4 moved to https://github.com/unicode-org/icu-trac-tools.git
/third_party/protobuf/objectivec/
D.gitignore17 *.moved-aside
/third_party/flutter/flutter/packages/flutter_tools/templates/module/common/
D.gitignore.tmpl31 *.moved-aside
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/flutterapp/
D.gitignore31 *.moved-aside
/third_party/flutter/flutter/packages/flutter_tools/templates/plugin/ios.tmpl/
D.gitignore29 *.moved-aside

12345678910>>...33