HomeSort by relevance Sort by last modified time
    Searched refs:lastSegment (Results 1 - 25 of 33) sorted by null

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
JavaResChangedSet.java 41 if (!ApkBuilder.checkFileForPackaging(iPath.lastSegment(), iPath.getFileExtension())) {
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.cpp 362 SegmentIterator lastSegment = segmentsEnd(span) - 1;
364 if (firstSegment && lastSegment) {
365 ASSERT(firstSegment != lastSegment);
370 if (*lastSegment > maxX)
371 maxX = *lastSegment;
  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 580 SkPath::Verb lastSegment = SkPath::kMove_Verb;
590 lastSegment = SkPath::kLine_Verb;
594 lastSegment = SkPath::kQuad_Verb;
605 lastSegment = SkPath::kQuad_Verb;
609 lastSegment = SkPath::kCubic_Verb;
612 stroker.close(lastSegment == SkPath::kLine_Verb);
619 stroker.done(dst, lastSegment == SkPath::kLine_Verb);
  /external/skia/src/core/
SkStroke.cpp 580 SkPath::Verb lastSegment = SkPath::kMove_Verb;
590 lastSegment = SkPath::kLine_Verb;
594 lastSegment = SkPath::kQuad_Verb;
605 lastSegment = SkPath::kQuad_Verb;
609 lastSegment = SkPath::kCubic_Verb;
612 stroker.close(lastSegment == SkPath::kLine_Verb);
619 stroker.done(dst, lastSegment == SkPath::kLine_Verb);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 198 Object lastSegment = path.getLastSegment();
199 if (lastSegment instanceof CanvasViewInfo) {
200 CanvasViewInfo viewInfo = (CanvasViewInfo) lastSegment;
671 Object lastSegment = path.getLastSegment();
672 if (lastSegment instanceof CanvasViewInfo) {
673 CanvasViewInfo viewInfo = (CanvasViewInfo) lastSegment;
771 Object lastSegment = path.getLastSegment();
772 if (lastSegment instanceof CanvasViewInfo) {
773 infos.add((CanvasViewInfo) lastSegment);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 237 if (SdkConstants.FN_ANDROID_MANIFEST_XML.equals(path.lastSegment())) {
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 166 String leafName = f.getFullPath().removeFileExtension().lastSegment();
  /sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
TraceviewEditor.java 160 dialog.setFileName(oldPath.lastSegment());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 216 String last = path.lastSegment();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 557 IProject refProject = wsRoot.getProject(entry.getPath().lastSegment());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
BuildFileCreator.java 427 SdkConstants.FD_GEN_SOURCES.equals(entry.getPath().lastSegment())) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 309 milliseconds

1 2