/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/ |
BlenderModelLoader.java | 65 LOGGER.log(Level.INFO, "{0}: {1}--> {2}", new Object[]{((Node) object).getName(), ((Node) object).getLocalTranslation().toString(), ((Node) object).getParent() == null ? "null" : ((Node) object).getParent().getName()}); 77 LOGGER.log(Level.SEVERE, e.getMessage(), e);
|
/external/libexif/libexif/ |
exif-mnote-data-priv.h | 30 #include <libexif/exif-log.h> 67 ExifLog *log; member in struct:_ExifMnoteData
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_gamma.c | 35 #define log(x) __ieee754_log(x) macro 84 sum += (float) ( log(A) / log(B) );
|
/external/v8/tools/gcmole/ |
gcmole.lua | 74 function log(...) function 110 log("-- %s", filename) 277 log "** Propagating GC information" 298 log ("** Building GC Suspects for %s", arch) 319 log ("** GCSuspects generated for %s", arch) 346 log("** Searching for evaluation order problems%s for %s", 355 log("** Done processing %d files. %s",
|
/frameworks/av/media/libeffects/testlibs/ |
EffectsMath.c | 18 #include <cutils/log.h> 52 int32_t log = (int32_t)gLogTab[i]; local 56 return (exp << 15) + log + (((x - segStart) * (logEnd - log)) >> (exp - 6));
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
TelephonyTester.java | 46 if (DBG) log("sIntentReceiver.onReceive: action=" + action); 48 log("simulate detaching"); 51 log("simulate attaching"); 54 if (DBG) log("onReceive: unknown action=" + action); 66 log("register for intent action=" + mPhone.getActionDetached()); 69 log("register for intent action=" + mPhone.getActionAttached()); 81 private static void log(String s) { method in class:TelephonyTester
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcTesterDeactivateAll.java | 51 if (DBG) log("sIntentReceiver.onReceive: action=" + action); 54 log("Send DEACTIVATE to all Dcc's"); 60 if (DBG) log("onReceive: mDcc is null, ignoring"); 63 if (DBG) log("onReceive: unknown action=" + action); 76 log("register for intent action=" + sActionDcTesterDeactivateAll); 79 log("register for intent action=" + mPhone.getActionDetached()); 91 private static void log(String s) { method in class:DcTesterDeactivateAll
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
RSTest.java | 28 import android.util.Log; 59 static void log(String message) { method in class:RSTest 61 Log.v(LOG_TAG, message);
|
/ndk/build/core/ |
definitions-tests.mk | 63 -ndk-test-log = $(info . $(_test_name): $1) 65 -ndk-test-log = $(empty) 69 $(call -ndk-test-log,expect '$2' == '$1')\ 78 $(call -ndk-test-log,assert '$2' == '$1')\
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
unit_test_log.hpp | 46 // ************** log manipulators ************** // 49 namespace log { namespace in namespace:boost::unit_test 63 } // namespace log 110 // log configuration methods 120 unit_test_log_t& operator<<( log::begin const& ); // begin entry 121 unit_test_log_t& operator<<( log::end const& ); // end entry 123 unit_test_log_t& operator<<( const_string ); // log entry value 124 unit_test_log_t& operator<<( lazy_ostream const& ); // log entry value 139 << ::boost::unit_test::log::begin( BOOST_TEST_L(__FILE__), __LINE__ ))(ll) \ 147 // ************** Unit test log interface helpers ************** / [all...] |
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
MemoryBinaryBody.java | 30 import org.apache.james.mime4j.Log;
44 private static Log log = LogFactory.getLog(MemoryBinaryBody.class);
field in class:MemoryBinaryBody
|
MemoryTextBody.java | 33 import org.apache.james.mime4j.Log;
48 private static Log log = LogFactory.getLog(MemoryTextBody.class);
field in class:MemoryTextBody 82 if (log.isWarnEnabled()) {
84 log.warn("No MIME charset specified. Using " + javaCharset
87 log.warn("MIME charset '" + mimeCharset + "' has no "
94 if (log.isWarnEnabled()) {
96 log.warn("No MIME charset specified. Using the "
99 log.warn("MIME charset '" + mimeCharset + "' has no "
|
TempFileBinaryBody.java | 28 import org.apache.james.mime4j.Log;
43 private static Log log = LogFactory.getLog(TempFileBinaryBody.class);
field in class:TempFileBinaryBody
|
TempFileTextBody.java | 31 import org.apache.james.mime4j.Log;
47 private static Log log = LogFactory.getLog(TempFileTextBody.class);
field in class:TempFileTextBody 81 if (log.isWarnEnabled()) {
83 log.warn("No MIME charset specified. Using " + javaCharset
86 log.warn("MIME charset '" + mimeCharset + "' has no "
93 if (log.isWarnEnabled()) {
95 log.warn("No MIME charset specified. Using the "
98 log.warn("MIME charset '" + mimeCharset + "' has no "
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_dumb.py | 17 from distutils import log namespace 93 log.info("installing to %s" % self.bdist_dir)
|
build_clib.py | 23 from distutils import log namespace 191 log.info("building '%s' library", lib_name)
|
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/darwin-x86/2.7.5/lib/python2.7/distutils/ |
file_util.py | 10 from distutils import log namespace 119 log.debug("not copying %s (output up-to-date)", src) 129 log.info("%s %s -> %s", action, src, dir) 131 log.info("%s %s -> %s", action, src, dst) 176 log.info("moving %s -> %s", src, dst)
|
log.py | 1 """A simple log mechanism styled after PEP 282.""" 14 class Log: 21 raise ValueError('%s wrong log level' % str(level)) 33 def log(self, level, msg, *args): member in class:Log 51 _global_log = Log() 52 log = _global_log.log variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_config_cmd.py | 9 from distutils import log namespace 22 self.old_log = log.info 23 log.info = self._info 26 log.info = self.old_log
|
test_file_util.py | 7 from distutils import log namespace 22 self.old_log = log.info 23 log.info = self._log 30 log.info = self.old_log
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
bdist_dumb.py | 17 from distutils import log namespace 93 log.info("installing to %s" % self.bdist_dir)
|
build_clib.py | 23 from distutils import log namespace 191 log.info("building '%s' library", lib_name)
|
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/ |
file_util.py | 10 from distutils import log namespace 119 log.debug("not copying %s (output up-to-date)", src) 129 log.info("%s %s -> %s", action, src, dir) 131 log.info("%s %s -> %s", action, src, dst) 176 log.info("moving %s -> %s", src, dst)
|