HomeSort by relevance Sort by last modified time
    Searched full:moves (Results 151 - 175 of 1123) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Phone/src/com/android/phone/
IccPanel.java 62 // (And eventually this will be a moot point once this UI moves
  /external/icu4c/test/intltest/
citrtest.cpp 767 const char *moves, const char *which) {
774 switch(moves[m]) {
829 errln("error: unexpected move character '%c' in \"%s\"", moves[m], moves);
838 errln("error: UCharIterator(%s) misbehaving at \"%s\"[%d]='%c'", which, moves, m, moves[m]);
846 const char *const moves= local
847 "0+++++++++" // 10 moves per line
861 TestUCharIterator(&sIter, compareCI, moves, "uiter_setString");
863 TestUCharIterator(&cIter, compareCI, moves, "uiter_setCharacterIterator")
    [all...]
tstnorm.cpp 627 const char *moves,
648 const char *move=moves;
663 // copy the moves until the current (m) move, and terminate
665 uprv_strcpy(history, moves);
666 history[move-moves]=0;
675 // copy the moves until the current (m) move, and terminate
677 uprv_strcpy(history, moves);
678 history[move-moves]=0;
747 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; local
753 moves, UNORM_NFD, "basic")
    [all...]
  /external/bluetooth/glib/glib/
gerror.c 252 * If @dest is %NULL, free @src; otherwise, moves @src into *@dest.
350 * moves @src into *@dest. *@dest must be %NULL.
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 55 // tab creations, removals, moves, and other interesting events. The
217 // does NOT send Detached/Attached notifications, rather it moves the
226 // Moves the selected tabs to |index|. |index| is treated as if the tab strip
535 // Implementation of MoveSelectedTabsTo. Moves |length| of the selected tabs
596 // True if our group should be reset the moment selection moves away from
599 // before selection moves elsewhere, their opener is selected. But if
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
ChaseCamera.java 334 //target moves, start chasing.
336 //target moves, start trailing if it has to.
340 //target moves...
636 * Sets the chasing sensitivity, the lower the value the slower the camera will follow the target when it moves
673 * Enable the camera trailing : The camera smoothly go in the targets trail when it moves.
710 * Sets the trailing sensitivity, the lower the value, the slower the camera will go in the target trail when it moves.
  /external/proguard/docs/manual/
gui.html 120 <td>moves the selected entries one position up the list.</td></tr>
122 <td>moves the selected entries one position down the list.</td></tr>
124 <td>moves the selected entries in the list of program jars to the list of
127 <td>moves the selected entries in the list of library jars to the list of
191 <td>moves the selected entries one position up the list.</td></tr>
193 <td>moves the selected entries one position down the list.</td></tr>
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
gui.html 129 <td>moves the selected entries one position up the list.</td></tr>
131 <td>moves the selected entries one position down the list.</td></tr>
133 <td>moves the selected entries in the list of program jars to the list of
136 <td>moves the selected entries in the list of library jars to the list of
199 <td>moves the selected entries one position up the list.</td></tr>
201 <td>moves the selected entries one position down the list.</td></tr>
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 714 * will fall in a contiguous range in rop form. Moves are inserted as
795 // by source index: set of sources needing moves in high scoring plan
858 * Now, insert any moves required.
880 * moves inserted
911 * moves inserted
912 * @return the width of the fit that that does not involve added moves or
    [all...]
SsaToRop.java 170 // Add moves in all the pred blocks for each phi insn.
213 * Moves the parameter registers, which allocateRegisters() places
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 714 * will fall in a contiguous range in rop form. Moves are inserted as
795 // by source index: set of sources needing moves in high scoring plan
858 * Now, insert any moves required.
880 * moves inserted
911 * moves inserted
912 * @return the width of the fit that that does not involve added moves or
    [all...]
SsaToRop.java 170 // Add moves in all the pred blocks for each phi insn.
213 * Moves the parameter registers, which allocateRegisters() places
  /frameworks/base/core/java/android/os/
PowerManager.java 138 * as the user moves between applications and doesn't require a special permission.</p>
147 * as the user moves between applications and doesn't require a special permission.
430 * as the user moves between applications and doesn't require a special permission.</p>
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 99 * user moves a lot from the pressed point.
210 // moves his finger to this button. If movePress is false, means that this
373 // When user moves between keys, repeated response is disabled.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_uninitialized.h 357 // Moves [first1, last1) into [result, result + (last1 - first1)), and
385 // Fills [result, mid) with x, and moves [first, last) into
407 // Moves [first1, last1) into [first2, first2 + (last1 - first1)), and
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_uninitialized.h 357 // Moves [first1, last1) into [result, result + (last1 - first1)), and
385 // Fills [result, mid) with x, and moves [first, last) into
407 // Moves [first1, last1) into [first2, first2 + (last1 - first1)), and
  /external/webkit/Source/JavaScriptCore/dfg/
DFGJITCodeGenerator.h 462 // The trivial approach is to simply emit two moves, to put srcA in place then srcB in
463 // place (the MacroAssembler will omit redundant moves). This apporach will be safe in
468 // Handle the easy cases - two simple moves.
490 // The trivial approach is to simply emit two moves, to put srcA in place then srcB in
491 // place (the MacroAssembler will omit redundant moves). This apporach will be safe in
496 // Handle the easy cases - two simple moves.
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 59 * as its moving window moves through the input. This list captures
175 * moves the input pointer so that LT(1) points at the next
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 61 * as its moving window moves through the input. This list captures
202 * moves the input pointer so that LT(1) points at the next
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
BufferedTokenStream.java 54 * as its moving window moves through the input. This list captures
112 * moves the input pointer so that LT(1) points at the next
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 360 * Moves current object's row before |entry|'s row.
369 * Moves current object's row after |entry|'s row.
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 297 &Moves) const
303 Moves.push_back(MachineMove(0, Dst, Src));
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp 424 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
426 // Add the "machine moves" for the instructions we generated above, but in
437 Moves.push_back(MachineMove(FrameLabel, SPDst, SPSrc));
440 Moves.push_back(MachineMove(FrameLabel, SP, SP));
446 Moves.push_back(MachineMove(FrameLabel, FPDst, FPSrc));
452 Moves.push_back(MachineMove(FrameLabel, LRDst, LRSrc));
479 Moves.push_back(MachineMove(ReadyLabel, FPDst, FPSrc));
500 Moves.push_back(MachineMove(Label, CSDst, CSSrc));
    [all...]
  /external/skia/tests/
PathTest.cpp 249 SkPath moves; local
250 moves.moveTo(SK_Scalar1, SK_Scalar1);
251 moves.moveTo(5 * SK_Scalar1, SK_Scalar1);
252 moves.moveTo(SK_Scalar1, 10 * SK_Scalar1);
253 moves.moveTo(10 *SK_Scalar1, SK_Scalar1);
254 check_close(reporter, moves);
800 // No matter how many moves we add, we should still get nothing back.
864 // No matter how many moves we add, we should get them all back
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 352 // Compiler from a set of parallel moves to a sequential list of moves.

Completed in 1158 milliseconds

1 2 3 4 5 67 8 91011>>