Searched refs:log (Results 126 - 150 of 969) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DAbstractKernel.java53 static Logger log = Logger.getLogger(AbstractKernel.class.getName()); field in class:AbstractKernel
76 // retrieve them. For now we'll just log it. FIXME
77 log.log( Level.SEVERE, "Unhanddled kernel error", e );
/external/jmonkeyengine/engine/src/test/jme3test/app/
H A DTestChangeAppIcon.java44 private static final Logger log=Logger.getLogger(TestChangeAppIcon.class.getName()); field in class:TestChangeAppIcon
60 log.log(java.util.logging.Level.WARNING, "Unable to load program icons", e);
/external/webkit/Tools/Scripts/webkitpy/common/net/irc/
H A Dircproxy.py33 from webkitpy.common.system.deprecated_logging import log namespace
51 log("Connecting to IRC")
60 log("Disconnecting from IRC...")
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DDefaultServer.java59 static Logger log = Logger.getLogger(DefaultServer.class.getName()); field in class:DefaultServer
322 log.log( Level.FINE, "Registering client for endpoint, pass 1:{0}.", p );
324 log.log( Level.FINE, "Refining client registration for endpoint:{0}.", p );
330 log.log( Level.FINE, "Setting up channel:{0}", channel );
340 log.log( Level.INFO, "Kicking client due to name/version mismatch:{0}.", c );
378 log
[all...]
/external/jmonkeyengine/engine/src/android/com/jme3/app/
H A DAndroidHarness.java134 Logger log = logger;
137 if (log.getHandlers().length == 0) {
138 log = log.getParent();
139 if (log != null) {
140 for (Handler h : log.getHandlers()) {
147 } while (log != null && !bIsLogFormatSet);
192 logger.log(Level.INFO, "Settings: Width {0} Height {1}", new Object[]{s.getWidth(), s.getHeight()});
281 * to the user and print the exception/error to the log.
299 logger.log(Leve
[all...]
/external/android-mock/src/com/google/android/testing/mocking/
H A DProcessorLogger.java85 File log = new File(logFileName);
86 if (!log.exists() && log.getParentFile() != null) {
87 log.getParentFile().mkdirs();
89 return new FileOutputStream(log, true);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/dh/
H A DDhExchange.java11 import ch.ethz.ssh2.log.Logger;
20 private static final Logger log = Logger.getLogger(DhExchange.class); field in class:DhExchange
130 if (log.isInfoEnabled())
132 log.info("Client: '" + StringEncoder.GetString(clientversion) + "'");
133 log.info("Server: '" + StringEncoder.GetString(serverversion) + "'");
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DJmeAndroidSystem.java29 logger.log(Level.INFO, "newAssetManager({0})", configFile);
35 logger.log(Level.INFO, "newAssetManager()");
68 logger.log(Level.SEVERE, "Security error in creating log file", ex);
70 logger.log(Level.INFO, "Running on {0}", getFullName());
110 logger.log(Level.INFO, "Storage Folder Path: {0}", storageFolder.getAbsolutePath());
/external/openssh/contrib/
H A Dfindssl.sh77 rm -f findssl.log
143 (echo "Trying libcrypto $lib" >>findssl.log
149 ${CC} -o conftest conftest.c $lib 2>>findssl.log
173 echo "Trying libcrypto $lib" >>findssl.log
174 ${CC} ${STATIC} -o conftest conftest.c -L${libdir} -lcrypto 2>>findssl.log
/external/webkit/LayoutTests/storage/
H A Dtest-authorizer.js9 log(message + ": " + error.message);
25 log(statementType + " statement succeeded.");
30 log(statementType + " statement failed: " + error.message);
119 function() { log("Write transaction succeeded."); });
144 function() { log("Read transactions succeeded."); terminateTest(); });
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java71 final Logger log = m_log;
72 if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "[" + parentDir + "] [" + archive + "]");
135 if (log.atTRACE2 ()) log.trace2 ("handleArchiveStart", "created temp archive [" + m_tempArchiveFile.getAbsolutePath () + "]");
152 final Logger log = m_log;
153 if (log.atTRACE2 ()) log.trace2 ("handleArchiveEntry", "[" + entry.getName () + "]");
212 if (log.atVERBOSE ()) log
[all...]
/external/speex/libspeex/
H A Dvbr.c95 vbr->last_log_energy[i] = log(MIN_ENERGY);
142 log_energy = log(ener+MIN_ENERGY);
194 short_diff = log((ener+1)/(1+vbr->last_energy));
195 long_diff = log((ener+1)/(1+vbr->average_energy));
240 qual -= 1.0 * (log(3.0 + vbr->consec_noise)-log(3));
247 qual-=0.5*(log(3.0 + vbr->consec_noise)-log(3));
249 qual-=0.5*(log(3.0 + vbr->consec_noise)-log(
[all...]
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestAddCookies.java72 private final Log log = LogFactory.getLog(getClass()); field in class:RequestAddCookies
91 this.log.info("Cookie store not available in HTTP context");
99 this.log.info("CookieSpec registry not available in HTTP context");
118 if (this.log.isDebugEnabled()) {
119 this.log.debug("CookieSpec selected: " + policy);
154 if (this.log.isDebugEnabled()) {
155 this.log.debug("Cookie " + cookie + " match " + cookieOrigin);
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dharness.js12 console.log('Initializing harness...');
19 console.log('Filesystem found.');
61 return console.log('Filesystem reset.');
63 console.log('Remove: ' + dirEntry.name);
106 console.log('Wrote: ' + currentDest.fullPath);
107 //console.log(writer);
108 //console.log(currentDest);
125 console.log('Import complete: ' + importCount + ' file(s)');
135 console.log('Start import: ' + files.length + ' file(s)');
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglContext.java74 logger.log(Level.FINE, "Running on thread: {0}", Thread.currentThread().getName());
76 logger.log(Level.INFO, "Adapter: {0}", Display.getAdapter());
77 logger.log(Level.INFO, "Driver Version: {0}", Display.getVersion());
80 logger.log(Level.INFO, "Vendor: {0}", vendor);
83 logger.log(Level.INFO, "OpenGL Version: {0}", version);
86 logger.log(Level.INFO, "Renderer: {0}", renderGl);
90 logger.log(Level.INFO, "GLSL Ver: {0}", shadingLang);
/external/qemu/android/build/
H A Dcommon.sh25 log () function
159 TMPL=/tmp/android-$$-test.log
189 log "Check32Bits: Forcing generation of 32-bit binaries (--try-64 to disable)"
200 log "Mingw : Checking for Linux host"
206 log "Mingw : Checking for mingw32 installation"
276 log "CC : compiler check ok ($CC)"
295 log "LD : linker check ok ($LD)"
300 log "AR : archiver ($AR)"
304 # stores the error log into $TMPL
312 # try to link the recently built file into an executable. error log i
[all...]
/external/qemu/
H A Dandroid-configure.sh203 log "Prebuilt : CCACHE=$CCACHE"
205 log "Prebuilt : CCACHE can't be found"
217 log "Targets : TARGETS=$OPTION_TARGETS"
224 log "Tools : Found tools revision number $ANDROID_SDK_TOOLS_REVISION"
226 log "Tools : Could not locate $TOOLS_PROPS !?"
233 log "GLES : Probing for headers"
236 log "GLES : Headers in $GLES_INCLUDE"
244 log "GLES : Probing for host libraries"
259 log "GLES : Probing for headers"
262 log "GLE
[all...]
/external/apache-http/src/org/apache/http/impl/client/
H A DDefaultRequestDirector.java112 private final Log log = LogFactory.getLog(getClass()); field in class:DefaultRequestDirector
335 this.log.debug("Stale connection check");
337 this.log.debug("Stale connection detected");
372 if (this.log.isDebugEnabled()) {
373 this.log.debug(ex.getMessage());
425 if (this.log.isDebugEnabled()) {
426 this.log.debug("Attempt " + execCount + " to execute request");
432 this.log.debug("Closing the connection.");
435 if (this.log.isInfoEnabled()) {
436 this.log
[all...]
/external/ipsec-tools/src/racoon/
H A Dlogger.c63 struct log *
68 struct log *p;
70 p = (struct log *)racoon_malloc(sizeof(*p));
104 struct log *p;
117 * write out string to the log file, as is.
123 struct log *p;
140 log_vprint(struct log *p, const char *fmt, ...)
161 log_vaprint(struct log *p, const char *fmt, va_list ap)
177 * write out content of ring buffer, and reclaim the log structure
181 struct log *
[all...]
/external/webkit/Tools/Scripts/
H A Dcommit-log-editor30 # Script to put change log comments in as default check-in comment.
48 print "Usage: [--help] [--regenerate-log] <log file>\n";
57 my $regenerateLog = checkForArgumentAndRemoveFromARGV("--regenerate-log");
58 my $log = $ARGV[0];
59 if (!$log) {
108 open LOG, $log or die "Could not open the log file.";
121 # $_ contains the current git log message
122 # (without the log commen
[all...]
/external/apache-http/src/org/apache/commons/logging/impl/
H A DSimpleLog.java35 * <p>Simple implementation of Log that sends all enabled log messages,
43 * <li><code>org.apache.commons.logging.simplelog.log.xxxxx</code> -
91 /** Include the instance name in the log message? */
93 /** Include the short name ( last component ) of the logger in the log
98 /** Include the current time in the log message */
100 /** The date and time format to use in the log message */
184 /** The name of this simple log instance */
186 /** The current log level */
188 /** The short name of this simple log instance */
195 * Construct a simple log wit
277 protected void log(int type, Object message, Throwable t) { method in class:SimpleLog
[all...]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3Client.java19 import ch.ethz.ssh2.log.Logger;
69 private static final Logger log = Logger.getLogger(SFTPv3Client.class); field in class:SFTPv3Client
102 log.debug("Opening session and starting SFTP subsystem.");
129 log.debug("Read packet " + packet);
134 log.debug("Write packet " + packet);
326 log.debug("SSH_FILEXFER_ATTR_SIZE");
332 log.debug("SSH_FILEXFER_ATTR_V3_UIDGID");
339 log.debug("SSH_FILEXFER_ATTR_PERMISSIONS");
345 log.debug("SSH_FILEXFER_ATTR_V3_ACMODTIME");
355 log
[all...]
/external/jmonkeyengine/engine/src/tools/jme3tools/savegame/
H A DSaveGame.java43 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error creating save file!");
49 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error creating save file!");
56 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error saving data: {0}", ex1);
65 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error saving data: {0}", ex1);
104 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error loading data: {0}", ex);
111 Logger.getLogger(SaveGame.class.getName()).log(Level.SEVERE, "Error loading data: {0}", ex);
/external/llvm/utils/crosstool/ARM/
H A Dbuild-install-linux.sh86 echo "=> $message; log in $log_file"
92 echo "Error occurred: see most recent log file for details."
146 runAndLog "Configuring LLVM" ${LLVM_OBJ_DIR}/llvm-configure.log \
153 runAndLog "Building LLVM" ${LLVM_OBJ_DIR}/llvm-build.log \
155 runAndLog "Installing LLVM" ${LLVM_OBJ_DIR}/llvm-install.log \
174 runAndLog "Configuring LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-configure.log \
185 runAndLog "Building LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-build.log \
187 runAndLog "Installing LLVM-GCC" ${LLVMGCC_OBJ_DIR}/llvmgcc-install.log \
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/util/
H A DTimeoutService.java14 import ch.ethz.ssh2.log.Logger;
29 private static final Logger log = Logger.getLogger(TimeoutService.class); field in class:TimeoutService
92 log.warning("Exeception in Timeout handler:" + e.getMessage() + "(" + sw.toString() + ")");

Completed in 365 milliseconds

1234567891011>>