HomeSort by relevance Sort by last modified time
    Searched refs:entryCount (Results 26 - 31 of 31) sorted by null

12

  /external/skia/src/effects/
SkGradientShader.cpp 574 const int entryCount = kCache16Count * 2;
575 const size_t allocSize = sizeof(uint16_t) * entryCount;
617 const int entryCount = kCache32Count * 2;
618 const size_t allocSize = sizeof(SkPMColor) * entryCount;
    [all...]
  /frameworks/base/include/utils/
ResourceTypes.h     [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 735 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags);
737 for (ssize_t i=0; i<entryCount; i++) {
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 524 return navigationController()->entryCount() - currentIndex - 1;
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 

Completed in 696 milliseconds

12