/external/chromium_org/third_party/icu/source/test/intltest/ |
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/icu4c/test/intltest/ |
tstnorm.cpp | 628 const char *moves, 649 const char *move=moves; 664 // copy the moves until the current (m) move, and terminate 666 uprv_strcpy(history, moves); 667 history[move-moves]=0; 676 // copy the moves until the current (m) move, and terminate 678 uprv_strcpy(history, moves); 679 history[move-moves]=0; 748 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; local 754 moves, UNORM_NFD, "basic") [all...] |
/external/chromium_org/third_party/freetype/src/truetype/ |
ttsubpix.c | 35 /* goal of doing subpixel hinting by (in general) ignoring x moves. */ 311 /* Skip Y moves that start with a point that is not on a Y pixel */ 339 /* Skip Y moves that start with a point that is not on a Y pixel */ 352 /* Skip Y moves that move a point off a Y pixel boundary. */ 371 /* Round moves that don't move a point to a Y pixel boundary. */ [all...] |
/external/chromium_org/ui/views/controls/menu/ |
menu_controller.h | 489 // different: cancel timer is kicked off any time the drag moves outside the 507 // submenus as the user moves the mouse around. This is done so that as the 508 // user moves the mouse all submenus don't immediately pop. 523 // As the mouse moves around submenus are not opened immediately. Instead 528 // menu after the mouse moves out of the of the menu. This is necessitated by
|
/external/freetype/src/truetype/ |
ttsubpix.c | 35 /* goal of doing subpixel hinting by (in general) ignoring x moves. */ 311 /* Skip Y moves that start with a point that is not on a Y pixel */ 339 /* Skip Y moves that start with a point that is not on a Y pixel */ 352 /* Skip Y moves that move a point off a Y pixel boundary. */ 371 /* Round moves that don't move a point to a Y pixel boundary. */ [all...] |
/external/chromium_org/ash/display/ |
mouse_cursor_event_filter_unittest.cc | 64 // Verifies if the mouse pointer correctly moves to another display when there 108 // Verifies if the mouse pointer correctly moves to another display even when 138 // Verifies if the mouse pointer correctly moves between displays with
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_editor_view_unittest.cc | 218 // Moves 'a' to be a child of the other node. 232 // Moves 'a' to be a child of the other node and changes its url to new_a. 251 // Creates a new folder and moves a node to it.
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
bubble.js | 401 * A bubble that closes automatically when the user clicks or moves the focus 459 * Handle events, closing the bubble when the user clicks or moves the focus 483 // Close the bubble when the focus moves to an element that is not the
|
/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
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_uninitialized.h | 373 // Moves [first1, last1) into [result, result + (last1 - first1)), and 401 // Fills [result, mid) with x, and moves [first, last) into 423 // Moves [first1, last1) into [first2, first2 + (last1 - first1)), and
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_uninitialized.h | 373 // Moves [first1, last1) into [result, result + (last1 - first1)), and 401 // Fills [result, mid) with x, and moves [first, last) into 423 // Moves [first1, last1) into [first2, first2 + (last1 - first1)), and
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_uninitialized.h | 371 // Moves [first1, last1) into [result, result + (last1 - first1)), and 399 // Fills [result, mid) with x, and moves [first, last) into 421 // Moves [first1, last1) into [first2, first2 + (last1 - first1)), and
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
SsaToRop.java | 169 // Add moves in all the pred blocks for each phi insn. 212 * Moves the parameter registers, which allocateRegisters() places
|
/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/chromium_org/ash/ |
root_window_controller.h | 204 // to be black and drops |boot_splash_screen_| and moves the wallpaper 218 // Moves child windows to |dest|.
|
/external/chromium_org/ash/wm/workspace/ |
snap_sizer.cc | 31 // moves the mouse again. 32 // . The mouse moves |kPixelsBeforeAdjust| horizontal pixels.
|
/external/chromium_org/chrome/browser/chromeos/login/ |
wallpaper_manager.h | 257 // Moves custom wallpapers from |email| directory to |user_id_hash| 267 // Moves custom wallpaper to a new place. Email address was used as directory
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
cros_log_visualizer.js | 107 * It creates the timeline that moves along with the mouse on canvas. 121 * It creates a time display that moves with the timeline
|