HomeSort by relevance Sort by last modified time
    Searched defs:toSize (Results 1 - 3 of 3) sorted by null

  /frameworks/native/libs/utils/
LinearAllocator.cpp 203 static const char* toSize(size_t value, float& result) {
219 prettySuffix = toSize(mTotalAllocated, prettySize);
221 prettySuffix = toSize(mWastedSpace, prettySize);
  /external/icu4c/test/cintltst/
cldrtest.c 577 int32_t toSize = ures_getSize(fromArray);
581 if (fromSize > toSize) {
582 fromSize = toSize;
    [all...]
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 164 unsigned toSize = to.operations().size();
165 unsigned size = max(fromSize, toSize);
168 RefPtr<TransformOperation> toOp = (i < toSize) ? to.operations()[i].get() : 0;
    [all...]

Completed in 148 milliseconds