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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/codesighs/
codesighs.c 494 void* moved = NULL; local
496 moved = realloc(modules, sizeof(ModuleStats) * (moduleCount + 1));
497 if(NULL != moved)
499 modules = (ModuleStats*)moved;
793 void* moved = NULL; local
795 moved = realloc(outOptions->mMatchClasses, sizeof(char*) * (outOptions->mMatchClassCount + 1));
796 if(NULL != moved)
798 outOptions->mMatchClasses = (char**)moved;
821 void* moved = NULL; local
823 moved = realloc(outOptions->mMatchScopes, sizeof(char*) * (outOptions->mMatchScopeCount + 1))
849 void* moved = NULL; local
877 void* moved = NULL; local
905 void* moved = NULL; local
933 void* moved = NULL; local
    [all...]
msmap2tsv.c 462 void* moved = NULL; local
488 moved = realloc((*outDB)->mSymbols, sizeof(SymDB_Symbol) * ((*outDB)->mSymbolCapacity + SYMDB_SYMBOL_GROWBY));
489 if(NULL != moved)
491 (*outDB)->mSymbols = (SymDB_Symbol*)moved;
545 moved = realloc(dbSymbol->mSections, sizeof(SymDB_Section) * (dbSymbol->mSectionCount + 1));
546 if(NULL != moved)
548 dbSymbol->mSections = (SymDB_Section*)moved;
591 moved = realloc(dbSection->mSizes, sizeof(SymDB_Size) * (dbSection->mSizeCount + 1));
592 if(NULL != moved)
594 dbSection->mSizes = (SymDB_Size*)moved;
1179 void* moved = NULL; local
1304 void* moved = NULL; local
1400 void* moved = NULL; local
2010 void* moved = NULL; local
    [all...]
maptsvdifftool.c 460 void* moved = NULL; local
462 moved = realloc(modules, sizeof(ModuleStats) * (1 + moduleCount));
463 if(NULL != moved)
465 modules = (ModuleStats*)moved;
498 void* moved = NULL; local
500 moved = realloc(theModule->mSegments, sizeof(SegmentStats) * (theModule->mSegmentCount + 1));
501 if(NULL != moved)
503 theModule->mSegments = (SegmentStats*)moved;
537 void* moved = NULL; local
539 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount))
575 void* moved = NULL; local
    [all...]
msdump2symdb.c 487 void* moved = NULL; local
502 moved = realloc(inContainer->mReadState.mCurrentObject->mSections, sizeof(MSDump_Section) * sectionIndex1);
503 if(NULL != moved)
507 inContainer->mReadState.mCurrentObject->mSections = (MSDump_Section*)moved;
590 void* moved = NULL; local
596 moved = realloc(inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols, sizeof(MSDump_Symbol) * (inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount + 1));
597 if(NULL != moved)
607 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols = (MSDump_Symbol*)moved;
    [all...]
  /external/chromium_org/third_party/icu/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /external/icu/icu4c/source/test/testdata/
tstfiles.mk 6 # Not everything has been moved to this file yet, as this is a new facility.
  /frameworks/av/media/libmedia/
MemoryLeakTrackUtil.cpp 121 bool moved; local
123 moved = false;
142 moved = true;
145 } while (moved);
  /external/chromium_org/chrome/browser/history/
top_sites_backend.cc 119 for (size_t i = 0; i < delta.moved.size(); ++i)
120 db_->UpdatePageRank(delta.moved[i].url, delta.moved[i].rank);
top_sites_impl_unittest.cc 472 AppendMostVisitedURL(&old_list, gets_moved_1); // 2 (moved to 3)
478 AppendMostVisitedURL(&new_list, gets_moved_1); // 3 (moved from 2)
492 ASSERT_EQ(1u, delta.moved.size());
493 EXPECT_TRUE(gets_moved_1 == delta.moved[0].url.url);
494 EXPECT_EQ(3, delta.moved[0].rank);
548 ASSERT_EQ(3u, delta.moved.size());
549 EXPECT_TRUE(new_last_forced_time == delta.moved[0].url.url);
550 EXPECT_EQ(-1, delta.moved[0].rank);
551 EXPECT_EQ(base::Time::FromJsTime(4000), delta.moved[0].url.last_forced_time);
552 EXPECT_TRUE(move_to_forced == delta.moved[1].url.url)
    [all...]
top_sites_impl.cc 402 // Check all the URLs in the new set to see which ones are new or just moved.
429 MostVisitedURLWithRank moved; local
430 moved.url = new_list[i];
431 moved.rank = rank;
432 delta->moved.push_back(moved);
798 if (!delta.deleted.empty() || !delta.added.empty() || !delta.moved.empty()) {
802 last_num_urls_changed_ = delta.added.size() + delta.moved.size();
  /frameworks/base/core/java/android/view/
IWindow.aidl 51 void moved(int newX, int newY);
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 230 bool moved = false; local
241 moved |=
257 moved |= animating_controller->Reparent(
263 return moved;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindow.java 56 public void moved(int arg0, int arg1) throws RemoteException { method in class:BridgeWindow
  /external/chromium_org/mojo/public/cpp/bindings/tests/
array_unittest.cc 57 bool moved() const { return moved_; } function in class:mojo::test::__anon13398::MoveOnlyType
300 EXPECT_FALSE(array[i].moved());
306 EXPECT_FALSE(array[i].moved());
314 EXPECT_FALSE(array[i].moved());
322 EXPECT_FALSE(array[i].moved());
330 EXPECT_TRUE(array[i].moved());
334 EXPECT_FALSE(array[i].moved());
392 EXPECT_TRUE(array[i].moved());
407 EXPECT_TRUE(array[i].moved());
  /packages/apps/Mms/src/com/android/mms/transaction/
SmsSingleRecipientSender.java 69 boolean moved = Sms.moveMessageToFolder(mContext, mUri, Sms.MESSAGE_TYPE_OUTBOX, 0);
70 if (!moved) {
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 48 public void moved(int newX, int newY) { method in class:BaseIWindow
  /frameworks/base/services/core/java/com/android/server/power/
WirelessChargerDetector.java 67 * not appear to have moved since it was last undocked because it may
324 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD);
326 Slog.d(TAG, "Check: moved=" + moved
333 return moved;
  /libcore/luni/src/main/java/java/util/
PriorityQueue.java 344 E moved = elements[size]; local
345 elements[index] = moved;
348 if (moved == elements[index]) {
  /frameworks/base/core/java/android/widget/
GridView.java 694 * location. The selection may be moved so that it does not intersect the
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
PriorityBlockingQueue.java 593 E moved = (E) array[n]; local
597 siftDownComparable(i, moved, array, n);
599 siftDownUsingComparator(i, moved, array, n, cmp);
600 if (array[i] == moved) {
602 siftUpComparable(i, moved, array);
604 siftUpUsingComparator(i, moved, array, cmp);
  /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) )
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterGradRepresentation.java 194 boolean moved = true;
198 while (moved) {
199 moved = false;
220 moved = true;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
node_state.js 27 * function can be moved into DescriptionUtil, removing the cvox.ChromeVox
  /external/webrtc/
android-webrtc.mk 25 # TODO(kma): figure out if the above define could be moved to NDK build only.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DeletionHandler.java 61 * @param moved nodes that were moved (e.g. deleted, but also inserted elsewhere)
64 public DeletionHandler(@NonNull List<INode> deleted, @NonNull List<INode> moved,
67 mMoved = moved;
87 // Any widgets that remain (e.g. typically because they were moved) should

Completed in 731 milliseconds

1 2 3 4 5 6 7