/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ragdoll/ |
RagdollPreset.java | 51 logger.log(Level.INFO, "Found matching joint for bone {0} : {1} with score {2}", new Object[]{boneName, resultName, resultScore}); 54 logger.log(Level.INFO, "No joint match found for bone {0}", boneName); 56 logger.log(Level.INFO, "Best match found is {0} with score {1}", new Object[]{resultName, resultScore});
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
JmeSystem.java | 139 Logger.getLogger(JmeSystem.class.getName()).log(Level.SEVERE, "No JmeSystemDelegate specified, cannot instantiate default JmeDesktopSystem:\n{0}", ex);
141 Logger.getLogger(JmeSystem.class.getName()).log(Level.SEVERE, "No JmeSystemDelegate specified, cannot instantiate default JmeDesktopSystem:\n{0}", ex);
143 Logger.getLogger(JmeSystem.class.getName()).log(Level.SEVERE, "No JmeSystemDelegate specified, cannot instantiate default JmeDesktopSystem:\n{0}", ex);
|
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/ |
MessageListenerRegistry.java | 54 static Logger log = Logger.getLogger(MessageListenerRegistry.class.getName()); field in class:MessageListenerRegistry 79 log.log( Level.INFO, "Received message had no registered listeners: {0}", m );
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/ |
AssetTileLoader.java | 43 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Load terrain grid tile: {0}", modelName); 51 Logger.getLogger(this.getClass().getName()).log(Level.WARNING, "Could not load terrain grid tile: {0}", modelName); 54 Logger.getLogger(this.getClass().getName()).log(Level.INFO, "Loaded terrain grid tile: {0}", modelName);
|
/frameworks/base/telephony/java/android/telephony/ |
CellIdentityGsm.java | 158 if (DBG) log("writeToParcel(Parcel, int): " + toString()); 171 if (DBG) log("CellIdentityGsm(Parcel): " + toString()); 190 * log 192 private static void log(String s) { method in class:CellIdentityGsm
|
CellIdentityWcdma.java | 166 if (DBG) log("writeToParcel(Parcel, int): " + toString()); 181 if (DBG) log("CellIdentityWcdma(Parcel): " + toString()); 200 * log 202 private static void log(String s) { method in class:CellIdentityWcdma
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
DisplayListLayersActivity.java | 25 import android.util.Log; 103 private void log(String tag) { method in class:DisplayListLayersActivity.LayerView 104 Log.d(LOG_TAG, mTag + ": " + tag); 109 log("invalidate"); 115 log("draw");
|
/frameworks/native/services/surfaceflinger/EventLog/ |
EventLog.cpp | 19 #include <cutils/log.h> 43 buffer.log(); 58 void EventLog::TagBuffer::log() { function in class:android::EventLog::TagBuffer 60 ALOGW("couldn't log to binary event log: overflow."); 62 ALOGE("couldn't log to EventLog: %s", strerror(errno));
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
GsmServiceStateTracker.java | 138 /** Already sent the event-log for no gprs register. */ 246 log("ServiceStateTracker dispose"); 264 if(DBG) log("finalize"); 397 log("EVENT_SIM_RECORDS_LOADED: what=" + msg.what); 460 if (DBG) log("EVENT_RESTRICTED_STATE_CHANGED"); 534 if (DBG) log("updateSpnDisplay: radio is on but out " + 544 if (DBG) log("updateSpnDisplay: radio is off w/ showPlmn=" 562 log(String.format("updateSpnDisplay: changed" + 705 log("handlPollStateResultMessage: GsmSST setDataRegState=" + dataRegState 825 log("Poll ServiceState done: " 1829 protected void log(String s) { method in class:GsmServiceStateTracker [all...] |
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
StockSource.java | 70 log(TAG, "returning a list of albums: " + mAlbumList.size()); method 86 log(TAG, "opening:" + data.id); method 90 log(TAG, ex.toString()); method
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 12 from distutils import log namespace 69 log.debug("not copying %s (up-to-date)", script) 93 log.info("copying and adjusting %s -> %s", script, 120 log.info("changing mode of %s", file) 125 log.info("changing mode of %s from %o to %o",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
build_scripts.py | 12 from distutils import log namespace 69 log.debug("not copying %s (up-to-date)", script) 93 log.info("copying and adjusting %s -> %s", script, 120 log.info("changing mode of %s", file) 125 log.info("changing mode of %s from %o to %o",
|
/sdk/dumpeventlog/src/com/android/dumpeventlog/ |
DumpEventLog.java | 22 import com.android.ddmlib.Log; 24 import com.android.ddmlib.Log.ILogOutput; 25 import com.android.ddmlib.Log.LogLevel; 26 import com.android.ddmlib.log.LogReceiver; 27 import com.android.ddmlib.log.LogReceiver.ILogListener; 28 import com.android.ddmlib.log.LogReceiver.LogEntry; 35 * Connects to a device using ddmlib and dumps its event log as long as the device is connected. 40 * Custom {@link ILogListener} to receive and save the event log raw output. 80 // redirect the log output to /dev/null 81 Log.setLogOutput(new ILogOutput() [all...] |
/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$
|
/external/chromium/net/socket/ |
ssl_client_socket_unittest.cc | 53 // log is an SSL connect end event. The NSS sockets will cork in an attempt to 60 const net::CapturingNetLog::EntryList& log, int i) { 61 return net::LogContainsEndEvent(log, i, net::NetLog::TYPE_SSL_CONNECT) || 62 net::LogContainsEvent(log, i, net::NetLog::TYPE_SOCKET_BYTES_SENT, 74 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); 76 addr, &log, net::NetLog::Source()); 92 log.GetEntries(&entries); 99 log.GetEntries(&entries); 116 net::CapturingNetLog log(net::CapturingNetLog::kUnbounded); 118 addr, &log, net::NetLog::Source()) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 594 * Log the name of the test case to be executed. 773 // two problems? log the first before overwriting 862 public synchronized void log(String message) { method in class:HttpsURLConnectionTest.Work [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
AdtPlugin.java | 506 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$ 528 AdtPlugin.log(e, null); 534 AdtPlugin.log(e, null); 555 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$ 572 AdtPlugin.log(e, "Can't read file %1$s", file); //$NON-NLS-1$ 617 AdtPlugin.log(e, "Can't read stream"); //$NON-NLS-1$ 624 AdtPlugin.log(e, "Can't read stream"); //$NON-NLS-1$ 722 AdtPlugin.log(e, "Can't read layout file"); //$NON-NLS-1$ 757 AdtPlugin.log(e, "Can't read input stream"); //$NON-NLS-1$ 790 AdtPlugin.log(e, "Failed to read text file '%s'", filepath); //$NON-NLS-1 [all...] |
/packages/services/Telephony/src/com/android/phone/ |
PhoneInterfaceManager.java | 39 import android.util.Log; 166 if (DBG) log("CMD_END_CALL: " + (hungUp ? "hung up!" : "no call to hang up")); 175 Log.w(LOG_TAG, "MainThreadHandler: unexpected message code: " + msg.what); 228 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance); 247 if (DBG) log("publish: " + this); 257 if (DBG) log("dial: " + number); 277 if (DBG) log("call: " + number); 339 if (DBG) log("answerRingingCall..."); 386 if (DBG) log("silenceRinger..."); 403 if (DBG) log("silenceRingerInternal: silencing...") 779 private void log(String msg) { method in class:PhoneInterfaceManager [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/ |
background.js | 100 console.log('scheduleRequest'); 106 console.log('Scheduling for: ' + delay); 114 console.log('Creating alarm'); 251 console.log('Going to inbox...'); 255 console.log('Found Gmail tab: ' + tab.url + '. ' + 262 console.log('Could not find Gmail tab. Creating one...'); 268 console.log('onInit'); 279 console.log('Got alarm', alarm); 292 console.log('Refresh alarm exists. Yay.'); 294 console.log('Refresh alarm doesn\'t exist!? ' [all...] |
/cts/tests/tests/opengl/libopengltest/ |
attach_shader_two.cpp | 20 #include <android/log.h>
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
gles3jni.h | 20 #include <android/log.h>
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbSocket.java | 64 mDevice.log(message.getDataString());
|
/development/tutorials/MoarRam/jni/ |
baz.c | 19 #include <cutils/log.h>
|
/device/generic/goldfish/camera/ |
EmulatedBaseCamera.cpp | 29 #include <cutils/log.h>
|
EmulatedFakeCamera.cpp | 24 #include <cutils/log.h>
|