HomeSort by relevance Sort by last modified time
    Searched defs:log (Results 551 - 575 of 963) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 697 AdtPlugin.log(e, "Can't find range information for %1$s", file.getName());
734 AdtPlugin.log(e, "Can't find range information for %1$s", file.getName());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidTextEditor.java 218 AdtPlugin.log(e, "Selecting page '%s' in AndroidXmlEditor failed", defaultPageId);
577 AdtPlugin.log(e, "wrapRewriteSession failed");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 94 AdtPlugin.log(ex, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 217 AdtPlugin.log(IStatus.ERROR, "Failed to get project for UiPackageAttribute"); //$NON-NLS-1$
223 AdtPlugin.log(IStatus.ERROR, "Failed to get editor site for UiPackageAttribute"); //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiElementDetail.java 134 AdtPlugin.log(e, "Detail node failed to commit XML attribute!"); //$NON-NLS-1$
289 AdtPlugin.log(e,
333 AdtPlugin.log(IStatus.INFO,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java 148 AdtPlugin.log(ex, "Could not add suppress annotation");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 168 AdtPlugin.log(e, "Failed to add marker '%1$s' to '%2$s'", //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipant.java 220 RefactoringUtil.log(e);
260 AdtPlugin.log(e, null);
262 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 445 AdtPlugin.log(IStatus.WARNING, "Unexpected delta type: %1$s",
536 AdtPlugin.log(t,
549 AdtPlugin.log(t,
615 AdtPlugin.log(e, null);
635 AdtPlugin.log(e, null);
650 AdtPlugin.log(e, null);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetData.java 336 AdtPlugin.log(throwable, message);
341 AdtPlugin.log(IStatus.ERROR, message);
346 AdtPlugin.log(IStatus.WARNING, message);
350 AdtPlugin.log(IStatus.ERROR,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
SdkSelectionPage.java 341 AdtPlugin.log(IStatus.INFO,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 141 AdtPlugin.log(nufe, null);
159 AdtPlugin.log(nufe, null);
176 AdtPlugin.log(nufe, null);
216 AdtPlugin.log(null, "Unknown asset type %1$s", typeString);
249 AdtPlugin.log(null, "Unknown shape %1$s", shapeString);
272 AdtPlugin.log(null, "Unknown source type %1$s", sourceTypeString);
347 AdtPlugin.log(null, "Unexpected parameter in template thumbnail: %1$s",
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /bootable/recovery/
recovery.cpp 66 static const char *LOG_FILE = "/cache/recovery/log";
71 static const char *TEMPORARY_LOG_FILE = "/tmp/recovery.log";
81 * /cache/recovery/log - OUTPUT - combined log file from recovery run(s)
156 // close a file, log an error if the error indicator is set
239 // How much of the temp log we have copied to the copy in cache.
244 FILE *log = fopen_path(destination, append ? "a" : "w"); local
245 if (log == NULL) {
254 while (fgets(buf, sizeof(buf), tmplog)) fputs(buf, log);
260 check_and_fclose(log, destination)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 863 def log(self, msg): member in class:DebugEventSocketProxy
875 self.log("Waiting for incoming connection on port %d" % self.port)
879 self.log("Accepted connection from %s:%d" % addr)
894 self.log("> %s" % msg)
901 self.log("< %s" % t.rstrip())
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 28 import org.apache.commons.logging.Log;
39 * <code>org.apache.commons.logging.Log</code> to identify the
41 * <li>Use the <code>org.apache.commons.logging.Log</code> system property
51 * <p>If the selected {@link Log} implementation class has a
55 * attributes available to the Log instance, if it so desires.</p>
57 * <p>This factory will remember previously created <code>Log</code> instances
103 * The name (<code>org.apache.commons.logging.Log</code>) of the system
104 * property identifying our {@link Log} implementation class.
107 "org.apache.commons.logging.Log";
115 "org.apache.commons.logging.log";
651 Log log = createLogFromClass( local
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
AbstractHttpClient.java 38 import org.apache.commons.logging.Log;
84 private final Log log = LogFactory.getLog(getClass()); field in class:AbstractHttpClient
664 // Log this exception. The original exception is more
666 this.log.warn("Error consuming content after an exception.", t2);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
KexManager.java 20 import ch.ethz.ssh2.log.Logger;
46 private static final Logger log = Logger.getLogger(KexManager.class); field in class:KexManager
184 log.info("kex_algo=" + np.kex_algo);
189 log.info("server_host_key_algo=" + np.server_host_key_algo);
196 log.info("enc_algo_client_to_server=" + np.enc_algo_client_to_server);
197 log.info("enc_algo_server_to_client=" + np.enc_algo_server_to_client);
204 log.info("mac_algo_client_to_server=" + np.mac_algo_client_to_server);
205 log.info("mac_algo_server_to_client=" + np.mac_algo_server_to_client);
212 log.info("comp_algo_client_to_server=" + np.comp_algo_client_to_server);
213 log.info("comp_algo_server_to_client=" + np.comp_algo_server_to_client)
    [all...]
TransportManager.java 31 import ch.ethz.ssh2.log.Logger;
62 private static final Logger log = Logger.getLogger(TransportManager.class); field in class:TransportManager
498 log.warning("Receive thread: error in receiveLoop: " + e.getMessage());
501 if (log.isDebugEnabled())
503 log.debug("Receive thread: back from receiveLoop");
727 log.debug("Ignoring socket timeout");
743 if (log.isDebugEnabled())
762 log.debug("DEBUG Message from remote: '" + debugMessageBuffer.toString() + "'");
  /external/icu4c/test/intltest/
transapi.cpp 489 UnicodeString log; local
491 log = s + " + " + Data[i+0] + " -> ";
498 log = s + " => ";
502 displayOutput(s, Data[i+1], log, index);
511 UnicodeString log; local
513 log = s + " + " + Data[i+0] + " -> ";
520 log = s + " => ";
524 displayOutput(s, Data[i+1], log, index);
598 UnicodeString log; local
608 log = s + " => "
856 UnicodeString log; local
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmmDNSImpl.java 108 logger.log(Level.WARNING, "Exception ", exception);
217 logger.log(Level.WARNING, "Exception ", exception);
420 logger.log(Level.WARNING, "Exception ", exception);
  /external/jmonkeyengine/engine/src/android/com/jme3/audio/android/
AndroidAudioRenderer.java 41 import android.util.Log;
93 // logger.log(Level.INFO, "updateSourceParam " + param);
196 // logger.log(Level.INFO, "updateListenerParam " + param);
346 logger.log(Level.SEVERE,
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
OGLESContext.java 158 logger.log(Level.INFO, "Display EGL Version: {0}.{1}", new Object[]{version[0], version[1]});
412 //logger.log(Level.INFO, "Time per frame {0}", milliDelta);
468 logger.log(Level.INFO, "requestDialog: title: {0}, initialValue: {1}",
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 116 LOGGER.log(Level.WARNING, "The texture with index: {0} has different UV coordinates type than the first texture! This texture will NOT be loaded!", i + 1);
134 LOGGER.log(Level.WARNING, "The texture with index: {0} is of different dimension than the first one! This texture will NOT be loaded!", i + 1);
389 LOGGER.log(Level.WARNING, "Texture type NOT supported: {0}", texType);
MaterialHelper.java 189 LOGGER.log(Level.INFO, "Loading material.");
199 LOGGER.log(Level.INFO, "Material's name: {0}", materialContext.name);
202 LOGGER.log(Level.WARNING, "Attetion! Many textures found for material: {0}. Only the first of each supported mapping types will be used!", materialContext.name);
322 LOGGER.log(Level.WARNING, "The name of the texture does not contain the texture type value! {0} will not be removed!", name);

Completed in 1742 milliseconds

<<21222324252627282930>>