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

<<11121314151617181920>>

  /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/audio/
AudioStream.java 199 logger.log(Level.WARNING,"Cannot use setTime on a stream that is not seekable. You must load the file with the streamCache option set to true");
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
ScreenshotAppState.java 90 logger.log(Level.SEVERE, "Error while saving screenshot", ex);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
JmeDesktopSystem.java 136 logger.log(Level.SEVERE, "Failed to create context", ex);
138 logger.log(Level.SEVERE, "Failed to create context", ex);
140 logger.log(Level.SEVERE, "CRITICAL ERROR: Context class is missing!\n"
163 logger.log(Level.SEVERE, "Failed to create context", ex);
165 logger.log(Level.SEVERE, "Failed to create context", ex);
167 logger.log(Level.SEVERE, "CRITICAL ERROR: Context class is missing!\n"
182 logger.log(Level.SEVERE, "Failed to create context", ex);
184 logger.log(Level.SEVERE, "Failed to create context", ex);
186 logger.log(Level.SEVERE, "CRITICAL ERROR: Context class is missing!", ex);
236 logger.log(Level.SEVERE, "Failed to create context", ex)
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
LwjglMouseInput.java 77 logger.log(Level.SEVERE, "Error while creating mouse", ex);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglSmoothingTimer.java 85 logger.log(Level.INFO, "Timer resolution: {0} ticks per second", LWJGL_TIMER_RES);
  /external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/matext/
MaterialExtensionLoader.java 85 logger.log(Level.WARNING, "Cannot locate {0} for material {1}", new Object[]{texKey, key});
101 logger.log(Level.WARNING, "Cannot find MaterialExtension for: {0}. Ignoring material.", extendedMat);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/grid/
ImageTileLoader.java 89 logger.log(Level.INFO, "Loading heightmap from file: {0}", name);
97 logger.log(Level.WARNING, "File: {0} not found, loading zero heightmap instead", name);
113 logger.log(Level.SEVERE, "Custom image type specified [{0}] but no customImageHeightmap declared! Use setCustomImageHeightmap()",imageType);
123 logger.log(Level.WARNING, "Asset {0} not found, loading zero heightmap instead", name);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
MidpointDisplacementHeightMap.java 154 logger.log(Level.INFO, "Midpoint displacement heightmap generated");
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateCompiler.java 115 logger.log(Level.FINEST, "Compiled template:\n{0}", javaSource);
  /external/libexif/libexif/
exif-content.c 39 ExifLog *log; member in struct:_ExifContentPrivate
105 exif_log_unref (content->priv->log);
140 exif_log (c->priv->log, EXIF_LOG_CODE_DEBUG, "ExifContent",
223 exif_content_log (ExifContent *content, ExifLog *log)
225 if (!content || !content->priv || !log || content->priv->log == log)
228 if (content->priv->log) exif_log_unref (content->priv->log);
229 content->priv->log = log
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
MappingFileProviderTest.java 71 LOGGER.log(Level.SEVERE, e.getMessage());
  /external/objenesis/tck/test/org/objenesis/tck/
TCKTest.java 131 private final StringBuffer log = new StringBuffer(); field in class:TCKTest.RecordingReporter
135 log.append("startTests()\n");
139 log.append("startTest('").append(candidateDescription).append("', '").append(
144 log.append("result(").append(instantiatedObject).append(")\n");
148 log.append("exception()\n");
152 log.append("endTest()\n");
156 log.append("endTests()\n");
160 return log.toString();
  /external/protobuf/python/
ez_setup.py 136 from distutils import log namespace
138 log.warn("""
154 log.warn("Downloading %s", url)
  /external/stlport/src/
complex.cpp 198 // exp, log, pow for complex<float>, complex<double>, and complex<long double>
231 const float LN10_INVF = 1.f / ::log(10.f);
244 const long double LN10_INVL = 1.l / ::log(10.l);
250 // log
256 r._M_re = ::log(::hypot(z._M_re, z._M_im));
259 _STLP_DECLSPEC complex<float> _STLP_CALL log(const complex<float>& z) function
262 _STLP_DECLSPEC complex<double> _STLP_CALL log(const complex<double>& z) function
266 _STLP_DECLSPEC complex<long double> _STLP_CALL log(const complex<long double>& z) function
274 _Tp logr = ::log(a);
293 _Tp logr = ::log(::hypot(a._M_re,a._M_im))
    [all...]
  /external/webp/src/enc/
backward_references.h 56 int log = 0; local
66 log += shift;
69 return log;
  /frameworks/base/core/java/android/util/
MathUtils.java 50 public static float log(float a) { method in class:MathUtils
51 return (float) Math.log(a);
  /frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java 46 import org.apache.commons.logging.Log;
86 private static final Log log = LogFactory.getLog(MultipartEntity.class); field in class:MultipartEntity
210 log.error("An exception occurred while getting the length of the parts", e);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 35 import android.util.Log;
86 Log.v(TAG, "read frequency band: " + currentFreq);
119 private void log(String message) { method in class:WifiAssociationTest
120 Log.v(TAG, message);
129 log("Security type is " + security.toString());
201 Log.v(TAG, "network config: " + config.toString());
WifiConnectionTest.java 29 import android.util.Log;
65 log("==== print network configurations parsed from XML file ====");
66 log("number of access points: " + networks.size());
68 log(config.toString());
95 log("config.SSID = " + config.SSID);
96 log("mWifiManager.getConnectionInfo.getSSID()" +
110 private void log(String message) { method in class:WifiConnectionTest
111 Log.v(TAG, message);
118 log("-- START Wi-Fi connection test to : " + ssid + " --");
122 log("-- END Wi-Fi connection test to " + ssid + " -- ")
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/http/
CookiesTest.java 47 * Test that we don't log potentially sensitive cookie values.
65 String log = out.toString("UTF-8"); local
66 assertTrue(log, log.contains("password"));
67 assertTrue(log, log.contains("fake.domain"));
68 assertFalse(log, log.contains("secret"));
  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.java 185 if (DBG) log("writeToParcel(Parcel, int): " + toString());
200 if (DBG) log("CellIdentityCdma(Parcel): " + toString());
219 * log
221 private static void log(String s) { method in class:CellIdentityCdma
CellIdentityLte.java 165 if (DBG) log("writeToParcel(Parcel, int): " + toString());
180 if (DBG) log("CellIdentityLte(Parcel): " + toString());
199 * log
201 private static void log(String s) { method in class:CellIdentityLte
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
CellInfoCdma.java 121 if (DBG) log("CellInfoCdma(Parcel): " + toString());
144 * log
146 private static void log(String s) { method in class:CellInfoCdma

Completed in 2706 milliseconds

<<11121314151617181920>>