Home
last modified time | relevance | path

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

123456789

/external/icu/icu4c/source/i18n/
Dnumber_fluent.cpp44 Derived move(std::move(*this)); in notation() local
61 Derived move(std::move(*this)); in unit() local
83 Derived move(std::move(*this)); in adoptUnit() local
103 Derived move(std::move(*this)); in perUnit() local
123 Derived move(std::move(*this)); in adoptPerUnit() local
143 Derived move(std::move(*this)); in precision() local
158 Derived move(std::move(*this)); in roundingMode() local
174 Derived move(std::move(*this)); in grouping() local
188 Derived move(std::move(*this)); in integerWidth() local
202 Derived move(std::move(*this)); in symbols() local
[all …]
Dnumrange_fluent.cpp41 Derived move(std::move(*this)); in numberFormatterBoth() local
59 Derived move(std::move(*this)); in numberFormatterBoth() local
77 Derived move(std::move(*this)); in numberFormatterFirst() local
95 Derived move(std::move(*this)); in numberFormatterFirst() local
113 Derived move(std::move(*this)); in numberFormatterSecond() local
131 Derived move(std::move(*this)); in numberFormatterSecond() local
147 Derived move(std::move(*this)); in collapse() local
161 Derived move(std::move(*this)); in identityFallback() local
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dlower.c64 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_const() local
132 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_load() local
181 ppir_node *move = ppir_node_insert_mov(node); in ppir_lower_texture() local
235 ppir_node *move = ppir_node_create(block, ppir_op_mov, -1, 0); in ppir_lower_select() local
Dnode_to_instr.c149 ppir_node *move = ppir_node_insert_mov(node); in ppir_do_one_node_to_instr() local
169 ppir_node *move = ppir_node_insert_mov(node); in ppir_do_one_node_to_instr() local
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dutility.h23 constexpr remove_reference_t<T>&& move(T&& object) { in move() function
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() local
/external/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() local
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() local
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() local
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() local
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dtest_instance_tracker_test.cc31 CopyableMovableInstance move(std::move(src)); in TEST() local
100 MovableOnlyInstance move(std::move(src)); in TEST() 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/llvm-project/clang/test/CodeGenObjCXX/
Darc-move.mm30 typename remove_reference<T>::type&& move(T &&x) { function
/external/perfetto/ui/src/frontend/drag/
Dinner_drag_strategy.ts25 const move = x - this.dragStartPx; constant
/external/clang/test/CodeGenObjCXX/
Darc-move.mm30 typename remove_reference<T>::type&& move(T &&x) { function
/external/llvm-project/clang/test/Analysis/
Ddelayed-template-parsing-crash.cpp9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
Dctor.mm13 T &&move(T &obj) { 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/skia/include/private/
DSkTArray.h507 template <bool E = MEM_MOVE> std::enable_if_t<E, void> move(int dst, int src) { in move() function
510 template <bool E = MEM_MOVE> std::enable_if_t<E, void> move(void* dst) { in move() function
514 template <bool E = MEM_MOVE> std::enable_if_t<!E, void> move(int dst, int src) { in move() function
518 template <bool E = MEM_MOVE> std::enable_if_t<!E, void> move(void* dst) { in move() function
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyDebugValueManager.cpp26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() function in WebAssemblyDebugValueManager
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyDebugValueManager.cpp26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() function in WebAssemblyDebugValueManager
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp2.cpp5 namespace move { namespace
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
Dp2.cpp5 namespace move { namespace

123456789