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

1 23 4 5

  /external/cldr/tools/java/org/unicode/cldr/util/
Pick.java 235 items[weightedIndex.toIndex(target.nextDouble())].addTo(target);
293 for (int i = weightedIndex.toIndex(target.nextDouble()); i > 0; --i) {
390 int c = choice.toIndex(target.nextDouble());
701 public int toIndex(double zeroToOne) {
  /external/doclava/src/com/google/doclava/
Comment.java 165 private int findStartIndexOfInlineTag(String text, int fromIndex, int toIndex) {
166 for (int i = fromIndex; i < (toIndex-3); i++) {
175 private int findEndIndexOfInlineTag(String text, int fromIndex, int toIndex) {
177 for (int i = fromIndex; i < toIndex; i++) {
  /external/guava/guava/src/com/google/common/collect/
ImmutableRangeSet.java 276 int toIndex;
278 toIndex = SortedLists.binarySearch(
282 toIndex = ranges.size();
284 final int length = toIndex - fromIndex;
Constraints.java 225 @Override public List<E> subList(int fromIndex, int toIndex) {
227 delegate.subList(fromIndex, toIndex), constraint);
AbstractMapBasedMultimap.java 842 public List<V> subList(int fromIndex, int toIndex) {
845 getListDelegate().subList(fromIndex, toIndex),
    [all...]
Synchronized.java 378 public List<E> subList(int fromIndex, int toIndex) {
380 return list(delegate().subList(fromIndex, toIndex), mutex);
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
RopeByteString.java 426 int toIndex = offset + length;
427 if (toIndex <= leftLength) {
529 int toIndex = offset + length;
530 if (toIndex <= leftLength) {
  /external/skia/src/gpu/
GrPathProcessor.cpp 66 &v).toIndex();
  /external/skqp/src/gpu/
GrPathProcessor.cpp 66 &v).toIndex();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ImmutableList.java 236 @Override public ImmutableList<E> subList(int fromIndex, int toIndex) {
237 return unsafeDelegateList(Lists.subListImpl(this, fromIndex, toIndex));
AbstractMapBasedMultimap.java 764 public List<V> subList(int fromIndex, int toIndex) {
767 getListDelegate().subList(fromIndex, toIndex),
    [all...]
Synchronized.java 362 public List<E> subList(int fromIndex, int toIndex) {
364 return list(delegate().subList(fromIndex, toIndex), mutex);
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
NodeList.java 452 public List<N> subList(int fromIndex, int toIndex) {
453 return innerList.subList(fromIndex, toIndex);
  /external/proguard/src/proguard/
ConfigurationParser.java     [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowParcel.java 675 int otherIndex = other.toIndex(offset);
676 int otherEndIndex = other.toIndex(offset + length);
767 index = toIndex(pos);
814 private int toIndex(int dataPosition) {
  /external/kotlinc/lib/
kotlin-stdlib.jar 
trove4j.jar 
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.cpp 97 static unsigned toIndex(ID Id) {
109 static unsigned getNumArgs(ID Id) { return Table[toIndex(Id)].NumArgs; }
110 static StringRef getName(ID Id) { return Table[toIndex(Id)].Name; }
    [all...]
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java     [all...]
  /external/cldr/tools/java/libs/
guava.jar 
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /external/libpng/contrib/libtests/
pngvalid.c 578 pixel_copy(png_bytep toBuffer, png_uint_32 toIndex,
585 toIndex *= pixelSize;
591 (littleendian ? toIndex&7 : 8-pixelSize-(toIndex&7));
593 unsigned int destByte = toBuffer[toIndex >> 3] & ~destMask;
601 if ((toIndex & 7) > 0) sourceByte <<= toIndex & 7;
607 if ((toIndex & 7) > 0) sourceByte >>= toIndex & 7;
610 toBuffer[toIndex >> 3] = (png_byte)(destByte | (sourceByte & destMask))
    [all...]
  /external/guice/extensions/persist/lib/
commons-collections.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 

Completed in 1301 milliseconds

1 23 4 5