/external/mesa3d/docs/ |
MESA_shader_debug.spec | 45 to the debug object's log. A separate debug log for each shader type 154 passed-in arguments to the debug object's log. Those values can be 160 There are different debug log types 189 print log" (XXX DEBUG_PRINT_MESA?). Each component is written in 204 a diagnostic message is written to the "debug assert log".
|
/external/mesa3d/src/pixelflinger2/ |
pixelflinger2.h | 35 #include <cutils/log.h>
|
/external/opencv/cvaux/src/ |
cvfindhandregion.cpp | 300 char log; local 386 log = true; 388 log = false; 424 if( !log )
|
/external/opencv/otherlibs/highgui/ |
grfmt_jpeg2000.cpp | 272 int rshift = cvRound(log(maxval/256.)/log(2.)); 334 int rshift = cvRound(log(maxval/65536.)/log(2.));
|
/external/openssl/crypto/sha/asm/ |
sha512-s390x.pl | 230 sllg %r3,$len,`log(16*$SZ)/log(2)` 238 sllg $len,$len,`log(16*$SZ)/log(2)`
|
/external/skia/include/core/ |
SkFloatingPoint.h | 51 #define sk_float_log(x) (float)::log(x)
|
/external/srec/srec/clib/ |
voicing.c | 57 long voicing_analysis(voicing_info *chan, voicedata enval , int* log)
|
/external/webkit/Source/WebCore/page/ |
Console.h | 95 void log(PassRefPtr<ScriptArguments>, PassRefPtr<ScriptCallStack>);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GaneshRenderer.cpp | 40 #include <cutils/log.h>
|
TexturesGenerator.cpp | 38 #include <cutils/log.h>
|
TilesProfiler.cpp | 36 #include <cutils/log.h>
|
ZoomManager.cpp | 35 #include <cutils/log.h>
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/ |
main.css | 58 #log, 69 #log {
|
/frameworks/base/cmds/installd/ |
installd.h | 36 #include <cutils/log.h>
|
/frameworks/base/cmds/ip-up-vpn/ |
ip-up-vpn.c | 32 #include <cutils/log.h>
|
/frameworks/base/opengl/libs/EGL/ |
egl_tls.cpp | 20 #include <cutils/log.h>
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
UsimPhoneBookManager.java | 22 import android.util.Log; 145 Log.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait"); 163 Log.e(LOG_TAG, "Error: IAP file is empty"); 173 Log.e(LOG_TAG, "Interrupted Exception in readEmailFileAndWait"); 177 Log.e(LOG_TAG, "Error: Email file is empty"); 190 Log.e(LOG_TAG, "Interrupted Exception in readIapFileAndWait"); 208 Log.e(LOG_TAG, "Error: Improper ICC card: No IAP record for ADN, continuing"); 264 Log.e(LOG_TAG, "Error: Improper ICC card: No email record for ADN, continuing"); 320 Log.e(LOG_TAG, "Interrupted Exception in readAdnFileAndWait"); 348 log("Loading USIM ADN records done") 449 private void log(String msg) { method in class:UsimPhoneBookManager [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/sip/ |
SipConnectionBase.java | 26 import android.util.Log; 166 private void log(String msg) { method in class:SipConnectionBase 167 Log.d(LOG_TAG, "[SipConn] " + msg);
|
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 27 #include <cutils/log.h>
|
/hardware/libhardware/modules/hwcomposer/ |
hwcomposer.cpp | 22 #include <cutils/log.h>
|
/hardware/ti/omap4xxx/ion/ |
ion.c | 28 #include <cutils/log.h>
|
/packages/apps/Email/src/com/android/email/activity/ |
ThreePaneLayout.java | 28 import android.util.Log; 494 Log.w(Logging.LOG_TAG, "Anim: Cancelling last animation: " + mLastAnimator); 536 private void log(String message) { method in class:ThreePaneLayout.AnimatorListener 538 Log.w(Logging.LOG_TAG, "Anim: " + mLogLabel + "[" + this + "] " + message); 543 log("cancel"); 552 log("start"); 587 log("end");
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
SmoothPagedView.java | 26 private static final float SMOOTHING_CONSTANT = (float) (0.016 / Math.log(SMOOTHING_SPEED));
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
SmsMessageSender.java | 33 import android.util.Log; 92 Log.v(TAG, "queueMessage mDests[i]: " + mDests[i] + " mThreadId: " + mThreadId); 102 Log.e(TAG, "queueMessage SQLiteException", e); 149 private void log(String msg) { method in class:SmsMessageSender 150 Log.d(LogTag.TAG, "[SmsMsgSender] " + msg);
|
/packages/apps/Nfc/jni/ |
com_android_nfc_list.cpp | 21 #include <cutils/log.h>
|