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

<<21222324252627282930>>

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
ChannelManager.java 14 import ch.ethz.ssh2.log.Logger;
41 private static final Logger log = Logger.getLogger(ChannelManager.class); field in class:ChannelManager
244 log.debug("Closing all X11 channels for the given fake cookie");
284 log.debug("Closing all channels");
337 log.debug("Sent SSH_MSG_CHANNEL_CLOSE (channel " + c.localID + ")");
364 log.debug("Sent EOF (Channel " + c.localID + "/" + c.remoteID + ")");
506 log.debug("Requesting a remote forwarding ('" + bindAddress + "', " + bindPort + ")");
546 log.debug("Requesting cancelation of remote forward ('" + rfd.bindAddress + "', " + rfd.bindPort + ")");
600 log.debug("Sending SSH_MSG_CHANNEL_OPEN (Channel " + c.localID + ")");
667 log.debug("Requesting X11 forwarding (Channel " + c.localID + "/" + c.remoteID + ")")
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 114 // 53*log(2)/log(10) = 15.95
455 IntlTest::gTest->log( message );
786 * Adds given string to the log if we are in verbose mode.
788 void IntlTest::log( const UnicodeString &message ) function in class:IntlTest
796 * Adds given string to the log if we are in verbose mode. Adds a new line to
814 * Unconditionally adds given string to the log.
822 * Unconditionally adds given string to the log. Adds a new line to
900 void IntlTest::log(const char *fmt, ...) function in class:IntlTest
910 log(UnicodeString(buffer, ""))
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
ServiceInfoImpl.java 850 logger.log(Level.WARNING, "Malformed TXT Field ", exception);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
Material.java 381 logger.log(Level.WARNING, "Material parameter {0} uses a deprecated naming convention use {1} instead ", new Object[]{name, newName});
388 logger.log(Level.WARNING, "Material parameter being set: {0} with "
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Camera.java 249 logger.log(Level.INFO, "Camera created (W: {0}, H: {1})", new Object[]{width, height});
768 logger.log(Level.WARNING, "Invalid aspect given to setFrustumPerspective: {0}", aspect);
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java 149 logger.log(Level.SEVERE, "Failed to load audio library", ex);
153 logger.log(Level.SEVERE, "Failed to load audio library", ex);
157 logger.log(Level.SEVERE, "Failed to load audio library", ex);
165 logger.log(Level.FINER, "Audio Device: {0}", deviceName);
166 logger.log(Level.FINER, "Audio Vendor: {0}", alGetString(AL_VENDOR));
167 logger.log(Level.FINER, "Audio Renderer: {0}", alGetString(AL_RENDERER));
168 logger.log(Level.FINER, "Audio Version: {0}", alGetString(AL_VERSION));
189 logger.log(Level.INFO, "AudioRenderer supports {0} channels", channels.length);
199 logger.log(Level.INFO, "Audio effect extension version: {0}.{1}", new Object[]{major, minor});
203 logger.log(Level.INFO, "Audio max auxilary sends: {0}", auxSends);
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 110 logger.log(Level.WARNING, "Your graphics card does not "
124 logger.log(Level.INFO, "Reseting objects and invalidating state");
131 logger.log(Level.INFO, "Deleting objects and invalidating state");
290 logger.log(Level.WARNING, "Point Sprite unsupported!");
763 logger.log(Level.WARNING, "Invalid texture: {0}\n"
    [all...]
  /external/quake/quake/src/QW/server/
server.h 79 // the master buffer is used for building log packets
241 // log messages are used so that fraglog processes can get stats
244 sizebuf_t log[2]; member in struct:__anon14371
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 182 * Log GL calls to the system log at "verbose" level with tag "GLSurfaceView".
1002 Writer log = null; local
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_win.cpp 572 WORD log[2]; local
576 fDDC, &fSC, c, 2, 1, &si[0].a, &index, log, &vsa, &glyphs)));
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 770 WORD log[2]; local
774 fDDC, &fSC, c, 2, 1, &si[0].a, &index, log, &vsa, &glyphs)));
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAPI.js 99 log: function(message)
101 extensionServer.sendRequest({ command: "log", message: message });
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 45 import static android.util.Log.d;
377 graph.log(getResources(), RULES_VERTICAL);
379 graph.log(getResources(), RULES_HORIZONTAL);
1764 void log(Resources resources, int... rules) { method in class:RelativeLayout.DependencyGraph
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
StateMachine.java 24 import android.util.Log;
135 * It responds with "Hello World" being printed to the log for every message.</p>
152 log("Hello World");
174 enter { log("mP1.enter"); }
175 exit { log("mP1.exit"); }
189 enter { log("mS1.enter"); }
190 exit { log("mS1.exit"); }
201 enter { log("mS2.enter"); }
202 exit { log("mS2.exit"); }
219 log("mP2.enter")
1967 protected void log(String s) { method in class:StateMachine
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 36 import android.util.Log;
201 * Log GL calls to the system log at "verbose" level with tag "GLSurfaceView".
582 Log.d(TAG, "onAttachedToWindow reattach =" + mDetached);
606 Log.d(TAG, "onDetachedFromWindow");
778 Log.e("DefaultContextFactory", "display:" + display + " context: " + context);
780 Log.i("DefaultContextFactory", "tid=" + Thread.currentThread().getId());
816 Log.e(TAG, "eglCreateWindowSurface", e);
1122 Writer log = null; local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 355 private static void log(String msg) { method in class:PhoneNumberUtils
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 40 import android.util.Log;
160 if (DBG) log("Loading config and enabling all networks");
817 Log.e(TAG, s);
1571 private void log(String s) { method in class:WifiConfigStore
    [all...]
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduParser.java 24 import android.util.Log;
85 * The log tag.
123 log("check mandatory headers failed!");
140 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_REQ");
146 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_SEND_CONF");
152 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFICATION_IND");
159 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_NOTIFYRESP_IND");
166 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_RETRIEVE_CONF");
194 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_DELIVERY_IND");
201 Log.v(LOG_TAG, "parse: MESSAGE_TYPE_ACKNOWLEDGE_IND")
945 private static void log(String text) { method in class:PduParser
    [all...]
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipService.java 107 if (DBG) log("SipService: started!");
158 if (DBG) log("open3: incomingCallPendingIntent cannot be null; "
162 if (DBG) log("open3: " + localProfile.getUriString() + ": "
197 if (DBG) log("only creator or radio can close this profile");
217 if (DBG) log("only creator or radio can query on the profile");
231 if (DBG) log("only creator or radio can query on the profile");
246 if (DBG) log("only creator can set listener on the profile");
253 if (DBG) log("createSession: profile" + localProfile);
258 if (DBG) log("createSession: mNetworkType==-1 ret=null");
325 if (DBG) log("notify: profile added: " + localProfile)
593 private void log(String s) { method in class:SipService.SipSessionGroupExt
760 private void log(String s) { method in class:SipService.SipKeepAliveProcessCallback
1093 private void log(String s) { method in class:SipService.SipAutoReg
1251 private void log(String s) { method in class:SipService
    [all...]
SipSessionGroup.java 202 if (DBG) log("reset: start stack for " + mLocalProfile.getUriString());
221 log("resetExternalAddress: " + mSipStack);
240 if (DBG) log("close: " + mLocalProfile.getUriString());
281 if (DBG) log("getSipSession: event=" + key);
282 if (DBG) log("getSipSession: active sessions:");
284 if (DBG) log("getSipSession: ..." + k + ": " + mSessionMap.get(k));
295 if (DBG) log("addSipSession: key='" + key + "'");
297 if (DBG) log("addSipSession: " + k + ": " + mSessionMap.get(k));
308 if (DBG) log("removeSession: " + session + " is not associated with key '"
321 if (DBG) log("removeSession: " + session + " @key '" + key + "'")
522 private void log(String s) { method in class:SipSessionGroup.SipSessionCallReceiverImpl
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 245 log("useDataRegStateForDataOnlyDevice: VoiceRegState=" + mNewSS.getVoiceRegState()
363 if (DBG) log("EVENT_SET_RADIO_OFF, turn radio off now.");
368 log("EVENT_SET_RADIO_OFF is stale arg1=" + msg.arg1 +
383 log("EVENT_GET_CELL_INFO_LIST: error ret null, e=" + ar.exception);
389 log("EVENT_GET_CELL_INFO_LIST: size=" + result.list.size()
403 log("EVENT_UNSOL_CELL_INFO_LIST: error ignoring, e=" + ar.exception);
407 log("EVENT_UNSOL_CELL_INFO_LIST: size=" + list.size()
418 log("Unhandled message with number: " + msg.what);
428 protected abstract void log(String s); method in class:ServiceStateTracker
539 if (DBG) log("Data disconnected, turn off radio right away.")
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 356 log(String.format("canDial is false\n" +
410 if (DBG_POLL) log("obtainCompleteMessage: pendingOperations=" +
420 if (DBG_POLL) log("operationComplete: pendingOperations=" +
456 log("update phone state, old=" + oldState + " new="+ mState);
505 if (DBG_POLL) log("poll: conn[i=" + i + "]=" +
512 if (DBG_POLL) log("poll: pendingMO=" + mPendingMO);
529 if (Phone.DEBUG_PHONE) log(
542 log("pendingMo=" + mPendingMO + ", dc=" + dc);
559 if (Phone.DEBUG_PHONE) log("adding fgCall cn " + n + " to droppedDuringPoll");
567 if (Phone.DEBUG_PHONE) log("adding rgCall cn " + n + " to droppedDuringPoll")
1113 protected void log(String msg) { method in class:CdmaCallTracker
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 228 if (DBG) dc.log("Made " + dc.getName());
233 log("dispose: call quiteNow()");
284 if (DBG) log("updateLinkProperty failed : " + result.setupResult);
291 log("updateLinkProperty old LP=" + result.oldLp);
292 log("updateLinkProperty new LP=" + result.newLp);
306 if (DBG) log("DataConnection constructor E");
326 if (DBG) log("DataConnection constructor X");
363 // Should never happen, log an error and default to a simple linear sequence.
370 // Should never happen, log an error and default to a simple sequence.
378 log("configureRetry: forDefault=" + forDefault + " mRetryManager=" + mRetryManager)
1581 protected void log(String s) { method in class:DataConnection
    [all...]
DcTracker.java 113 if (DBG) log("GsmDCT.constructor");
165 if (DBG) log("GsmDCT.dispose");
213 log(String.format("isDataPossible(%s): possible=%b isDataAllowed=%b " +
223 if(DBG) log("finalize");
292 if (DBG) log("return link properites for " + apnType);
296 if (DBG) log("return new LinkProperties");
306 if (DBG) log("get active pdp is not null, return link Capabilities for " + apnType);
310 if (DBG) log("return new LinkCapabilities");
317 if (DBG) log("get all active apn types");
332 if (VDBG) log( "get active apn string for type:" + apnType)
2185 protected void log(String s) { method in class:DcTracker
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 68 if (DBG) log("new SipPhone: " + profile.getUriString());
98 if (DBG) log("canTake: ret=false, not a SipAudioCall");
102 if (DBG) log("canTake: ret=false, ringingCall not alive");
111 log("canTake: ret=false," +
119 if (DBG) log("canTake: taking call from: "
128 if (DBG) log(" canTake: call cancelled !!");
137 if (DBG) log(" canTake: exception e=" + e);
140 if (DBG) log("canTake: NOT taking !!");
150 if (DBG) log("acceptCall: accepting");
156 log("acceptCall:"
412 private void log(String s) { method in class:SipPhone
714 private void log(String s) { method in class:SipPhone.SipCall
983 private void log(String s) { method in class:SipPhone.SipConnection
1048 private void log(String s) { method in class:SipPhone.SipAudioCallAdapter
    [all...]

Completed in 2009 milliseconds

<<21222324252627282930>>