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

  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 222 jboolean canAllocate = env->CallStaticBooleanMethod(bridgeClass, method, static_cast<jlong>(bytes));
225 return canAllocate == JNI_TRUE;
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 305 boolean canAllocate = false;
309 canAllocate = pool.getAllocatedCount() + count < pool.getSize();
311 return canAllocate;
    [all...]

Completed in 68 milliseconds