/sdk/eclipse/sites/external/web/ |
D | site.xsl | 39 <td class="log-text" id="indent"> 57 <tr><td class="log-text" id="indent">Operating Systems:</td> 58 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@os"/></td> 62 <tr><td class="log-text" id="indent">Windows Systems:</td> 63 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@ws"/></td> 67 <tr><td class="log-text" id="indent">Languages:</td> 68 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@nl"/></td> 72 <tr><td class="log-text" id="indent">Architecture:</td> 73 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@arch"/></td> 111 <td class="log-text" id="indent"> [all …]
|
/sdk/eclipse/sites/internal/web/ |
D | site.xsl | 39 <td class="log-text" id="indent"> 57 <tr><td class="log-text" id="indent">Operating Systems:</td> 58 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@os"/></td> 62 <tr><td class="log-text" id="indent">Windows Systems:</td> 63 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@ws"/></td> 67 <tr><td class="log-text" id="indent">Languages:</td> 68 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@nl"/></td> 72 <tr><td class="log-text" id="indent">Architecture:</td> 73 <td class="log-text" id="indent"><xsl:value-of select="ancestor::feature//@arch"/></td> 111 <td class="log-text" id="indent"> [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | RulesEngine.java | 144 AdtPlugin.log(e, "%s.getDisplayName() failed: %s", in callGetDisplayName() 174 AdtPlugin.log(e, "%s.getContextMenu() failed: %s", in callGetContextMenu() 198 AdtPlugin.log(e, "%s.getDefaultAction() failed: %s", in callGetDefaultActionId() 229 AdtPlugin.log(e, "%s.getContextMenu() failed: %s", in callAddLayoutActions() 255 AdtPlugin.log(e, "%s.getSelectionHint() failed: %s", in callGetSelectionHint() 274 AdtPlugin.log(e, "%s.callPaintSelectionFeedback() failed: %s", in callPaintSelectionFeedback() 297 AdtPlugin.log(e, "%s.onDropEnter() failed: %s", in callOnDropEnter() 323 AdtPlugin.log(e, "%s.onDropMove() failed: %s", in callOnDropMove() 346 AdtPlugin.log(e, "%s.onDropLeave() failed: %s", in callOnDropLeave() 370 AdtPlugin.log(e, "%s.onDropped() failed: %s", in callOnDropped() [all …]
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
D | MultiTouchView.java | 219 private void Loge(String log) { in Loge() argument 220 Log.e(TAG, log); in Loge() 224 private void Logw(String log) { in Logw() argument 225 Log.w(TAG, log); in Logw() 229 private void Logv(String log) { in Logv() argument 230 Log.v(TAG, log); in Logv()
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
D | Socket.java | 206 private void Loge(String log) { in Loge() argument 207 Log.e(TAG, log); in Loge() 210 private void Logw(String log) { in Logw() argument 211 Log.w(TAG, log); in Logw()
|
D | Channel.java | 783 private void Loge(String log) { in Loge() argument 784 mService.addError(log); in Loge() 785 Log.e(TAG, log); in Loge() 788 private void Logw(String log) { in Logw() argument 789 Log.w(TAG, log); in Logw() 792 private void Logv(String log) { in Logv() argument 793 Log.v(TAG, log); in Logv()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/ |
D | AndroidManifestWriter.java | 98 sLogger.log(Level.SEVERE, "Failed to write xml file", e); in saveXmlToFile() 101 sLogger.log(Level.SEVERE, "Failed to write xml file", e); in saveXmlToFile() 121 sLogger.log(Level.SEVERE, "Error parsing file", e); in parse() 124 sLogger.log(Level.SEVERE, "Error parsing file", e); in parse() 127 sLogger.log(Level.SEVERE, "Error parsing file", e); in parse()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
D | PatternBasedDeltaVisitor.java | 65 AdtPlugin.log(IStatus.INFO, "%s (%s): Delta for %s", //$NON-NLS-1$ in PatternBasedDeltaVisitor() 106 AdtPlugin.log(IStatus.INFO, "%s (%s:%s): %s", //$NON-NLS-1$ in visit() 110 AdtPlugin.log(IStatus.INFO, "%s (%s): %s", //$NON-NLS-1$ in visit() 124 AdtPlugin.log(IStatus.INFO, "%s (%s:%s): %s", //$NON-NLS-1$ in visit() 128 AdtPlugin.log(IStatus.INFO, "%s (%s): %s", //$NON-NLS-1$ in visit()
|
D | PostCompilerBuilder.java | 142 AdtPlugin.log(IStatus.INFO, "%s CLEAN(POST)", project.getName()); in clean() 175 AdtPlugin.log(IStatus.INFO, "%s BUILD(POST)", project.getName()); in build() 236 AdtPlugin.log(IStatus.INFO, "%s full build!", project.getName()); in build() 372 AdtPlugin.log(IStatus.INFO, "%s running crunch!", project.getName()); in build() 391 AdtPlugin.log(IStatus.INFO, "%s updating jar!", project.getName()); in build() 537 AdtPlugin.log(IStatus.INFO, "%s running crunch!", project.getName()); in build() 547 AdtPlugin.log(IStatus.INFO, "%s packaging resources!", project.getName()); in build() 592 AdtPlugin.log(IStatus.INFO, "%s running dex!", project.getName()); in build() 630 AdtPlugin.log(IStatus.INFO, "%s making final package!", project.getName()); in build() 650 AdtPlugin.log(e, msg); in build() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | AdtPlugin.java | 497 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$ in readFile() 519 AdtPlugin.log(e, null); in writeFile() 525 AdtPlugin.log(e, null); in writeFile() 546 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$ in fileContains() 563 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$ in fileContains() 608 AdtPlugin.log(e, "Can't read stream"); //$NON-NLS-1$ in streamContains() 615 AdtPlugin.log(e, "Can't read stream"); //$NON-NLS-1$ in streamContains() 713 AdtPlugin.log(e, "Can't read layout file"); //$NON-NLS-1$ 748 AdtPlugin.log(e, "Can't read input stream"); //$NON-NLS-1$ 781 AdtPlugin.log(e, "Failed to read text file '%s'", filepath); //$NON-NLS-1$ [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
D | GlobalProjectMonitor.java | 236 AdtPlugin.log(t,"Failed to call IFileListener.fileChanged"); in visit() 250 AdtPlugin.log(t,"Failed to call IFileListener.folderChanged"); in visit() 284 AdtPlugin.log(t,"Failed to call IProjectListener.projectOpened"); in visit() 293 AdtPlugin.log(t,"Failed to call IProjectListener.projectClosed"); in visit() 305 AdtPlugin.log(t,"Failed to call IProjectListener.projectRenamed"); in visit() 480 AdtPlugin.log(t,"Failed to call IResourceEventListener.resourceChangeEventStart"); in notifyResourceEventStart() 490 AdtPlugin.log(t,"Failed to call IResourceEventListener.resourceChangeEventEnd"); in notifyResourceEventEnd() 519 AdtPlugin.log(t,"Failed to call IProjectListener.projectDeleted");
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/ |
D | MultiTouchChannel.java | 169 private void Loge(String log) { in Loge() argument 170 mService.addError(log); in Loge() 171 Log.e(TAG, log); in Loge()
|
/sdk/dumpeventlog/src/com/android/dumpeventlog/ |
D | DumpEventLog.java | 26 import com.android.ddmlib.log.LogReceiver; 27 import com.android.ddmlib.log.LogReceiver.ILogListener; 28 import com.android.ddmlib.log.LogReceiver.LogEntry;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | AaptQuickFix.java | 95 AdtPlugin.log(e, null); in hasResolutions() 115 AdtPlugin.log(e1, null); in getResolutions() 133 AdtPlugin.log(e, "Can't find range information for %1$s", markerResource); in getResolutions() 201 AdtPlugin.log(e, null); in computeQuickAssistProposals() 249 AdtPlugin.log(e, "Can't look up XML model"); in perform() 314 AdtPlugin.log(e, "Can't open file %1$s", mFile.getName()); in run() 324 AdtPlugin.log(e, "Can't open file %1$s", mFile.getName()); in run() 376 AdtPlugin.log(e, "Can't open file %1$s", file.getName()); in perform()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | RenderLogger.java | 184 boolean log = true; in warning() 189 log = false; in warning() 193 if (log) { in warning() 319 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description); in appendToIdeLog() 321 AdtPlugin.log(severity, "%1$s: %2$s", mName, description); in appendToIdeLog()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | EclipseLintClient.java | 200 public void log(@NonNull Severity severity, @Nullable Throwable exception, in log() method in EclipseLintClient 203 AdtPlugin.log(IStatus.WARNING, format, args); in log() 205 AdtPlugin.log(exception, format, args); in log() 218 AdtPlugin.log(IStatus.ERROR, "Can't find file %1$s in workspace", path); in getXmlParser() 237 AdtPlugin.log(e, "Cannot read XML file"); in getXmlParser() 239 AdtPlugin.log(e, null); in getXmlParser() 436 AdtPlugin.log(e, null); 503 AdtPlugin.log(e, null); 539 AdtPlugin.log(e, null); 557 AdtPlugin.log(e, null); [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/ |
D | ValuesEditorDelegate.java | 84 AdtPlugin.log(IStatus.ERROR, "Error creating nested page"); //$NON-NLS-1$ in delegateCreateFormPages() 85 AdtPlugin.getDefault().getLog().log(e.getStatus()); in delegateCreateFormPages() 114 … AdtPlugin.log(e, "XPath error when trying to find '%s' element in XML.", //$NON-NLS-1$ in delegateXmlModelChanged()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
D | AndroidTargetParser.java | 321 AdtPlugin.log(e, "Problem preloading classes"); //$NON-NLS-1$ in preload() 323 AdtPlugin.log(e, "Problem preloading classes"); //$NON-NLS-1$ in preload() 418 AdtPlugin.log(e, "Failed to read SDK values"); //$NON-NLS-1$ in collectValues() 425 AdtPlugin.log(e, "Failed to read SDK values"); //$NON-NLS-1$ in collectValues() 433 AdtPlugin.log(e, "Failed to read SDK values"); //$NON-NLS-1$ in collectValues() 463 AdtPlugin.log(e, "Android Framework Parser"); //$NON-NLS-1$ in collectLayoutClasses() 512 … AdtPlugin.log(e, "Android Framework Parser: failed to collect preference classes"); //$NON-NLS-1$ in collectPreferenceClasses() 533 AdtPlugin.log(IStatus.WARNING, in collectMenuDefinitions() 559 AdtPlugin.log(IStatus.WARNING, in collectSearchableDefinitions() 584 AdtPlugin.log(IStatus.WARNING, in collectAppWidgetDefinitions()
|
D | Sdk.java | 245 ILogger log = new ILogger() { in loadSdk() local 277 SdkManager manager = SdkManager.createManager(sdkLocation, log); in loadSdk() 285 avdManager = AvdManager.getInstance(manager.getLocalSdk(), log); in loadSdk() 287 log.error(e, "Error parsing the AVDs"); in loadSdk() 377 public @Nullable SdkManager getNewSdkManager(@NonNull ILogger log) { in getNewSdkManager() argument 378 return SdkManager.createManager(getSdkOsLocation(), log); in getNewSdkManager() 521 AdtPlugin.log(IStatus.ERROR, in getProjectState() 541 AdtPlugin.log(IStatus.ERROR, in getProjectState() 641 AdtPlugin.log(e2, null); in handleBuildToolsMarker() 746 AdtPlugin.log(t, "Exception in checkAndLoadTargetData."); //$NON-NLS-1$ in checkAndLoadTargetData() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TemplateWizard.java | 177 AdtPlugin.log(e, null); in performFinish() 188 AdtPlugin.log(e, null); in performFinish() 207 AdtPlugin.log(e, null); in performFinish() 210 AdtPlugin.log(e, null); in performFinish()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/wizards/ |
D | AddNativeWizard.java | 68 Activator.log(e1); in performFinish() 122 Activator.log(e); in performFinish() 125 Activator.log(e); in performFinish()
|
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
D | EventAnalyzer.java | 26 import com.android.ddmlib.log.EventContainer; 27 import com.android.ddmlib.log.EventLogParser; 28 import com.android.ddmlib.log.InvalidTypeException; 29 import com.android.ddmlib.log.LogReceiver; 30 import com.android.ddmlib.log.LogReceiver.ILogListener; 31 import com.android.ddmlib.log.LogReceiver.LogEntry;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/ |
D | Activator.java | 76 public static void log(Exception e) { in log() method in Activator 77 mPlugin.getLog().log(newStatus(e)); in log()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | BaseClasspathContainerInitializer.java | 65 AdtPlugin.log(e2, null); in processError() 90 AdtPlugin.log(e2, null); in processError()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
D | CreateAssetSetWizard.java | 140 AdtPlugin.log(e, null); in performFinish() 155 AdtPlugin.log(e, null); in performFinish() 157 AdtPlugin.log(e, null); in performFinish() 163 AdtPlugin.log(e, null); in performFinish() 185 AdtPlugin.log(e, null); in selectFiles()
|