HomeSort by relevance Sort by last modified time
    Searched full:move (Results 276 - 300 of 5522) sorted by null

<<11121314151617181920>>

  /frameworks/compile/libbcc/runtime/lib/arm/
unordsf2vfp.S 20 fmsr s14, r0 // move from GPR 0 to float register
21 fmsr s15, r1 // move from GPR 1 to float register
  /dalvik/dx/src/com/android/dx/ssa/
MoveParamCombiner.java 30 * Combine identical move-param insns, which may result from Ropper's
95 * Oddly, these two identical move-params have distinct
143 * Returns the parameter index associated with a move-param insn. Does
144 * not verify that the insn is a move-param insn.
146 * @param insn {@code non-null;} a move-param insn
  /dalvik/dx/tests/088-ssa-combine-blocks/
expected.txt 10 Blort.java:17@0000: move-param-object(0) v0:NffffLBlort; <- .
25 Blort.java:23@0000: move-param-object(0) v0:LBlort; <- .
50 Blort.java:31@0000: move-param-object(0) v1:LBlort; <- .
64 Blort.java:33@000d: Rop{move-exception Ljava/lang/Throwable; <- . flows} v0:Ljava/lang/Throwable; <- .
77 Blort.java:41@0000: move-param-object(0) v0:LBlort; <- .
  /dalvik/vm/mterp/x86-atom/
OP_DOUBLE_TO_LONG.S 49 fistpll (rFP, %edx, 4) # move converted int
55 fstpl (rFP, %edx, 4) # move converted int
61 fstpl (rFP, %edx, 4) # move converted int
67 fstpl (rFP, %edx, 4) # move converted int
69 fstpl (rFP, %edx, 4) # move converted int
OP_FLOAT_TO_LONG.S 49 fistpll (rFP, %edx, 4) # move converted int
55 fstpl (rFP, %edx, 4) # move converted int
61 fstpl (rFP, %edx, 4) # move converted int
67 fstpl (rFP, %edx, 4) # move converted int
69 fstpl (rFP, %edx, 4) # move converted int
  /external/clang/test/SemaCXX/
