HomeSort by relevance Sort by last modified time
    Searched full:move (Results 1501 - 1525 of 10530) sorted by null

<<61626364656667686970>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
condition_variable 134 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); }
216 // _M_mutex must be unlocked before re-locking __lock so move
218 unique_lock<mutex> __my_lock2(std::move(__my_lock));
266 { return wait_until(__lock, __clock_t::now() + __rtime, std::move(__p)); }
tuple 173 : _Inherited(std::move(__in._M_tail())),
182 : _Inherited(std::move(__in._M_tail())),
197 _M_tail() = std::move(__in._M_tail());
215 _M_tail() = std::move(__in._M_tail());
277 static_cast<_Inherited&>(*this) = std::move(__in);
297 static_cast<_Inherited&>(*this) = std::move(__in);
364 static_cast<_Inherited&>(*this) = std::move(__in);
380 static_cast<_Inherited&>(*this) = std::move(__in);
454 static_cast<_Inherited&>(*this) = std::move(__in);
470 static_cast<_Inherited&>(*this) = std::move(__in)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
curses_tests.py 36 stdscr.move(uly+ncols+2 + i, 0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
curses_tests.py 36 stdscr.move(uly+ncols+2 + i, 0)
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.pom 231 <move file="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar.new" tofile="${project.build.directory}/${artifactId}-1.3.2-javadoc.jar"></move>
239 <move file="${project.build.directory}/${artifactId}-1.3.2-sources.jar.new" tofile="${project.build.directory}/${artifactId}-1.3.2-sources.jar"></move>
  /system/core/toolbox/
mv.c 50 /* attempt to move it */
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
file_operation_handler.js 83 case 'MOVE': return strf('MOVE_TARGET_EXISTS_ERROR', name);
92 case 'MOVE': return strf('MOVE_FILESYSTEM_ERROR', detail);
100 case 'MOVE': return strf('MOVE_UNEXPECTED_ERROR', event.error.code);
109 case 'MOVE': return strf('MOVE_FILE_NAME', name);
117 case 'MOVE': return strf('MOVE_ITEMS_REMAINING', remainNumber);
153 case 'MOVE': return ProgressItemType.MOVE;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
mips-mont.S 37 move $30,$29
73 move $15,$29
160 move $15,$29
229 move $15,$29
230 move $5,$29
249 move $15,$29
271 move $29,$30
  /external/elfutils/libelf/
abstract.h 289 /* Move information. */
290 #define Move(Bits, Ext) \
291 START (Bits, Move, Ext##Move) \
297 END (Bits, Ext##Move)
300 Move (32, Ext)
302 Move (64, Ext)
  /external/llvm/lib/Target/ARM/
ARMScheduleV6.td 60 // Move instructions, unconditional
74 // Move instructions, conditional
195 // FP Special Register to Integer Register File Move
264 // Integer to Single-precision Move
267 // Integer to Double-precision Move
270 // Single-precision to Integer Move
273 // Double-precision to Integer Move
  /external/openssl/crypto/bn/asm/
mips-mont.S 37 move $30,$29
73 move $15,$29
160 move $15,$29
229 move $15,$29
230 move $5,$29
249 move $15,$29
271 move $29,$30
  /external/chromium_org/chrome/installer/util/
move_tree_work_item_unittest.cc 57 // Move one directory from source to destination when destination does not
106 // Move one directory from source to destination when destination already
165 // Move one file from source to destination when destination does not
206 // Move one file from source to destination when destination already
254 // Move one file from source to destination when destination already
318 // Move one file that is in use to destination.
388 // Move one directory from source to destination when destination already
418 // First check that we can't do the regular Move().
461 // Move one directory from source to destination when destination already
524 // Check that the work item believes that this was a regular move
    [all...]
  /external/chromium_org/ash/display/
screen_position_controller.cc 34 // Move all transient children to |dst_root|, including the ones in
54 // Move transient children of the child windows if any.
79 // then move the pointer to the right, the pointer suddenly
159 // Don't move a window to other root window if:
176 // Don't move modal background.
  /external/chromium_org/remoting/client/plugin/
normalizing_input_filter_cros.cc 63 // OSKey + mouse-move performs an extended selection.
72 // - When an OSKey keydown is received, the event is deferred, and we move to
77 // - If a Rewritten event is received we move to State #3.
81 // - If the OSKey keyup is received then it is suppressed, and we move to
87 // - If the OSKey keyup is received then we send it and we move to State #1.
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatRect.h 92 void move(const FloatSize& delta) { m_location += delta; } function in class:WebCore::FloatRect
93 void moveBy(const FloatPoint& delta) { m_location.move(delta.x(), delta.y()); }
94 void move(float dx, float dy) { m_location.move(dx, dy); } function in class:WebCore::FloatRect
208 a.move(b.x(), b.y());
  /frameworks/base/docs/html/sdk/installing/
index.jd 28 and instead move on to <a href="{@docRoot}sdk/installing/installing-adt.html"
46 into a directory named <code>android-sdk-mac_x86</code>. Move it to an appropriate location on your machine,
53 <li>If you're using Eclipse, move on to <a href="{@docRoot}sdk/installing/installing-adt.html"
70 into a directory named <code>android-sdk-linux_x86</code>. Move it to an appropriate location on your machine,
77 <li>If you're using Eclipse, move on to <a href="{@docRoot}sdk/installing/installing-adt.html"
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
MessageChangeLogTable.java 28 /** Column name for a status value indicating where we are with processing this move request. */
32 /** Status value indicating this move has not yet been unpsynced. */
35 /** Status value indicating this move is being upsynced right now. */
38 /** Status value indicating this move failed to upsync. */
94 * Query for all move records that are in {@link #STATUS_PROCESSING}.
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityTextTraversalTest.java 66 // Move to the next character and wait for an event.
96 // Move to the next character and wait for an event.
126 // Move to the next character and wait for an event.
160 // Move to the previous character and wait for an event.
190 // Move to the previous character and wait for an event.
220 // Move to the next character and wait for an event.
280 // Move to the next character and wait for an event.
310 // Move to the next character and wait for an event.
340 // Move to the next character and wait for an event.
374 // Move to the next character and wait for an event
    [all...]
  /external/chromium/chrome/browser/
browser_focus_uitest.cc 390 // On X11, calling Activate() is not guaranteed to move focus, so we have
472 // Move the caret to the end, otherwise the next Tab key may not move focus.
476 // Now let's press tab to move the focus.
522 // Move the caret to the end, otherwise the next Tab key may not move focus.
526 // Now let's press shift-tab to move the focus in reverse.
606 // Move the caret to the end, otherwise the next Tab key may not move focus.
610 // Now let's press tab to move the focus
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
tuple 173 : _Inherited(std::move(__in._M_tail())),
182 : _Inherited(std::move(__in._M_tail())),
197 _M_tail() = std::move(__in._M_tail());
215 _M_tail() = std::move(__in._M_tail());
277 static_cast<_Inherited&>(*this) = std::move(__in);
297 static_cast<_Inherited&>(*this) = std::move(__in);
364 static_cast<_Inherited&>(*this) = std::move(__in);
380 static_cast<_Inherited&>(*this) = std::move(__in);
454 static_cast<_Inherited&>(*this) = std::move(__in);
470 static_cast<_Inherited&>(*this) = std::move(__in)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
tuple 173 : _Inherited(std::move(__in._M_tail())),
182 : _Inherited(std::move(__in._M_tail())),
197 _M_tail() = std::move(__in._M_tail());
215 _M_tail() = std::move(__in._M_tail());
277 static_cast<_Inherited&>(*this) = std::move(__in);
297 static_cast<_Inherited&>(*this) = std::move(__in);
364 static_cast<_Inherited&>(*this) = std::move(__in);
380 static_cast<_Inherited&>(*this) = std::move(__in);
454 static_cast<_Inherited&>(*this) = std::move(__in);
470 static_cast<_Inherited&>(*this) = std::move(__in)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 173 : _Inherited(std::move(__in._M_tail())),
182 : _Inherited(std::move(__in._M_tail())),
197 _M_tail() = std::move(__in._M_tail());
215 _M_tail() = std::move(__in._M_tail());
277 static_cast<_Inherited&>(*this) = std::move(__in);
297 static_cast<_Inherited&>(*this) = std::move(__in);
364 static_cast<_Inherited&>(*this) = std::move(__in);
380 static_cast<_Inherited&>(*this) = std::move(__in);
454 static_cast<_Inherited&>(*this) = std::move(__in);
470 static_cast<_Inherited&>(*this) = std::move(__in)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
future 339 // move support
621 _Rp move();
676 __assoc_state<_Rp>::move()
682 return _VSTD::move(*reinterpret_cast<_Rp*>(&__value_));
1092 future(std::move(__rhs)).swap(*this);
1159 return __s->move();
1196 future(std::move(__rhs)).swap(*this);
1295 future(std::move(__rhs)).swap(*this);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
MoveGesture.java 46 * The Move gesture provides the operation for moving widgets around in the canvas.
85 * The latest drop feedback returned by IViewRule.onDropEnter/Move.
132 // Hide selection overlays during a move drag
226 // Default means we can now choose the default operation, either copy or move.
227 // If the drag comes from the same canvas we default to move, otherwise we
238 // We don't support other types than copy and move
488 * "Drop Button in LinearLayout" and "Move Widgets in RelativeLayout".
497 // Decide whether it's a move or a copy; we'll label moves specifically
498 // as a move and consider everything else a "Drop"
499 String verb = (detail == DND.DROP_MOVE) ? "Move" : "Drop"
    [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_drag_controller_interactive_uitest.cc 608 // Move to the first tab and drag it enough so that it detaches, but not
671 // Move to the first tab and drag it enough so that it detaches.
730 // Move to the first tab and drag it enough so that it detaches.
777 // Click on the first tab, but don't move it.
803 // Click on the first tab and move it enough so that it starts dragging but is
842 // Move to the first tab and drag it enough so that it detaches.
884 // Move to the first tab and drag it enough so that it detaches.
927 // Move to the first tab and drag it enough so that it detaches.
    [all...]

Completed in 872 milliseconds

<<61626364656667686970>>