Searched refs:log (Results 226 - 250 of 335) sorted by relevance

1234567891011>>

/frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
H A DUsageStatsActivity.java69 case R.id.log:
/frameworks/native/libs/binder/
H A DMemoryHeapBase.cpp28 #include <cutils/log.h>
/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp21 #include <cutils/log.h>
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_eglapi.cpp19 #include <cutils/log.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DFramebufferSurface.cpp23 #include <cutils/log.h>
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionListenerProxy.java251 // This creates race but it's harmless. Just don't log the error
258 private void log(String s) { method in class:SipSessionListenerProxy
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceCategoryProgramHandler.java123 if (DBG) log("mScpResultsReceiver finished");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java39 private static final boolean VDBG = false; // log CB PDU data
105 log(sb.toString());
H A DGSMPhone.java98 // NOTE that LOG_TAG here is "GSM", which means that log messages
99 // from this file will go into the radio log rather than the main
100 // log. (Use "adb logcat -b radio" to see them.)
215 log("GSMPhone: constructor: sub = " + mPhoneId);
271 log("SUBSCRIPTION ACTIVATED : slotId : " + mSubscriptionData.slotId
285 log("SUBSCRIPTION DEACTIVATED");
547 log("conference() - delegated to IMS phone");
1558 log("EVENT_SUBSCRIPTION_ACTIVATED");
1563 log("EVENT_SUBSCRIPTION_DEACTIVATED");
1589 if (LOCAL_DEBUG) log("Ne
1868 protected void log(String s) { method in class:GSMPhone
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewLayoutAlgorithm.java277 /** The log function describing the curve. */
281 /** The inverse of the log function describing the curve. */
283 return (float) (Math.log((1f - reverse(y)) * (LogBase - 1) + 1) / Math.log(LogBase));
/frameworks/base/services/core/java/com/android/server/net/
H A DIpConfigStore.java313 if (DBG) log("Missing id while parsing configuration");
334 protected void log(String s) { method in class:IpConfigStore
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DDelegateMethodAdapter.java105 * @param log The logger object. Must not be null.
117 public DelegateMethodAdapter(Log log, argument
125 mLog = log;
H A DAsmGenerator.java79 * @param log Output logger.
83 public AsmGenerator(Log log, String osDestJar, ICreateInfo createInfo) { argument
84 mLog = log;
/frameworks/native/libs/gui/
H A DSensor.cpp29 #include <log/log.h>
70 // always fit in a 32 bit integer, log error and cap it to INT_MAX.
232 // For the newer HALs log errors if reporting mask flags are set incorrectly.
/frameworks/base/core/java/android/widget/
H A DOverScroller.java590 private static float DECELERATION_RATE = (float) (Math.log(0.78) / Math.log(0.9));
784 return Math.log(INFLEXION * Math.abs(velocity) / (mFlingFriction * mPhysicalCoeff));
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
H A DMediaVisualizerTest.java84 private void log(String testName, String message) { method in class:MediaVisualizerTest
483 log(msg, " engergy at max volume = "+energyAtVolMax);
492 log(msg, "energy at lower volume = "+energyAtLowerVol);
H A DMediaAudioTrackTest.java56 private void log(String testName, String message) { method in class:MediaAudioTrackTest
111 //log the error for the test runner
113 //log the error for logcat
114 log("constructorTestMultiSampleRate", "failed to construct "
343 log(TEST_NAME, "position ="+ track.getPlaybackHeadPosition());
373 log(TEST_NAME, "position ="+ track.getPlaybackHeadPosition());
404 log(TEST_NAME, "position ="+ pos);
434 log(TEST_NAME, "position ="+ pos);
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DHistogramPredictor.java130 // those as having count one. Hence their score, i.e. log(count)
134 double score = Math.log((double) count);
249 double appPrior = Math.log((double) appCount);
/frameworks/native/opengl/libs/EGL/
H A Dtrace.cpp25 #include <cutils/log.h>
419 s.log("glGetError:" #_api); \
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java248 sampleSize = (int) Math.pow(2, (int) (0.5 + (Math.log(sz) / Math.log(2))));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDefaultPhoneNotifier.java161 if (DBG) log("subId = " + subId + ", DDS = " + dds);
472 private void log(String s) { method in class:DefaultPhoneNotifier
/frameworks/av/media/img_utils/include/img_utils/
H A DTiffWriter.h231 virtual void log() const;
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLoggingPrintStreamTest.java184 protected void log(String line) { method in class:LoggingPrintStreamTest.TestPrintStream
/frameworks/base/libs/androidfw/
H A DBackupData.cpp26 #include <cutils/log.h>
/frameworks/base/libs/hwui/
H A DCaches.h301 void dumpMemoryUsage(String8& log);

Completed in 651 milliseconds

1234567891011>>