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

  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
IntVec.java 46 public IntVec(int startSize) {
47 data = new int[startSize];
  /external/icu4c/layout/
DeviceTables.h 23 le_uint16 startSize;
DeviceTables.cpp 23 le_uint16 start = SWAPW(startSize);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbarTheme.cpp 57 int startSize;
59 buttonSizesAlongTrackAxis(scrollbar, startSize, endSize);
60 return (startSize + endSize) <= (scrollbar->orientation() == HorizontalScrollbar ? scrollbar->width() : scrollbar->height());
  /dalvik/vm/alloc/
HeapSource.cpp 110 size_t startSize;
592 GcHeap* dvmHeapSourceStartup(size_t startSize, size_t maximumSize,
603 if (!(startSize <= growthLimit && growthLimit <= maximumSize)) {
605 startSize, maximumSize, growthLimit);
622 msp = createMspace(base, kInitialMorecoreStart, startSize);
643 hs->startSize = startSize;
646 hs->idealSize = startSize;
651 hs->nativeFootprintGCWatermark = startSize;
652 hs->nativeFootprintLimit = startSize * 2
    [all...]
Copying.cpp 440 GcHeap *dvmHeapSourceStartup(size_t startSize, size_t absoluteMaxSize)
445 assert(startSize <= absoluteMaxSize);
450 heapSource->minimumSize = alignUp(startSize, BLOCK_SIZE);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleEmitter.java 104 private float startSize = 0.2f;
755 return startSize;
765 * @param startSize the start size of the particles spawned.
767 public void setStartSize(float startSize) {
768 this.startSize = startSize;
839 p.size = startSize;
955 p.size = FastMath.interpolateLinear(b, startSize, endSize);
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.cpp 380 int startSize = Codecs.Size();
382 used = (Codecs.Size() != startSize);
385 startSize = Formats.Size();
387 used = used || (Formats.Size() != startSize);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh     [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 146 const unsigned startSize = Buf.size();
150 return startSize == endSize;
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
PhotoViewActivity.java     [all...]
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
PhotoViewActivity.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 122 int startSize = sizeOf(map1);
128 startSize, sizeOf(map1));
137 startSize, sizeOf(map2));
    [all...]
  /external/zxing/core/
core.jar 

Completed in 2267 milliseconds