HomeSort by relevance Sort by last modified time
    Searched refs:log (Results 1001 - 1025 of 1490) sorted by null

<<41424344454647484950>>

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
wpa_debug.c 34 #include <android/log.h>
  /frameworks/base/cmds/servicemanager/
service_manager.c 18 #include <cutils/log.h>
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
LoggingPrintStreamTest.java 184 protected void log(String line) { method in class:LoggingPrintStreamTest.TestPrintStream
  /frameworks/base/libs/binder/
MemoryHeapPmem.cpp 28 #include <cutils/log.h>
  /frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
AccessoryChat.java 32 import android.util.Log;
71 Log.d(TAG, "permission denied for accessory " + accessory);
89 mLog = (TextView)findViewById(R.id.log);
99 Log.d(TAG, "intent: " + intent);
114 Log.d(TAG, "mAccessory is null");
138 Log.d(TAG, "openAccessory: " + accessory);
146 Log.d(TAG, "openAccessory succeeded");
148 Log.d(TAG, "openAccessory fail");
157 Log.e(TAG, "write failed", e);
162 Log.d(TAG, "onEditorAction " + actionId + " event: " + event)
    [all...]
  /frameworks/base/libs/utils/
BackupData.cpp 26 #include <cutils/log.h>
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaBassBoostTest.java 35 import android.util.Log;
77 private void log(String testName, String message) { method in class:MediaBassBoostTest
78 Log.v(TAG, "["+testName+"] "+message);
82 Log.e(TAG, "["+testName+"] "+message);
279 Log.e(TAG, "getBassBoost() BassBoost not found exception: "+e);
281 Log.e(TAG, "getBassBoost() Effect library not loaded exception: "+e);
MediaVirtualizerTest.java 35 import android.util.Log;
77 private void log(String testName, String message) { method in class:MediaVirtualizerTest
78 Log.v(TAG, "["+testName+"] "+message);
82 Log.e(TAG, "["+testName+"] "+message);
284 Log.e(TAG, "getVirtualizer() Virtualizer not found exception: "+e);
286 Log.e(TAG, "getVirtualizer() Effect library not loaded exception: "+e);
  /frameworks/base/opengl/libs/EGL/
Loader.cpp 25 #include <cutils/log.h>
273 // this happens often, we don't want to log an error
egl.cpp 29 #include <cutils/log.h>
  /frameworks/base/opengl/libs/GLES_CM/
gl.cpp 26 #include <cutils/log.h>
  /frameworks/base/services/input/
InputListener.cpp 23 #include <cutils/log.h>
  /frameworks/base/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 29 #include <cutils/log.h>
  /frameworks/base/telephony/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 26 import android.util.Log;
167 private void log(String s) { method in class:DefaultPhoneNotifier
168 Log.d(LOG_TAG, "[PhoneNotifier] " + s);
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 20 #include <cutils/log.h>
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 31 #include <cutils/log.h>
  /hardware/libhardware_legacy/qemu/
qemu.c 22 #include <cutils/log.h>
  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 29 #include <cutils/log.h>
pmemalloc.cpp 28 #include <cutils/log.h>
  /hardware/msm7k/liblights/
lights.c 21 #include <cutils/log.h>
  /packages/apps/Email/src/com/android/email/
Email.java 25 import android.util.Log;
42 * Log.d, including protocol dumps.
240 * The calls to log() must be guarded with "if (Email.LOGD)" for performance reasons.
242 public static void log(String message) { method in class:Email
243 Log.d(Logging.LOG_TAG, message);
265 Log.w(Logging.LOG_TAG, "Method called on the UI thread", new Exception("STACK TRACE"));
  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
LocalPhotoSource.java 110 int row = (int)(-Math.log(random.nextDouble()) * total / 2);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 67 using std::tr1::log;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
math.h 151 #define M_LOG2E 1.4426950408889634074 /* log 2e */
152 #define M_LOG10E 0.43429448190325182765 /* log 10e */
153 #define M_LN2 0.69314718055994530942 /* log e2 */
154 #define M_LN10 2.30258509299404568402 /* log e10 */
218 double log(double);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
math.h 151 #define M_LOG2E 1.4426950408889634074 /* log 2e */
152 #define M_LOG10E 0.43429448190325182765 /* log 10e */
153 #define M_LN2 0.69314718055994530942 /* log e2 */
154 #define M_LN10 2.30258509299404568402 /* log e10 */
218 double log(double);

Completed in 682 milliseconds

<<41424344454647484950>>