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

  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 62 private final int thisIndex;
72 this.thisIndex = index;
79 return thisIndex;
101 int otherIndex = otherComparableConstant.thisIndex;
103 return thisIndex < otherIndex ? -1 :
104 thisIndex == otherIndex ? 0 :
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.cpp 81 int thisIndex = coincidence.fSegments[0];
82 SkOpSegment& thisOne = fSegments[thisIndex];
146 int thisIndex = coincidence.fSegments[0];
152 if (thisIndex == innerThisIndex) {
160 if (this == innerOtherContour && thisIndex == innerThisIndex) {
214 int thisIndex = coincidence.fSegments[0];
215 const SkOpSegment* thisOne = &fSegments[thisIndex];
301 int thisIndex = coincidence.fSegments[0];
307 if (thisIndex == innerThisIndex) {
315 if (this == innerOtherContour && thisIndex == innerThisIndex)
    [all...]
  /external/skia/src/pathops/
SkOpContour.cpp 66 int thisIndex = coincidence.fSegments[0];
67 SkOpSegment& thisOne = fSegments[thisIndex];
138 int thisIndex = coincidence.fSegments[0];
144 if (thisIndex == innerThisIndex) {
152 if (this == innerOtherContour && thisIndex == innerThisIndex) {
206 int thisIndex = coincidence.fSegments[0];
207 const SkOpSegment* thisOne = &fSegments[thisIndex];
290 int thisIndex = coincidence.fSegments[0];
296 if (thisIndex == innerThisIndex) {
304 if (this == innerOtherContour && thisIndex == innerThisIndex)
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 495 const SlotIndex &thisIndex = beginIndex();
497 return thisIndex < otherIndex;
553 const SlotIndex &thisIndex = beginIndex();
555 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
  /external/skia/tests/
PathOpsDebug.cpp 155 int thisIndex = coin.fSegments[0];
156 const SkOpSegment& s1 = fSegments[thisIndex];
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 287 int thisIndex = coin.fSegments[0];
288 const SkOpSegment& s1 = fSegments[thisIndex];
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 246 final int thisIndex = i;
258 Log.d(TAG, "anim " + thisIndex + " update: " + val +
264 mDragOutlineAlphas[thisIndex] = (Float) animation.getAnimatedValue();
265 CellLayout.this.invalidate(mDragOutlines[thisIndex]);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 248 final int thisIndex = i;
260 Log.d(TAG, "anim " + thisIndex + " update: " + val +
266 mDragOutlineAlphas[thisIndex] = (Float) animation.getAnimatedValue();
267 CellLayout.this.invalidate(mDragOutlines[thisIndex]);
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.8.0/
sdk-common-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/22.9.2/
sdk-common-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.1/
sdk-common-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/23.0.2/
sdk-common-23.0.2.jar 
  /prebuilts/misc/common/sdk-common/
sdk-common.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.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/misc/common/icu4j/
icu4j.jar 

Completed in 597 milliseconds