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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseClasspathContainerInitializer.java 42 * @param markerType the marker type to be used.
46 final String markerType, boolean outputToConsole) {
54 BaseProjectHelper.markProject(project, markerType,
66 markerType,
88 project.deleteMarkers(markerType, true,
99 project.deleteMarkers(markerType, true,
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/checker/condition/
Condition.java 75 protected String markerType;
187 public void setMarkerType(String markerType)
189 this.markerType = markerType;
198 return this.markerType;
ICondition.java 135 public void setMarkerType(String markerType);
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/
PreflightingCorePlugin.java 107 public static boolean addAvailableMarker(String markerType)
109 return PreflightingCorePlugin.availableMarkers.add(markerType);
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/validation/
ValidationResultData.java 111 private String markerType;
151 * @param markerType the type of the problem that will be reported by App Validator.
155 String markerType)
163 this.markerType = markerType;
320 * @return the markerType
324 return markerType;
328 * @param markerType the markerType to set
330 public void setMarkerType(String markerType)
    [all...]
  /tools/motodev/src/plugins/preflighting.samplecheckers.findviewbyid/src/com/motorolamobility/preflighting/samplechecker/findviewbyid/implementation/
FindViewByIdVisitor.java 58 private String markerType;
65 * @param markerType object to keep the checker results
70 public FindViewByIdVisitor(String id, SEVERITY severityLevel, String markerType,
75 this.markerType = markerType;
178 resultData.setMarkerType(markerType);
  /external/webkit/Source/WebCore/editing/
SpellingCorrectionController.cpp 51 static const Vector<DocumentMarker::MarkerType>& markerTypesForAutocorrection()
53 DEFINE_STATIC_LOCAL(Vector<DocumentMarker::MarkerType>, markerTypesForAutoCorrection, ());
63 static const Vector<DocumentMarker::MarkerType>& markerTypesForReplacement()
65 DEFINE_STATIC_LOCAL(Vector<DocumentMarker::MarkerType>, markerTypesForReplacement, ());
195 void SpellingCorrectionController::applyCorrectionPanelInfo(const Vector<DocumentMarker::MarkerType>& markerTypesToAdd)
240 DocumentMarker::MarkerType markerType = markerTypesToAdd[i];
242 if (m_correctionPanelInfo.panelType != CorrectionPanelInfo::PanelTypeReversion && (markerType == DocumentMarker::Replacement || markerType == DocumentMarker::Autocorrected))
244 markers->addMarker(replacementRange.get(), markerType, description)
    [all...]
Editor.cpp     [all...]
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/internal/checker/
CheckerExtensionReader.java 180 String markerType =
191 condition.setMarkerType(markerType);
192 PreflightingCorePlugin.addAvailableMarker(markerType);
  /external/webkit/Source/WebCore/dom/
DocumentMarkerController.cpp 60 void DocumentMarkerController::addMarker(Range* range, DocumentMarker::MarkerType type, String description)
276 DocumentMarker* DocumentMarkerController::markerContainingPoint(const IntPoint& point, DocumentMarker::MarkerType markerType)
278 if (!possiblyHasMarkers(markerType))
295 if (marker.type != markerType)
320 Vector<DocumentMarker> DocumentMarkerController::markersInRange(Range* range, DocumentMarker::MarkerType markerType)
322 if (!possiblyHasMarkers(markerType))
337 if (markerType != it->type)
349 Vector<IntRect> DocumentMarkerController::renderedRectsForMarkers(DocumentMarker::MarkerType markerType
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
BaseBuilder.java 325 protected void stopOnMarker(IProject project, String markerType, int depth,
329 IMarker[] markers = project.findMarkers(markerType, false /*includeSubtypes*/, depth);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtUtils.java 525 * @param markerType the marker type
533 @NonNull String markerType,
539 IMarker[] markers = file.findMarkers(markerType, true, IResource.DEPTH_ZERO);
    [all...]
  /tools/motodev/src/plugins/preflighting.ui/src/com/motorolamobility/preflighting/ui/handlers/
AnalyzeApkHandler.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 679 milliseconds