HomeSort by relevance Sort by last modified time
    Searched refs:moved (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/icu4c/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /frameworks/base/media/libmedia/
MemoryLeakTrackUtil.cpp 116 bool moved; local
118 moved = false;
137 moved = true;
140 } while (moved);
  /external/chromium/chrome/browser/history/
top_sites_backend.cc 127 for (size_t i = 0; i < delta.moved.size(); ++i)
128 db_->UpdatePageRank(delta.moved[i].url, delta.moved[i].rank);
top_sites.cc 462 // Check all the URLs in the new set to see which ones are new or just moved.
476 MostVisitedURLWithRank moved; local
477 moved.url = new_list[i];
478 moved.rank = i;
479 delta->moved.push_back(moved);
824 if (!delta.deleted.empty() || !delta.added.empty() || !delta.moved.empty())
827 last_num_urls_changed_ = delta.added.size() + delta.moved.size();
    [all...]
history_types.h 628 MostVisitedURLWithRankList moved; member in struct:history::TopSitesDelta
top_sites_unittest.cc 449 AppendMostVisitedURL(&old_list, gets_moved_1); // 2 (moved to 3)
455 AppendMostVisitedURL(&new_list, gets_moved_1); // 3 (moved from 2)
469 ASSERT_EQ(1u, delta.moved.size());
470 ASSERT_TRUE(gets_moved_1 == delta.moved[0].url.url);
471 ASSERT_EQ(3, delta.moved[0].rank);
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsSingleRecipientSender.java 67 boolean moved = Sms.moveMessageToFolder(mContext, mUri, Sms.MESSAGE_TYPE_OUTBOX, 0);
68 if (!moved) {
  /frameworks/base/core/java/android/widget/
GridView.java 660 * location. The selection may be moved so that it does not intersect the
    [all...]
ListView.java 794 * location. The selection may be moved so that it does not intersect the
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java 592 E moved = (E) array[n]; local
596 siftDownComparable(i, moved, array, n);
598 siftDownUsingComparator(i, moved, array, n, cmp);
599 if (array[i] == moved) {
601 siftUpComparable(i, moved, array);
603 siftUpUsingComparator(i, moved, array, cmp);
    [all...]
  /external/opencv/cv/src/
cvsnakes.cpp 170 int moved = 0; local
384 moved++;
387 converged = (moved == 0);
390 if( (criteria.type & CV_TERMCRIT_EPS) && (moved <= criteria.epsilon) )
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeViewOverview.java 159 boolean moved = false;
162 moved = true;
166 if (moved) {
  /external/v8/test/mjsunit/regress/
splice-missing-wb.js 45 // trimming of backing store. a[0] a[1] will be moved to
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
basic-multi-touch-events.js 94 debug("First touchpoint moved");
  /build/core/
cleanspec.mk 41 # files that are missing or have been moved.
  /external/chromium/chrome/browser/resources/net_internals/
resizableverticalsplitview.js 99 * Called when the mouse has moved after dragging started.
  /external/v8/test/mjsunit/
codegen-coverage.js 29 // get moved around.
debug-liveedit-breakpoints.js 97 // Check 2 breakpoints. The one in deleted function should have been moved somewhere.
  /external/chromium/chrome/browser/resources/ntp/
drag_drop_controller.js 124 // Initiate the drag if the mouse has moved far enough.
184 // First, move the item the same distance the mouse has moved.
  /external/e2fsprogs/resize/
resize2fs.c 23 * a. If blocks have been moved, update the block
671 * In this phase we adjust determine which blocks need to be moved, in
741 * mark it as a block to be moved.
770 * bitmap. It also determines which blocks need to be moved and
790 retval = ext2fs_allocate_block_bitmap(fs, _("blocks to be moved"),
907 * aren't to be moved.
978 goto next_group; /* inode table not moved */
1105 int to_move, moved; local
1132 to_move = moved = 0;
1589 int j, to_move, moved; local
    [all...]
  /development/tools/emulator/opengl/
common.mk 112 $(eval _emugl,$(_mod).moved :=) \
160 $(if $(_emugl.$1.moved),,\
339 $(eval _emugl.$(LOCAL_MODULE).moved := true)\
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 270 moved palette creation here from "DIB_VideoInit" */
378 moved palette creation to "DIB_CreatePalette" */
919 BOOL moved = 0; local
930 moved = 1;
934 return moved;
    [all...]
  /external/v8/tools/
codemap.js 90 * @param {number} from The starting address of the entry being moved.
splaytree.js 206 * key, the last node on the search path is moved to the top of the
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 3815 ArrayList<IBinder> moved = new ArrayList<IBinder>(); local
3907 ArrayList<IBinder> moved = new ArrayList<IBinder>(); local
    [all...]

Completed in 365 milliseconds

1 2 3