/external/chromium_org/third_party/skia/src/ports/ |
SkDebug_android.cpp | 16 #include <android/log.h>
|
/external/eigen/unsupported/doc/examples/ |
MatrixLogarithm.cpp | 14 std::cout << "The matrix logarithm of A is:\n" << A.log() << "\n";
|
/external/llvm/utils/ |
GetSourceVersion | 22 git log -1 --pretty=format:%H
|
/external/skia/src/ports/ |
SkDebug_android.cpp | 16 #include <android/log.h>
|
/frameworks/av/media/libeffects/loudness/dsp/core/ |
dynamic_range_compression-inl.h | 20 #include <cutils/log.h>
|
/frameworks/base/core/java/com/android/internal/os/ |
AndroidPrintStream.java | 19 import android.util.Log; 22 * Print stream which log lines using Android's logging system. 34 * @param priority from {@link android.util.Log} 35 * @param tag to log 46 protected void log(String line) { method in class:AndroidPrintStream 47 Log.println(priority, tag, line);
|
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/stress/ |
WifiStressTest.java | 33 import android.util.Log; 89 log(String.format("mReconnectIterations(%d), mSsid(%s), mPassword(%s)," 96 log("Enable wi-fi before stress tests."); 107 log("tearDown()"); 115 log("write message: " + s); 117 log("no writer attached to file " + OUTPUT_FILE); 124 log("failed to write output."); 128 public void log(String message) { method in class:WifiStressTest 129 Log.v(TAG, message); 150 log("testWifiScanning: iteration: " + i) [all...] |
/frameworks/base/media/mca/filterpacks/native/imageproc/ |
invert.c | 17 #include <android/log.h>
|
/frameworks/compile/libbcc/include/bcc/ |
Assert.h | 35 #include <cutils/log.h>
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipWakeLock.java | 37 if (DBG) log("reset count=" + mHolders.size()); 58 if (DBG) log("acquire count=" + mHolders.size()); 67 if (DBG) log("release count=" + mHolders.size()); 70 private void log(String s) { method in class:SipWakeLock
|
/frameworks/rs/cpu_ref/linkloader/utils/ |
rsl_assert.cpp | 25 #include <cutils/log.h>
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
hndrte_cons.h | 51 hndrte_log_t log; member in struct:__anon30844
|
/hardware/samsung_slsi/exynos5/libkeymaster/ |
tlcTeeKeymaster_log.h | 3 * @brief Contains debug & log macro definitions 35 #include <android/log.h>
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastConfigService.java | 30 import android.util.Log; 61 if (DBG)log("setChannelRange: " + ranges); 70 if (DBG) log("enabling emergency IDs " + startId + '-' + endId); 73 if (DBG) log("disabling emergency IDs " + startId + '-' + endId); 79 if (DBG) log("enabling emergency message ID " + messageId); 82 if (DBG) log("disabling emergency message ID " + messageId); 88 Log.e(TAG, "Number Format Exception parsing emergency channel range", e); 92 if (DBG) log("setChannelRange: enabling CMAS Presidential"); 136 Log.e(TAG, "Number Format Exception parsing emergency channel range", e); 210 if (DBG) log("enabling emergency cell broadcast channels") 319 private static void log(String msg) { method in class:CellBroadcastConfigService [all...] |
/packages/apps/Gallery2/jni_jpegstream/src/ |
jni_defines.h | 23 #include <android/log.h>
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
clean.py | 12 from distutils import log namespace 57 log.debug("'%s' does not exist -- can't clean it", 68 log.warn("'%s' does not exist -- can't clean it", 76 log.info("removing '%s'", self.build_base)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
clean.py | 12 from distutils import log namespace 57 log.debug("'%s' does not exist -- can't clean it", 68 log.warn("'%s' does not exist -- can't clean it", 76 log.info("removing '%s'", self.build_base)
|
/sdk/emulator/opengl/shared/OpenglCodecCommon/ |
ErrorLog.h | 20 # include <cutils/log.h>
|
/system/core/include/log/ |
logprint.h | 20 #include <log/log.h> 21 #include <log/logger.h> 22 #include <log/event_tag_map.h> 95 * returns 1 if this log line should be printed based on its priority 115 * If "map" is non-NULL, it will be used to convert the log tag number 124 * Formats a log message into a buffer 140 * Either print or do not print log line, based on filter
|
/system/core/libcorkscrew/ |
demangle.c | 22 #include <cutils/log.h>
|
/system/core/libsysutils/src/ |
FrameworkCommand.cpp | 20 #include <cutils/log.h>
|
/external/apache-http/src/org/apache/http/impl/conn/ |
Wire.java | 36 import org.apache.commons.logging.Log; 39 * Logs data to the wire LOG. 47 private final Log log; field in class:Wire 49 public Wire(Log log) { 50 this.log = log; 64 log.debug(buffer.toString()); 78 log.debug(buffer.toString()) [all...] |
/external/chromium_org/chrome/common/metrics/ |
metrics_log_base_unittest.cc | 33 MetricsLogBase log("totally bogus client ID", 137, "bogus version"); 34 log.set_hardware_class("sample-class"); 35 log.CloseLog(); 38 log.GetEncodedLog(&encoded); 96 TestMetricsLogBase log; local 97 log.RecordHistogramDelta("Test", samples); 99 const metrics::ChromeUserMetricsExtension* uma_proto = log.uma_proto();
|
/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/ |
CellInfoLte.java | 49 if (DBG) log("getCellIdentity: " + mCellIdentityLte); 54 if (DBG) log("setCellIdentity: " + cid); 59 if (DBG) log("getCellSignalStrength: " + mCellSignalStrengthLte); 64 if (DBG) log("setCellSignalStrength: " + css); 112 if (DBG) log("writeToParcel(Parcel, int): " + toString()); 126 if (DBG) log("CellInfoLte(Parcel): " + toString()); 149 * log 151 private static void log(String s) { method in class:CellInfoLte
|