/external/icu/icu4c/source/i18n/ |
D | number_fluent.cpp | 44 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 …]
|
D | numrange_fluent.cpp | 41 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/ |
D | lower.c | 64 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
|
D | node_to_instr.c | 149 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/ |
D | utility.h | 23 constexpr remove_reference_t<T>&& move(T&& object) { in move() function
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 31 CopyableMovableInstance move(std::move(src)); in TEST() local 100 MovableOnlyInstance move(std::move(src)); in TEST() local
|
/external/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 31 CopyableMovableInstance move(std::move(src)); in TEST() local 100 MovableOnlyInstance move(std::move(src)); in TEST() local
|
/external/libtextclassifier/abseil-cpp/absl/container/internal/ |
D | test_instance_tracker_test.cc | 31 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/ |
D | test_instance_tracker_test.cc | 31 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/ |
D | test_instance_tracker_test.cc | 31 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/ |
D | test_instance_tracker_test.cc | 31 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/ |
D | ShadowAnimationSetTest.java | 25 final Animation move = new TranslateAnimation(0, 100, 0, 100); in start_shouldRunAnimation() local
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | arc-move.mm | 30 typename remove_reference<T>::type&& move(T &&x) { function
|
/external/perfetto/ui/src/frontend/drag/ |
D | inner_drag_strategy.ts | 25 const move = x - this.dragStartPx; constant
|
/external/clang/test/CodeGenObjCXX/ |
D | arc-move.mm | 30 typename remove_reference<T>::type&& move(T &&x) { function
|
/external/llvm-project/clang/test/Analysis/ |
D | delayed-template-parsing-crash.cpp | 9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
|
D | ctor.mm | 13 T &&move(T &obj) { function
|
/external/clang/test/Analysis/ |
D | delayed-template-parsing-crash.cpp | 9 typename remove_reference<T>::type&& move(T&& arg) { // this used to crash in move() function
|
D | ctor.mm | 10 T &&move(T &obj) { function
|
/external/python/cpython2/Demo/tkinter/guido/ |
D | brownian2.py | 34 def move(particle): # move the particle at random time function
|
/external/skia/include/private/ |
D | SkTArray.h | 507 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/ |
D | WebAssemblyDebugValueManager.cpp | 26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() function in WebAssemblyDebugValueManager
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyDebugValueManager.cpp | 26 void WebAssemblyDebugValueManager::move(MachineInstr *Insert) { in move() function in WebAssemblyDebugValueManager
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
D | p2.cpp | 5 namespace move { namespace
|
/external/llvm-project/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/ |
D | p2.cpp | 5 namespace move { namespace
|