rval-references-examples.cpp 43 template <class T> typename remove_reference<T>::type&& move(T&& t) { function
67 // Move construction
75 // Move assignment
76 p2 = move(p);
84 accept_unique_ptr(move(p2));
  /external/webkit/Source/JavaScriptCore/jit/
SpecializedThunkJIT.h 89 move(src, regT0);
111 move(src, regT0);
120 move(src, regT0);
144 move(TrustedImm32(JSValue::Int32Tag), regT1);
151 move(TrustedImm32(JSValue::CellTag), regT1);
  /external/chromium/chrome/browser/renderer_host/
gtk_key_bindings_handler.cc 60 // "move-focus", "move-viewport", "select-all" and "toggle-cursor-visible"
64 g_signal_connect(handler, "move-focus", G_CALLBACK(MoveFocus), NULL);
65 g_signal_connect(handler, "move-viewport", G_CALLBACK(MoveViewport), NULL);
99 // "move-focus", "move-viewport", "select-all" and "toggle-cursor-visible"
103 g_signal_override_class_handler("move-focus",
107 g_signal_override_class_handler("move-viewport",
271 g_signal_stop_emission_by_name(text_view, "move-viewport");
323 g_signal_stop_emission_by_name(widget, "move-focus")
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderRubyBase.cpp 95 // The standard and easy case: move the children into the target base
108 // Move our inline children into the target block we determined above.
115 // First check whether we move only wrapped inline objects.
118 // We therefore can extract the inline objects and move them to toBase.
135 // Move children, potentially collapsing anonymous block wrappers.
151 // Move inline children out of anonymous block.
185 // Move all remaining children normally.
  /external/chromium/base/
file_descriptor_shuffle.h 36 // Destructively move |src| to |dest|, overwriting |dest|. Returns true iff
38 virtual bool Move(int src, int dest) = 0;
50 virtual bool Move(int src, int dest);
  /external/chromium/net/disk_cache/
cache_util_win.cc 45 // I don't want to use the shell version of move because if something goes
46 // wrong, that version will attempt to move file by file and fail at the end.
48 LOG(ERROR) << "Unable to move the cache: " << GetLastError();
  /external/clang/test/CXX/special/class.copy/
implicit-move-def.cpp 85 // move assignment ops
95 // VirtualWithEmptyBase move assignment operatpr
105 // move ctors
  /external/quake/quake/src/QW/server/
world.h 63 // call before removing an entity, and before trying to move one,
82 // if the entire move stays in a solid volume, trace.allsolid will be set
84 // if the starting point is in a solid, it will be allowed to move out
  /external/quake/quake/src/WinQuake/
world.h 49 // call before removing an entity, and before trying to move one,
70 // if the entire move stays in a solid volume, trace.allsolid will be set
72 // if the starting point is in a solid, it will be allowed to move out
  /external/speex/libspeex/
misc_bfin.h 44 "LOOP move%= LC0 = %2;\n\t"
45 "LOOP_BEGIN move%=;\n\t"
47 "LOOP_END move%=;\n\t"
  /external/valgrind/main/memcheck/tests/
origin2-not-quite.stderr.exp 3 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
23 Conditional jump or move depends on uninitialised value(s)
  /external/webkit/Source/WebCore/manual-tests/
bugzilla-6821.html 19 Move the mouse over the text &ldquo;Hover here&rdquo; until it disappears and &ldquo;Wait&rdquo; appears, then DO NOT MOVE the mouse
30 rect at the top. If you move the mouse over the background, the colors will
left-overflow-repaint.html 16 In each test, &ldquo;Lorem&rdquo; will move down along with &ldquo;ipsum&rdquo;.
28 Move block with left overflow
41 Move line with left overflow
  /external/bluetooth/bluez/compat/
fakehid.c 209 static void move(int fd, unsigned int direction) function
246 move(fd, 0); break;
248 move(fd, 1); break;
250 move(fd, 2); break;
252 move(fd, 3); break;
254 move(fd, 4); break;
256 move(fd, 5); break;
258 move(fd, 6); break;
260 move(fd, 7); break;
262 move(fd, 8); break
    [all...]
  /frameworks/base/core/java/android/database/
Cursor.java 69 * Move the cursor by a relative amount, forward or backward, from the
70 * current position. Positive offsets move forwards, negative offsets move
77 * currently on the second entry in the result set and move(-5) is called,
81 * @return whether the requested move fully succeeded.
83 boolean move(int offset); method in interface:Cursor
86 * Move the cursor to an absolute position. The valid
92 * @param position the zero-based position to move to.
93 * @return whether the requested move fully succeeded.
98 * Move the cursor to the first row
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
tuple 167 : _Inherited(std::move<_Inherited&&>(__in._M_tail())),
176 : _Inherited(std::move<typename _Tuple_impl<_Idx, _UElements...>::
192 _M_head() = std::move(__in._M_head());
193 _M_tail() = std::move(__in._M_tail());
210 _M_head() = std::move(__in._M_head());
211 _M_tail() = std::move(__in._M_tail());
247 : _Inherited(std::move<_Inherited>(__in)) { }
256 : _Inherited(std::move<_Tuple_impl<0, _UElements...> >(__in)) { }
274 static_cast<_Inherited&>(*this) = std::move(__in);
290 static_cast<_Inherited&>(*this) = std::move(__in)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/
tuple 167 : _Inherited(std::move<_Inherited&&>(__in._M_tail())),
176 : _Inherited(std::move<typename _Tuple_impl<_Idx, _UElements...>::
192 _M_head() = std::move(__in._M_head());
193 _M_tail() = std::move(__in._M_tail());
210 _M_head() = std::move(__in._M_head());
211 _M_tail() = std::move(__in._M_tail());
247 : _Inherited(std::move<_Inherited>(__in)) { }
256 : _Inherited(std::move<_Tuple_impl<0, _UElements...> >(__in)) { }
274 static_cast<_Inherited&>(*this) = std::move(__in);
290 static_cast<_Inherited&>(*this) = std::move(__in)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/
tuple 167 : _Inherited(std::move<_Inherited&&>(__in._M_tail())),
176 : _Inherited(std::move<typename _Tuple_impl<_Idx, _UElements...>::
192 _M_head() = std::move(__in._M_head());
193 _M_tail() = std::move(__in._M_tail());
210 _M_head() = std::move(__in._M_head());
211 _M_tail() = std::move(__in._M_tail());
247 : _Inherited(std::move<_Inherited>(__in)) { }
256 : _Inherited(std::move<_Tuple_impl<0, _UElements...> >(__in)) { }
274 static_cast<_Inherited&>(*this) = std::move(__in);
290 static_cast<_Inherited&>(*this) = std::move(__in)
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/
tuple 167 : _Inherited(std::move<_Inherited&&>(__in._M_tail())),
176 : _Inherited(std::move<typename _Tuple_impl<_Idx, _UElements...>::
192 _M_head() = std::move(__in._M_head());
193 _M_tail() = std::move(__in._M_tail());
210 _M_head() = std::move(__in._M_head());
211 _M_tail() = std::move(__in._M_tail());
247 : _Inherited(std::move<_Inherited>(__in)) { }
256 : _Inherited(std::move<_Tuple_impl<0, _UElements...> >(__in)) { }
274 static_cast<_Inherited&>(*this) = std::move(__in);
290 static_cast<_Inherited&>(*this) = std::move(__in)
    [all...]
  /cts/tools/vm-tests/src/dot/junit/opcodes/move/d/
T_move_1.java 17 package dot.junit.opcodes.move.d;

Completed in 5400 milliseconds

<<11121314151617181920>>