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

<<11121314151617181920>>

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h 101 // use the Move() method move an element from once class to another.
115 // Move and element_id to class_id. Disconnects (removes) element
117 void Move(T element_id, T class_id) {
147 // move to head of chain in same class
148 Move(element_id, class_id);
  /external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.cpp 180 // move nodes up into preceding list
184 // create a sublist for the preceding element and move nodes there
247 // there must be a destination list to move the items to
266 // at start of sublist, move the child(ren) to before the sublist
272 // at end of list, move the child(ren) to after the sublist
275 // in the middle of list, split the list and move the children to the divide
  /packages/apps/Email/res/values/
arrays.xml 131 <!-- Move to newer -->
133 <!-- Move to older -->
135 <!-- Move to message list -->
141 <!-- Move to newer -->
143 <!-- Move to older -->
145 <!-- Move to message list -->
  /cts/tools/vm-tests/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_2.d 60 move-object v0, v15
73 move-result v0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/d/
T_invoke_virtual_range_2.d 60 move-object v0, v15
73 move-result v0
  /dalvik/dx/src/com/android/dx/ssa/
SsaConverter.java 129 * predecessor. This ensures move statements can always be
179 * In ROP form, move-exception must occur as the first insn in a block
181 * We may need room to insert move insns later, so make sure to split
182 * any block that starts with a move-exception such that there is a
183 * unique move-exception block for each predecessor.
198 * Any block that starts with a move-exception and has more than
214 * Make sure to place the move-exception as the
220 // Remove the move-exception from the original block.
  /dalvik/vm/mterp/x86-atom/
OP_APUT.S 22 * move performed also dependent on the type of the array element.
23 * Provides a "value" register to specify the source of the move
OP_CONST_CLASS.S 19 * Code: Move a class reference to a register. Uses no substitutions.
23 * Description: Move a reference to the class specified
OP_CONST_STRING.S 19 * Code: Move a string reference to a register. Uses no substitutions.
23 * Description: Move a referece to the string specified by the given
OP_CONST_STRING_JUMBO.S 19 * Code: Move a string reference to a register. Uses no substitutions.
23 * Description: Move a reference to the string specified by the given
  /external/chromium/base/
file_descriptor_shuffle.cc 62 if (!delegate->Move(i->source, i->dest))
87 bool FileDescriptorTableInjection::Move(int src, int dest) {
  /external/chromium/chrome/browser/automation/
ui_controls.h 62 // Simulate a mouse move. (x,y) are absolute screen coordinates.
79 // the cursor currently is, so be sure to move the cursor before calling this
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.h 71 // credentials, we connect and move to the CONNECTING state. When
72 // we're connected we start the invalidation client and move to the
  /external/clang/test/CodeGenCXX/
rvalue-references.cpp 89 int &&move(int&);
102 B::B(int i) : a(move(i)) {}
  /external/llvm/lib/CodeGen/
LiveDebugVariables.h 40 /// renameRegister - Move any user variables in OldReg to NewReg:SubIdx.
47 /// splitRegister - Move any user variables in OldReg to the live ranges in
CodePlacementOpt.cpp 128 /// Splice - Move the sequence of instructions [Begin,End) to just before
149 /// EliminateUnconditionalJumpsToTop - Move blocks which unconditionally jump
180 // Move the block.
185 // Move it and all the blocks that can reach it via fallthrough edges
207 // Otherwise we can stop scanning and procede to move the blocks.
210 // If we hit a switch or something complicated, don't move anything
220 // Move the blocks.
244 /// MoveDiscontiguousLoopBlocks - Move any loop blocks that are not in the
255 // Determine a position to move orphaned loop blocks to. If TopMBB is not
301 // Move the block
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
invoke.ll 9 ; ARCOpt shouldn't try to move the releases to the block containing the invoke.
36 ; ARCOpt should move the release before the callee calls.
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEOffset.cpp 72 paintRect.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
94 drawingRegion.move(filter->applyHorizontalScale(m_dx), filter->applyVerticalScale(m_dy));
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaUtils.h 31 // All of the functions in this file should move to new homes and this file should be deleted.
48 // move this guy into SkColor.h
  /external/webkit/Source/WebKit/mac/Misc/
MailQuirksUserScript.js 42 // so return null to not move anything.
51 // It's not possible to move doctype nodes into the body, so just remove them.
  /frameworks/compile/libbcc/runtime/lib/i386/
ashrdi3.S 39 // Move the result back to the general purpose registers and return
61 1: movl %edx, %eax // Move high to low
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
InstrumentedCursorWrapper.java 89 public boolean move(int offset) { method in class:InstrumentedCursorWrapper
90 boolean result = super.move(offset);
  /external/v8/test/cctest/
test-macro-assembler-x64.cc 107 __ Move(rdx, Smi::FromInt(1));
144 __ Move(rcx, Smi::FromInt(0));
151 // Test that we can move a Smi value literally into a register.
196 __ Move(rcx, Smi::FromInt(x));
198 __ Move(rdx, Smi::FromInt(y));
406 __ Move(r8, Smi::FromInt(static_cast<int>(result)));
674 __ Move(rcx, Smi::FromInt(x));
695 __ Move(r8, Smi::FromInt(result));
856 __ Move(rcx, Smi::FromInt(first));
857 __ Move(rdx, Smi::FromInt(second))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp 153 phase.move(-tile.x(), -tile.y());
216 shadowRect.move(- m_blurDistance, - m_blurDistance);
236 shadowRect.move(m_offset.width(), m_offset.height());
286 destRect.move(shadowRect.x(), shadowRect.y());
296 destRect.move(shadowRect.x(), shadowRect.y() + radiusTwice + rect.height() - shadowTemplateSize.height());
304 destRect.move(shadowRect.x() + radiusTwice + rect.width() - shadowTemplateSize.width(), shadowRect.y());
312 destRect.move(shadowRect.x(), shadowRect.y());
320 destRect.move(shadowRect.x(), shadowRect.y());
328 destRect.move(shadowRect.x() + rect.width() - shadowTemplateSize.width() + radiusTwice, shadowRect.y());
337 destRect.move(shadowRect.x() + rect.width() - shadowTemplateSize.width() + radiusTwice
    [all...]
  /external/wpa_supplicant_8/src/ap/
iapp.c 25 * - add support for MOVE-notify and MOVE-response (this requires support for
33 * - TCP connection for IAPP MOVE, CACHE
35 * - ESP for IAPP MOVE messages
105 /* MOVE-notify - unicast TCP */
116 /* MOVE-response - unicast TCP */
268 /* IAPP-MOVE.request(MAC Address, Sequence Number, Old AP,
271 /* TODO: Send IAPP-MOVE to the old AP; Map Old AP BSSID to
378 /* TODO: MOVE is using TCP; so move this to TCP handler once i
    [all...]

Completed in 2031 milliseconds

<<11121314151617181920>>