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

  /external/webkit/JavaScriptCore/wtf/
SegmentedVector.h 220 size_t segmentCount = m_size / SegmentSize;
222 ++segmentCount;
223 segmentCount = std::max<size_t>(segmentCount, 1); // We always have at least our inline segment.
231 for (size_t i = segmentCount - 1; i < end; ++i)
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java 605 int segmentCount = 1;
606 while (segmentCount < concurrencyLevel) {
608 segmentCount <<= 1;
611 segmentMask = segmentCount - 1;
612 this.segments = newSegmentArray(segmentCount);
618 int segmentCapacity = initialCapacity / segmentCount;
619 if (segmentCapacity * segmentCount < initialCapacity) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BaseBuilder.java 101 int segmentCount = pathSegments.length;
103 for (int i = 0 ; i < segmentCount; i++) {
PreCompilerDeltaVisitor.java 434 mIsGenSourceFolder = path.segmentCount() == 2 &&
441 if (count == path.segmentCount()) {
ResourceManagerBuilder.java 134 if (path.segmentCount() == 2 &&
PreCompilerBuilder.java     [all...]
  /frameworks/base/core/java/android/content/
ContentService.java 610 int segmentCount = countUriSegments(uri);
611 if (index >= segmentCount) {
614 } else if (index < segmentCount){
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 184 if (path.segmentCount() == 3) {
272 if (path.segmentCount() == 4) {
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectHelper.java 187 String name = path.segment(path.segmentCount()-1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 376 if (path.segmentCount() == 4) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
RenamePackageAction.java 539 if (path.segmentCount() == 4) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 727 wsFolderPath.segmentCount() > 1 &&
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 398 milliseconds