HomeSort by relevance Sort by last modified time
    Searched refs:initialSize (Results 51 - 75 of 168) sorted by null

1 23 4 5 6 7

  /external/guava/guava/src/com/google/common/collect/
MinMaxPriorityQueue.java 910 int initialSize = ((Collection<?>) initialContents).size();
911 result = Math.max(result, initialSize);
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 207 int initialSize = computeInitialSampleSize(options, minSideLength,
211 if (initialSize <= 8) {
213 while (roundedSize < initialSize) {
217 roundedSize = (initialSize + 7) / 8 * 8;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 110 int initialSize = 75;
111 mClassToView = new HashMap<String, ViewData>(initialSize);
118 assert mClassToView.size() <= initialSize;
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c 1080 ANTLR3_UINT32 initialSize;
1086 initialSize = sizeHint;
1090 initialSize = ANTLR3_VECTOR_INTERNAL_SIZE;
1095 vector->elements = (pANTLR3_VECTOR_ELEMENT)ANTLR3_MALLOC((size_t)(sizeof(ANTLR3_VECTOR_ELEMENT) * initialSize));
1111 vector->elementsSize = initialSize; // Available entries
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 103 setSize(scope.fontDescription(), FontBuilder::initialSize());
StyleBuilderConverter.cpp 179 return FontBuilder::initialSize();
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 67 static PassRefPtr<FrameView> create(LocalFrame*, const IntSize& initialSize);
FrameView.cpp 143 PassRefPtr<FrameView> FrameView::create(LocalFrame* frame, const IntSize& initialSize)
146 view->Widget::setFrameRect(IntRect(view->location(), initialSize));
147 view->setLayoutSizeInternal(initialSize);
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
xsltInternals.h 503 xsltPointerListCreate (int initialSize);
511 int initialSize);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/guava/guava-tests/test/com/google/common/collect/
TableCollectionTest.java     [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c 417 int initialSize)
420 if (initialSize <= 0)
421 initialSize = 1;
423 initialSize * sizeof(void *));
430 list->size = initialSize;
454 xmlPointerListCreate(int initialSize)
465 if (initialSize > 0) {
466 xmlPointerListAddSize(ret, NULL, initialSize);
    [all...]
xmlschemas.c     [all...]
  /external/libxml2/
xpath.c 494 int initialSize)
497 if (initialSize <= 0)
498 initialSize = 1;
499 list->items = (void **) xmlMalloc(initialSize * sizeof(void *));
506 list->size = initialSize;
535 xmlPointerListCreate(int initialSize)
546 if (initialSize > 0) {
547 xmlPointerListAddSize(ret, NULL, initialSize);
    [all...]
xmlschemas.c     [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/devtools/tools/lib/
lint-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.2.0/
lint-api-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.0/
lint-api-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.4.2/
lint-api-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.5.0/
lint-api-22.5.0.jar 

Completed in 1982 milliseconds

1 23 4 5 6 7