HomeSort by relevance Sort by last modified time
    Searched refs:curCount (Results 1 - 4 of 4) sorted by null

  /system/core/libutils/
RefBase.cpp 437 int32_t curCount = impl->mStrong;
439 ALOG_ASSERT(curCount >= 0,
442 while (curCount > 0 && curCount != INITIAL_STRONG_VALUE) {
445 if (android_atomic_cmpxchg(curCount, curCount+1, &impl->mStrong) == 0) {
450 curCount = impl->mStrong;
453 if (curCount <= 0 || curCount == INITIAL_STRONG_VALUE) {
460 if (curCount <= 0)
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 609 jsize curCount = 0;
612 curCount = env->GetArrayLength(lastArray);
630 if (curPos >= curCount) {
631 jsize newCount = (curCount == 0) ? 10 : (curCount*2);
640 memcpy(newData, curData, sizeof(jint)*curCount);
644 curCount = newCount;
658 while (curPos < curCount) {
  /external/chromium_org/third_party/skia/debugger/QT/
SkDebuggerGUI.cpp 591 QString curCount = QString::number(fListWidget.count());
    [all...]
  /external/skia/debugger/QT/
SkDebuggerGUI.cpp 591 QString curCount = QString::number(fListWidget.count());
    [all...]

Completed in 128 milliseconds