HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 426 - 450 of 3187) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/icu/source/test/intltest/
winnmtst.cpp 229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log)
248 log->errln("Double format error for locale " + locale +
256 log->errln("int32_t format error for locale " + locale +
264 log->errln("int64_t format error for locale " + locale +
270 void Win32NumberTest::testLocales(TestLog *log)
298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
  /external/dnsmasq/contrib/port-forward/
dnsmasq-portforward 19 LOGFILE=/var/log/dhcp.log
25 # log what's going on.
  /external/guava/guava-testlib/src/com/google/common/testing/
SloppyTearDown.java 46 logger.log(Level.INFO,
  /external/icu4c/test/intltest/
winnmtst.cpp 229 static void testLocale(const char *localeID, int32_t lcid, NumberFormat *wnf, UBool currency, TestLog *log)
248 log->errln("Double format error for locale " + locale +
256 log->errln("int32_t format error for locale " + locale +
264 log->errln("int64_t format error for locale " + locale +
270 void Win32NumberTest::testLocales(TestLog *log)
298 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
299 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
306 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wnf, FALSE, log);
307 testLocale(lcidRecords[i].localeID, lcidRecords[i].lcid, wcf, TRUE, log);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
KernelAdapter.java 68 static Logger log = Logger.getLogger(KernelAdapter.class.getName()); field in class:KernelAdapter
121 // retrieve them. For now we'll just log it. FIXME
122 log.log( Level.SEVERE, "Unhandled error, endpoint:" + p + ", context:" + context, e );
139 log.log( Level.FINE, "Buffers size:{0}", messageBuffers.size() );
180 log.log( Level.WARNING, "Recieved message from unconnected endpoint:" + p + " message:" + m );
223 // Log some additional information about the packet.
229 log.log( Level.INFO, "First 10 bytes of incomplete nessage:" + sb );
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
UdpKernel.java 56 static Logger log = Logger.getLogger(UdpKernel.class.getName()); field in class:UdpKernel
169 log.log( Level.INFO, "Closing endpoint:{0}.", p );
170 log.log( Level.FINE, "Socket endpoints size:{0}", socketEndpoints.size() );
257 log.log( Level.INFO, "Hosting UDP connection:{0}.", address );
274 log.log( Level.INFO, "Kernel started for connection:{0}.", address );
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptorFactory.java 123 protected static Logger log = Logger.getLogger(ObjectDescriptorFactory.class.getName()); field in class:ObjectDescriptorFactory
168 // log.warning("Found illegal tag 0x00! objectTypeIndication " + Integer.toHexString(objectTypeIndication) +
175 log.warning("No ObjectDescriptor found for objectTypeIndication " + Integer.toHexString(objectTypeIndication) +
182 log.log(Level.SEVERE, "Couldn't instantiate BaseDescriptor class " + aClass + " for objectTypeIndication " + objectTypeIndication + " and tag " + tag, e);
  /external/stlport/stlport/stl/config/
_como.h 92 inline long double logl(long double arg) { return log(arg); }
121 inline float logf(float arg) { return log(arg); }
122 inline long double logl(long double arg) { return log(arg); }
165 inline long double logl(long double arg) { return log(arg); }
  /frameworks/av/include/media/nbaio/
NBLog.h 45 // representation of a single log entry in private memory
60 // representation of a single log entry in shared memory
69 // byte[3+mLength] start of next log entry
123 virtual void log(const char *string);
139 void log(Event event, const void *data, size_t length);
140 void log(const Entry *entry, bool trusted = false);
146 bool mEnabled; // whether to actually log
157 virtual void log(const char *string);
  /frameworks/av/media/libeffects/factory/
EffectsFactory.h 20 #include <cutils/log.h>
  /frameworks/av/media/libeffects/loudness/dsp/core/
dynamic_range_compression.h 25 #include <cutils/log.h>
55 // log(.) and exp(.).
87 // above the threshold (in the log-domain). The ratio controls the
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
m4venc_oscl.h 37 #define M4VENC_LOG(x) log(x)
  /frameworks/base/core/java/android/bluetooth/
BluetoothPan.java 28 import android.util.Log;
138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
140 if (VDBG) Log.d(TAG, "BluetoothPan() call bindService");
142 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called");
150 Log.e(TAG, "Could not bind to Bluetooth Pan Service with " + intent);
157 if (VDBG) log("close()");
164 Log.w(TAG,"Unable to unregister BluetoothStateChangeCallback",re);
174 Log.e(TAG,"",re);
191 Log.d(TAG, "onBluetoothStateChange(on) call bindService");
193 if (VDBG) Log.d(TAG, "BluetoothPan(), bindService called")
384 private static void log(String msg) { method in class:BluetoothPan
    [all...]
  /frameworks/base/core/java/android/net/
CaptivePortalTracker.java 185 if (DBG) log(getName() + message.toString());
213 if (DBG) log(getName() + message.toString());
225 log(getName() + " not a wifi connectivity change, ignore");
244 if (DBG) log("Disconnected from active network " + info);
249 if (DBG) log("Active network switched " + info);
276 if (DBG) log(getName() + message.toString());
285 if (DBG) log("Captive network " + mNetworkInfo);
287 if (DBG) log("Not captive network " + mNetworkInfo);
325 if (DBG) log("notifyPortalCheckComplete: ni=" + info);
338 if (DBG) log("notifyPortalCheckCompleted: captive=" + isCaptivePortal + " ni=" + info)
    [all...]
  /frameworks/base/media/jni/mediaeditor/
VideoEditorLogging.h 25 * This file is used as a proxy for cutils/log.h. Include cutils/log.h here to
28 #include <cutils/log.h>
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFbo.java 21 import android.util.Log;
41 Log.e("rs", "onResume");
51 Log.e("rs", "onPause");
59 static void log(String message) { method in class:FountainFbo
61 Log.v(LOG_TAG, message);
  /frameworks/compile/libbcc/bcinfo/
BitcodeWrapper.cpp 22 #include <cutils/log.h>
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
common_defs.h 41 #include <cutils/log.h>
  /frameworks/native/services/surfaceflinger/DisplayHardware/
PowerHAL.cpp 20 #include <cutils/log.h>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DebugService.java 39 log("DebugService:");
46 log("dump: +");
119 log("dump: -");
122 private static void log(String s) { method in class:DebugService
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmInboundSmsHandler.java 66 if (DBG) log("unregistered for 3GPP SMS");
104 log("Received short message type 0, Don't display or store it. Send Ack");
118 if (DBG) log("Received voice mail indicator set SMS shouldStore=" + !handled);
122 if (DBG) log("Received voice mail indicator clear SMS shouldStore=" + !handled);
  /hardware/qcom/display/msm8960/libqservice/
QService.h 35 #include <cutils/log.h>
  /hardware/qcom/display/msm8974/libqservice/
QService.h 35 #include <cutils/log.h>
  /hardware/qcom/display/msm8x26/libqservice/
QService.h 35 #include <cutils/log.h>
  /libnativehelper/
ALog-priv.h 20 #include <android/log.h>
32 * Basic log message macros intended to emulate the behavior of log/log.h

Completed in 4220 milliseconds

<<11121314151617181920>>