Home
last modified time | relevance | path

Searched refs:priority (Results 1 – 9 of 9) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintColumn.java507 int priority = getPriority(marker); in getValue() local
508 if (priority > 0) { in getValue()
509 return Integer.toString(priority); in getValue()
DLintList.java926 private void setTopPriority(int priority) {
927 if (priority < 0 || priority >= mPriorities.length) {
932 if (mPriorities[i] == priority) {
944 mPriorities[0] = priority;
945 mDirections[priority] = mDefaultDirections[priority];
/sdk/eclipse/scripts/
D_mk_icons.sh46 icon P green priority
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DPropertyFactory.java183 int priority = 0; in getProperties() local
215 priority += 10; in getProperties()
221 property.setPriority(PRIO_FIRST + priority); in getProperties()
223 property.setPriority(priority); in getProperties()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DBaseProjectHelper.java204 String message, int severity, int priority) throws CoreException { in markProject() argument
212 marker.setAttribute(IMarker.PRIORITY, priority); in markProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
Dmessages.properties77 LogCatPreferencePage_SessionFilterLogLevel=Show logcat view if message priority is atleast:
/sdk/templates/other/Notification/root/src/app_package/
DNotificationHelper.java.ftl90 // Use a default priority (recognized on devices running Android
/sdk/emulator/opengl/host/libs/Translator/include/GL/
Dwglext.h627 …* WINAPI wglAllocateMemoryNV (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
630 … PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, GLfloat priority);
/sdk/eclipse/
Dchanges.txt152 * There are new columns available, such as category, priority,