/external/webkit/Source/WebKit/win/ |
WebHistory.cpp | 507 int newCount = CFArrayGetCount(entries); 510 *count = newCount; 514 if (*count < newCount) { 515 *count = newCount; 519 *count = newCount; 520 for (int i = 0; i < newCount; i++) { [all...] |
/packages/inputmethods/LatinIME/native/src/ |
unigram_dictionary.cpp | 591 // newCount, their position in newChildrenPosition, the traverseAllNodes flag in 597 // given level, as output into newCount when traversing this level's parent. 599 Correction *correction, int *newCount, [all...] |
/external/guava/src/com/google/common/collect/ |
ImmutableMultiset.java | 236 public boolean setCount(E element, int oldCount, int newCount) {
|
LinkedListMultimap.java | 654 public boolean setCount(K element, int oldCount, int newCount) { 655 return setCountImpl(this, element, oldCount, newCount);
|
Synchronized.java | 542 public boolean setCount(E element, int oldCount, int newCount) { 544 return delegate().setCount(element, oldCount, newCount); [all...] |
/frameworks/base/core/jni/ |
android_util_Process.cpp | 575 jsize newCount = (curCount == 0) ? 10 : (curCount*2); 576 jintArray newArray = env->NewIntArray(newCount); 588 curCount = newCount;
|
android_server_BluetoothEventLoop.cpp | 623 int newCount = --nat->pollMemberCount; 625 nat->pollData[y].fd = nat->pollData[newCount].fd; 626 nat->pollData[y].events = nat->pollData[newCount].events; 627 nat->pollData[y].revents = nat->pollData[newCount].revents; 628 nat->watchData[y] = nat->watchData[newCount]; [all...] |
/external/skia/src/animator/ |
SkDisplayApply.cpp | 109 int newCount = fActive->fAnimators.count(); 110 for (int index = oldCount; index < newCount; index++)
|
/external/webkit/Source/JavaScriptCore/parser/ |
JSParser.cpp | [all...] |
/packages/apps/Email/src/com/android/email/service/ |
MailService.java | 561 * @param newCount the number of new messages, or -1 if not being reported (don't update) 564 private AccountSyncReport updateAccountReport(long accountId, int newCount) {
|
/frameworks/base/core/java/android/widget/ |
FastScroller.java | 435 void onItemCountChanged(int oldCount, int newCount) {
|
/external/webkit/Tools/Scripts/ |
old-run-webkit-tests | [all...] |
/prebuilt/common/eclipse/ |
org.eclipse.jface_3.4.2.M20090107-0800.jar | |