/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_py.py | 14 from distutils import log namespace 203 log.warn(("package init file '%s' not found " + 212 log.warn("file %s (for module %s) not found", module_file, module)
|
config.py | 20 from distutils import log namespace 160 log.info("removing: %s", ' '.join(filenames)) 237 log.info(ok and "success!" or "failure.") 256 log.info(ok and "success!" or "failure.") 276 log.info(ok and "success!" or "failure.") 345 """Dumps a file content into log.info. 350 log.info('%s' % filename) 352 log.info(head) 355 log.info(file.read())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 57 from distutils import log namespace
|
emxccompiler.py | 29 from distutils import log namespace
|
unixccompiler.py | 27 from distutils import log namespace 148 log.debug("skipping %s (up-to-date)", output_filename) 202 log.debug("skipping %s (up-to-date)", output_filename)
|
util.py | 13 from distutils import log namespace 329 log.info(msg) 409 log.info("writing byte-compilation script '%s'", script_name) 484 log.info("byte-compiling %s to %s", file, cfile_base) 488 log.debug("skipping byte-compilation of %s to %s",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
setuptools_build_ext.py | 17 from distutils import log namespace 209 log.info("writing stub loader for %s to %s",ext._full_name, output_dir)
|
support.py | 11 from distutils import log namespace 12 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL 28 self.threshold = log.set_threshold(log.FATAL) 30 # when log will be replaced by logging 32 self._old_log = log.Log._log 33 log.Log._log = self._log 37 log.set_threshold(self.threshold [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
SdkManagerAction.java | 238 AdtPlugin.log(e, "SDK Manager exec failed"); //$NON-NLS-1# 260 // (normal log is just dropped, which is fine since the SDK Manager has its own 261 // log window now.) 268 // Do not show non-error/warning log in Eclipse. 272 // Do not show non-error/warning log in Eclipse.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ExportScreenshotAction.java | 75 AdtPlugin.log(e, null);
|
RenderLogger.java | 104 sb.append("Exception details are logged in Window > Show View > Error Log"); 126 AdtPlugin.log(IStatus.ERROR, "%1$s: %2$s", mName, description); 140 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description); 146 // Therefore, include these messages in the visible render log, 180 boolean log = true; 185 log = false; 189 if (log) { 190 AdtPlugin.log(IStatus.WARNING, "%1$s: %2$s", mName, description); 203 AdtPlugin.log(throwable, "%1$s: %2$s", mName, description);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RuleLoader.java | 81 AdtPlugin.log(e, "Can't store RuleLoader"); 136 AdtPlugin.log(IStatus.WARNING,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationAttributesPart.java | 133 AdtPlugin.log(IStatus.WARNING,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuEditorDelegate.java | 81 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$ 123 AdtPlugin.log(e, "XPath error when trying to find '%s' element in XML.", //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
ConvertToDpFix.java | 77 AdtPlugin.log(nufe, null);
|
EclipseLintRunner.java | 74 AdtPlugin.log(e, null); 190 AdtPlugin.log(e, null);
|
SetPropertyFix.java | 117 AdtPlugin.log(e, null);
|
TypoFix.java | 99 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceWizard.java | 103 AdtPlugin.log(e, null);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
XmlStringFileHelper.java | 149 AdtPlugin.log(e, "GetResIds failed in %1$s", xmlFileWsPath); //$NON-NLS-1$
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/ |
ResourceNameValidator.java | 177 AdtPlugin.log(e, "Validation failed: %s", e.toString());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
WelcomeWizard.java | 178 AdtPlugin.log(IStatus.WARNING, "No parent shell for SDK installation dialog");
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
CreateFileChange.java | 100 AdtPlugin.log(ioe, null);
|
StringEvaluator.java | 75 AdtPlugin.log(e, null);
|
TemplateWizard.java | 163 AdtPlugin.log(e, null); 174 AdtPlugin.log(e, null); 193 AdtPlugin.log(e, null); 196 AdtPlugin.log(e, null);
|