Home
last modified time | relevance | path

Searched defs:move (Results 1 – 25 of 128) sorted by relevance

123456

/external/v8/src/compiler/
Dgap-resolver.cc25 MoveOperands* Split(MoveOperands* move, MachineRepresentation smaller_rep, in Split()
86 MoveOperands* move = (*moves)[i]; in Resolve() local
106 auto move = (*moves)[i]; in Resolve() local
114 auto move = (*moves)[i]; in Resolve() local
124 auto move = (*moves)[i]; in Resolve() local
129 void GapResolver::PerformMove(ParallelMove* moves, MoveOperands* move) { in PerformMove()
196 std::find_if(moves->begin(), moves->end(), [&](MoveOperands* move) { in PerformMove()
/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp34 Derived move(std::move(*this)); in notation() local
51 Derived move(std::move(*this)); in unit() local
73 Derived move(std::move(*this)); in adoptUnit() local
93 Derived move(std::move(*this)); in perUnit() local
113 Derived move(std::move(*this)); in adoptPerUnit() local
133 Derived move(std::move(*this)); in precision() local
148 Derived move(std::move(*this)); in roundingMode() local
164 Derived move(std::move(*this)); in grouping() local
178 Derived move(std::move(*this)); in integerWidth() local
192 Derived move(std::move(*this)); in symbols() local
[all …]
Dnumrange_fluent.cpp40 Derived move(std::move(*this)); in numberFormatterBoth() local
58 Derived move(std::move(*this)); in numberFormatterBoth() local
76 Derived move(std::move(*this)); in numberFormatterFirst() local
94 Derived move(std::move(*this)); in numberFormatterFirst() local
112 Derived move(std::move(*this)); in numberFormatterSecond() local
130 Derived move(std::move(*this)); in numberFormatterSecond() local
146 Derived move(std::move(*this)); in collapse() local
160 Derived move(std::move(*this)); in identityFallback() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAnimationSetTest.java25 final Animation move = new TranslateAnimation(0, 100, 0, 100); in start_shouldRunAnimation() local
/external/clang/test/CodeGenObjCXX/
Darc-move.mm30 typename remove_reference<T>::type&& move(T &&x) { function
/external/clang/test/Analysis/
Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
Dctor.mm10 T &&move(T &obj) { function
/external/python/cpython2/Demo/tkinter/guido/
Dbrownian2.py34 def move(particle): # move the particle at random time function
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp2.cpp5 namespace move { namespace
/external/skqp/tests/
DFakeStreams.h76 bool move(long offset) override { return fStream.move(offset); } in move() function
/external/skia/tests/
DFakeStreams.h76 bool move(long offset) override { return fStream.move(offset); } in move() function
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move() function
Drval-references-examples.cpp43 template <class T> typename remove_reference<T>::type&& move(T&& t) { in move() function
/external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
Dmove.pass.cpp34 void move(std::ios& x) {std::ios::move(x);} in move() function
/external/libchrome/base/strings/
Dstring16.h108 static char_type* move(char_type* s1, const char_type* s2, size_t n) { in move() function
/external/elfutils/libdwfl/
Dsegment.c96 const size_t move = dwfl->lookup_elts - i; in insert() local
/external/skqp/src/utils/win/
DSkDWriteFontFileStream.cpp103 bool SkDWriteFontFileStream::move(long offset) { in move() function in SkDWriteFontFileStream
/external/libcxx/test/support/
Dconstexpr_char_traits.hpp100 constexpr_char_traits<_CharT>::move(char_type* __s1, const char_type* __s2, size_t __n) in move() function in constexpr_char_traits
/external/skia/src/utils/win/
DSkDWriteFontFileStream.cpp103 bool SkDWriteFontFileStream::move(long offset) { in move() function in SkDWriteFontFileStream
/external/icu/libandroidicu/include/unicode/
Duiter.h401 UCharIteratorMove *move; member
/external/icu/icu4c/source/common/unicode/
Duiter.h401 UCharIteratorMove *move; member
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp11-1y.cpp70 template<typename T> decltype(auto) move(T &&t) { return static_cast<typename remove_reference<T>::… in move() function
/external/e2fsprogs/lib/ext2fs/
Dbrel.h62 errcode_t (*move)(ext2_brel brel, blk64_t old, blk_t new); member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DValueTracking.h254 void move(uint64_t Delta) { in move() function
/external/aac/libSBRenc/src/
Dmh_det.cpp319 const UCHAR *freqBandTable, INT nSfb, INT noEstPerFrame, INT move) { in calculateDetectorInput()
1027 INT move = h_sbrMHDet->move; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1172 INT frameSize, INT nSfb, INT qmfNoChannels, INT totNoEst, INT move, in FDKsbrEnc_InitSbrMissingHarmonicsDetector()

123456