HomeSort by relevance Sort by last modified time
    Searched defs:otherIndex (Results 1 - 25 of 47) sorted by null

1 2

  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 101 int otherIndex = otherComparableConstant.thisIndex;
103 return thisIndex < otherIndex ? -1 :
104 thisIndex == otherIndex ? 0 :
171 int otherIndex = otherInvokeDynamicConstant.getBootstrapMethodAttributeIndex();
173 result = index < otherIndex ? -1 :
174 index > otherIndex ? 1 :
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorImagePatch.h 332 const Index otherIndex = (NumDims == 4) ? 0 : index / m_fastOtherStride;
333 const Index patch2DIndex = (NumDims == 4) ? patchIndex : (index - otherIndex * m_otherStride) / m_fastPatchStride;
358 const Index inputIndex = depth + origInputRow * m_rowInputStride + origInputCol * m_colInputStride + otherIndex * m_patchInputStride;
377 const Index otherIndex = (NumDims == 4) ? 0 : indices[0] / m_fastOtherStride;
378 eigen_assert(otherIndex == indices[1] / m_fastOtherStride);
384 const Index patch2DIndex = (NumDims == 4) ? patchIndex : (indices[0] - otherIndex * m_otherStride) / m_fastPatchStride;
385 eigen_assert(patch2DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
413 const Index inputIndex = depth + inputRows[0] * m_rowInputStride + inputCols[0] * m_colInputStride + otherIndex * m_patchInputStride;
TensorVolumePatch.h 363 const Index otherIndex = (NumDims == 5) ? 0 : index / m_fastOtherStride;
364 const Index patch3DIndex = (NumDims == 5) ? patchIndex : (index - otherIndex * m_otherStride) / m_fastPatchStride;
403 otherIndex * m_otherInputStride;
424 const Index otherIndex = (NumDims == 5) ? 0 : indices[0] / m_fastOtherStride;
425 eigen_assert(otherIndex == indices[1] / m_fastOtherStride);
431 const Index patch3DIndex = (NumDims == 5) ? patchIndex : (indices[0] - otherIndex * m_otherStride) / m_fastPatchStride;
432 eigen_assert(patch3DIndex == (indices[1] - otherIndex * m_otherStride) / m_fastPatchStride);
490 otherIndex * m_otherInputStride;
  /frameworks/base/services/core/java/com/android/server/am/
RecentTasks.java 590 int otherIndex = indexOf(other);
591 if (otherIndex >= 0) {
597 taskIndex = otherIndex+1;
601 taskIndex = otherIndex;
    [all...]
  /external/icu/icu4c/source/i18n/
msgfmt.cpp     [all...]
  /external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java     [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.1/
proguard-base-5.3.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.2/
proguard-base-5.3.2.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
shadows-core-v16-3.1.1.jar 

Completed in 309 milliseconds

1 2