HomeSort by relevance Sort by last modified time
    Searched defs:log (Results 251 - 275 of 1152) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_osx_support.py 354 from distutils import log namespace
355 log.warn("Compiling with an SDK that doesn't seem to exist: %s",
357 log.warn("Please check your Xcode installation")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 15 from distutils import log namespace
86 log.info('Creating tar archive')
158 log.info("creating '%s' and adding '%s' to it",
170 log.info("adding '%s'" % path)
213 log.debug("changing into '%s'", root_dir)
240 log.debug("changing back to '%s'", save_cwd)
bcppcompiler.py 23 from distutils import log namespace
166 log.debug("skipping %s (up-to-date)", output_filename)
194 log.warn("I don't know what to do with 'runtime_library_dirs': %s",
301 log.debug("skipping %s (up-to-date)", output_filename)
filelist.py 13 from distutils import log namespace
127 log.warn("warning: no files found matching '%s'",
134 log.warn(("warning: no previously-included files "
141 log.warn(("warning: no files found matching '%s' " +
148 log.warn(("warning: no previously-included files matching "
157 log.warn(("warning: no files found matching '%s' " +
166 log.warn(("warning: no previously-included files matching "
173 log.warn("warning: no directories found matching '%s'",
179 log.warn(("no previously-included directories found " +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 17 from distutils import log namespace
325 log.info("building RPMs")
bdist_wininst.py 17 from distutils import log namespace
170 log.info("installing to %s", self.bdist_dir)
197 log.debug("removing temporary file '%s'", arcname)
register.py 16 from distutils import log namespace
90 log.info(response.read())
97 log.info('Server response (%s): %s' % (code, result))
147 Your selection [default 1]: ''', log.INFO)
170 log.INFO)
180 'submissions will be faster.'), log.INFO)
182 self._get_rc_file(), log.INFO)
210 log.info('Server response (%s): %s' % (code, result))
212 log.info('You will receive an email shortly.')
213 log.info(('Follow the instructions in it to
    [all...]
upload.py 16 from distutils import log namespace
164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
181 self.announce(msg, log.INFO)
183 self.announce(str(e), log.ERROR)
191 log.INFO)
194 log.ERROR)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 11 from distutils import log namespace
30 self.old_log = log.info
31 log.info = self._log
34 log.info = self.old_log
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_osx_support.py 354 from distutils import log namespace
355 log.warn("Compiling with an SDK that doesn't seem to exist: %s",
357 log.warn("Please check your Xcode installation")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
archive_util.py 15 from distutils import log namespace
86 log.info('Creating tar archive')
158 log.info("creating '%s' and adding '%s' to it",
170 log.info("adding '%s'" % path)
213 log.debug("changing into '%s'", root_dir)
240 log.debug("changing back to '%s'", save_cwd)
bcppcompiler.py 23 from distutils import log namespace
166 log.debug("skipping %s (up-to-date)", output_filename)
194 log.warn("I don't know what to do with 'runtime_library_dirs': %s",
301 log.debug("skipping %s (up-to-date)", output_filename)
filelist.py 13 from distutils import log namespace
127 log.warn("warning: no files found matching '%s'",
134 log.warn(("warning: no previously-included files "
141 log.warn(("warning: no files found matching '%s' " +
148 log.warn(("warning: no previously-included files matching "
157 log.warn(("warning: no files found matching '%s' " +
166 log.warn(("warning: no previously-included files matching "
173 log.warn("warning: no directories found matching '%s'",
179 log.warn(("no previously-included directories found " +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 17 from distutils import log namespace
325 log.info("building RPMs")
bdist_wininst.py 17 from distutils import log namespace
170 log.info("installing to %s", self.bdist_dir)
197 log.debug("removing temporary file '%s'", arcname)
register.py 16 from distutils import log namespace
90 log.info(response.read())
97 log.info('Server response (%s): %s' % (code, result))
147 Your selection [default 1]: ''', log.INFO)
170 log.INFO)
180 'submissions will be faster.'), log.INFO)
182 self._get_rc_file(), log.INFO)
210 log.info('Server response (%s): %s' % (code, result))
212 log.info('You will receive an email shortly.')
213 log.info(('Follow the instructions in it to
    [all...]
upload.py 16 from distutils import log namespace
164 self.announce("Submitting %s to %s" % (filename, self.repository), log.INFO)
181 self.announce(msg, log.INFO)
183 self.announce(str(e), log.ERROR)
191 log.INFO)
194 log.ERROR)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dir_util.py 11 from distutils import log namespace
30 self.old_log = log.info
31 log.info = self._log
34 log.info = self.old_log
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PatternBasedDeltaVisitor.java 65 AdtPlugin.log(IStatus.INFO, "%s (%s): Delta for %s", //$NON-NLS-1$
106 AdtPlugin.log(IStatus.INFO, "%s (%s:%s): %s", //$NON-NLS-1$
110 AdtPlugin.log(IStatus.INFO, "%s (%s): %s", //$NON-NLS-1$
124 AdtPlugin.log(IStatus.INFO, "%s (%s:%s): %s", //$NON-NLS-1$
128 AdtPlugin.log(IStatus.INFO, "%s (%s): %s", //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLMultiPageEditorPart.java 78 AdtPlugin.log(e, e.getMessage(), null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
ExportEditor.java 70 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/
OtherXmlEditorDelegate.java 76 AdtPlugin.log(e, "Error creating nested page"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/
ValuesEditorDelegate.java 84 AdtPlugin.log(IStatus.ERROR, "Error creating nested page"); //$NON-NLS-1$
85 AdtPlugin.getDefault().getLog().log(e.getStatus());
114 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/launch/
ActivityLaunchAction.java 84 // we didn't get the output but that's ok, just log it
85 AdtPlugin.log(e, "No command output when running: '%1$s' on device %2$s", command,
JUnitLaunchConfigDelegate.java 130 AdtPlugin.log(e, "Could not find a valid junit.jar");

Completed in 468 milliseconds

<<11121314151617181920>>